SlideShare a Scribd company logo
1 of 44
© 2011 Wellesley Information Services. All rights reserved.
Quickr for Domino
Administration:
Qpconfig.xml, Notes.ini,
Connectors, and You
Keith Brooks
Vanessa Brooks
Skype/Twitter: @lotusevangelist
Why a Session on Quickr?
• New admins do not understand Quickr at first
• Domino.Doc customers were told to move to Quickr
• Quickr integrates with Connections
• Quickr for Domino has a planned future
• I co-authored a book on Quickr Administration this year and the
items we will discuss are what were most important to people
2
You Are on Notice
3
In This Session …
• We will discuss:
 What the Notes.ini has to do with a Quickr server
 Why the qpconfig.xml is so important to Quickr
 How to push the connectors out to the users
4
What We’ll Cover …
• Quickr Administration Basics
• The Notes.ini Influence
• The Qpconfig.xml Customizations
• Connectors Configurations
• Wrap-up
5
Adventures in Quickr Administration
6
• Domino-based, but not your normal administration
 There are no IBM admin tools, however business partner tools
do exist:
 SNAPPS – Snappfiles, PandaBear, Flippr, Anyplace Quickr
Tools, SNAPPS Templates, SNAPP-On Modules for Quickr
 RPR Wyatt – Essential Place Catalog, Essential File
Extractor
 Opus Neo – Neo.Dashboard, Neo.Tracking,
Neo.RoomManager, Neo.AccessReporter, Neo.QPMailin
Adventures in Quickr Administration (cont.)
• A little more “babysitting” is required
 Set up site managers and train them like admins
• Nothing but the Web ... to users
 To the admin it’s Web, Domino, and OS quirks
• Even the pros don’t always get it right
 Too many “anyone ever do/see this type posts”
7
What Are the Basics a Quickr Admin Needs to Do
• Think ahead
 Cluster? Email addressing? External users? Attachment sizes?
Connectors? Disk space? FTI? Logging?
• Think about archiving and how to manage dead or old sites
• Constantly improve performance and tweak everything
• Create a logic for site owners to follow
• Backup the qpconfig.xml and notes.ini regularly
• Stay on top of the HotFix updates
• Seek out other Quickr admins
8
What We’ll Cover …
• Quickr Administration Basics
• The Notes.ini Influence
• The Qpconfig.xml Customizations
• Connectors Configurations
• Wrap-up
9
10
No, This Book Does Not Exist ... But It Should
Quickr Areas Covered by the Notes.ini
• Client logging settings
• Offline settings
• Other miscellaneous settings
• Server logging settings
• Web page cache settings
11
Performance Tuning Your Notes.ini
• Remove unnecessary tasks: Really only needs HTTP
• Clustered should be:
 ServerTasks=HTTP, AdminP, Replica,CLREPL,CLDBDIR
• Remove: ServerTasksAt4=qptool refresh -a,qptool report –
policyexecute,qptool register -pts
 Set as a program document instead with your time preferences
• Remove: qptool placecatalog push -a
 Set as a program document instead with your time preferences
• Add: HTTPJVMMaxHeapSize=256M (Controls the max heap size of
JVM)
• Add: QuickPlaceWebCacheEnabled=1 (if not there by default)
 Enables the cache
 0 disables it
12
Performance Tuning Your Notes.ini (cont.)
• Add: UPDATE_SUPPRESSION_TIME=90 (or 120 if you can get away
with it)
 The Update Task (indexer) maintains two work queues: An
immediate queue and a deferred queue
 Deferred update requests are held for 15 minutes before they are
processed so that requests to update the same database in that
time are ignored as duplicate requests
 Updater queues can grow if the server has a high update rate
because of heavy database use
 Use this variable to specify the length of time that deferred
update requests are held in queue
 n - length of time in queue in minutes
 -n - (negative value) length of time in queue in seconds
• Add: UPDATERS=4 (or a number equal to or one less than your
number of CPUs) 13
Notes.ini Settings — Cache Options
• QuickPlaceWebCacheDir=<pathname>
 Sets the cache directory
 Uses the full file path name of the directory
 If this variable is omitted, the server cache is automatically set
to the default directory NOTESPROGRAM>datacache
• QuickPlaceWebCacheGCIntervalInMIN=<minutes>
 Sets the time interval for cache cleaning
• QuickPlaceWebCacheLimitInMB=<MB>
 Sets the cache size limit in MB
 If you enter a number of zero or leave it out, the cache size limit
defaults to 50MB
14
Notes.ini Settings — Cache Options (cont.)
• QuickPlaceWebCacheLogging=<n>
 Sets the cache logging level, which determines how detailed log
messages will be
 Acceptable values are 1, 2, or 3; where 1 is the least detailed
and 3 is the most detailed
• QuickPlaceWebCacheUsers=<value>
 Defines which users will be affected by caching
 By default, server caching applies to all users when the cache
is enabled
 To set the cache for anonymous users only, enter
QuickPlaceWebCacheUsers=Anonymous
15
What We’ll Cover …
• Quickr Administration Basics
• The Notes.ini Influence
• The Qpconfig.xml Customizations
• Connectors Configurations
• Wrap-up
16
Words to Live By ...
17
The Qpconfig.xml Customizations
• QP from Quickplace, never changed it
• The file sits in the DominoData directory
 Called qpconfig_sample.xml
 Make a copy, then edit it
• Be careful when editing the file, XML errors can occur
 Test the xml file by opening it up in IE
 It will report an error if any exists on the page
