SlideShare uma empresa Scribd logo
1 de 45
Baixar para ler offline
Got Problems !
Let's do a Health Check
         Luis Guirigay
         Engagement Manager
         LGuirigay@PSCListens.com
         Twitter: @lguiriga
         www.LuisGuirigay.net
         http://www.linkedin.com/in/lguiriga
         PSC Group, LLC
About me
•   Engagement Manager at PSC Group, LLC – Based in Schaumburg, IL but supporting customers everywhere.. Even
    Africa
•   12+ Years of Experience working with IBM Software performing Health Checks, Upgrades, Security Audits,
    Deployments, Web and Client Development, etc…
•   Published Author - IBM Redbooks
     •   Implementing IBM Lotus Domino 7 for i5/OS
     •   Preparing for and Tuning the SQL Query Engine on DB2 for i5/OS
     •   Deploying IBM Workplace Collaboration Services on the IBM System i5 Platform
•   IBM Certified Developer
     •   Lotus Notes and Domino 5, 6, 7, 8, 8.5
     •   Lotus Workflow 3
•   IBM Certified Administrator
     •   IBM Lotus Quickr 8.5 (Domino)
     •   IBM Sametime 7.5, 8 and 8.5
     •   IBM Connections 2.0 and 2.5
     •   IBM WebSphere Portal 6.0, 6.1 and 7.0
     •   IBM Lotus Notes and Domino 5, 6, 7, 8 and 8.5
Quick Poll !
 • Who’s using…
   • Lotus Notes and Domino
   • Lotus Traveler
   • Sametime
   • Lotus Quickr
   • Connections
   • WebSphere Portal
Agenda
 • Why a Health Check is important ?
 • When to perform a Health Check ?
 • Tools to perform a Health Check
 • Things you should take a look at
   • Messaging
   • Clusters
   • DAOS
   • TXN
   • And more….
Why a Health Check is important ?
• Do you get a physical every year or wait until something
     hurts ?
 •   In IT…. a health check will save your servers, and
     sometimes even your job
 •   A Health Check will help you to…
     •   prevent issues
     •   resolve issues
     •   improve performance
     •   enhance security
     •   make your work & life easier
When to Perform a Health Check?
• Started a new job
• You think your servers could perform better
• You think you have problems
• You don't understand your Domino infrastructure
• After a crash or hung (just check what's related to the
     issue)
 •   On a regular basis
     •   Some items can be reviewed weekly, some others
         every month. You decide !
Tools you can use
Domino Domain Monitoring - DDM
•   Means to quickly monitor and determine health of an entire
    domain
    •   From a single UI location
    •   Reduces TCO
•   Available since Domino release 7
    •   Enabled in Monitoring Configuration database (events4.nsf)
    •   Feature-oriented view of domain status in DDM.nsf
•   Provides for quick problem resolution
DDM
Quick DDM Demo
Domino Configuration Tuner - DCT
•   It's like your personal consultant – for free
•   DCT evaluates server settings according to a growing catalog of
    best practices
    - Rules get updated on a regular basis




•   Still running Domino 7 ?
     - Get NTF from IBM Technote #4019358
DCT
 • One more thing….not always the recommended setting
   will apply to your environment
Quick DCT Demo
Health Monitor
 • Enabled via the Administrator Client Preferences
Health Monitor
•   Watch all your servers on a single screen
•   Look for specific Tasks in trouble
•   Quick access to important Statistics
Health Monitor Database
 • Configure Thresholds
 • Access to historical reports
Quick Health Monitor Demo
Domino Diagnostic Probe (New in 8.5.2)
 • Monitors slow or unresponsive servers
 •   Do not leave it running for ever.
        jvmbinjava -jar dbopen.jar -d mailtest.nsf -t 60 -p 60 -nsdoptions "-nomemcheck"
        -outfile C:DominodataIBM_TECHNICAL_SUPPORTDomPerfMon.txt

 •   It will try to open test.nsf and will generate a NSD with no
     MEMCHECK if Database takes more than 60 seconds to open




IBM Technote
     http://www-01.ibm.com/support/docview.wss?uid=swg21429892
