SlideShare a Scribd company logo
1 of 46
Download to read offline
BP1491: Virtual, Faster, Better!
How to Virtualize the Rich Client and
Browser Plugin
Christoph Adler, Daniel Reimann / Feb-01-2015
Introduction
• Christoph Adler – Senior Consultant
 15 years of IBM (Lotus) solutions experience
 Since 2007 focused on Notes Client Management
 Lives in Germany / don’t give energy drinks

• Daniel Reimann – Director Technical Account Management
 Over 15 years of experience in Notes / Domino
 Focus on IBM Notes Client optimization and
infrastructure analysis
 German, lives in Boston
Agenda
• Getting started
 What can you expect from this session?
 What we typically SEE at customers
 What we typically DO at customers
• To roam or not to roam: that is the question
 IBM Notes in virtual environments (recommended)
• Best practices
• Installing IBM Notes | ICCA in virtual environments
(recipe)
• Summary
Agenda
• Getting started
 What can you expect from this session?
 What we typically SEE at customers
 What we typically DO at customers
• To roam or not to roam: that is the question
 IBM Notes in virtual environments (recommended)
• Best practices
• Installing IBM Notes | ICCA in virtual environments
(recipe)
• Summary
What can you expect from this session?
• Best Practices for deploying IBM Notes in virtual environments
• Giving an overview on the ideal IBM Notes architecture in virtual
environments
• A recipe to set up and pre-configure the perfect IBM Notes Client | ICCA
installation in a virtual environment
What we typically SEE at customers
• Administrators that cannot invest much time in troubleshooting IBM Notes
issues because of
 too many responsibilities for other IT systems
 steadily increasing complexity of IT systems
 missing or unknown knowledge sources
 “wrong“ or missing tools/solutions
• Administrators agree to set up IT systems when requested but rarely have
time to adequately maintain them going forward
What we typically SEE at customers
• Aged IBM Notes installations in virtual environments that are working
“somehow”
 Mostly Notes data directories on network drives which cause
• long startup times of IBM Notes (up to 60 sec)
• hangs and wait times due to interruptions and poor network latency
• high network traffic as IBM Notes is constantly reading / writing data
• frequently corrupted local applications
• permanently occupied disk space on file servers / SAN / NAS
– 80MB on average per user
– often because of old and outdated files, even templates
What we typically DO at customers
• Sparking their enthusiasm for IBM Notes
 Especially in virtual environments, IBM Notes can be optimized to start up fast,
run smooth and contribute to a positive end user IT experience by
• switching to local Multi-user installations
• frequently maintaining contents of IBM Notes data folders
• relieving network, file servers and / or SAN / NAS systems
• Encouraging administrators to spend a little more time on troubleshooting and
analyzing IBM Notes
 Solve root causes, not symptoms!
Agenda
• Getting started
 What can you expect from this session?
 What we typically SEE at customers
 What we typically DO at customers
• To roam or not to roam: that is the question
 IBM Notes in virtual environments (recommended)
• Best practices
• Installing IBM Notes | ICCA in virtual environments
(recipe)
• Summary
To roam or not to roam: that is the question
• Given the previous reasons why IBM Notes in virtual environments should not
have any files in the network, the following logical questions arise
 How can personal IBM Notes data folders of end users be maintained locally on
the virtual environment servers?
• Think of having N servers in the farm where personal end user data potentially needs to
be on every single server
 How do end users get their most recent IBM Notes configuration no matter on
which server in the farm they log on?
 How to ensure that disk space used by IBM Notes data folders is cleared after log
off?
 How to avoid transfers of large IBM Notes data folders per user during log on and
log off which increase wait times and cause network traffic?
To roam or not to roam: that is the question
• The answer is: Roaming!
 To provide end users with their latest IBM Notes configuration, their data needs to
be roamed onto the server they log on to start their session
 Roaming can be achieved through own procedures (e. g. logon script),
Domino Roaming or third-party solutions
IBM Notes in virtual environments
Log on to
virtual session
Roam
data
Start
IBM Notes
Log on to
IBM Notes
(happens here:
logon script,
third-party
solutions)
Roam
data
(or here: third-
party solutions)
Work with
IBM Notes
Roam
data
(or here:
IBM Roaming)
Shutdown
IBM Notes
Log off from
virtual session
Backup
data
Backup
data
(happens here)(or here)
Agenda
• Getting started
 What can you expect from this session?
 What we typically SEE at customers
 What we typically DO at customers
• To roam or not to roam: that is the question
 IBM Notes in virtual environments (recommended)
• Best practices
• Installing IBM Notes | ICCA in virtual environments
(recipe)
• Summary
BP: IBM Notes & ICAA installation
• Use default setups for
 IBM Notes Client 9.0.1 (Standard)
 Client Application Access 1.0.0.1 (ICAA) == 9.0.1FP4
formerly known as IBM Notes Browser Plugin
• No need to make changes to MSI package (scripts can help here)
• Use default paths for Program, Data and SharedData folders
BP: IBM Notes & ICAA install command lines
• IBM Notes Client 9.0.1 (Standard) install command line
 setup.exe /s /v"SETMULTIUSER=1 MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal
MULTIUSERCOMMONDIR=C:ProgramData CITRIX=1" /lime "C:TempNOTES901_msiinst.log" /qn"
• IBM Client Application Access 1.0.0.1 (ICAA) install command line
 setup.exe /s /v"SETMULTIUSER=1 MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal
MULTIUSERCOMMONDIR=C:ProgramData CITRIX=1” /lime "C:TempICAA1001_msiinst.log" /qn"
BP: ODS (templates)
• The ODS of local IBM Notes applications and templates should always be the
native one according to the used IBM Notes release (see next slide)
• Although any IBM Notes version can deal with older ODS versions it causes
the need of internal conversion during usage
• This causes unnecessary file I/O operations on disk
• While most administrators take care of upgrading the ODS of applications,
templates are often not taken into account
 However templates are also touched by IBM Notes quite often and should be
optimized as well to gain a performance boost
BP: ODS (templates)
ODS = On Disk Structure
• ODS 16 = Notes 2
• ODS 17 = Notes 3
• ODS 20 = Notes 4 (or templates)
• ODS 41 = Notes 5
• ODS 43 = Notes 6 & 7
• ODS 48 = Notes 8.0
• ODS 51 = Notes 8.5 / 9.0
• ODS 52 = Notes 9.0.1
The difference between ODS 43 and 52 = up to 80% LESS FILE I/O; average 50% less.
BP: ODS (templates)
• To upgrade the ODS of all shared templates in a virtual IBM Notes Multi-user
installation the administrator can follow these steps
• Add the following line to the shared notes.ini in
%ProgramData%IBMNotesData
 CREATE_R9_DATABASES=1