• The file includes remarks and provides
what is the default setting
• So many options, easier to discuss inside the
file, so let’s go to the file!
18
The Qpconfig.xml Performance Thoughts
• Use an extra place view, which was introduced in Quickr 8.5 on
Domino, to speed up the openMyPlace transaction
• Locate the load_balance_places_view element in the place_catalog
entry in the qpconfig.xml file and set its attribute enabled=“true”
 <place_catalog enabled="true" log_level="0">....
 <load_balance_places_view enabled="true"/>
• Disable checking for whether Lotus Quickr Connector is installed
on the users’ systems
• Locate the roundTripEdit element in the connectors entry in the
qpconfig.xml file and set its attachment enabled=“never”
 <connectors>
 <roundTripEdit enabled="never" />
 </connectors>
19
What We’ll Cover …
• Quickr Administration Basics
• The Notes.ini Influence
• The Qpconfig.xml Customizations
• Connectors Configurations
• Wrap-up
20
Connectors 101
21
Quickr Connectors 8.5.0.6 Is the Latest and Includes …
• The Lotus Symphony connector, standalone and embedded
• Installing connectors on Windows Vista/Windows 7 when User
Account Control (UAC) is on
• Installing connectors on Windows 7
• Migrating connector preferences during an upgrade
• Simple and Protected GSS-API Negotiation Mechanism
(SPNEGO)
22
From Fix Central latest version, April 28, 2011: Lotus
Quickr Connectors 8.5 HF6, Quickr 8.5.1 FP4
Quickr Connectors 8.5.0.2 Included Support For ...
• Lotus Quickr for Domino 8.5
• Lotus Notes 8.5.2
• Lotus Sametime Standard 8.5
• Backwards compatibility with Lotus Quickr for WebSphere Portal
8.1.1.1
• Backwards compatibility with Lotus Quickr for Lotus Domino 8.2
• Extensive additional testing and fixes against all server back ends
23
Connector Options for Installation
• There are two ways to install the connectors to the desktops
 Manual: Users can download the connector installer from the
Quickr server
 Silent: Administrators can “push” the install package to client
desktops using desktop management software to silently install
the connectors
 BMC (Marimba)
 Tivoli Configuration Manager
 MS System Configuration
24
Configuring Silent Installation: Step 1
• Click Download from the IBM Lotus Quickr connectors section of
the footer
• Save the install file qkrconn.exe to your computer
• Open a command prompt and navigate to the directory where you
saved the qkrconn.exe file
• Make sure all applications such as Lotus Notes, Lotus Sametime,
Microsoft Office/Outlook, and Lotus Symphony are closed before
performing the following silent commands
25
Configuring Silent Installation: Step 2
• Type qkrconn.exe /Options(s) [Property settings]
• The optional parameters are listed below:
26
Options Description
/install Installs connectors
/uninstall Uninstalls connectors
/quiet Establishes silent mode requiring no user interaction
/norestart Prevents restart after the installation is complete
/promptrestarat Prompts the user for restart if necessary
/forcerestart Always restarts the computer after installation
Configuring Silent Installation: Step 3, Parameter Options
• The optional parameters are listed below:
 Public property [PROPERTY=PropertyValue] Description
 INSTALLDIR Directory that connectors will be installed in
 For example,
INSTALLDIR=C:Progra~1IBMQuickrConnectors
 ADDLOCAL Specify which connector to install
 By default, if you do not specify the ADDLOCAL property, all
connectors are installed except for the Notes Embedded
Symphony
 ADDLOCAL=ALL installs all
 WindowsExplorer (required)
 MicrosoftOffice (for Microsoft Office)
 MicrosoftOutlook (for Microsoft Outlook)
27
Configuring Silent Installation: Step 3, Parameter Options (cont.)
• The optional parameters are listed below: (cont.)
 LotusSametime (for Lotus Sametime Standalone Edition)
 LotusNotes (for Lotus Notes and Sametime Embedded)
 LotusSymphonyStandalone (for Lotus Symphony Standalone
Edition)
 LotusSymphonyEmbedded (for Lotus Symphony embedded in
Lotus Notes)
28
Configuring Silent Installation Step 3, More Parameter
Options
• QC_NOTES_TARGET_FOLDER When installing the place
connector for Lotus Notes, specifies where Lotus Notes is
installed
 This property is optional
 For example:
QC_NOTES_TARGET_FOLDER=C:Notes
• QC_NOTES_NOTES_INI_PATH When installing the place
connector for Lotus Notes Single User Install (SUI), specifies
where notes.ini is placed
 This property is optional
 For example, QC_NOTES_NOTES_INI_PATH=C:Notesnotes.ini
29
Configuring Silent Installation Step 3, More Parameter
Options (cont.)
• QC_SAMETIME_TARGET_FOLDER When installing connector for
Lotus Sametime, specifies where Lotus Sametime is installed
 This property is optional
 For example:
QC_SAMETIME_TARGET_FOLDER=C:progra~1IBMSametime
• QC_SYMPHONY_TARGET_FOLDERWhen installing connector for
Lotus Symphony Standalone Edition, specifies where it is
installed
 This property is optional
 For example:
QC_SYMPHONY_TARGET_FOLDER=C:progra~1IBMLotusS
ymphony
30
Silent Install Syntax Examples
• Silent uninstall with no restart
 qkrconn.exe /uninstall /quiet /norestart
• Silent install with no restart and settings for Lotus Notes and
Lotus Sametime
 qkrconn.exe /install /quiet /norestart
 QC_NOTES_TARGET_FOLDER=C:notes
 QC_SAMETIME_TARGET_FOLDER=C:progra~1IBMSametime
 The QC_ properties are required due to the user interface
providing the option for changing any registry-discovered
values first
31
Troubleshooting Silent Installations
• The installation will fail if you have installed one of the newer
versions of the Quickr connectors, are unable to update the
connectors via an unattended installation, and you are using the
ADDLOCAL command, such as:
 qkrconn.exe /install /quiet
