SlideShare a Scribd company logo
ADMIN HACKS FOR USERS
(AND YOUR) SANITY
Keith Brooks CEO, B2BWhisperer
@lotusevangelist keith@b2bwhisperer.com
Blog: http://blog.vanessabrooks.com
June 12, 2019
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 2
KEITH BROOKS
 Ex Lotus EMEA
 IBM Champion for 7 years
 IBM RedbooksThought Leader
 Lazy Administrator that has
presented at Social
Connections, Lotusphere,Think,
Connect, Connected, Engage,
SUTOL,TheView Admin and
now NCUG
2
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 3
TOPICS FORTODAY
Choices and their Outcomes
Changing Path Locations
Running a Local Server Console
Hacking the RnR (Rooms and Resources)Template
Agents
Links to Know
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 4
CHOICES LEADTO ISSUES
Remove their choices, you have less problems
Location Documents?
Most users only need 1, remove the rest at setup
Notes Ports?
OnlyTCPIP
ID Files?
Don’t confuse them with backups or anything
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 5
CHANGING PATH LOCATIONS
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 6
CHANGING PATH LOCATIONS
Change theTemporary Folder
http://www-01.ibm.com/support/docview.wss?uid=swg21175587
Add the Notes.ini variable "NOTES_TEMPDIR" to specify the
NotesTemporary directory
The "NOTES_TEMPDIR" value must reference the full path to the
temporary directory.The value must point to a "temp" directory
(e.g., Notes_tempdir=C:temp; not Notes_tempdir=C:test)
 Notes also appends its own folder to the end of the path, so it will
end up being something like C:testtempNotesFCEE85
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 7
CHANGING NOTES.INI LOCATION
Windows service Edit –Want notes.ini someplace else?
1. Change properties to:
C:LotusNotesnotes.exe "=C:LotusNotesnotes.ini“
2. Next change the service startup code, Star-Run “regedit”
3. Locate HKEY_LOCAL_MACHINESystemCurrentControlSetServices.
4. Find the service you want to redirect, locate
the ImagePath subkey and change that value.
5. Copy the notes.ini to the new location and delete the old one
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 8
R8.5.3 MOVINGTHE FTI (FULLTEXT INDEX)
We have the FTBasePath=d:full_text option placed in the
Notes.ini on the server
You will need to restart the server for the setting to take effect.
No more running out of disk space because of indices
Nor performance issues
You need 2.5x the size of your largest file for temporary space so
server side tasks can all run properly.
https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.1/admin/admn_moving_views_out_of_databases.html
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 9
R10 SEPARATINGVIEWS FROMTHE NSF
 Enable transactional logging in the Server document in the Domino directory.
 Add NIFNSFEnable=1Copy into notes.ini setting on the IBM Domino server, then restart the server:
 Optional:The .NDX files are stored in the Domino data directory, by default.To specify a different
location, add the following notes.ini setting: NIFBasePath=pathCopy
 To use this feature, databases must be ODS version 51 or higher.To upgrade all databases to at
least this version, add one of the following notes.in settings:
 CREATE_R9_DATABASES=1Copy or CREATE_R85_DATABASES=1Copy
 Enable the feature on specific databases:
 To enable separate view indexes on an existing database, run the following compact command on the
server: load compact -c -nifnsf on xxxxx.nsf Copy
 To enable separate view indexes on all databases created in the future, add the following notes.ini
setting:CREATE_NIFNSF_DATABASES=1Copy
 Restart the server.