Things you should take a look at
Messaging
• User 3 Party Tools for SPAM and AV
          rd


  • Postini, MX Logic, Message Labs, etc…
  • Hardware appliances also do a pretty good job
• SmartHosts
  • DNS Lookups need resources
• Message Tracking can save the day
Messaging
• Still using one Mail.box ?
  • Never appropriate on any server
  • How to know the right number for me?
      IF

           (Mail.Mailbox.AccessConflicts / Mail.Mailbox.Accesses) x 100 > 2

       You need a new Mailbox

        Mail Statistic                       Original   After Tuning
        Mail.Mailbox.AccesseConflicts        1151       8
        Mail.Mailbox.Accesses                3877       3023
        Mail.Mailbox.MaxConcurrentAccesses   6          5
        Server.MailBoxes                     2          4
Messaging – Out of Office

                  Service                         Agent


      Instant response               Every 6 hours (default)


      Supports failover              Does not support failover


      Auto disables                  Manually turn off


      Supports delegation, minimum   Supports delegation, minimum
      level Editor                   level Editor + rights to sign
                                     agents on behalf of others
      Minimum length 1 hour          Minimum length 1 day
DAOS
• DAOS folder should be located outside of the domino data
     directory
 •   Order matters if backup is performed while server is online
DAOS
• DO NOT play around with the NLO/DAOS Folder unless
     instructed by IBM. DAOS is not a toy.
 •   Set AV to not scan/act on DAOS folder and NLO files
 •   Setting DAOS to remove 4 kb attachments is not a good
     idea (Use DAOS Estimator)
Transaction Logging
•   DAOS requires TXN

•   Make sure you use a separate disk or equivalent if using SAN or large
    drives (iSeries and zSeries)

•   Keeps a sequential record of every operation that occurs to data

•   With the right Backup tool, you can have incremental backups
ODS
• Always be at the latest ODS Version. Period.
  • Create_R85_Databases=1 (Servers and Clients)
• For the Clients (New in 8.5.2)
  • Desktop Policies
       •   “Enable upgrade of all local NSFs to latest ODS version”

   •   Notes.ini
       •   NSF_UpdateODS=1
ODS
Compression
• Some Organizations are not aware of all the space they
     can save by using:
     •   Design Compression
     •   Data Compression
     •   LZ1 Compression + DAOS


 •   Multiply this by thousands of documents by hundreds of
     databases
Log Files
 • Use Notes.ini or Space Savers setting to control size
   Log=logfilename, log_option, not_used, days, size
Replication
• Enough said


                vs
Notes.ini
• Keep it clean
  • Specially Debugging Variables
• IBM Recommends keeping these
   •   CONSOLE_LOG_ENABLED=1
         Captures server console data and logs to console.log file

   •   DEBUG_THREADID=1
         Stamps server threads and logs to console.log file

   •   CONSOLE_LOG_MAX_KBYTES=204800
         Restricts the console Log size to 200MB and then overwrites oldest entries

   •   DEBUG_CAPTURE_TIMEOUT=1
         Captures semaphore time stamp and logs to the semdebug.txt

   •   DEBUG_SHOW_TIMEOUT=1
         Captures semaphore information and logs to the semdebug.txt
Server Settings
 • Server Tasks
   • Do you need them all ?
 • Ports
 • Default settings
   •   Security
   •   AdminP Threads (Too many requests? Default is 60 mins & 3 threads)
   •   HTTP (Timeouts, Caching, Logging, Bind to Host Name)
Clusters
 • Cluster replicator queue depth
Clusters
 • After increasing number of Cluster Replicators
Clusters - Server Availaibilty Index (SAI)
•   Equal to the percentage of the total server capacity that is still available

•   Use SERVER_TRANSINFO_RANGE to improve your SAI

    •   Use SH AI to determine the right value

    •   Use sh ai when servers are experiencing a heavy load

    •   It is like you need to tell Domino how fast your server/hardware is.

•   Very useful when looking to control Load Balancing in Clustered
    environments

    •   Server_Availability_Threshold will indicate when to send the request to
        the other server in the cluster

•   It can also be used on non-clustered servers to understand health of the
    server