ADDLOCAL=WindowsExplorer,MicrosoftOffice
• Use the following line instead:
 qkrconn.exe /install /quiet
REINSTALL=WindowsExplorer,MicrosoftOffice
• For a new installation, you still need to use ADDLOCAL instead of
REINSTALL
 Your software distribution package should check if a connector
is already installed and use the correct parameter
32
Pre-Configuring Users’ Desktops with Connector Content
• Administrators can use the QuickrConfig tool to export and import
a place list from one system to another
• The tool can be run by
 An end user
 Deployment script
• The tool can be used optionally to export and import user
preferences as well as global defaults and policies so that users
can run the tool to backup their configuration in the event that
they need to run a clean install of the connectors
33
Pre-Configuring Users’ Desktops with Connector Content
(cont.)
• The QuickrConfig tool is installed as part of the core code with the
Lotus Quickr Connectors installation
• It consists of two files: QuickrCfg.exe and QKRCOM.dll
• The QKRCOM.dll is a self-registering .dll file registered by the
installer
 If the .dll file is not registered, the tool will not work
• An administrator can deploy these files to a machine with an older
version of the connectors, or without the connectors installed,
and then just register QKRCOM.dll (regsvr32 QKRCOM.dll)
34
Configuring Connector Content Options
Command Description
-backup Creates a backup of the current configuration
-deletebackup Delete any backup configuration
-export Exports configuration to <filename>
-format Print xml syntax/format
-import Imports configuration from <filename>
-help / -? Print cmd syntax
-restore Restores a previous backup
-sample Print out sample xml
-validate Validates xml format in <filename>
35
Configuring Connector Content via Exporting
1. Access the default location of the Lotus Quickr Connectors,
typically:
 C:Program FilesIBMPlaces Connectors
2. To export all servers, places, policies, preferences, and global
defaults to a specified file, enter a command similar to the
following:
 QuickrCfg -export myQuickr.xml
1. To perform a full export to myQuickr.xml and overwrite the file
(if it exists), enter:
 QuickrCfg -export -overwrite myQuickr.xml 36
If no file is specified, the default file name QuickrCfg.xml is used. If
the file specified already exists, the operation will abort. You can
overwrite the file with the -overwrite option.
Configuring Connector Content via Importing
1. Access the default location of the Lotus Quickr Connectors,
typically:
 C:Program FilesIBMPlaces Connectors.
2. To import everything in the specified file, enter a command
similar to the following example:
 QuickrCfg -import myQuickr.xml
3. To import servers and places from a pre-existing configuration
file and merge the information into the existing configuration, as
well as to have the tool provide full output, enter:
 QuickrCfg -import -noprefs -nopolicies -nodefaults -merge
-verbose myQuickr.xml
37
The default imports everything in the specified file.
Server and place list entries will be added into the
existing configuration. If duplicate servers/places
exists, they will not be merged.
Demo
38
What We’ll Cover …
• Quickr Administration Basics
• The Notes.ini Influence
• The Qpconfig.xml Customizations
• Connectors Configurations
• Wrap-up
39
Resources
40
• RPR Wyatt’s Essential Quickr Tools
 www.rprwyatt.com/EssentialQuickrTools.html
• Opus Neo Neo.Dashboard for Quickr
 www.opusneo.com/neodashboard
• SNAPP-On Modules for Lotus Quickr from SNAPPS
 www.snapps.com/snaweb.nsf/0/8a8d710514c46a9b86256e8c007993c4
• How to install and Configure Quickr from Michael Urspringer
 http://wiki.urspringer.de/doku.php/qfaq/tutorials_howtos_etc/installing_quic
kr85
• Moving places and other items in IBM Lotus Quickr services for Domino
 www.lotus.com/ldd/lqwiki.nsf/dx/moving-places-and-other-items-in-lotus-
quickr-services-for-domino
• Performance Tuning Quickr 8.5 from Quickr Wiki
 www.lotus.com/ldd/lqwiki.nsf/dx/Performance_Tuning_Guide_Lotus_Quickr
_8.5_for_Domino
41
Resources (cont.)
• Quickr Clustering Wiki Page
 www.lotus.com/ldd/lqwiki.nsf/dx/Best_Practices_for_setting_up
_Quickr_Clustering
• Fergal McKenna, “Connectors, Deployment & Troubleshooting
Document” (IBM).
 www.lotus.com/ldd/lqwiki.nsf/xsp/.ibmmodres/domino/OpenAtt
achment/ldd/lqwiki.nsf/140F5540A196597485257654006BFB43/a
ttach/Connectors-Deployment%2520and
%2520Troubleshooting.odp
• Pre-configuring User Desktops with Connector Content
 www.lotus.com/ldd/lqwiki.nsf/dx/Preconfiguring_users_desktop
s_with_connector_content_qc85
42
Resources (cont.)
• Notes.ini Settings
 www.lotus.com/ldd/lqwiki.nsf/dx/notes.ini_settings_qd851
• Keith Brooks, David Byrd, Mark Harper, Olusola Omosaiye, IBM
Lotus Quickr 8.5 for Domino Administration (Packt Publishing,
2011).
 http://amzn.to/lU5WSs
7 Key Points to Take Home
• Quickr can be the greatest tool, but first learn what to do
• Notes.ini controls the Domino-related functions
• Qpconfgig.xml controls the core Quickr functions
• Connectors can be controlled and automated, with a little effort
• You control your environment, use the tools, buy some tools,
have developers write some tools
• Quickr for Domino has a good few years ahead of it
 Invest in it now to get the greatest benefits over time