https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.1/admin/admn_moving_views_out_of_databases.html
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 10
UPGRADING / MIGRATINGTO NOTES R10
SmartUpgrade for older clients not on R9 is your non-
manual way to upgrade the clients
Panagenda’s Marvel Client Essentials (FREE)is the best
way to go if on R9.
Now will upgrade you to 10.0.1 Fix Pack 2
https://www.panagenda.com/essentials/
Also Marvel Client ($) itself can help upgrade Sametime
and so many other things you should talk to them about
a site license for your servers
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 11
NEED A SERVER CONSOLE?
Old trick but still works!
Click File -> Preferences ->Toolbar -> Customize
Click on New and select Button
Under 'Button caption text', type a name (Rconsole)
Click on Command & Functions button to select Commands
SelectAdminRemoteConsole and click on Paste button
Click on OK and then click SaveToolbar and click on OK.
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 12
ROOMS AND RESOURCES DATABASE
The form could use an update of new fields for when making a reservation:
 Transportation required/options (Bus,Taxi, Uber,Van, Handicapped)
 Food Services (How many people, hot/cold, dietary options, quantities,
offsite/onsite)
 OnTime has extended their awesome calendaring product with a Catering
option!
 Map location orWaze Link option lookups when required
 Location Options, instead of a blank line (Building name/#, floor)
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 13
OOTB RESOURCESTEMPLATE
Has not changed since last century (R4/5)
Not very user, or Administrator, friendly
Not HTTP accessible
 Not yet available in Connections Cloud
(On “short” list to get done…)
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 14
OOTB RESOURCETEMPLATE AGENTS
Only Agent that a user can use is Upgrade
None of the IBMTechnotes Lotusscript fixes
have ever been added to the RnR template!
HCL is here, please let them know we need an
update
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 15
PRACTICAL RESOURCE ADDITIONS
 Conflicts view added (Technotes)
 DST added for specific country/asset issues
 Export Reservations because AAs need help
 Tradeshows, you are not limited to your offices, careful of
Time Zones!
 Multiple views of Information (BY…)
 Resources by Location is very helpful
 Suggest you edit the columns in the views to allow sorting
Download my RnRTemplate with all of this built in from my server at
http://keithbrooks.com/download/isbg_rnr_use.ntf
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 16
RESOURCE AGENTS ADDED
 Update Resource Owner
 Delete Bad Profile Document
 Export to Excel
 Find the bad profile with Notes Collector
 Fix Room
 Force Delete
 Update Resource Name
 And there are more out there, these are just the ones I use frequently
Download my RnRTemplate with all of this built in from my server at
http://keithbrooks.com/download/isbg_rnr_use.ntf
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 17
LINKSYOU NEED!
 The Lotus Sandbox,TreasureTrove of scripts, database templates and History
 http://domquery.info/samples/sandbox.nsf/
 The Nifty 50Templates (R3/R4 era)
 https://www.wissel.net/blog/2009/02/the-nifty-fifty-unearthed.html
 Speed up your Clients
 https://tinkertry.com/speed-up-lotus-notes-8-5-3-or-ibm-notes-9-social-edition-under-
windows-7-8-81-or-linux
 All-in-oneAdminTool for agent-based troubleshooting & problem solving
 https://www-01.ibm.com/support/docview.wss?uid=swg21459332
 The OOO (Out of Office) DiagnosticTool
 http://www-01.ibm.com/support/docview.wss?uid=swg21296389
 Download my RnRTemplate with all of theViews andAgents included
http://keithbrooks.com/download/isbg_rnr_use.ntf
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 18
REVIEWTOPICS
Choices and their Outcomes
Changing Path Locations
Running a Local Server Console
Hacking the RnR (Rooms and Resources)Template
Agents
Links to Know
Keith Brooks @lotusevangelist keith@b2bwhisperer.com 19
THANKYOU
Keith Brooks CEO, B2B Whisperer
@lotusevangelist keith@b2bwhisperer.com
Blog: http://blog.vanessabrooks.com

More Related Content

What's hot

IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
Teamstudio
 
Our take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarOur take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinar
Benedek Menesi
 
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
Keith Brooks
 
Self Healing Capabilities of Domino 10
Self Healing Capabilities of Domino 10Self Healing Capabilities of Domino 10
Self Healing Capabilities of Domino 10
Kim Greene Consulting, Inc.
 
IBM Verse On-premises
IBM Verse On-premisesIBM Verse On-premises
IBM Verse On-premises
jayeshpar2006
 
Make Your Microsoft Stack Social With IBM Connections
Make Your Microsoft Stack Social With IBM ConnectionsMake Your Microsoft Stack Social With IBM Connections
Make Your Microsoft Stack Social With IBM ConnectionsWashington Cabral
 
Open Mic on Managed Mail Replica
Open Mic on Managed Mail ReplicaOpen Mic on Managed Mail Replica
Open Mic on Managed Mail Replica
jayeshpar2006
 
Get plugged in with HCL Connections
Get plugged in with HCL ConnectionsGet plugged in with HCL Connections
Get plugged in with HCL Connections
HogneBPettersen
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the Installers
Klaus Bild
 
Logging Wars: A Cross-Product Tech Clash Between Experts
Logging Wars: A Cross-Product Tech Clash Between Experts Logging Wars: A Cross-Product Tech Clash Between Experts
Logging Wars: A Cross-Product Tech Clash Between Experts
Benedek Menesi
 
IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)
Nico Meisenzahl
 
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
John Head
 