Clusters - SAI
• Customer complained about users being redirected to
   other servers too often.
   •   Before and after setting
       SERVER_TRANSINFO_RANGE = 18
Maintenance Tips
•   Schedule monthly server restarts.

•   compact, fixup, updall on names.nsf, admin4.nsf, log.nsf, cldbdir.nsf while the server is
    down.

•   Schedule the following tasks on a weekly schedule: FIXUP, UPDALL and COMPACT
    of all databases while the Domino server is offline.

           - A DB with 99% Used Space not necessarily good

           - Fixup not really required if TXN is enabled with AutoFixup

•   Perform tape backup restoration tests to ensure valid recovery data.

•   Review monthly server statistics for performance and availability issues.

•   Run a Cluster Analysis

•   “Administrator Guide for Domino Server maintenance”

           - IBM Technote #7006573
Local and Managed Replicas
•    Considering Server Consolidation ? Go Local !
•    Will reduce Server and Bandwidth/Network Utilization
•    Improved load time.
•    Offline access
•    The real 24/7 !
•    Read: “IBM Lotus Notes and Domino 8.x local mail replicas:
     Advantages, considerations, and best practices”
    http://www-
    10.lotus.com/ldd/dominowiki.nsf/dx/IBM_Lotus_Notes_and_Domino_8.x_local_mail_replicas_Advantages
    _considerations_and_best_practices
Features you should be using
 • ID Vault
   • Password Sync
   • Certificate rollaouts
 • Internet Password Lockouts
   • Security
Features you should be using
Automatic Server Recovery




Diagnostic Collections and Fault Analyzer
  Introduced in R7

  Automatic reporting and analysis of server crashes

  Automatic cleanup of server crash files

  Enabled in configuration document -> Diagnostics tab
Features you should be using
 • Policies
   • Desktop, Security, Mail, etc….
 • Session Authentication
   • Use LTPA Token (Cookie)
 • Network Compression
   • Useful when bandwidth is limited
 • Run Web agents concurrently
   • Agents don't need to wait in line. Domino is not the
      DMV
Some additional tips for….
Quickr
• ServerTasks=HTTP, Router
• Use Qpconfig.xml
• Connectors
  • Disable checking if clients has Connectors installed
     <connectors>
     <roundTripEdit enabled="never" />
     </connectors>

 •   It is heavy on Disk….2000 Places = 6000 Databases
     •   SAN or Disk Array Device with more spindle capacity
Quickr
• PlaceCatalog.nsf
  • load_balance_places_view enabled=“true” (New in 8.5)
  • Set right properties
Thank You to our Sponsors!

Mais conteúdo relacionado

Mais procurados

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
 
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsIAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsDavid Hablewitz
 
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 20161693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016panagenda
 
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
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016panagenda
 
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...Kim Greene
 
Adm02 Be a Domino Detective: Tackling Your Toughest Performance Problems
Adm02 Be a Domino Detective: Tackling Your Toughest Performance ProblemsAdm02 Be a Domino Detective: Tackling Your Toughest Performance Problems
Adm02 Be a Domino Detective: Tackling Your Toughest Performance ProblemsKim Greene
 
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 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEengage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEChristoph Adler
 
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
 
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...panagenda
 
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...panagenda
 
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
 
Open mic on what's new in domino 9 social edition
Open mic on what's new in domino 9 social editionOpen mic on what's new in domino 9 social edition
Open mic on what's new in domino 9 social editionsreeJk
 
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
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...Christoph Adler
 
engage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes Clientengage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes ClientChristoph 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
 
Jayamohan_Linux_Administrator
Jayamohan_Linux_AdministratorJayamohan_Linux_Administrator
Jayamohan_Linux_AdministratorJayamohan Nair
 
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
 

Mais procurados (20)

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
 
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the GremlinsIAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
IAmLUG presentation: Domino Admin Best Practices - Hunting the Gremlins
 
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 20161693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
1693: 21 Ways to Make Your Data Work for You - IBM Connect 2016
 
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
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
 
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
Adm07 The Health Check Extravaganza for IBM Social and Collaboration Environm...
 