• RTFM, really, ok, the IBM Wiki sites
Your Turn!
How to contact me:
Keith Brooks
Skype/Twitter: @lotusevangelist
keith@vanessabrooks.com 44

More Related Content

What's hot

Connections install in 45 mins
Connections install in 45 minsConnections install in 45 mins
Connections install in 45 minsSharon James
 
HCL Sametime Meetings 11.5 Step-by-Step
HCL Sametime Meetings 11.5  Step-by-StepHCL Sametime Meetings 11.5  Step-by-Step
HCL Sametime Meetings 11.5 Step-by-StepAles Lichtenberg
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Sharon James
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSharon James
 
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsIAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsDavid Hablewitz
 
You don't want to do it like that
You don't want to do it like thatYou don't want to do it like that
You don't want to do it like thatSharon James
 
Practical solutions for connections administrators lite
Practical solutions for connections administrators litePractical solutions for connections administrators lite
Practical solutions for connections administrators liteSharon James
 
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering ImplementationSAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering ImplementationLinh Nguyen
 
DominoMigrationProposal
DominoMigrationProposalDominoMigrationProposal
DominoMigrationProposalLynn Levash
 
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for AdminsInform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for AdminsJared Roberts
 
TechMentor 2012: Deploying Windows Server 2012 Server Core
TechMentor 2012: Deploying Windows Server 2012 Server CoreTechMentor 2012: Deploying Windows Server 2012 Server Core
TechMentor 2012: Deploying Windows Server 2012 Server CoreHarold Wong
 
SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016David Hablewitz
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesGabriella Davis
 
HCL Domino Volt Installation, Configuration & New Features
HCL Domino Volt Installation, Configuration & New FeaturesHCL Domino Volt Installation, Configuration & New Features
HCL Domino Volt Installation, Configuration & New Featureshemantnaik
 
Practical solutions for connections administrators
Practical solutions for connections administratorsPractical solutions for connections administrators
Practical solutions for connections administratorsSharon James
 
Domino Security - not knowing is not an option - MWLUG 2015
Domino Security - not knowing is not an option - MWLUG 2015Domino Security - not knowing is not an option - MWLUG 2015
Domino Security - not knowing is not an option - MWLUG 2015Darren Duke
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesHoward Greenberg
 
engage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEengage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEChristoph Adler
 
TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3TranscendComputing
 

What's hot (20)

Connections install in 45 mins
Connections install in 45 minsConnections install in 45 mins
Connections install in 45 mins
 
HCL Sametime Meetings 11.5 Step-by-Step
HCL Sametime Meetings 11.5  Step-by-StepHCL Sametime Meetings 11.5  Step-by-Step
HCL Sametime Meetings 11.5 Step-by-Step
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administrators
 
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsIAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
 
You don't want to do it like that
You don't want to do it like thatYou don't want to do it like that
You don't want to do it like that
 
Practical solutions for connections administrators lite
Practical solutions for connections administrators litePractical solutions for connections administrators lite
Practical solutions for connections administrators lite
 
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering ImplementationSAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
SAP HANA 2 SPS02 Upgrade and Dynamic Tiering Implementation
 
DominoMigrationProposal
DominoMigrationProposalDominoMigrationProposal
DominoMigrationProposal
 
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for AdminsInform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
 
TechMentor 2012: Deploying Windows Server 2012 Server Core
TechMentor 2012: Deploying Windows Server 2012 Server CoreTechMentor 2012: Deploying Windows Server 2012 Server Core
TechMentor 2012: Deploying Windows Server 2012 Server Core
 
SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-Premises
 
HCL Domino Volt Installation, Configuration & New Features
HCL Domino Volt Installation, Configuration & New FeaturesHCL Domino Volt Installation, Configuration & New Features
HCL Domino Volt Installation, Configuration & New Features
 
Practical solutions for connections administrators
Practical solutions for connections administratorsPractical solutions for connections administrators
Practical solutions for connections administrators
 
Domino Security - not knowing is not an option - MWLUG 2015
Domino Security - not knowing is not an option - MWLUG 2015Domino Security - not knowing is not an option - MWLUG 2015
Domino Security - not knowing is not an option - MWLUG 2015
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
 
engage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEengage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVE
 
TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3
 
Domino Adminblast
Domino AdminblastDomino Adminblast
Domino Adminblast
 

Similar to Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You

Got Problems? Let's Do a Health Check
Got Problems? Let's Do a Health CheckGot Problems? Let's Do a Health Check
Got Problems? Let's Do a Health CheckLuis Guirigay
 
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...panagenda
 
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...panagenda
 
Soccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM ConnectionsSoccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM Connectionspanagenda
 
KACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting OverviewKACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting OverviewDell World
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deploymentSharon James
 
IBM Lotus Notes Client Management Done Right – Beginning to End
IBM Lotus Notes Client Management Done Right – Beginning to EndIBM Lotus Notes Client Management Done Right – Beginning to End
IBM Lotus Notes Client Management Done Right – Beginning to Endpanagenda
 
(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environmentBIOVIA
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationLinh Nguyen
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016panagenda
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementSharkrit JOBBO
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsLetsConnect
 
Day 7 - Make it Fast
Day 7 - Make it FastDay 7 - Make it Fast
Day 7 - Make it FastBarry Jones
 
LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)Fred Janssen
 
Dutch Lotus User Group 2009 - Domino Tuning Presentation
Dutch Lotus User Group 2009 - Domino Tuning PresentationDutch Lotus User Group 2009 - Domino Tuning Presentation
Dutch Lotus User Group 2009 - Domino Tuning PresentationVladislav Tatarincev
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...Christoph Adler
 