Installing ibm docs on a single server
Installing ibm docs on a single serverInstalling ibm docs on a single server
Installing ibm docs on a single server
Roberto Boccadoro
 
5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution
harry marweik
 
Case Study: A Complex SharePoint Migration
Case Study: A Complex SharePoint MigrationCase Study: A Complex SharePoint Migration
Case Study: A Complex SharePoint Migration
Matthew J. Bailey , MCT
 
Connect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoConnect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping domino
Matteo Bisi
 
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!Klaus Bild
 
IBM Connections Docs, from zero to hero and a glimpse of the future
IBM Connections Docs, from zero to hero and a glimpse of the futureIBM Connections Docs, from zero to hero and a glimpse of the future
IBM Connections Docs, from zero to hero and a glimpse of the future
LetsConnect
 
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
Keith Brooks
 
Ibm connections 5.0 installation step-by-step (windows and tds)
Ibm connections 5.0   installation step-by-step (windows and tds)Ibm connections 5.0   installation step-by-step (windows and tds)
Ibm connections 5.0 installation step-by-step (windows and tds)
Fuangwith Sopharath
 

What's hot (20)

IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
 
Our take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinarOur take on Domino 10 - a Ytria webinar
Our take on Domino 10 - a Ytria webinar
 
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
 
Self Healing Capabilities of Domino 10
Self Healing Capabilities of Domino 10Self Healing Capabilities of Domino 10
Self Healing Capabilities of Domino 10
 
IBM Verse On-premises
IBM Verse On-premisesIBM Verse On-premises
IBM Verse On-premises
 
Make Your Microsoft Stack Social With IBM Connections
Make Your Microsoft Stack Social With IBM ConnectionsMake Your Microsoft Stack Social With IBM Connections
Make Your Microsoft Stack Social With IBM Connections
 
Open Mic on Managed Mail Replica
Open Mic on Managed Mail ReplicaOpen Mic on Managed Mail Replica
Open Mic on Managed Mail Replica
 
Get plugged in with HCL Connections
Get plugged in with HCL ConnectionsGet plugged in with HCL Connections
Get plugged in with HCL Connections
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the Installers
 
Logging Wars: A Cross-Product Tech Clash Between Experts
Logging Wars: A Cross-Product Tech Clash Between Experts Logging Wars: A Cross-Product Tech Clash Between Experts
Logging Wars: A Cross-Product Tech Clash Between Experts
 
IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)IBM Connections Adminblast - Connect17 (DEV 1268)
IBM Connections Adminblast - Connect17 (DEV 1268)
 
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
 
Installing ibm docs on a single server
Installing ibm docs on a single serverInstalling ibm docs on a single server
Installing ibm docs on a single server
 
5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution5 Mysterious SharePoint Errors and Their Resolution
5 Mysterious SharePoint Errors and Their Resolution
 