Adm02 Be a Domino Detective: Tackling Your Toughest Performance Problems
Adm02 Be a Domino Detective: Tackling Your Toughest Performance ProblemsAdm02 Be a Domino Detective: Tackling Your Toughest Performance Problems
Adm02 Be a Domino Detective: Tackling Your Toughest Performance Problems
 
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 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVEengage 2019 - 15 Domino v10 Admin features we LOVE
engage 2019 - 15 Domino v10 Admin features we LOVE
 
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
 
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
From A to Z-itrix: Setting up the most stable and fastest HCL Notes client on...
 
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
BP1491: Virtual, Faster, Better - How to Virtualize the Rich Client and Brows...
 
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-...
 
Open mic on what's new in domino 9 social edition
Open mic on what's new in domino 9 social editionOpen mic on what's new in domino 9 social edition
Open mic on what's new in domino 9 social edition
 
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...
 
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
1491 - Virtual, Faster, Better! How to Virtualize the Rich Client and Browser...
 
engage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes Clientengage 2019 Workshop - Dirty Secrets of the Notes Client
engage 2019 Workshop - Dirty Secrets of the Notes Client
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
 
Jayamohan_Linux_Administrator
Jayamohan_Linux_AdministratorJayamohan_Linux_Administrator
Jayamohan_Linux_Administrator
 
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
 

Destaque

Project Health Check
Project Health CheckProject Health Check
Project Health Checkihoudane
 
The Critical Value of Project Risk Management - Why do we have to manage Proj...
The Critical Value of Project Risk Management - Why do we have to manage Proj...The Critical Value of Project Risk Management - Why do we have to manage Proj...
The Critical Value of Project Risk Management - Why do we have to manage Proj...Torsten Koerting
 
Knowing the Project Health using Earned Value Management (EVM)
Knowing the Project Health using Earned Value Management (EVM)Knowing the Project Health using Earned Value Management (EVM)
Knowing the Project Health using Earned Value Management (EVM)Sudha Kesavan
 
Mastering Complexity - Projekt-Polygon fuer Prozessprojekte
Mastering Complexity - Projekt-Polygon fuer ProzessprojekteMastering Complexity - Projekt-Polygon fuer Prozessprojekte
Mastering Complexity - Projekt-Polygon fuer ProzessprojekteTorsten Koerting
 

Destaque (8)

Project health check updated and improved
Project health check updated and improvedProject health check updated and improved
Project health check updated and improved
 
Project Health Check
Project Health CheckProject Health Check
Project Health Check
 
Project Health Checks
Project Health ChecksProject Health Checks
Project Health Checks
 
Project Health Check
Project Health CheckProject Health Check
Project Health Check
 
The Critical Value of Project Risk Management - Why do we have to manage Proj...
The Critical Value of Project Risk Management - Why do we have to manage Proj...The Critical Value of Project Risk Management - Why do we have to manage Proj...
The Critical Value of Project Risk Management - Why do we have to manage Proj...
 
Knowing the Project Health using Earned Value Management (EVM)
Knowing the Project Health using Earned Value Management (EVM)Knowing the Project Health using Earned Value Management (EVM)
Knowing the Project Health using Earned Value Management (EVM)
 
Mastering Complexity - Projekt-Polygon fuer Prozessprojekte
Mastering Complexity - Projekt-Polygon fuer ProzessprojekteMastering Complexity - Projekt-Polygon fuer Prozessprojekte
Mastering Complexity - Projekt-Polygon fuer Prozessprojekte
 
Guide to Project Portfolio Management
Guide to Project Portfolio ManagementGuide to Project Portfolio Management
Guide to Project Portfolio Management
 

Semelhante a Got Problems? Let's Do a Health Check

MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014Ryusuke Kajiyama
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best PracticesNagios
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesHoward Greenberg
 
Automate Server Mastery by Stack Advisors - Automation Nation 2018
Automate Server Mastery by Stack Advisors - Automation Nation 2018Automate Server Mastery by Stack Advisors - Automation Nation 2018
Automate Server Mastery by Stack Advisors - Automation Nation 2018Scott Wilson
 
#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
 
Soccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM ConnectionsSoccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM Connectionspanagenda
 
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
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and ManagingGabriella Davis
 
Fixing Domino Server Sickness
Fixing Domino Server SicknessFixing Domino Server Sickness
Fixing Domino Server SicknessGabriella Davis
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deploymentSharon James
 
Scaling apps for the big time
Scaling apps for the big timeScaling apps for the big time
Scaling apps for the big timeproitconsult
 
John adams talk cloudy
John adams   talk cloudyJohn adams   talk cloudy
John adams talk cloudyJohn Adams
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsLetsConnect
 
Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...
Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...
Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...Amazon Web Services
 
SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016David Hablewitz
 
Day 7 - Make it Fast
Day 7 - Make it FastDay 7 - Make it Fast
Day 7 - Make it FastBarry Jones
 
Preventing serversickness
Preventing serversicknessPreventing serversickness
Preventing serversicknessGabriella Davis
 
Fixing twitter
Fixing twitterFixing twitter
Fixing twitterRoger Xia
 
Fixing Twitter Improving The Performance And Scalability Of The Worlds Most ...
Fixing Twitter  Improving The Performance And Scalability Of The Worlds Most ...Fixing Twitter  Improving The Performance And Scalability Of The Worlds Most ...
Fixing Twitter Improving The Performance And Scalability Of The Worlds Most ...smallerror
 

Semelhante a Got Problems? Let's Do a Health Check (20)

MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best Practices
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
 
Automate Server Mastery by Stack Advisors - Automation Nation 2018
Automate Server Mastery by Stack Advisors - Automation Nation 2018Automate Server Mastery by Stack Advisors - Automation Nation 2018
Automate Server Mastery by Stack Advisors - Automation Nation 2018
 
#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
 
Soccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM ConnectionsSoccnx10: Best and worst practices deploying IBM Connections
Soccnx10: Best and worst practices deploying IBM Connections
 
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
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and Managing
 
Fixing Domino Server Sickness
Fixing Domino Server SicknessFixing Domino Server Sickness
Fixing Domino Server Sickness
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
 
Scaling apps for the big time
Scaling apps for the big timeScaling apps for the big time
Scaling apps for the big time
 
John adams talk cloudy
John adams   talk cloudyJohn adams   talk cloudy
John adams talk cloudy
 
Best And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM ConnectionsBest And Worst Practices Deploying IBM Connections
Best And Worst Practices Deploying IBM Connections
 
Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...
Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...
Amazon RDS for MySQL – Diagnostics, Security, and Data Migration (DAT302) | A...
 
SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016SmartCloud Administration Best Practices MWLUG 2016
SmartCloud Administration Best Practices MWLUG 2016
 
Day 7 - Make it Fast
Day 7 - Make it FastDay 7 - Make it Fast
Day 7 - Make it Fast
 
Preventing serversickness
Preventing serversicknessPreventing serversickness
Preventing serversickness
 
Fixing twitter
Fixing twitterFixing twitter
Fixing twitter
 
Fixing_Twitter
Fixing_TwitterFixing_Twitter
Fixing_Twitter
 
Fixing Twitter Improving The Performance And Scalability Of The Worlds Most ...
Fixing Twitter  Improving The Performance And Scalability Of The Worlds Most ...Fixing Twitter  Improving The Performance And Scalability Of The Worlds Most ...
Fixing Twitter Improving The Performance And Scalability Of The Worlds Most ...
 

Mais de Luis Guirigay

IBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-Bending
IBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-BendingIBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-Bending
IBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-BendingLuis Guirigay
 
Energizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail Next
Energizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail NextEnergizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail Next
Energizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail NextLuis Guirigay
 
IBM Platform for Social Business IamLUG 2013
IBM Platform for Social Business IamLUG 2013IBM Platform for Social Business IamLUG 2013
IBM Platform for Social Business IamLUG 2013Luis Guirigay
 
Connect2013 id506 hadr ideas for social business
Connect2013 id506 hadr ideas for social businessConnect2013 id506 hadr ideas for social business
Connect2013 id506 hadr ideas for social businessLuis Guirigay
 