Apache Performance Tuning: Scaling Up
Apache Performance Tuning: Scaling UpApache Performance Tuning: Scaling Up
Apache Performance Tuning: Scaling UpSander Temme
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksSenturus
 
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...Kim Greene
 

Similar to Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You (20)

DDive11 - Quickr HowTo
DDive11 - Quickr HowToDDive11 - Quickr HowTo
DDive11 - Quickr HowTo
 
Got Problems? Let's Do a Health Check
Got Problems? Let's Do a Health CheckGot Problems? Let's Do a Health Check
Got Problems? Let's Do a Health Check
 
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
 
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
 
Soccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM ConnectionsSoccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM Connections
 
KACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting OverviewKACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting Overview
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
 
IBM Lotus Notes Client Management Done Right – Beginning to End
IBM Lotus Notes Client Management Done Right – Beginning to EndIBM Lotus Notes Client Management Done Right – Beginning to End
IBM Lotus Notes Client Management Done Right – Beginning to End
 
(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM Connections
 
Day 7 - Make it Fast
Day 7 - Make it FastDay 7 - Make it Fast
Day 7 - Make it Fast
 
LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)
 
Dutch Lotus User Group 2009 - Domino Tuning Presentation
Dutch Lotus User Group 2009 - Domino Tuning PresentationDutch Lotus User Group 2009 - Domino Tuning Presentation
Dutch Lotus User Group 2009 - Domino Tuning Presentation
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
 
Apache Performance Tuning: Scaling Up
Apache Performance Tuning: Scaling UpApache Performance Tuning: Scaling Up
Apache Performance Tuning: Scaling Up
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & Tricks
 
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
 

More from Keith Brooks

Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!Keith Brooks
 
Hacking Administrators
Hacking AdministratorsHacking Administrators
Hacking AdministratorsKeith Brooks
 
Modernizing Rooms and Resources Functionality
Modernizing Rooms and Resources FunctionalityModernizing Rooms and Resources Functionality
Modernizing Rooms and Resources FunctionalityKeith Brooks
 
Shoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and UserShoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and UserKeith Brooks
 
To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!Keith Brooks
 
Decks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font TalesDecks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font TalesKeith Brooks
 
Domino Administration Wizardry - Dark Arts Edition
Domino Administration Wizardry - Dark Arts EditionDomino Administration Wizardry - Dark Arts Edition
Domino Administration Wizardry - Dark Arts EditionKeith Brooks
 
Admin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins SanityAdmin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins SanityKeith Brooks
 
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do ThatISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do ThatKeith Brooks
 
Why This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss DeadlinesWhy This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss DeadlinesKeith Brooks
 
Pointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the RescuePointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the RescueKeith Brooks
 
Breaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your UsersBreaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your UsersKeith Brooks
 
I'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo WorldI'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo WorldKeith Brooks
 
Presentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and MorePresentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and MoreKeith Brooks
 
Faster Translations Start With A Faster Computer
Faster Translations Start With A Faster ComputerFaster Translations Start With A Faster Computer
Faster Translations Start With A Faster ComputerKeith Brooks
 
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksIBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksKeith Brooks
 
One Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The CloudOne Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The CloudKeith Brooks
 
18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love You18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love YouKeith Brooks
 

More from Keith Brooks (20)

Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!Yes, It's Number One it's TOTP!
Yes, It's Number One it's TOTP!
 
Hacking Administrators
Hacking AdministratorsHacking Administrators
Hacking Administrators
 
Modernizing Rooms and Resources Functionality
Modernizing Rooms and Resources FunctionalityModernizing Rooms and Resources Functionality
Modernizing Rooms and Resources Functionality
 
Shoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and UserShoot me NOW! The Life and Death of an O365 Admin and User
Shoot me NOW! The Life and Death of an O365 Admin and User
 
To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!To Home, To Work, To Home, To Collabsphere!
To Home, To Work, To Home, To Collabsphere!
 
Decks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font TalesDecks Matter, And Other startup Font Tales
Decks Matter, And Other startup Font Tales
 
Domino Administration Wizardry - Dark Arts Edition
Domino Administration Wizardry - Dark Arts EditionDomino Administration Wizardry - Dark Arts Edition
Domino Administration Wizardry - Dark Arts Edition
 
Admin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins SanityAdmin Hacks for Users and Admins Sanity
Admin Hacks for Users and Admins Sanity
 
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do ThatISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
ISBG / NCUG Why Didn't Anyone Tell Me Notes Could Do That
 
Why This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss DeadlinesWhy This Global Law Firm Does Not Miss Deadlines
Why This Global Law Firm Does Not Miss Deadlines
 
Shout IT Out loud
Shout IT Out loudShout IT Out loud
Shout IT Out loud
 
Pointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the RescuePointing Fingers? DDM to the Rescue
Pointing Fingers? DDM to the Rescue
 
Breaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your UsersBreaking the Unwritten Rules to Help Your Users
Breaking the Unwritten Rules to Help Your Users
 
I'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo WorldI'm a LEGO Man Living in a Duplo World
I'm a LEGO Man Living in a Duplo World
 
Presentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and MorePresentation on Soft Skills, Hard Skills, Body Language and More
Presentation on Soft Skills, Hard Skills, Body Language and More
 
Faster Translations Start With A Faster Computer
Faster Translations Start With A Faster ComputerFaster Translations Start With A Faster Computer
Faster Translations Start With A Faster Computer
 
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith BrooksIBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
IBM Sametime 9 Installation Woes and Proactive Repairs by Keith Brooks
 
One Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The CloudOne Firm's Wild Ride to The Cloud
One Firm's Wild Ride to The Cloud
 