Case Study: A Complex SharePoint Migration
Case Study: A Complex SharePoint MigrationCase Study: A Complex SharePoint Migration
Case Study: A Complex SharePoint Migration
 
Connect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping dominoConnect2016 - 1172 Shipping domino
Connect2016 - 1172 Shipping domino
 
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
 
IBM Connections Docs, from zero to hero and a glimpse of the future
IBM Connections Docs, from zero to hero and a glimpse of the futureIBM Connections Docs, from zero to hero and a glimpse of the future
IBM Connections Docs, from zero to hero and a glimpse of the future
 
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
 
Ibm connections 5.0 installation step-by-step (windows and tds)
Ibm connections 5.0   installation step-by-step (windows and tds)Ibm connections 5.0   installation step-by-step (windows and tds)
Ibm connections 5.0 installation step-by-step (windows and tds)
 

Similar to Admin Hacks for Users and Admins Sanity

Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Joel Oleson
 
AD303 - Extreme Makeover: IBM Lotus Domino Application Edition
AD303 - Extreme Makeover: IBM Lotus Domino Application EditionAD303 - Extreme Makeover: IBM Lotus Domino Application Edition
AD303 - Extreme Makeover: IBM Lotus Domino Application Edition
Ray Bilyk
 
Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)
Ulrich Krause
 
Automated server farm installation using psconfig and stsadm dm300 - curry ...
Automated server farm installation using psconfig and stsadm   dm300 - curry ...Automated server farm installation using psconfig and stsadm   dm300 - curry ...
Automated server farm installation using psconfig and stsadm dm300 - curry ...Vickey Bird
 
Building the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 FarmBuilding the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 Farm
Michael Noel
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
Christoph Adler
 
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
panagenda
 
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
panagenda
 
John
JohnJohn
Share Point Infrastructure And Setup
Share Point Infrastructure And SetupShare Point Infrastructure And Setup
Share Point Infrastructure And Setupgregkamer
 
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionAD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
Ray Bilyk
 
MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2Information Technology
 
Optimize the obvious
Optimize the obviousOptimize the obvious
Optimize the obvious
drhenner
 
ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...
ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...
ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...Christoph Adler
 
May 19-20 l Washington, DC l Omni Shoreham
May 19-20 l Washington, DC l Omni ShorehamMay 19-20 l Washington, DC l Omni Shoreham
May 19-20 l Washington, DC l Omni Shorehamwebhostingguy
 
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
 
MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1Information Technology
 
Domino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUGDomino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUG
Darren Duke
 
Only an IBM Domino Server can take this much beating and still run
Only an IBM Domino Server can take this much beating and still runOnly an IBM Domino Server can take this much beating and still run
Only an IBM Domino Server can take this much beating and still run
Andreas Ponte
 

Similar to Admin Hacks for Users and Admins Sanity (20)

Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
 
AD303 - Extreme Makeover: IBM Lotus Domino Application Edition
AD303 - Extreme Makeover: IBM Lotus Domino Application EditionAD303 - Extreme Makeover: IBM Lotus Domino Application Edition
AD303 - Extreme Makeover: IBM Lotus Domino Application Edition
 
Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)
 
Automated server farm installation using psconfig and stsadm dm300 - curry ...
Automated server farm installation using psconfig and stsadm   dm300 - curry ...Automated server farm installation using psconfig and stsadm   dm300 - curry ...
Automated server farm installation using psconfig and stsadm dm300 - curry ...
 
Building the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 FarmBuilding the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 Farm
 
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
RNUG - Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Citrix...
 
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
RNUG 2020: Virtual, Faster, Better! How to deploy HCL Notes 11.0.1 FP2 for Ci...
 
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
 
John
JohnJohn
John
 
Share Point Infrastructure And Setup
Share Point Infrastructure And SetupShare Point Infrastructure And Setup
Share Point Infrastructure And Setup
 
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionAD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
 
MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2
 
Optimize the obvious
Optimize the obviousOptimize the obvious
Optimize the obvious
 
ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...
ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...
ICS UserGroup - 2015 - Infrastructure Assessment - Analyze, Visualize and Opt...
 