• Make sure that the Administrator account used to log on to the virtual server
does not have a personal IBM Notes Data directory yet (in %LocalAppData%)
• From a command prompt type the following commands
 cd “%ProgramData%IBMNotesDataShared”
 “%ProgramFiles(x86)%IBMNotesncompact” -ODS -*
• Copy all upgraded templates over to other servers if needed
BP: notes.ini
• A properly configured shared notes.ini can be essential for smooth running
virtual IBM Notes environments
• The shared notes.ini is used by every IBM Notes client session for which
there’s no personal IBM Notes data folder yet
• It is located in %ProgramData%IBMNotesData
• It is used as a template notes.ini out of which all parameters are transferred
into a users personal notes.ini upon the very first IBM Notes start
• Find some useful shared notes.ini parameters on the next slide (additionally
to the standard entries)
BP: notes.ini
• Ports=TCPIP
• TCPIP=TCP,0,15,0
 Note that this sets port compression to OFF, which is appropriate in virtual
environments; Port compression adds 5% CPU overhead and with 60 concurrent
sessions this would result in needing 3 dedicated CPUs for just port compression
• DISABLE_CLIENTRECORD=1
 This disables logging of client information back into the public address book as all
virtual environment users share the same servers in the farm anyway
BP: notes.ini
• CREATE_R9_DATABASES=1
 Enables IBM Notes 9.0.1 to use the latest ODS version for newly created local
applications. Make sure to not use CREATE_R8_DATABASES (Lotus Notes 8.0)
or CREATE_R85_DATABASES (IBM Notes 9.0) to avoid the use of an older ODS
in IBM Notes 9.0.1
• Log=,1,0,7,40000
 This disables logging, which is optional but gains a slight performance
improvement
• ConfigFile=H:NotesConfigconfig.txt
 For ConfigFile details see next topic
BP: notes.ini
• All parameters for copy & paste
Ports=TCPIP
TCPIP=TCP,0,15,0
DISABLE_CLIENTRECORD=1
CREATE_R9_DATABASES=1
Log=,1,0,7,40000
ConfigFile=H:NotesConfigconfig.txt
[always keep a blank line at the bottom!]
BP: ConfigFile
• IBM Notes can be set up unattended by using a so called ConfigFile – often
referred to as config.txt or setup.txt
• The ConfigFile needs to be referenced in the shared notes.ini using the
parameter ConfigFile=Drive: or UNCfolderfilename.txt (see previous topic)
• For more details the following IBM technote provides some very good
examples on how to create a ConfigFile as generic as possible
 https://www-304.ibm.com/support/docview.wss?uid=swg21112835
BP: Frequent maintenance
• IBM Notes data folders need frequent maintenance to reduce the probability
of local database corruption and damage
• At least the following local databases should get periodical treatment
 Compact desktop8.ndk
 Compact names.nsf
 Compact bookmark.nsf
 Compact log.nsf
• Quite frankly, this is a challenge (needs scripting / third-party solutions)
BP: jvm.shareclasses
• In IBM Notes the jvm.shareclasses file (*xpdplat_.jvm_G11) is stored in each
users Dataworkspace.configorg.eclipse.osgi folder and has a size of ~65MB
• To optimize file I/O, speed up the IBM Notes Client start and save storage
(about 900MB per server == 15users), this file can be shared across all users
of the virtual environment server
1. Create the following folder “C:TempNotesShareClasses“ and set folder rights
for “everyone” to read / write access
2. Change the value of this parameter “jvm.shareclasses.loc=“ in
%ProgramFiles(x86)%IBMNotesframeworkrcpdeployjvm.properties
• from “${rcp.data}/.config/org.eclipse.osgi“
• to “C:/Temp/NotesShareClasses“  it’s important to use “/” instead of “”
BP: JVM memory allocation
• To speed up the IBM Notes JVM it’s useful to optimize memory settings
• Open %ProgramFiles(x86)%IBMNotesframeworkrcpdeployjvm.properties
 Modify vmarg.Xmx from “-Xmx256m” to “-Xmx1024m”
 Modify vmarg.Xms from “-Xmx64m” to “-Xmx256m”
• The implicit rules
 Do not change vmarg.Xmx to more than -Xmx1024m regardless of how much
memory you have
 vmarg.Xms should always be ¼ of what you changed Xmx to
BP: Workspace improvement
• Every IBM Notes Client start in a virtual environment is a first (setup) start and
takes at least 23 sec
• ~65% - 70% of time during first starts is used to build the workspace folder
(at least 15 sec)
• A typical new workspace folder (IBM Notes 9.0.1 FP5IF1) consists of
 >200 files
 >150 folders
 >85 MB (including 65MB *xpdplat_.jvm_G11 file)
• Building the workspace folder causes lots of file I/O
BP: Workspace improvement
• Accelerate the IBM Notes Client start to be >65% faster (with less file I/O)
1. With a non-admin user (Windows + IBM Notes) run an initial setup of IBM Notes
2. Start IBM Notes 2 times and wait for 2-3minutes each
3. Shutdown IBM Notes
4. Create the following folder  %ProgramData%IBMNotesDataCommon
5. Copy the workspace folder from %LocalAppData%IBMNotesData to
%ProgramData%IBMNotesDataCommon
BP: Workspace improvement
6. Delete the following files / folders out of
%ProgramData%IBMNotesDataCommonworkspace
a. UDM
b. Logs  all but .prov2install
c. .metadata.pluginscom.ibm.collaboration.*
d. .metadata.pluginscom.ibm.rcp.personality.framework
e. .metadata.pluginscom.ibm.rcp.security.auth
f. .metadata.pluginscom.ibm.rcp.managedsettings
LIVE
Agenda
• Getting started
 What can you expect from this session?
 Virtual environments
 What we typically SEE at customers
 What we typically DO at customers
• To roam or not to roam: that is the question
 IBM Notes in virtual environments (recommended)