Granite Lotus User Group November 2012 ICS Updates
Granite Lotus User Group November 2012 ICS UpdatesGranite Lotus User Group November 2012 ICS Updates
Granite Lotus User Group November 2012 ICS UpdatesLuis Guirigay
 
BP103: Got Problems ! Let's do a HealthCheck
BP103: Got Problems ! Let's do a HealthCheckBP103: Got Problems ! Let's do a HealthCheck
BP103: Got Problems ! Let's do a HealthCheckLuis Guirigay
 
Deploying DAOS and ID Vault
Deploying DAOS and ID VaultDeploying DAOS and ID Vault
Deploying DAOS and ID VaultLuis Guirigay
 
Granite Psc Sametime Best Practices
Granite Psc Sametime Best PracticesGranite Psc Sametime Best Practices
Granite Psc Sametime Best PracticesLuis Guirigay
 

Mais de Luis Guirigay (8)

IBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-Bending
IBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-BendingIBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-Bending
IBM ConnectED 2015 - BP103: Solving the Weird, the Obscure, and the Mind-Bending
 
Energizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail Next
Energizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail NextEnergizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail Next
Energizing IBM Notes Domino Enterprises: Social, Mobile, Cloud and Mail Next
 
IBM Platform for Social Business IamLUG 2013
IBM Platform for Social Business IamLUG 2013IBM Platform for Social Business IamLUG 2013
IBM Platform for Social Business IamLUG 2013
 
Connect2013 id506 hadr ideas for social business
Connect2013 id506 hadr ideas for social businessConnect2013 id506 hadr ideas for social business
Connect2013 id506 hadr ideas for social business
 
Granite Lotus User Group November 2012 ICS Updates
Granite Lotus User Group November 2012 ICS UpdatesGranite Lotus User Group November 2012 ICS Updates
Granite Lotus User Group November 2012 ICS Updates
 
BP103: Got Problems ! Let's do a HealthCheck
BP103: Got Problems ! Let's do a HealthCheckBP103: Got Problems ! Let's do a HealthCheck
BP103: Got Problems ! Let's do a HealthCheck
 
Deploying DAOS and ID Vault
Deploying DAOS and ID VaultDeploying DAOS and ID Vault
Deploying DAOS and ID Vault
 
Granite Psc Sametime Best Practices
Granite Psc Sametime Best PracticesGranite Psc Sametime Best Practices
Granite Psc Sametime Best Practices
 