May 19-20 l Washington, DC l Omni Shoreham
May 19-20 l Washington, DC l Omni ShorehamMay 19-20 l Washington, DC l Omni Shoreham
May 19-20 l Washington, DC l Omni Shoreham
 
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-...
 
MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1
 
Domino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUGDomino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUG
 
Quickr
QuickrQuickr
Quickr
 
Only an IBM Domino Server can take this much beating and still run
Only an IBM Domino Server can take this much beating and still runOnly an IBM Domino Server can take this much beating and still run
Only an IBM Domino Server can take this much beating and still run
 

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
 
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
Keith 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 Deadlines
Keith Brooks
 
Shout IT Out loud
Shout IT Out loudShout IT Out loud
Shout IT Out loud
Keith 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 Users
Keith 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 More
Keith 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 Computer
Keith 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 You
Keith Brooks
 
Advanced Backups
Advanced BackupsAdvanced Backups
Advanced Backups
Keith Brooks
 
What were you thinking? Worst Translation Practices
What were you thinking? Worst Translation PracticesWhat were you thinking? Worst Translation Practices
What were you thinking? Worst Translation Practices
Keith Brooks
 
My Dog Ate My Translation Assignment
My Dog Ate My Translation AssignmentMy Dog Ate My Translation Assignment
My Dog Ate My Translation Assignment
Keith Brooks
 
Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...
Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...
Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...
Keith Brooks
 
Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You
Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and YouQuickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You
Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You
Keith Brooks
 
Email vs. Status Updates as presented at Social Connections VIII Event
Email vs. Status Updates as presented at Social Connections VIII EventEmail vs. Status Updates as presented at Social Connections VIII Event
Email vs. Status Updates as presented at Social Connections VIII Event
Keith Brooks
 
SpeedGeeking 2015
SpeedGeeking 2015SpeedGeeking 2015
SpeedGeeking 2015
Keith Brooks
 
Accountability rocks soccnx2
Accountability rocks soccnx2Accountability rocks soccnx2
Accountability rocks soccnx2
Keith Brooks
 
JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9
JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9
JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9
Keith Brooks
 
The Art of Troubleshooting
The Art of TroubleshootingThe Art of Troubleshooting
The Art of Troubleshooting
Keith Brooks
 
SugarCRM Integration with IBM Domino and SmartCloud
SugarCRM Integration with IBM Domino and SmartCloudSugarCRM Integration with IBM Domino and SmartCloud
SugarCRM Integration with IBM Domino and SmartCloud
Keith Brooks
 
Ethical Hacking
Ethical HackingEthical Hacking
Ethical Hacking
Keith 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!
 
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
 
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
 
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
 
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
 
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
 
What were you thinking? Worst Translation Practices
What were you thinking? Worst Translation PracticesWhat were you thinking? Worst Translation Practices
What were you thinking? Worst Translation Practices
 
My Dog Ate My Translation Assignment
My Dog Ate My Translation AssignmentMy Dog Ate My Translation Assignment
My Dog Ate My Translation Assignment
 
Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...
Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...
Domino Domain Monitoring, Letting Admins Sleep Later and Stay at Pubs Longer ...
 
Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You
Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and YouQuickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You
Quickr for Domino Administration: Qpconfig.xml, Notes.ini, Connections and You
 
Email vs. Status Updates as presented at Social Connections VIII Event
Email vs. Status Updates as presented at Social Connections VIII EventEmail vs. Status Updates as presented at Social Connections VIII Event
Email vs. Status Updates as presented at Social Connections VIII Event
 
SpeedGeeking 2015
SpeedGeeking 2015SpeedGeeking 2015
SpeedGeeking 2015
 
Accountability rocks soccnx2
Accountability rocks soccnx2Accountability rocks soccnx2
Accountability rocks soccnx2
 
JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9
JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9
JMP206 : Calling Home: Enabling the IBM Sametime Softphone in ST9
 