• Installing IBM Notes | ICCA in virtual environments
(recipe)
• Summary
Installing IBM Notes in virtual environments
• A step-by-step recipe for an IBM Notes installation including other
components
Installing IBM Notes in virtual environments
• The following components will be considered on the following slides
 IBM Notes 9.0.1 english
 IBM Notes 9.0.1 MUI Pack for G1 (add only german and french)
 IBM Notes 9.0.1 MUI Pack for G2a (add * but set danish to be default language)
 IBM Notes 9.0.1 MUI Pack for G2b (add *)
 IBM Notes 9.0.1 MUI Pack for G3 (add *)
 IBM Sametime 9.0.0.1 (20150825-0430) embedded
 IBM Connections Plugins for Notes 4.5 (20150921-1143)
 IBM Notes 9.0.1 Fix Pack 5 Interim Fix 1
Installing IBM Notes in virtual environments
1. Install IBM Notes 9.0.1 english
 IBMNotes901setup.exe /s /v"SETMULTIUSER=1
MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal MULTIUSERCOMMONDIR=C:ProgramData
CITRIX=1 /lime "C:TempNotes901_msiinst.log" /qn"
2. Install IBM Notes 9.0.1 MUI Packs
 IBMNotes901MUI_G1setup.exe /s /v“ADDLOCAL=German,French /lime
"C:TempNotes901MUI_G1_msiinst.log" /qn"
 IBMNotes901MUI_G2asetup.exe /s /v“INITIALUILANG=da REPLACELOCALDB=1 LOCALDBLANG=da
/lime "C:TempNotes901MUI_G2a_msiinst.log" /qn"
 IBMNotes901MUI_G2bsetup.exe /s /v“/lime "C:TempNotes901MUI_G2b_msiinst.log" /qn"
 IBMNotes901MUI_G3setup.exe /s /v“/lime "C:TempNotes901MUI_G3_msiinst.log" /qn"
Installing IBM Notes in virtual environments
3. Install IBM Sametime 9.0.0.1 (20150825-0430) embedded
 Sametime9001embsetup.exe /s /v"/lime "C:TempSametime9001emb_msiinst.log" /qn"
4. Install IBM Connections Plugins for Notes 4.5 (20150921-1143)
 IC45Pluginssetup.exe /s /v"/lime "C:TempIC45Plugins_msiinst.log" /qn"
5. Install IBM Notes 9.0.1 Fix Pack 5 Interim Fix 1
 Notes901FP5IF1ClientUpdate.exe /s /v"/lime "C:TempNotes901FP5IF1_msiinst.log" /qn"
Installing IBM Notes in virtual environments
6. Optimize IBM Notes 9.0.1 Installation with the following best practices of this
presentation
 ODS (templates)
 notes.ini
 ConfigFile
 jvm.shareclasses
 JVM memory allocation
 Workspace improvement
• A step-by-step recipe for an IBM Client Application Access (ICAA) installation
including other components
Installing ICAA in virtual environments
• The following components will be considered on the next slides:
 IBM Client Application Access (ICAA) 1.0.0.1 Multilingual
 IBM Client Application Access (ICAA) 1.0.0.1 MUI Pack for G2a
 IBM Client Application Access (ICAA) 1.0.0.1 MUI Pack for G2b
 IBM Client Application Access (ICAA) 1.0.0.1 MUI Pack for G3
 IBM Notes Browser Plug-in 9.0.1 Fix Pack 5
Installing ICAA in virtual environments
Installing ICAA in virtual environments
1. IBM Client Application Access (ICAA) 1.0.0.1 Multilingual
 ICAA1001setup.exe /s /v"SETMULTIUSER=1
MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal MULTIUSERCOMMONDIR=C:ProgramData
CITRIX=1” /lime "C:TempICAA1001_msiinst.log" /qn"
2. IBM Client Application Access (ICAA) 1.0.0.1 additional MUI Packs
 ICAA1001MUI_G2asetup.exe /s /v“INITIALUILANG=da REPLACELOCALDB=1 LOCALDBLANG=da /lime
"C:TempICAA1001MUI_G2a_msiinst.log" /qn"
 ICAA1001MUI_G2bsetup.exe /s /v“/lime "C:TempICAA1001MUI_G2b_msiinst.log" /qn"
 ICAA1001MUI_G3setup.exe /s /v“/lime "C:TempICAA1001MUI_G3_msiinst.log" /qn„
3. IBM Notes Browser Plug-in 9.0.1 Fix Pack 5
 NBP901FP5setup.exe /s /v"/lime "C:TempNBP901FP5_msiinst.log" /qn"
Installing IBM Notes in virtual environments
4. Optimize IBM Notes 9.0.1 Installation with the following best practices of this
presentation
 ODS (templates)
 notes.ini
 ConfigFile
Agenda
• Getting started
 What can you expect from this session?
 What we typically SEE at customers
 What we typically DO at customers
• To roam or not to roam: that is the question
 IBM Notes in virtual environments (recommended)
• Best practices
• Installing IBM Notes | ICCA in virtual environments
(recipe)
• Summary
Summary
• It is highly recommendable to run local IBM Notes Multi-user installations in
virtual environments
 Users benefit from fast IBM Notes starts, less database corruption, improved
stability
 Administrators gain better network quality, free managed storage, less support
incidents, satisfied end users
• Invest a bit more time in maintaining your IBM Notes virtual infrastructure
Meet us at Solution EXPO booth #400
christoph.adler@panagenda.com daniel.reimann@panagenda.com
Thank you!
Questions?
Thank you
Acknowledgements and Disclaimers
Availability. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM
operates.
The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational
purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to
verify the completeness and accuracy of the information contained in this presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM
shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this
presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms
and conditions of the applicable license agreement governing the use of IBM software.
All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved.
Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, nor shall have the effect
of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.
Acknowledgements and Disclaimers cont.
© Copyright IBM Corporation 2015. All rights reserved.
• U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
• IBM, the IBM logo, ibm.com, Lotus and IBM Lotus Notes, IBM Notes, IBM Client Application Access, IBM Notes Browser Plugin are trademarks or registered
trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are
marked on their first occurrence in this information with a trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks
owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list
of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml
• Other company, product, or service names may be trademarks or service marks of others.

More Related Content

What's hot

Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostChristoph Adler
 
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...Christoph Adler
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientChristoph Adler
 
MarvelClient for iOS - Client Management for Domino Mobile App
MarvelClient for iOS - Client Management for Domino Mobile AppMarvelClient for iOS - Client Management for Domino Mobile App
MarvelClient for iOS - Client Management for Domino Mobile Apppanagenda
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesChristoph Adler
 
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Christoph Adler
 
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...Christoph Adler
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Christoph Adler
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Thingspanagenda
 
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedChristoph Adler
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessChristoph Adler
 
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best PracticesDomino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best PracticesChristoph Adler
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostChristoph Adler
 
AdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostAdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostChristoph Adler
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientChristoph Adler
 
What We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorWhat We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorGabriella Davis
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning Vladislav Tatarincev
 
Connect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes ClientConnect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes ClientFranziska Tanner
 
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...Christoph Adler
 

What's hot (20)

Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
RNUG - DeepDive Workshop - HCL Notes Client upgrades/deployments using Marvel...
 
CollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes ClientCollabSphere 2019 - Dirty Secrets of the Notes Client
CollabSphere 2019 - Dirty Secrets of the Notes Client
 
MarvelClient for iOS - Client Management for Domino Mobile App
MarvelClient for iOS - Client Management for Domino Mobile AppMarvelClient for iOS - Client Management for Domino Mobile App
MarvelClient for iOS - Client Management for Domino Mobile App
 
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 UpgradesCollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
CollapSphere 2019 - SUPERCHARGED HCL Notes V11 Upgrades
 
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
 
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
RNUG - SUPERCHARGED HCL Notes V11 Upgrades: Turning the WORST Notes deploymen...
 
Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!Engage 2020 - panagenda Workshop: All things Notes 11!
Engage 2020 - panagenda Workshop: All things Notes 11!
 
ICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other ThingsICON UK '13 - 15 minutes Upgrades and Other Things
ICON UK '13 - 15 minutes Upgrades and Other Things
 
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-ReloadedCollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
CollabSphere 2020 Live - HCL Notes 11.0.1 FP1 - Performance Boost Re-Reloaded
 
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — SeamlessRNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
RNUG - HCL Notes 11.0.1 FP2 Upgrades: Easy — Fast — Seamless
 
IBM Connections adoption seminar
IBM Connections adoption seminarIBM Connections adoption seminar
IBM Connections adoption seminar
 
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best PracticesDomino Tech School - Upgrading to Notes/Domino V10: Best Practices
Domino Tech School - Upgrading to Notes/Domino V10: Best Practices
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
 
AdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance BoostAdminCamp 2018 - IBM Notes V10 Performance Boost
AdminCamp 2018 - IBM Notes V10 Performance Boost
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes Client
 
What We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections AdministratorWhat We Wish We Had Known: Becoming an IBM Connections Administrator
What We Wish We Had Known: Becoming an IBM Connections Administrator
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
 
Connect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes ClientConnect2014: BP105 A Performance Boost for your Notes Client
Connect2014: BP105 A Performance Boost for your Notes Client
 
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
15 New Domino Admin Features Sure to Spark a Lasting Love Affair with Domino ...
 

Viewers also liked

SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016panagenda
 
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...panagenda
 
DanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientDanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes Clientpanagenda
 
Going Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGGoing Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGpanagenda
 
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016panagenda
 
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGNotes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGpanagenda
 
SUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst PracticesSUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst Practicespanagenda
 
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017panagenda
 
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...panagenda
 
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017panagenda
 
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...panagenda
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Christoph Adler
 
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”panagenda
 
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017panagenda
 
BP105 - A Performance Boost for your IBM Lotus Notes Client
BP105 - A Performance Boost for your IBM Lotus Notes ClientBP105 - A Performance Boost for your IBM Lotus Notes Client
BP105 - A Performance Boost for your IBM Lotus Notes Clientpanagenda
 
Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)
Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)
Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)We4IT Group
 

Viewers also liked (17)

SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
SI1692: When Lightning Strikes Collaboration - IBM Connect 2016
 
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
AD1387: Outside The Box: Integrating with Non-Domino Apps using XPages and Ja...
 
DanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientDanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes Client
 
Going Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUGGoing Cloud - warum und wie? - 42. DNUG
Going Cloud - warum und wie? - 42. DNUG
 
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
Domino, Exchange, O365: Ihre Email Daten sind Gold wert - Kinoforum 2016
 
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUGNotes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
Notes Browser Clients, Client Upgrades und beste Startzeiten! (SP25) - 42. DNUG
 
SUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst PracticesSUTOL 2016: IBM Connections Deployment Best and Worst Practices
SUTOL 2016: IBM Connections Deployment Best and Worst Practices
 
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017DEV-1268: IBM Connections Adminblast – IBM Connect 2017
DEV-1268: IBM Connections Adminblast – IBM Connect 2017
 
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...DEV-1269: Best and Worst Practices for Deploying IBM Connections  – IBM Conne...
DEV-1269: Best and Worst Practices for Deploying IBM Connections – IBM Conne...
 
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
DEV-1550: Why Java 8? Or, What's a Lambda? – IBM Connect 2017
 
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
DEV-1223: Socialytics: Accelerating IBM Connections Adoption with Watson Anal...
 
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
Virtual,Faster,Better! How To Virtualize the IBM Notes Client and IBM Client ...
 
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
Soccnx10: IBM Connections Troubleshooting or “Get the Cow off the Ice”
 
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
DEV-1185: IBM Notes Performance Boost - Reloaded – IBM Connect 2017
 
Honey, I shrunk the data - Mehr Platz am IBM Domino Server
Honey, I shrunk the data - Mehr Platz am IBM Domino ServerHoney, I shrunk the data - Mehr Platz am IBM Domino Server
Honey, I shrunk the data - Mehr Platz am IBM Domino Server
 
BP105 - A Performance Boost for your IBM Lotus Notes Client
BP105 - A Performance Boost for your IBM Lotus Notes ClientBP105 - A Performance Boost for your IBM Lotus Notes Client
BP105 - A Performance Boost for your IBM Lotus Notes Client
 
Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)
Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)
Lotus Notes Client Performance - Probleme verstehen und beheben (We4IT)
 

Similar to BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Browser Plugin - IBM Connect 2016

SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...Daniel Reimann
 
AdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWare
AdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWareAdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWare
AdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWareChristoph Adler
 
CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10
CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10
CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10Christoph Adler
 
Virtual, Faster, Better! How to Virtualize IBM Notes V10
Virtual, Faster, Better! How to Virtualize IBM Notes V10Virtual, Faster, Better! How to Virtualize IBM Notes V10
Virtual, Faster, Better! How to Virtualize IBM Notes V10panagenda
 
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - ReloadedEngage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloadedpanagenda
 
ICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostChristoph Adler
 
Connect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes ClientConnect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes Clientpanagenda
 
DNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance BoostDNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance BoostChristoph Adler
 
CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...
CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...
CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...panagenda
 
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!Christoph Adler
 