Último

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Último (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Got Problems? Let's Do a Health Check

  • 1. Got Problems ! Let's do a Health Check Luis Guirigay Engagement Manager LGuirigay@PSCListens.com Twitter: @lguiriga www.LuisGuirigay.net http://www.linkedin.com/in/lguiriga PSC Group, LLC
  • 2. About me • Engagement Manager at PSC Group, LLC – Based in Schaumburg, IL but supporting customers everywhere.. Even Africa • 12+ Years of Experience working with IBM Software performing Health Checks, Upgrades, Security Audits, Deployments, Web and Client Development, etc… • Published Author - IBM Redbooks • Implementing IBM Lotus Domino 7 for i5/OS • Preparing for and Tuning the SQL Query Engine on DB2 for i5/OS • Deploying IBM Workplace Collaboration Services on the IBM System i5 Platform • IBM Certified Developer • Lotus Notes and Domino 5, 6, 7, 8, 8.5 • Lotus Workflow 3 • IBM Certified Administrator • IBM Lotus Quickr 8.5 (Domino) • IBM Sametime 7.5, 8 and 8.5 • IBM Connections 2.0 and 2.5 • IBM WebSphere Portal 6.0, 6.1 and 7.0 • IBM Lotus Notes and Domino 5, 6, 7, 8 and 8.5
  • 3. Quick Poll ! • Who’s using… • Lotus Notes and Domino • Lotus Traveler • Sametime • Lotus Quickr • Connections • WebSphere Portal
  • 4. Agenda • Why a Health Check is important ? • When to perform a Health Check ? • Tools to perform a Health Check • Things you should take a look at • Messaging • Clusters • DAOS • TXN • And more….
  • 5. Why a Health Check is important ? • Do you get a physical every year or wait until something hurts ? • In IT…. a health check will save your servers, and sometimes even your job • A Health Check will help you to… • prevent issues • resolve issues • improve performance • enhance security • make your work & life easier
  • 6. When to Perform a Health Check? • Started a new job • You think your servers could perform better • You think you have problems • You don't understand your Domino infrastructure • After a crash or hung (just check what's related to the issue) • On a regular basis • Some items can be reviewed weekly, some others every month. You decide !
  • 8. Domino Domain Monitoring - DDM • Means to quickly monitor and determine health of an entire domain • From a single UI location • Reduces TCO • Available since Domino release 7 • Enabled in Monitoring Configuration database (events4.nsf) • Feature-oriented view of domain status in DDM.nsf • Provides for quick problem resolution
  • 9. DDM
  • 11. Domino Configuration Tuner - DCT • It's like your personal consultant – for free • DCT evaluates server settings according to a growing catalog of best practices - Rules get updated on a regular basis • Still running Domino 7 ? - Get NTF from IBM Technote #4019358
  • 12. DCT • One more thing….not always the recommended setting will apply to your environment
  • 14. Health Monitor • Enabled via the Administrator Client Preferences
  • 15. Health Monitor • Watch all your servers on a single screen • Look for specific Tasks in trouble • Quick access to important Statistics
  • 16. Health Monitor Database • Configure Thresholds • Access to historical reports
  • 18. Domino Diagnostic Probe (New in 8.5.2) • Monitors slow or unresponsive servers • Do not leave it running for ever. jvmbinjava -jar dbopen.jar -d mailtest.nsf -t 60 -p 60 -nsdoptions "-nomemcheck" -outfile C:DominodataIBM_TECHNICAL_SUPPORTDomPerfMon.txt • It will try to open test.nsf and will generate a NSD with no MEMCHECK if Database takes more than 60 seconds to open IBM Technote http://www-01.ibm.com/support/docview.wss?uid=swg21429892
  • 19. Things you should take a look at
  • 20. Messaging • User 3 Party Tools for SPAM and AV rd • Postini, MX Logic, Message Labs, etc… • Hardware appliances also do a pretty good job • SmartHosts • DNS Lookups need resources • Message Tracking can save the day
  • 21. Messaging • Still using one Mail.box ? • Never appropriate on any server • How to know the right number for me? IF (Mail.Mailbox.AccessConflicts / Mail.Mailbox.Accesses) x 100 > 2 You need a new Mailbox Mail Statistic Original After Tuning Mail.Mailbox.AccesseConflicts 1151 8 Mail.Mailbox.Accesses 3877 3023 Mail.Mailbox.MaxConcurrentAccesses 6 5 Server.MailBoxes 2 4
  • 22. Messaging – Out of Office Service Agent Instant response Every 6 hours (default) Supports failover Does not support failover Auto disables Manually turn off Supports delegation, minimum Supports delegation, minimum level Editor level Editor + rights to sign agents on behalf of others Minimum length 1 hour Minimum length 1 day
  • 23. DAOS • DAOS folder should be located outside of the domino data directory • Order matters if backup is performed while server is online
  • 24. DAOS • DO NOT play around with the NLO/DAOS Folder unless instructed by IBM. DAOS is not a toy. • Set AV to not scan/act on DAOS folder and NLO files • Setting DAOS to remove 4 kb attachments is not a good idea (Use DAOS Estimator)
  • 25. Transaction Logging • DAOS requires TXN • Make sure you use a separate disk or equivalent if using SAN or large drives (iSeries and zSeries) • Keeps a sequential record of every operation that occurs to data • With the right Backup tool, you can have incremental backups
  • 26. ODS • Always be at the latest ODS Version. Period. • Create_R85_Databases=1 (Servers and Clients) • For the Clients (New in 8.5.2) • Desktop Policies • “Enable upgrade of all local NSFs to latest ODS version” • Notes.ini • NSF_UpdateODS=1
  • 27. ODS
  • 28. Compression • Some Organizations are not aware of all the space they can save by using: • Design Compression • Data Compression • LZ1 Compression + DAOS • Multiply this by thousands of documents by hundreds of databases
  • 29. Log Files • Use Notes.ini or Space Savers setting to control size Log=logfilename, log_option, not_used, days, size
  • 31. Notes.ini • Keep it clean • Specially Debugging Variables • IBM Recommends keeping these • CONSOLE_LOG_ENABLED=1 Captures server console data and logs to console.log file • DEBUG_THREADID=1 Stamps server threads and logs to console.log file • CONSOLE_LOG_MAX_KBYTES=204800 Restricts the console Log size to 200MB and then overwrites oldest entries • DEBUG_CAPTURE_TIMEOUT=1 Captures semaphore time stamp and logs to the semdebug.txt • DEBUG_SHOW_TIMEOUT=1 Captures semaphore information and logs to the semdebug.txt
  • 32. Server Settings • Server Tasks • Do you need them all ? • Ports • Default settings • Security • AdminP Threads (Too many requests? Default is 60 mins & 3 threads) • HTTP (Timeouts, Caching, Logging, Bind to Host Name)
  • 33. Clusters • Cluster replicator queue depth
  • 34. Clusters • After increasing number of Cluster Replicators
  • 35. Clusters - Server Availaibilty Index (SAI) • Equal to the percentage of the total server capacity that is still available • Use SERVER_TRANSINFO_RANGE to improve your SAI • Use SH AI to determine the right value • Use sh ai when servers are experiencing a heavy load • It is like you need to tell Domino how fast your server/hardware is. • Very useful when looking to control Load Balancing in Clustered environments • Server_Availability_Threshold will indicate when to send the request to the other server in the cluster • It can also be used on non-clustered servers to understand health of the server
  • 36. Clusters - SAI • Customer complained about users being redirected to other servers too often. • Before and after setting SERVER_TRANSINFO_RANGE = 18
  • 37. Maintenance Tips • Schedule monthly server restarts. • compact, fixup, updall on names.nsf, admin4.nsf, log.nsf, cldbdir.nsf while the server is down. • Schedule the following tasks on a weekly schedule: FIXUP, UPDALL and COMPACT of all databases while the Domino server is offline. - A DB with 99% Used Space not necessarily good - Fixup not really required if TXN is enabled with AutoFixup • Perform tape backup restoration tests to ensure valid recovery data. • Review monthly server statistics for performance and availability issues. • Run a Cluster Analysis • “Administrator Guide for Domino Server maintenance” - IBM Technote #7006573
  • 38. Local and Managed Replicas • Considering Server Consolidation ? Go Local ! • Will reduce Server and Bandwidth/Network Utilization • Improved load time. • Offline access • The real 24/7 ! • Read: “IBM Lotus Notes and Domino 8.x local mail replicas: Advantages, considerations, and best practices” http://www- 10.lotus.com/ldd/dominowiki.nsf/dx/IBM_Lotus_Notes_and_Domino_8.x_local_mail_replicas_Advantages _considerations_and_best_practices
  • 39. Features you should be using • ID Vault • Password Sync • Certificate rollaouts • Internet Password Lockouts • Security
  • 40. Features you should be using Automatic Server Recovery Diagnostic Collections and Fault Analyzer Introduced in R7 Automatic reporting and analysis of server crashes Automatic cleanup of server crash files Enabled in configuration document -> Diagnostics tab
  • 41. Features you should be using • Policies • Desktop, Security, Mail, etc…. • Session Authentication • Use LTPA Token (Cookie) • Network Compression • Useful when bandwidth is limited • Run Web agents concurrently • Agents don't need to wait in line. Domino is not the DMV
  • 43. Quickr • ServerTasks=HTTP, Router • Use Qpconfig.xml • Connectors • Disable checking if clients has Connectors installed <connectors> <roundTripEdit enabled="never" /> </connectors> • It is heavy on Disk….2000 Places = 6000 Databases • SAN or Disk Array Device with more spindle capacity
  • 44. Quickr • PlaceCatalog.nsf • load_balance_places_view enabled=“true” (New in 8.5) • Set right properties
  • 45. Thank You to our Sponsors!