The Art of Troubleshooting
The Art of TroubleshootingThe Art of Troubleshooting
The Art of Troubleshooting
 
SugarCRM Integration with IBM Domino and SmartCloud
SugarCRM Integration with IBM Domino and SmartCloudSugarCRM Integration with IBM Domino and SmartCloud
SugarCRM Integration with IBM Domino and SmartCloud
 
Ethical Hacking
Ethical HackingEthical Hacking
Ethical Hacking
 

Recently uploaded

みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 

Recently uploaded (20)

みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 

Admin Hacks for Users and Admins Sanity

  • 1. ADMIN HACKS FOR USERS (AND YOUR) SANITY Keith Brooks CEO, B2BWhisperer @lotusevangelist keith@b2bwhisperer.com Blog: http://blog.vanessabrooks.com June 12, 2019
  • 2. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 2 KEITH BROOKS  Ex Lotus EMEA  IBM Champion for 7 years  IBM RedbooksThought Leader  Lazy Administrator that has presented at Social Connections, Lotusphere,Think, Connect, Connected, Engage, SUTOL,TheView Admin and now NCUG 2
  • 3. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 3 TOPICS FORTODAY Choices and their Outcomes Changing Path Locations Running a Local Server Console Hacking the RnR (Rooms and Resources)Template Agents Links to Know
  • 4. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 4 CHOICES LEADTO ISSUES Remove their choices, you have less problems Location Documents? Most users only need 1, remove the rest at setup Notes Ports? OnlyTCPIP ID Files? Don’t confuse them with backups or anything
  • 5. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 5 CHANGING PATH LOCATIONS
  • 6. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 6 CHANGING PATH LOCATIONS Change theTemporary Folder http://www-01.ibm.com/support/docview.wss?uid=swg21175587 Add the Notes.ini variable "NOTES_TEMPDIR" to specify the NotesTemporary directory The "NOTES_TEMPDIR" value must reference the full path to the temporary directory.The value must point to a "temp" directory (e.g., Notes_tempdir=C:temp; not Notes_tempdir=C:test)  Notes also appends its own folder to the end of the path, so it will end up being something like C:testtempNotesFCEE85
  • 7. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 7 CHANGING NOTES.INI LOCATION Windows service Edit –Want notes.ini someplace else? 1. Change properties to: C:LotusNotesnotes.exe "=C:LotusNotesnotes.ini“ 2. Next change the service startup code, Star-Run “regedit” 3. Locate HKEY_LOCAL_MACHINESystemCurrentControlSetServices. 4. Find the service you want to redirect, locate the ImagePath subkey and change that value. 5. Copy the notes.ini to the new location and delete the old one
  • 8. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 8 R8.5.3 MOVINGTHE FTI (FULLTEXT INDEX) We have the FTBasePath=d:full_text option placed in the Notes.ini on the server You will need to restart the server for the setting to take effect. No more running out of disk space because of indices Nor performance issues You need 2.5x the size of your largest file for temporary space so server side tasks can all run properly. https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.1/admin/admn_moving_views_out_of_databases.html
  • 9. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 9 R10 SEPARATINGVIEWS FROMTHE NSF  Enable transactional logging in the Server document in the Domino directory.  Add NIFNSFEnable=1Copy into notes.ini setting on the IBM Domino server, then restart the server:  Optional:The .NDX files are stored in the Domino data directory, by default.To specify a different location, add the following notes.ini setting: NIFBasePath=pathCopy  To use this feature, databases must be ODS version 51 or higher.To upgrade all databases to at least this version, add one of the following notes.in settings:  CREATE_R9_DATABASES=1Copy or CREATE_R85_DATABASES=1Copy  Enable the feature on specific databases:  To enable separate view indexes on an existing database, run the following compact command on the server: load compact -c -nifnsf on xxxxx.nsf Copy  To enable separate view indexes on all databases created in the future, add the following notes.ini setting:CREATE_NIFNSF_DATABASES=1Copy  Restart the server. https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.1/admin/admn_moving_views_out_of_databases.html
  • 10. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 10 UPGRADING / MIGRATINGTO NOTES R10 SmartUpgrade for older clients not on R9 is your non- manual way to upgrade the clients Panagenda’s Marvel Client Essentials (FREE)is the best way to go if on R9. Now will upgrade you to 10.0.1 Fix Pack 2 https://www.panagenda.com/essentials/ Also Marvel Client ($) itself can help upgrade Sametime and so many other things you should talk to them about a site license for your servers
  • 11. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 11 NEED A SERVER CONSOLE? Old trick but still works! Click File -> Preferences ->Toolbar -> Customize Click on New and select Button Under 'Button caption text', type a name (Rconsole) Click on Command & Functions button to select Commands SelectAdminRemoteConsole and click on Paste button Click on OK and then click SaveToolbar and click on OK.
  • 12. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 12 ROOMS AND RESOURCES DATABASE The form could use an update of new fields for when making a reservation:  Transportation required/options (Bus,Taxi, Uber,Van, Handicapped)  Food Services (How many people, hot/cold, dietary options, quantities, offsite/onsite)  OnTime has extended their awesome calendaring product with a Catering option!  Map location orWaze Link option lookups when required  Location Options, instead of a blank line (Building name/#, floor)
  • 13. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 13 OOTB RESOURCESTEMPLATE Has not changed since last century (R4/5) Not very user, or Administrator, friendly Not HTTP accessible  Not yet available in Connections Cloud (On “short” list to get done…)
  • 14. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 14 OOTB RESOURCETEMPLATE AGENTS Only Agent that a user can use is Upgrade None of the IBMTechnotes Lotusscript fixes have ever been added to the RnR template! HCL is here, please let them know we need an update
  • 15. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 15 PRACTICAL RESOURCE ADDITIONS  Conflicts view added (Technotes)  DST added for specific country/asset issues  Export Reservations because AAs need help  Tradeshows, you are not limited to your offices, careful of Time Zones!  Multiple views of Information (BY…)  Resources by Location is very helpful  Suggest you edit the columns in the views to allow sorting Download my RnRTemplate with all of this built in from my server at http://keithbrooks.com/download/isbg_rnr_use.ntf
  • 16. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 16 RESOURCE AGENTS ADDED  Update Resource Owner  Delete Bad Profile Document  Export to Excel  Find the bad profile with Notes Collector  Fix Room  Force Delete  Update Resource Name  And there are more out there, these are just the ones I use frequently Download my RnRTemplate with all of this built in from my server at http://keithbrooks.com/download/isbg_rnr_use.ntf
  • 17. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 17 LINKSYOU NEED!  The Lotus Sandbox,TreasureTrove of scripts, database templates and History  http://domquery.info/samples/sandbox.nsf/  The Nifty 50Templates (R3/R4 era)  https://www.wissel.net/blog/2009/02/the-nifty-fifty-unearthed.html  Speed up your Clients  https://tinkertry.com/speed-up-lotus-notes-8-5-3-or-ibm-notes-9-social-edition-under- windows-7-8-81-or-linux  All-in-oneAdminTool for agent-based troubleshooting & problem solving  https://www-01.ibm.com/support/docview.wss?uid=swg21459332  The OOO (Out of Office) DiagnosticTool  http://www-01.ibm.com/support/docview.wss?uid=swg21296389  Download my RnRTemplate with all of theViews andAgents included http://keithbrooks.com/download/isbg_rnr_use.ntf
  • 18. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 18 REVIEWTOPICS Choices and their Outcomes Changing Path Locations Running a Local Server Console Hacking the RnR (Rooms and Resources)Template Agents Links to Know
  • 19. Keith Brooks @lotusevangelist keith@b2bwhisperer.com 19 THANKYOU Keith Brooks CEO, B2B Whisperer @lotusevangelist keith@b2bwhisperer.com Blog: http://blog.vanessabrooks.com