Connect2013: BP105: A Performance Boost for your IBM Lotus Notes Client
Connect2013: BP105: A Performance Boost for your IBM Lotus Notes ClientConnect2013: BP105: A Performance Boost for your IBM Lotus Notes Client
Connect2013: BP105: A Performance Boost for your IBM Lotus Notes ClientFranziska Tanner
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boostpanagenda
 
RNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-Reloaded
RNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-ReloadedRNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-Reloaded
RNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-Reloadedpanagenda
 
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedRNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedChristoph Adler
 
DanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientDanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientChristoph Adler
 
SUTOL 2015 - A Performance Boost for your IBM Notes Client
SUTOL 2015 - A Performance Boost for your IBM Notes ClientSUTOL 2015 - A Performance Boost for your IBM Notes Client
SUTOL 2015 - A Performance Boost for your IBM Notes ClientChristoph Adler
 
DNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - ReloadedDNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - ReloadedChristoph Adler
 
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
 
#DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
 #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
#DNUG45 - IBM Notes and Domino Performance Boost - ReloadedChristoph Adler
 
MWLUG 2017: SA104 - IBM Notes Performance Boost
MWLUG 2017: SA104 - IBM Notes Performance BoostMWLUG 2017: SA104 - IBM Notes Performance Boost
MWLUG 2017: SA104 - IBM Notes Performance Boostpanagenda
 

Similar to BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Browser Plugin - IBM Connect 2016 (20)

SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
SA114 - Virtual Notesiality! - How the Notes client and Browser Plugin can ex...
 
AdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWare
AdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWareAdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWare
AdminCamp 2018 - Virtuell - schneller und besser! Notes V10 auf Citrix & VMWare
 
CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10
CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10
CollabSphere2018 - Virtual, Faster, Better! How to virtualize IBM Notes V10
 
Virtual, Faster, Better! How to Virtualize IBM Notes V10
Virtual, Faster, Better! How to Virtualize IBM Notes V10Virtual, Faster, Better! How to Virtualize IBM Notes V10
Virtual, Faster, Better! How to Virtualize IBM Notes V10
 
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - ReloadedEngage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
 
ICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance Boost
 
Connect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes ClientConnect2014 BP105: Performance Boost for your IBM Notes Client
Connect2014 BP105: Performance Boost for your IBM Notes Client
 
DNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance BoostDNUG Webcast: IBM Notes V10 Performance Boost
DNUG Webcast: IBM Notes V10 Performance Boost
 
CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...
CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...
CollabSphere 2020 - INF105 - HCL Notes 11.0.1 FP1 - Performance Boost Re-Relo...
 
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
DNUG 2015 - Notes Browser Clients, Client Upgrades und beste Startzeiten!
 
Connect2013: BP105: A Performance Boost for your IBM Lotus Notes Client
Connect2013: BP105: A Performance Boost for your IBM Lotus Notes ClientConnect2013: BP105: A Performance Boost for your IBM Lotus Notes Client
Connect2013: BP105: A Performance Boost for your IBM Lotus Notes Client
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boost
 
RNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-Reloaded
RNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-ReloadedRNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-Reloaded
RNUG 2020: HCL Notes 11.0.1 FP2 - Performance Boost Re-Reloaded
 
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-ReloadedRNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
RNUG - HCL Notes 11.0.1 FP2 — Performance Boost Re-Reloaded
 
DanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes ClientDanNotes 2014 - A Performance Boost for your IBM Notes Client
DanNotes 2014 - A Performance Boost for your IBM Notes Client
 
SUTOL 2015 - A Performance Boost for your IBM Notes Client
SUTOL 2015 - A Performance Boost for your IBM Notes ClientSUTOL 2015 - A Performance Boost for your IBM Notes Client
SUTOL 2015 - A Performance Boost for your IBM Notes Client
 
DNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - ReloadedDNUG 2017 - IBM Notes Performance Boost - Reloaded
DNUG 2017 - IBM Notes Performance Boost - Reloaded
 
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-...
 
#DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
 #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded #DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
#DNUG45 - IBM Notes and Domino Performance Boost - Reloaded
 
MWLUG 2017: SA104 - IBM Notes Performance Boost
MWLUG 2017: SA104 - IBM Notes Performance BoostMWLUG 2017: SA104 - IBM Notes Performance Boost
MWLUG 2017: SA104 - IBM Notes Performance Boost
 

More from panagenda

Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Why you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulWhy you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulpanagenda
 
Developer Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit ClientsDeveloper Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit Clientspanagenda
 
Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14panagenda
 
Alles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssenAlles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssenpanagenda
 
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis ZWorkshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Zpanagenda
 
How to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades SmoothlyHow to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades Smoothlypanagenda
 
The Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Webpanagenda
 
Die ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web AdministratorenDie ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web Administratorenpanagenda
 
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL NomadBring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL Nomadpanagenda
 
Wie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftWie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftpanagenda
 
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden ArbeitsalltagIm Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltagpanagenda
 
Hybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and NomadHybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and Nomadpanagenda
 
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeutenHybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeutenpanagenda
 
MVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams TroubleshootingMVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams Troubleshootingpanagenda
 
HCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für DummiesHCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für Dummiespanagenda
 
HCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for DummiesHCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for Dummiespanagenda
 
The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?panagenda
 

More from panagenda (20)

Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Why you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successfulWhy you need monitoring to keep your Microsoft 365 journey successful
Why you need monitoring to keep your Microsoft 365 journey successful
 
Developer Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit ClientsDeveloper Special: How to Prepare Applications for Notes 64-bit Clients
Developer Special: How to Prepare Applications for Notes 64-bit Clients
 
Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14Everything You Need to Know About HCL Notes 14
Everything You Need to Know About HCL Notes 14
 
Alles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssenAlles was Sie über HCL Notes 14 wissen müssen
Alles was Sie über HCL Notes 14 wissen müssen
 
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis ZWorkshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
Workshop: HCL Notes 14 Upgrades einfach gemacht – von A bis Z
 
How to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades SmoothlyHow to Perform HCL Notes 14 Upgrades Smoothly
How to Perform HCL Notes 14 Upgrades Smoothly
 
The Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Web
 
Die ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web AdministratorenDie ultimative Anleitung für HCL Nomad Web Administratoren
Die ultimative Anleitung für HCL Nomad Web Administratoren
 
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL NomadBring the Modern and Seamless User Experience You Deserve to HCL Nomad
Bring the Modern and Seamless User Experience You Deserve to HCL Nomad
 