18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love You18+ Ways To Help Clients Love You
18+ Ways To Help Clients Love You
 
Advanced Backups
Advanced BackupsAdvanced Backups
Advanced Backups
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You

  • 1. © 2011 Wellesley Information Services. All rights reserved. Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connectors, and You Keith Brooks Vanessa Brooks Skype/Twitter: @lotusevangelist
  • 2. Why a Session on Quickr? • New admins do not understand Quickr at first • Domino.Doc customers were told to move to Quickr • Quickr integrates with Connections • Quickr for Domino has a planned future • I co-authored a book on Quickr Administration this year and the items we will discuss are what were most important to people 2
  • 3. You Are on Notice 3
  • 4. In This Session … • We will discuss:  What the Notes.ini has to do with a Quickr server  Why the qpconfig.xml is so important to Quickr  How to push the connectors out to the users 4
  • 5. What We’ll Cover … • Quickr Administration Basics • The Notes.ini Influence • The Qpconfig.xml Customizations • Connectors Configurations • Wrap-up 5
  • 6. Adventures in Quickr Administration 6 • Domino-based, but not your normal administration  There are no IBM admin tools, however business partner tools do exist:  SNAPPS – Snappfiles, PandaBear, Flippr, Anyplace Quickr Tools, SNAPPS Templates, SNAPP-On Modules for Quickr  RPR Wyatt – Essential Place Catalog, Essential File Extractor  Opus Neo – Neo.Dashboard, Neo.Tracking, Neo.RoomManager, Neo.AccessReporter, Neo.QPMailin
  • 7. Adventures in Quickr Administration (cont.) • A little more “babysitting” is required  Set up site managers and train them like admins • Nothing but the Web ... to users  To the admin it’s Web, Domino, and OS quirks • Even the pros don’t always get it right  Too many “anyone ever do/see this type posts” 7
  • 8. What Are the Basics a Quickr Admin Needs to Do • Think ahead  Cluster? Email addressing? External users? Attachment sizes? Connectors? Disk space? FTI? Logging? • Think about archiving and how to manage dead or old sites • Constantly improve performance and tweak everything • Create a logic for site owners to follow • Backup the qpconfig.xml and notes.ini regularly • Stay on top of the HotFix updates • Seek out other Quickr admins 8
  • 9. What We’ll Cover … • Quickr Administration Basics • The Notes.ini Influence • The Qpconfig.xml Customizations • Connectors Configurations • Wrap-up 9
  • 10. 10 No, This Book Does Not Exist ... But It Should
  • 11. Quickr Areas Covered by the Notes.ini • Client logging settings • Offline settings • Other miscellaneous settings • Server logging settings • Web page cache settings 11
  • 12. Performance Tuning Your Notes.ini • Remove unnecessary tasks: Really only needs HTTP • Clustered should be:  ServerTasks=HTTP, AdminP, Replica,CLREPL,CLDBDIR • Remove: ServerTasksAt4=qptool refresh -a,qptool report – policyexecute,qptool register -pts  Set as a program document instead with your time preferences • Remove: qptool placecatalog push -a  Set as a program document instead with your time preferences • Add: HTTPJVMMaxHeapSize=256M (Controls the max heap size of JVM) • Add: QuickPlaceWebCacheEnabled=1 (if not there by default)  Enables the cache  0 disables it 12
  • 13. Performance Tuning Your Notes.ini (cont.) • Add: UPDATE_SUPPRESSION_TIME=90 (or 120 if you can get away with it)  The Update Task (indexer) maintains two work queues: An immediate queue and a deferred queue  Deferred update requests are held for 15 minutes before they are processed so that requests to update the same database in that time are ignored as duplicate requests  Updater queues can grow if the server has a high update rate because of heavy database use  Use this variable to specify the length of time that deferred update requests are held in queue  n - length of time in queue in minutes  -n - (negative value) length of time in queue in seconds • Add: UPDATERS=4 (or a number equal to or one less than your number of CPUs) 13
  • 14. Notes.ini Settings — Cache Options • QuickPlaceWebCacheDir=<pathname>  Sets the cache directory  Uses the full file path name of the directory  If this variable is omitted, the server cache is automatically set to the default directory NOTESPROGRAM>datacache • QuickPlaceWebCacheGCIntervalInMIN=<minutes>  Sets the time interval for cache cleaning • QuickPlaceWebCacheLimitInMB=<MB>  Sets the cache size limit in MB  If you enter a number of zero or leave it out, the cache size limit defaults to 50MB 14
  • 15. Notes.ini Settings — Cache Options (cont.) • QuickPlaceWebCacheLogging=<n>  Sets the cache logging level, which determines how detailed log messages will be  Acceptable values are 1, 2, or 3; where 1 is the least detailed and 3 is the most detailed • QuickPlaceWebCacheUsers=<value>  Defines which users will be affected by caching  By default, server caching applies to all users when the cache is enabled  To set the cache for anonymous users only, enter QuickPlaceWebCacheUsers=Anonymous 15
  • 16. What We’ll Cover … • Quickr Administration Basics • The Notes.ini Influence • The Qpconfig.xml Customizations • Connectors Configurations • Wrap-up 16
  • 17. Words to Live By ... 17
  • 18. The Qpconfig.xml Customizations • QP from Quickplace, never changed it • The file sits in the DominoData directory  Called qpconfig_sample.xml  Make a copy, then edit it • Be careful when editing the file, XML errors can occur  Test the xml file by opening it up in IE  It will report an error if any exists on the page • The file includes remarks and provides what is the default setting • So many options, easier to discuss inside the file, so let’s go to the file! 18
  • 19. The Qpconfig.xml Performance Thoughts • Use an extra place view, which was introduced in Quickr 8.5 on Domino, to speed up the openMyPlace transaction • Locate the load_balance_places_view element in the place_catalog entry in the qpconfig.xml file and set its attribute enabled=“true”  <place_catalog enabled="true" log_level="0">....  <load_balance_places_view enabled="true"/> • Disable checking for whether Lotus Quickr Connector is installed on the users’ systems • Locate the roundTripEdit element in the connectors entry in the qpconfig.xml file and set its attachment enabled=“never”  <connectors>  <roundTripEdit enabled="never" />  </connectors> 19
  • 20. What We’ll Cover … • Quickr Administration Basics • The Notes.ini Influence • The Qpconfig.xml Customizations • Connectors Configurations • Wrap-up 20
  • 22. Quickr Connectors 8.5.0.6 Is the Latest and Includes … • The Lotus Symphony connector, standalone and embedded • Installing connectors on Windows Vista/Windows 7 when User Account Control (UAC) is on • Installing connectors on Windows 7 • Migrating connector preferences during an upgrade • Simple and Protected GSS-API Negotiation Mechanism (SPNEGO) 22 From Fix Central latest version, April 28, 2011: Lotus Quickr Connectors 8.5 HF6, Quickr 8.5.1 FP4
  • 23. Quickr Connectors 8.5.0.2 Included Support For ... • Lotus Quickr for Domino 8.5 • Lotus Notes 8.5.2 • Lotus Sametime Standard 8.5 • Backwards compatibility with Lotus Quickr for WebSphere Portal 8.1.1.1 • Backwards compatibility with Lotus Quickr for Lotus Domino 8.2 • Extensive additional testing and fixes against all server back ends 23
  • 24. Connector Options for Installation • There are two ways to install the connectors to the desktops  Manual: Users can download the connector installer from the Quickr server  Silent: Administrators can “push” the install package to client desktops using desktop management software to silently install the connectors  BMC (Marimba)  Tivoli Configuration Manager  MS System Configuration 24
  • 25. Configuring Silent Installation: Step 1 • Click Download from the IBM Lotus Quickr connectors section of the footer • Save the install file qkrconn.exe to your computer • Open a command prompt and navigate to the directory where you saved the qkrconn.exe file • Make sure all applications such as Lotus Notes, Lotus Sametime, Microsoft Office/Outlook, and Lotus Symphony are closed before performing the following silent commands 25
  • 26. Configuring Silent Installation: Step 2 • Type qkrconn.exe /Options(s) [Property settings] • The optional parameters are listed below: 26 Options Description /install Installs connectors /uninstall Uninstalls connectors /quiet Establishes silent mode requiring no user interaction /norestart Prevents restart after the installation is complete /promptrestarat Prompts the user for restart if necessary /forcerestart Always restarts the computer after installation
  • 27. Configuring Silent Installation: Step 3, Parameter Options • The optional parameters are listed below:  Public property [PROPERTY=PropertyValue] Description  INSTALLDIR Directory that connectors will be installed in  For example, INSTALLDIR=C:Progra~1IBMQuickrConnectors  ADDLOCAL Specify which connector to install  By default, if you do not specify the ADDLOCAL property, all connectors are installed except for the Notes Embedded Symphony  ADDLOCAL=ALL installs all  WindowsExplorer (required)  MicrosoftOffice (for Microsoft Office)  MicrosoftOutlook (for Microsoft Outlook) 27
  • 28. Configuring Silent Installation: Step 3, Parameter Options (cont.) • The optional parameters are listed below: (cont.)  LotusSametime (for Lotus Sametime Standalone Edition)  LotusNotes (for Lotus Notes and Sametime Embedded)  LotusSymphonyStandalone (for Lotus Symphony Standalone Edition)  LotusSymphonyEmbedded (for Lotus Symphony embedded in Lotus Notes) 28
  • 29. Configuring Silent Installation Step 3, More Parameter Options • QC_NOTES_TARGET_FOLDER When installing the place connector for Lotus Notes, specifies where Lotus Notes is installed  This property is optional  For example: QC_NOTES_TARGET_FOLDER=C:Notes • QC_NOTES_NOTES_INI_PATH When installing the place connector for Lotus Notes Single User Install (SUI), specifies where notes.ini is placed  This property is optional  For example, QC_NOTES_NOTES_INI_PATH=C:Notesnotes.ini 29
  • 30. Configuring Silent Installation Step 3, More Parameter Options (cont.) • QC_SAMETIME_TARGET_FOLDER When installing connector for Lotus Sametime, specifies where Lotus Sametime is installed  This property is optional  For example: QC_SAMETIME_TARGET_FOLDER=C:progra~1IBMSametime • QC_SYMPHONY_TARGET_FOLDERWhen installing connector for Lotus Symphony Standalone Edition, specifies where it is installed  This property is optional  For example: QC_SYMPHONY_TARGET_FOLDER=C:progra~1IBMLotusS ymphony 30
  • 31. Silent Install Syntax Examples • Silent uninstall with no restart  qkrconn.exe /uninstall /quiet /norestart • Silent install with no restart and settings for Lotus Notes and Lotus Sametime  qkrconn.exe /install /quiet /norestart  QC_NOTES_TARGET_FOLDER=C:notes  QC_SAMETIME_TARGET_FOLDER=C:progra~1IBMSametime  The QC_ properties are required due to the user interface providing the option for changing any registry-discovered values first 31
  • 32. Troubleshooting Silent Installations • The installation will fail if you have installed one of the newer versions of the Quickr connectors, are unable to update the connectors via an unattended installation, and you are using the ADDLOCAL command, such as:  qkrconn.exe /install /quiet ADDLOCAL=WindowsExplorer,MicrosoftOffice • Use the following line instead:  qkrconn.exe /install /quiet REINSTALL=WindowsExplorer,MicrosoftOffice • For a new installation, you still need to use ADDLOCAL instead of REINSTALL  Your software distribution package should check if a connector is already installed and use the correct parameter 32
  • 33. Pre-Configuring Users’ Desktops with Connector Content • Administrators can use the QuickrConfig tool to export and import a place list from one system to another • The tool can be run by  An end user  Deployment script • The tool can be used optionally to export and import user preferences as well as global defaults and policies so that users can run the tool to backup their configuration in the event that they need to run a clean install of the connectors 33
  • 34. Pre-Configuring Users’ Desktops with Connector Content (cont.) • The QuickrConfig tool is installed as part of the core code with the Lotus Quickr Connectors installation • It consists of two files: QuickrCfg.exe and QKRCOM.dll • The QKRCOM.dll is a self-registering .dll file registered by the installer  If the .dll file is not registered, the tool will not work • An administrator can deploy these files to a machine with an older version of the connectors, or without the connectors installed, and then just register QKRCOM.dll (regsvr32 QKRCOM.dll) 34
  • 35. Configuring Connector Content Options Command Description -backup Creates a backup of the current configuration -deletebackup Delete any backup configuration -export Exports configuration to <filename> -format Print xml syntax/format -import Imports configuration from <filename> -help / -? Print cmd syntax -restore Restores a previous backup -sample Print out sample xml -validate Validates xml format in <filename> 35
  • 36. Configuring Connector Content via Exporting 1. Access the default location of the Lotus Quickr Connectors, typically:  C:Program FilesIBMPlaces Connectors 2. To export all servers, places, policies, preferences, and global defaults to a specified file, enter a command similar to the following:  QuickrCfg -export myQuickr.xml 1. To perform a full export to myQuickr.xml and overwrite the file (if it exists), enter:  QuickrCfg -export -overwrite myQuickr.xml 36 If no file is specified, the default file name QuickrCfg.xml is used. If the file specified already exists, the operation will abort. You can overwrite the file with the -overwrite option.
  • 37. Configuring Connector Content via Importing 1. Access the default location of the Lotus Quickr Connectors, typically:  C:Program FilesIBMPlaces Connectors. 2. To import everything in the specified file, enter a command similar to the following example:  QuickrCfg -import myQuickr.xml 3. To import servers and places from a pre-existing configuration file and merge the information into the existing configuration, as well as to have the tool provide full output, enter:  QuickrCfg -import -noprefs -nopolicies -nodefaults -merge -verbose myQuickr.xml 37 The default imports everything in the specified file. Server and place list entries will be added into the existing configuration. If duplicate servers/places exists, they will not be merged.
  • 39. What We’ll Cover … • Quickr Administration Basics • The Notes.ini Influence • The Qpconfig.xml Customizations • Connectors Configurations • Wrap-up 39
  • 40. Resources 40 • RPR Wyatt’s Essential Quickr Tools  www.rprwyatt.com/EssentialQuickrTools.html • Opus Neo Neo.Dashboard for Quickr  www.opusneo.com/neodashboard • SNAPP-On Modules for Lotus Quickr from SNAPPS  www.snapps.com/snaweb.nsf/0/8a8d710514c46a9b86256e8c007993c4 • How to install and Configure Quickr from Michael Urspringer  http://wiki.urspringer.de/doku.php/qfaq/tutorials_howtos_etc/installing_quic kr85 • Moving places and other items in IBM Lotus Quickr services for Domino  www.lotus.com/ldd/lqwiki.nsf/dx/moving-places-and-other-items-in-lotus- quickr-services-for-domino • Performance Tuning Quickr 8.5 from Quickr Wiki  www.lotus.com/ldd/lqwiki.nsf/dx/Performance_Tuning_Guide_Lotus_Quickr _8.5_for_Domino
  • 41. 41 Resources (cont.) • Quickr Clustering Wiki Page  www.lotus.com/ldd/lqwiki.nsf/dx/Best_Practices_for_setting_up _Quickr_Clustering • Fergal McKenna, “Connectors, Deployment & Troubleshooting Document” (IBM).  www.lotus.com/ldd/lqwiki.nsf/xsp/.ibmmodres/domino/OpenAtt achment/ldd/lqwiki.nsf/140F5540A196597485257654006BFB43/a ttach/Connectors-Deployment%2520and %2520Troubleshooting.odp • Pre-configuring User Desktops with Connector Content  www.lotus.com/ldd/lqwiki.nsf/dx/Preconfiguring_users_desktop s_with_connector_content_qc85
  • 42. 42 Resources (cont.) • Notes.ini Settings  www.lotus.com/ldd/lqwiki.nsf/dx/notes.ini_settings_qd851 • Keith Brooks, David Byrd, Mark Harper, Olusola Omosaiye, IBM Lotus Quickr 8.5 for Domino Administration (Packt Publishing, 2011).  http://amzn.to/lU5WSs
  • 43. 7 Key Points to Take Home • Quickr can be the greatest tool, but first learn what to do • Notes.ini controls the Domino-related functions • Qpconfgig.xml controls the core Quickr functions • Connectors can be controlled and automated, with a little effort • You control your environment, use the tools, buy some tools, have developers write some tools • Quickr for Domino has a good few years ahead of it  Invest in it now to get the greatest benefits over time • RTFM, really, ok, the IBM Wiki sites
  • 44. Your Turn! How to contact me: Keith Brooks Skype/Twitter: @lotusevangelist keith@vanessabrooks.com 44