Wie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafftWie man HCL Nomad eine moderne User Experience verschafft
Wie man HCL Nomad eine moderne User Experience verschafft
 
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden ArbeitsalltagIm Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
Im Praxistest – Microsoft Teams Performance im hybriden Arbeitsalltag
 
Hybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and NomadHybrid Environments and What They Mean for HCL Notes and Nomad
Hybrid Environments and What They Mean for HCL Notes and Nomad
 
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeutenHybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
Hybride Umgebungen und was sie für HCL Notes und Nomad bedeuten
 
MVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams TroubleshootingMVP vs. MCM: Microsoft Teams Troubleshooting
MVP vs. MCM: Microsoft Teams Troubleshooting
 
HCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für DummiesHCL Notes und Nomad Fehlerbehebung für Dummies
HCL Notes und Nomad Fehlerbehebung für Dummies
 
HCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for DummiesHCL Notes and Nomad Troubleshooting for Dummies
HCL Notes and Nomad Troubleshooting for Dummies
 
The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?The CEO is Having MS Teams Call Quality Issues! Now What?
The CEO is Having MS Teams Call Quality Issues! Now What?
 

Recently uploaded

Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 

Recently uploaded (20)

Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 

BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Browser Plugin - IBM Connect 2016

  • 1. BP1491: Virtual, Faster, Better! How to Virtualize the Rich Client and Browser Plugin Christoph Adler, Daniel Reimann / Feb-01-2015
  • 2. Introduction • Christoph Adler – Senior Consultant  15 years of IBM (Lotus) solutions experience  Since 2007 focused on Notes Client Management  Lives in Germany / don’t give energy drinks  • Daniel Reimann – Director Technical Account Management  Over 15 years of experience in Notes / Domino  Focus on IBM Notes Client optimization and infrastructure analysis  German, lives in Boston
  • 3. Agenda • Getting started  What can you expect from this session?  What we typically SEE at customers  What we typically DO at customers • To roam or not to roam: that is the question  IBM Notes in virtual environments (recommended) • Best practices • Installing IBM Notes | ICCA in virtual environments (recipe) • Summary
  • 4. Agenda • Getting started  What can you expect from this session?  What we typically SEE at customers  What we typically DO at customers • To roam or not to roam: that is the question  IBM Notes in virtual environments (recommended) • Best practices • Installing IBM Notes | ICCA in virtual environments (recipe) • Summary
  • 5. What can you expect from this session? • Best Practices for deploying IBM Notes in virtual environments • Giving an overview on the ideal IBM Notes architecture in virtual environments • A recipe to set up and pre-configure the perfect IBM Notes Client | ICCA installation in a virtual environment
  • 6. What we typically SEE at customers • Administrators that cannot invest much time in troubleshooting IBM Notes issues because of  too many responsibilities for other IT systems  steadily increasing complexity of IT systems  missing or unknown knowledge sources  “wrong“ or missing tools/solutions • Administrators agree to set up IT systems when requested but rarely have time to adequately maintain them going forward
  • 7. What we typically SEE at customers • Aged IBM Notes installations in virtual environments that are working “somehow”  Mostly Notes data directories on network drives which cause • long startup times of IBM Notes (up to 60 sec) • hangs and wait times due to interruptions and poor network latency • high network traffic as IBM Notes is constantly reading / writing data • frequently corrupted local applications • permanently occupied disk space on file servers / SAN / NAS – 80MB on average per user – often because of old and outdated files, even templates
  • 8. What we typically DO at customers • Sparking their enthusiasm for IBM Notes  Especially in virtual environments, IBM Notes can be optimized to start up fast, run smooth and contribute to a positive end user IT experience by • switching to local Multi-user installations • frequently maintaining contents of IBM Notes data folders • relieving network, file servers and / or SAN / NAS systems • Encouraging administrators to spend a little more time on troubleshooting and analyzing IBM Notes  Solve root causes, not symptoms!
  • 9. Agenda • Getting started  What can you expect from this session?  What we typically SEE at customers  What we typically DO at customers • To roam or not to roam: that is the question  IBM Notes in virtual environments (recommended) • Best practices • Installing IBM Notes | ICCA in virtual environments (recipe) • Summary
  • 10. To roam or not to roam: that is the question • Given the previous reasons why IBM Notes in virtual environments should not have any files in the network, the following logical questions arise  How can personal IBM Notes data folders of end users be maintained locally on the virtual environment servers? • Think of having N servers in the farm where personal end user data potentially needs to be on every single server  How do end users get their most recent IBM Notes configuration no matter on which server in the farm they log on?  How to ensure that disk space used by IBM Notes data folders is cleared after log off?  How to avoid transfers of large IBM Notes data folders per user during log on and log off which increase wait times and cause network traffic?
  • 11. To roam or not to roam: that is the question • The answer is: Roaming!  To provide end users with their latest IBM Notes configuration, their data needs to be roamed onto the server they log on to start their session  Roaming can be achieved through own procedures (e. g. logon script), Domino Roaming or third-party solutions
  • 12. IBM Notes in virtual environments Log on to virtual session Roam data Start IBM Notes Log on to IBM Notes (happens here: logon script, third-party solutions) Roam data (or here: third- party solutions) Work with IBM Notes Roam data (or here: IBM Roaming) Shutdown IBM Notes Log off from virtual session Backup data Backup data (happens here)(or here)
  • 13. Agenda • Getting started  What can you expect from this session?  What we typically SEE at customers  What we typically DO at customers • To roam or not to roam: that is the question  IBM Notes in virtual environments (recommended) • Best practices • Installing IBM Notes | ICCA in virtual environments (recipe) • Summary
  • 14. BP: IBM Notes & ICAA installation • Use default setups for  IBM Notes Client 9.0.1 (Standard)  Client Application Access 1.0.0.1 (ICAA) == 9.0.1FP4 formerly known as IBM Notes Browser Plugin • No need to make changes to MSI package (scripts can help here) • Use default paths for Program, Data and SharedData folders
  • 15. BP: IBM Notes & ICAA install command lines • IBM Notes Client 9.0.1 (Standard) install command line  setup.exe /s /v"SETMULTIUSER=1 MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal MULTIUSERCOMMONDIR=C:ProgramData CITRIX=1" /lime "C:TempNOTES901_msiinst.log" /qn" • IBM Client Application Access 1.0.0.1 (ICAA) install command line  setup.exe /s /v"SETMULTIUSER=1 MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal MULTIUSERCOMMONDIR=C:ProgramData CITRIX=1” /lime "C:TempICAA1001_msiinst.log" /qn"
  • 16. BP: ODS (templates) • The ODS of local IBM Notes applications and templates should always be the native one according to the used IBM Notes release (see next slide) • Although any IBM Notes version can deal with older ODS versions it causes the need of internal conversion during usage • This causes unnecessary file I/O operations on disk • While most administrators take care of upgrading the ODS of applications, templates are often not taken into account  However templates are also touched by IBM Notes quite often and should be optimized as well to gain a performance boost
  • 17. BP: ODS (templates) ODS = On Disk Structure • ODS 16 = Notes 2 • ODS 17 = Notes 3 • ODS 20 = Notes 4 (or templates) • ODS 41 = Notes 5 • ODS 43 = Notes 6 & 7 • ODS 48 = Notes 8.0 • ODS 51 = Notes 8.5 / 9.0 • ODS 52 = Notes 9.0.1 The difference between ODS 43 and 52 = up to 80% LESS FILE I/O; average 50% less.
  • 18. BP: ODS (templates) • To upgrade the ODS of all shared templates in a virtual IBM Notes Multi-user installation the administrator can follow these steps • Add the following line to the shared notes.ini in %ProgramData%IBMNotesData  CREATE_R9_DATABASES=1 • Make sure that the Administrator account used to log on to the virtual server does not have a personal IBM Notes Data directory yet (in %LocalAppData%) • From a command prompt type the following commands  cd “%ProgramData%IBMNotesDataShared”  “%ProgramFiles(x86)%IBMNotesncompact” -ODS -* • Copy all upgraded templates over to other servers if needed
  • 19. BP: notes.ini • A properly configured shared notes.ini can be essential for smooth running virtual IBM Notes environments • The shared notes.ini is used by every IBM Notes client session for which there’s no personal IBM Notes data folder yet • It is located in %ProgramData%IBMNotesData • It is used as a template notes.ini out of which all parameters are transferred into a users personal notes.ini upon the very first IBM Notes start • Find some useful shared notes.ini parameters on the next slide (additionally to the standard entries)
  • 20. BP: notes.ini • Ports=TCPIP • TCPIP=TCP,0,15,0  Note that this sets port compression to OFF, which is appropriate in virtual environments; Port compression adds 5% CPU overhead and with 60 concurrent sessions this would result in needing 3 dedicated CPUs for just port compression • DISABLE_CLIENTRECORD=1  This disables logging of client information back into the public address book as all virtual environment users share the same servers in the farm anyway
  • 21. BP: notes.ini • CREATE_R9_DATABASES=1  Enables IBM Notes 9.0.1 to use the latest ODS version for newly created local applications. Make sure to not use CREATE_R8_DATABASES (Lotus Notes 8.0) or CREATE_R85_DATABASES (IBM Notes 9.0) to avoid the use of an older ODS in IBM Notes 9.0.1 • Log=,1,0,7,40000  This disables logging, which is optional but gains a slight performance improvement • ConfigFile=H:NotesConfigconfig.txt  For ConfigFile details see next topic
  • 22. BP: notes.ini • All parameters for copy & paste Ports=TCPIP TCPIP=TCP,0,15,0 DISABLE_CLIENTRECORD=1 CREATE_R9_DATABASES=1 Log=,1,0,7,40000 ConfigFile=H:NotesConfigconfig.txt [always keep a blank line at the bottom!]
  • 23. BP: ConfigFile • IBM Notes can be set up unattended by using a so called ConfigFile – often referred to as config.txt or setup.txt • The ConfigFile needs to be referenced in the shared notes.ini using the parameter ConfigFile=Drive: or UNCfolderfilename.txt (see previous topic) • For more details the following IBM technote provides some very good examples on how to create a ConfigFile as generic as possible  https://www-304.ibm.com/support/docview.wss?uid=swg21112835
  • 24. BP: Frequent maintenance • IBM Notes data folders need frequent maintenance to reduce the probability of local database corruption and damage • At least the following local databases should get periodical treatment  Compact desktop8.ndk  Compact names.nsf  Compact bookmark.nsf  Compact log.nsf • Quite frankly, this is a challenge (needs scripting / third-party solutions)
  • 25. BP: jvm.shareclasses • In IBM Notes the jvm.shareclasses file (*xpdplat_.jvm_G11) is stored in each users Dataworkspace.configorg.eclipse.osgi folder and has a size of ~65MB • To optimize file I/O, speed up the IBM Notes Client start and save storage (about 900MB per server == 15users), this file can be shared across all users of the virtual environment server 1. Create the following folder “C:TempNotesShareClasses“ and set folder rights for “everyone” to read / write access 2. Change the value of this parameter “jvm.shareclasses.loc=“ in %ProgramFiles(x86)%IBMNotesframeworkrcpdeployjvm.properties • from “${rcp.data}/.config/org.eclipse.osgi“ • to “C:/Temp/NotesShareClasses“  it’s important to use “/” instead of “”
  • 26. BP: JVM memory allocation • To speed up the IBM Notes JVM it’s useful to optimize memory settings • Open %ProgramFiles(x86)%IBMNotesframeworkrcpdeployjvm.properties  Modify vmarg.Xmx from “-Xmx256m” to “-Xmx1024m”  Modify vmarg.Xms from “-Xmx64m” to “-Xmx256m” • The implicit rules  Do not change vmarg.Xmx to more than -Xmx1024m regardless of how much memory you have  vmarg.Xms should always be ¼ of what you changed Xmx to
  • 27. BP: Workspace improvement • Every IBM Notes Client start in a virtual environment is a first (setup) start and takes at least 23 sec • ~65% - 70% of time during first starts is used to build the workspace folder (at least 15 sec) • A typical new workspace folder (IBM Notes 9.0.1 FP5IF1) consists of  >200 files  >150 folders  >85 MB (including 65MB *xpdplat_.jvm_G11 file) • Building the workspace folder causes lots of file I/O
  • 28. BP: Workspace improvement • Accelerate the IBM Notes Client start to be >65% faster (with less file I/O) 1. With a non-admin user (Windows + IBM Notes) run an initial setup of IBM Notes 2. Start IBM Notes 2 times and wait for 2-3minutes each 3. Shutdown IBM Notes 4. Create the following folder  %ProgramData%IBMNotesDataCommon 5. Copy the workspace folder from %LocalAppData%IBMNotesData to %ProgramData%IBMNotesDataCommon
  • 29. BP: Workspace improvement 6. Delete the following files / folders out of %ProgramData%IBMNotesDataCommonworkspace a. UDM b. Logs  all but .prov2install c. .metadata.pluginscom.ibm.collaboration.* d. .metadata.pluginscom.ibm.rcp.personality.framework e. .metadata.pluginscom.ibm.rcp.security.auth f. .metadata.pluginscom.ibm.rcp.managedsettings
  • 30. LIVE
  • 31. Agenda • Getting started  What can you expect from this session?  Virtual environments  What we typically SEE at customers  What we typically DO at customers • To roam or not to roam: that is the question  IBM Notes in virtual environments (recommended) • Installing IBM Notes | ICCA in virtual environments (recipe) • Summary
  • 32. Installing IBM Notes in virtual environments • A step-by-step recipe for an IBM Notes installation including other components
  • 33. Installing IBM Notes in virtual environments • The following components will be considered on the following slides  IBM Notes 9.0.1 english  IBM Notes 9.0.1 MUI Pack for G1 (add only german and french)  IBM Notes 9.0.1 MUI Pack for G2a (add * but set danish to be default language)  IBM Notes 9.0.1 MUI Pack for G2b (add *)  IBM Notes 9.0.1 MUI Pack for G3 (add *)  IBM Sametime 9.0.0.1 (20150825-0430) embedded  IBM Connections Plugins for Notes 4.5 (20150921-1143)  IBM Notes 9.0.1 Fix Pack 5 Interim Fix 1
  • 34. Installing IBM Notes in virtual environments 1. Install IBM Notes 9.0.1 english  IBMNotes901setup.exe /s /v"SETMULTIUSER=1 MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal MULTIUSERCOMMONDIR=C:ProgramData CITRIX=1 /lime "C:TempNotes901_msiinst.log" /qn" 2. Install IBM Notes 9.0.1 MUI Packs  IBMNotes901MUI_G1setup.exe /s /v“ADDLOCAL=German,French /lime "C:TempNotes901MUI_G1_msiinst.log" /qn"  IBMNotes901MUI_G2asetup.exe /s /v“INITIALUILANG=da REPLACELOCALDB=1 LOCALDBLANG=da /lime "C:TempNotes901MUI_G2a_msiinst.log" /qn"  IBMNotes901MUI_G2bsetup.exe /s /v“/lime "C:TempNotes901MUI_G2b_msiinst.log" /qn"  IBMNotes901MUI_G3setup.exe /s /v“/lime "C:TempNotes901MUI_G3_msiinst.log" /qn"
  • 35. Installing IBM Notes in virtual environments 3. Install IBM Sametime 9.0.0.1 (20150825-0430) embedded  Sametime9001embsetup.exe /s /v"/lime "C:TempSametime9001emb_msiinst.log" /qn" 4. Install IBM Connections Plugins for Notes 4.5 (20150921-1143)  IC45Pluginssetup.exe /s /v"/lime "C:TempIC45Plugins_msiinst.log" /qn" 5. Install IBM Notes 9.0.1 Fix Pack 5 Interim Fix 1  Notes901FP5IF1ClientUpdate.exe /s /v"/lime "C:TempNotes901FP5IF1_msiinst.log" /qn"
  • 36. Installing IBM Notes in virtual environments 6. Optimize IBM Notes 9.0.1 Installation with the following best practices of this presentation  ODS (templates)  notes.ini  ConfigFile  jvm.shareclasses  JVM memory allocation  Workspace improvement
  • 37. • A step-by-step recipe for an IBM Client Application Access (ICAA) installation including other components Installing ICAA in virtual environments
  • 38. • The following components will be considered on the next slides:  IBM Client Application Access (ICAA) 1.0.0.1 Multilingual  IBM Client Application Access (ICAA) 1.0.0.1 MUI Pack for G2a  IBM Client Application Access (ICAA) 1.0.0.1 MUI Pack for G2b  IBM Client Application Access (ICAA) 1.0.0.1 MUI Pack for G3  IBM Notes Browser Plug-in 9.0.1 Fix Pack 5 Installing ICAA in virtual environments
  • 39. Installing ICAA in virtual environments 1. IBM Client Application Access (ICAA) 1.0.0.1 Multilingual  ICAA1001setup.exe /s /v"SETMULTIUSER=1 MULTIUSERBASEDIR=C:Users!USERNAME!AppDataLocal MULTIUSERCOMMONDIR=C:ProgramData CITRIX=1” /lime "C:TempICAA1001_msiinst.log" /qn" 2. IBM Client Application Access (ICAA) 1.0.0.1 additional MUI Packs  ICAA1001MUI_G2asetup.exe /s /v“INITIALUILANG=da REPLACELOCALDB=1 LOCALDBLANG=da /lime "C:TempICAA1001MUI_G2a_msiinst.log" /qn"  ICAA1001MUI_G2bsetup.exe /s /v“/lime "C:TempICAA1001MUI_G2b_msiinst.log" /qn"  ICAA1001MUI_G3setup.exe /s /v“/lime "C:TempICAA1001MUI_G3_msiinst.log" /qn„ 3. IBM Notes Browser Plug-in 9.0.1 Fix Pack 5  NBP901FP5setup.exe /s /v"/lime "C:TempNBP901FP5_msiinst.log" /qn"
  • 40. Installing IBM Notes in virtual environments 4. Optimize IBM Notes 9.0.1 Installation with the following best practices of this presentation  ODS (templates)  notes.ini  ConfigFile
  • 41. Agenda • Getting started  What can you expect from this session?  What we typically SEE at customers  What we typically DO at customers • To roam or not to roam: that is the question  IBM Notes in virtual environments (recommended) • Best practices • Installing IBM Notes | ICCA in virtual environments (recipe) • Summary
  • 42. Summary • It is highly recommendable to run local IBM Notes Multi-user installations in virtual environments  Users benefit from fast IBM Notes starts, less database corruption, improved stability  Administrators gain better network quality, free managed storage, less support incidents, satisfied end users • Invest a bit more time in maintaining your IBM Notes virtual infrastructure
  • 43. Meet us at Solution EXPO booth #400 christoph.adler@panagenda.com daniel.reimann@panagenda.com Thank you! Questions?
  • 45. Acknowledgements and Disclaimers Availability. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results.
  • 46. Acknowledgements and Disclaimers cont. © Copyright IBM Corporation 2015. All rights reserved. • U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. • IBM, the IBM logo, ibm.com, Lotus and IBM Lotus Notes, IBM Notes, IBM Client Application Access, IBM Notes Browser Plugin are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml • Other company, product, or service names may be trademarks or service marks of others.