SlideShare ist ein Scribd-Unternehmen logo
1 von 62
Downloaden Sie, um offline zu lesen
Gabriella Davis - IBM Lifetime Champion
Technical Director - The Turtle Partnership
Brussels May 14th 2019
DOMINO SERVER HEALTH -
MONITORING AND MANAGING
• Admin of all things and especially quite
complicated things where the fun is
• Working with the design, deployment and security
of IBM technologies within global infrastructures
• working with the real world security and privacy
aspects of expanding data ecosystems
• Stubborn and relentless problem solver
• http://turtleblog.info
• https://www.turtlepartnership.com
• IBM Lifetime Champion
WORKING WITH LOGS
DOMINO SERVER LOGS
• Analysing
• Miscellaneous Events
• Mail Routing Events
• Security Events
NOTES CLIENT LOGS
• It’s not a race to read messages on your status bar when you can look in your local log.nsf for
those messages in more detail
• Security events show you issues with accessing the ID Vault for instance
• Miscellaneous events will show you network failures amongst other things
• Client_Clock=1 in local notes.ini for RPC activity from your Notes client
• Console_Log_Enabled=1
DOMINO SERVER LOGS
• Log Analysis
LOG ANALYSIS RESULTS
• Does not require your log.nsf to be full text indexed
DOMINO SERVER LOGS
• Maintaining logs at a manageable size is always an issue especially on busy servers
• Log=log.nsf,1,0,7,40000 - maintains 7 days of data with 40k document sizes
• Archiving
• You can archive a log.nsf the same as you would any other database
• Create the archive settings under database property
• Create a program document to compact log.nsf with -a option for “archive”
• Don’t maintain unread marks - why would you?
• Never Full Text Index
• Console_log_Enabled
LOG FILTERS
• Configured in events4.nsf
• Choose to only log specific entry types and error levels either for the whole server or for
individual databases
LOG FILTERS - CONSOLE
NSD
• If the server or client crashes it will generate a NSD file in the directory
IBM_TECHNICAL_SUPPORT
• Simple (very) Analysis
• open the file in a text editor
• search for “fatal” and find the thread and task that caused the crash
• search for the thread ID to find the database / document / agent
FAULT REPORTING DATABASE
• Configure in the server configuration document
• Can be configured for clients in desktop policies
• The NSD will be mailed in to the assigned fault recovery database
• from the Log Analysis view in Domino Administrator choose “open fault reports” and the database
will be created
FAULT REPORTING DATABASE
• Disposition view
• all faults when analyzed have a disposition value that categorises as
• Problem
• Possible Problem (possibly actionable )
• Possible Problem (likely NOT actionable )
• Informational
• Unknown (investigate)
POSSIBLE PROBLEM - ACTIONABLE
• Out Of Memory: Represents a crash in which the Java virtual machine (JVM) ran out of a
memory resource such as heap space.
• Launched Notes multiple times: Indicates that the user quickly launched multiple instances of
the Notes client
• Possible hang: Indicates that the Notes client was manually terminated while it appeared to be
doing useful work.
• User Kill: Indicates that the user manually terminated the client while it appeared to be waiting
for input or network timeout
DELETION LOGS
• Individual databases can be enabled to log deletions
• The detail of who deleted a document and the content of that document is written to a
delete.log file
• One for all databases that are enabled
• Enabling is done via a compact option -dl that also specifies the fields in the document to log
e.g.
• load compact mailgabdavis.nsf -dl on subject,posteddate,sendto,recipient
• enable log deletions on gabdavis.nsf and track the subject, post-date, sender and
recipient
• different databases will want to use different fields in the log
• any Text, Text_List, RFC822_Text, or Time field can be used
REVIEWING A DELETION LOG ENTRY
• “20190408T211516,06+01",
• “Mailgabdavis.nsf”,
• “80256487:00352154",
• “nserver","CN=DEWO=Turtle",
• “SOFT",
• “0001","72C0E3F8:44B53FB5DC4EDBF8:A785466D",
• "from","""New Relic” “<marketing@newrelic.com>",
• “sendto","gabriella@turtlepartnership.com",
ALL THINGS MAIL
MESSAGE TRACKING
• Configure message tracking via the
server configuration document
• it eats up resources so don’t over
configure it
• it’s not designed for auditing
• consider configuring it purely on the
outbound SMTP server or inbound
SMTP server
USING MESSAGE TRACKING
DDM MAIL PROBES
• Transfer queue check
• is mail backlogged to or from your servers
• In this example I’m monitoring if the SMTP mail that sends to messagelabs via our hub SMTP
server is being delayed
DDM MAIL PROBES
• Mail Reflector
• validate that a specific email address can be reached. Invaluable for a very specific use case
where routing of certain messages is business critical
• Mail Flow Statistic Check
• Monitoring the % of pending mail on each server to alert any potential delays in mail delivery
• Slack % = Mail.TotalPending - Mail.Dead - Mail.Held - Mail.Waiting) / Mail.Waiting
DATABASE MAINTENANCE
MAINTENANCE TASKS
• Compact
• using -B or -c as a copy style compact creates a new DBID which backup software will
recognise as an entirely new db
• -REPLICA creates a new replica instance then deletes the in use instance and renames the
copy which is useful for a database that is continually in case
• Fixup
• don’t use it too much, I like to use it monthly at most. It can be a hammer to crack a nut.
• Updall
• Updates view and full text indexes
• notes.ini Update_FullText_Thread separates the full text indexing thread from the view
indexing threads for efficiency
• Load updall - nodbmt tells updall to run but not perform the functions that DMBT already
does
DATABASE MANAGEMENT TOOLS
• DBMT Server Command - run weekly
• runs copy-style compact operations
• purges deletion stubs
• expires soft deleted entries
• updates views
• reorganises folders
• merges full-text indexes
• updates unread lists
• ensures that critical views are created for
failover
• Replaces Updall
DBMT PARAMETERS
• -compactThreads
• -updallThreads
• -ftiThreads
• -timeLimit refers to compact timeout for
DBMT
• -range starttime stoptime
• compactNdays (run Compact every x
days)
• ftiNdays (run FT Index every x days)
• force d (day Sunday =1) fixup if compact
fails for consecutive day
STATISTICS AND EVENTS
STATISTICS
• View all current statistics in Domino
Administrator, identify what you might
want to monitor
• Statistics Event Generators
• Set alerts / notifications / log entries
when statistic thresholds are met
• configured in events4.nsf
ENABLING STATISTICS COLLECTION
• Configured in events4.nsf - statistic collection
• Server task “Collect” gathers the statistics and writes them to the specified reporting database
• tell collector collect
STATISTIC MONITORING
• Events4.nsf
STATISTIC MONITORING
DATABASE EVENT GENERATOR
• Monitor ACL changes
• Monitor replication
• Monitor unused space *
• Monitor for user inactivity *
• * These can also be done by the DDM Database Probe both are configured in events4.nsf
DDM PROBES
• Set collection servers to group similar server types together to get the maximum context for
logs or if you don’t have many servers have them all collected together
• ddm.nsf holds errors written to the console as well as errors generated by enabled probes
• Don’t enable too many or for too long but use the probes to monitor bottlenecks, business
critical services or identify resource issues such as disk or memory performance
APPLICATION CODE
DIRECTORY PROBES
SECURITY PROBES
TRACKING SERVER ACTIVITY
CONFIGURING ACTIVITY TRENDS
• In the server configuration document - configure both Activity Logging and Activity Trends
ACTIVITY TRENDS
• Once activity tracking and trends are enabled via the Server Configuration document you can
review activity trends via Domino Administrator - Performance
HISTORICAL ACTIVITY TRENDS
NEWRELIC REPORTING
• By default servers report into a Domino database that can get huge and has no built in analysis
• We can now utilise cloud services that are designed specifically to analyse statistics and can
consolidate reporting from multiple servers in multiple domains
• Newrelic is only one cloud service for publishing statistics (but it’s free)
• Configuring statistics reporting is simply a case of adding one line to the notes.ini on the server
• NewRelic_License_Key=<key> (found under your NewRelica account settings)
DOMINO CONFIGURATION TUNER
DOMINO CONFIGURATION TUNER
• Domino Configuration Tuner is an analysis tool based on a set of pre-configured best practice/
worst practice rules
• The Rules are shipped by with the Domino installs inside dct.ntf and are updated via a public
update site
• although not since 2014
• Makes recommendations on configuration changes to enhance performance and security and
reduce TCO
HOW DOES IT WORK?
• Run and installed via the Domino Configuration Tuner database
• Updated by online template updates and rule updates
• Scans
• Server documents
• notes.ini settings
• advanced database properties
• Intended to scan servers within a single domain
• It’s a good baseline to begin a healthcheck for instance or post any significant upgrade
HOW DOES IT WORK?
• Creates reports on each scanned server based on the rules you select
• Each report contains
• Issues
• recommendations for adjustments
• links to supporting documentation
PRE-REQUISITES
• v8 Notes client (standard or basic) or administrator
• dct.nsf database and dct.ntf template
• servers 7.x or higher
SETUP
• DCT.NSF
• StdDominoConfigTuner Template (dct.ntf)
• ID must have reader access to names.nsf
• ID must have ‘View Administrator’ rights
• Requires no server or domain changes
RUNNING THE TUNER
• You can manually type in the full hierarchical names of any other servers you want to scan as
part of this analysis
• Separate multiple server names with commas, semi colons or new lines
• You can only scan servers you can reach so you need a connection document to any you list
• or the server needs to be available via your passthru server in your location
UNDERSTANDING THE RESULTS
• Summary results
• Issues by criticality
UNDERSTANDING THE RESULTS
• Filter results to make analysis easier
• by server
• by specific rules
• by severity
UNDERSTANDING THE RESULTS
• Categorised results of recommendations, sorted by criticality and then by server name
• Each recommendation comes with an explanation so you can evaluate on a result by result
basis if you want to make the change
AUTOMATIC DATABASE REPAIRS
DATABASE REPAIR & SYMMETRICAL CLUSTERS
• Missing databases across cluster mates
• Missing or corrupt NLOs
• Fast distribution of databases
• Corrupt databases
• I have built clusters by using cluster symmetry to populate the new server faster than
accelerated replicas
CLUSTER SYMMETRY
• The servers listed on the cluster configuration document are instructed to probe other servers
in the cluster if they need to populate or replace a document
• Each server uses its own cldbdir.nsf to probe a server that it knows contains the file it needs
and pull that file
• Files must have
• the same path and filename on each cluster mate including case sensitivity relative to the
data directory
• have the same DAOS configuration for minimum attachment size
• be ODS52 or higher
• The server to be populated must be running the AutoRepair and RepairCleanup tasks (put
them in the servertasks= line)
HOW DOES IT WORK?
Folders to maintain
Fix or list missing files - to
be safe choose “list”
initially
REPAIR LIST FILES CONSOLE COMMAND
• Mailturtle.nsf, 8055555:00372848	 [Present]

TurtleRFC.NSF, 8055555:007ABEBD	[Present]

Turtledbdesign.nsf, 858055555:0076FBF6	 [Present]

Mailghedley.nsf, 802568E4:8055555	 [Present]

Missing files for server CN=Clouds/O=Turtle

archivea_turtle.nsf, 80256A24:0053E4CF	[Missing]

archivel_turtle.nsf, 80256A24:0053F569	 [Missing]
• Repair List Missing to show only “missing” files
REPAIR ALL CONSOLE COMMAND
• “ archivea_turtle.nsf needs to be repaired but Auto Repair is configured to list only”
• With the configuration document set to “List” instead of “Fix” the server will not fix the
database











REPAIR ALL CONSOLE COMMAND
• Repair end copy C:IBMDominodataarchivel_turtle.nsf : Invalid NSF version
• Requires ODS52 minimum (9.0.1) database format











Repair File <filename> (case sensitive
repair File Mailturtle.nsf
Remote console command issued by Gabriella Davis/Turtle: repair File Mailturtle.nsf
File Mailturtle.nsf already exists, no repair necessary.
REPAIR: 0 file(s) queued for repair
• REPAIR: Job-00007.1 *Copying* - Repair copying C:IBMDominodataarchivea_timd.nsf
from donor CN=Oceanic/O=Turtle
• Domino’s focus on self monitoring and reporting continue to reduce its TCO
• Use events to monitor business critical activity
• Use probes to troubleshoot problems or identify bottlenecks such as when
launching a new application
• Don’t monitor more than you can regularly review
• plan to review fatal and failure events daily and the rest weekly
• have a plan for both weekly and monthly maintenance tasks, monitor database
health and leverage the automatic database repair feature to get ahead of
corruptions
QUESTIONS?

GABRIELLA@TURTLEPARTNERSHIP.COM
@GABTURTLE
SKYPE: GABRIELLADAVIS

Weitere ähnliche Inhalte

Was ist angesagt?

Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Christoph Adler
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning Vladislav Tatarincev
 
Best Practice TLS for IBM Domino
Best Practice TLS for IBM DominoBest Practice TLS for IBM Domino
Best Practice TLS for IBM DominoJared Roberts
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostChristoph Adler
 
Configuring Domino To Be An Ldap Directory And To Use An Ldap Directory
Configuring Domino To Be An Ldap Directory And To Use An Ldap DirectoryConfiguring Domino To Be An Ldap Directory And To Use An Ldap Directory
Configuring Domino To Be An Ldap Directory And To Use An Ldap DirectoryEdson Oliveira
 
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...Ales Lichtenberg
 
Domino policies deep dive
Domino policies deep diveDomino policies deep dive
Domino policies deep diveMartijn de Jong
 
HCL Sametime V11 installation - tips
HCL Sametime V11 installation - tipsHCL Sametime V11 installation - tips
HCL Sametime V11 installation - tipsAles Lichtenberg
 
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for AdminsInform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for AdminsJared Roberts
 
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-ServerBewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Serverpanagenda
 
dominocamp2022.t1s1.dde.pptx
dominocamp2022.t1s1.dde.pptxdominocamp2022.t1s1.dde.pptx
dominocamp2022.t1s1.dde.pptxUlrich Krause
 
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...Howard Greenberg
 
IBM Notes Traveler Best Practices
IBM Notes Traveler Best PracticesIBM Notes Traveler Best Practices
IBM Notes Traveler Best Practicesjayeshpar2006
 
IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)Austin Chang
 
Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)Ulrich Krause
 
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf Ales Lichtenberg
 
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehtsZusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehtspanagenda
 

Was ist angesagt? (20)

Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
Engage 2018: IBM Notes and Domino Performance Boost - Reloaded
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
 
Best Practice TLS for IBM Domino
Best Practice TLS for IBM DominoBest Practice TLS for IBM Domino
Best Practice TLS for IBM Domino
 
Daos
DaosDaos
Daos
 
RNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance BoostRNUG - HCL Notes V11 Performance Boost
RNUG - HCL Notes V11 Performance Boost
 
Configuring Domino To Be An Ldap Directory And To Use An Ldap Directory
Configuring Domino To Be An Ldap Directory And To Use An Ldap DirectoryConfiguring Domino To Be An Ldap Directory And To Use An Ldap Directory
Configuring Domino To Be An Ldap Directory And To Use An Ldap Directory
 
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
HCL Sametime 12.0 – Converting from native Domino Directory to LDAP and Migra...
 
Domino policies deep dive
Domino policies deep diveDomino policies deep dive
Domino policies deep dive
 
HCL Sametime V11 installation - tips
HCL Sametime V11 installation - tipsHCL Sametime V11 installation - tips
HCL Sametime V11 installation - tips
 
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for AdminsInform2015 - What's New in Domino 9 & 9.0.1 for Admins
Inform2015 - What's New in Domino 9 & 9.0.1 for Admins
 
Spnego configuration
Spnego configurationSpnego configuration
Spnego configuration
 
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-ServerBewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
Bewährte Praktiken für HCL Notes/Domino-Sicherheit. Teil 2: Der Domino-Server
 
dominocamp2022.t1s1.dde.pptx
dominocamp2022.t1s1.dde.pptxdominocamp2022.t1s1.dde.pptx
dominocamp2022.t1s1.dde.pptx
 
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
 
IBM Notes Traveler Best Practices
IBM Notes Traveler Best PracticesIBM Notes Traveler Best Practices
IBM Notes Traveler Best Practices
 
IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)
 
Deep Dive AdminP Process - Admin and Infrastructure Track at UKLUG 2012
Deep Dive AdminP Process - Admin and Infrastructure Track at UKLUG 2012Deep Dive AdminP Process - Admin and Infrastructure Track at UKLUG 2012
Deep Dive AdminP Process - Admin and Infrastructure Track at UKLUG 2012
 
Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)Compact, Compress, De-Duplicate (DAOS)
Compact, Compress, De-Duplicate (DAOS)
 
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
 
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehtsZusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
 

Ähnlich wie Domino Server Health - Monitoring and Managing

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
 
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
 
(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environmentBIOVIA
 
Remote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New FeaturesRemote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New FeaturesRemote DBA Experts
 
SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1sqlserver.co.il
 
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
 
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
 
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
 
Got Problems? Let's Do a Health Check
Got Problems? Let's Do a Health CheckGot Problems? Let's Do a Health Check
Got Problems? Let's Do a Health CheckLuis Guirigay
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best PracticesNagios
 
#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
 
KACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting OverviewKACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting OverviewDell World
 
Database Administration & Management - 01
Database Administration & Management - 01Database Administration & Management - 01
Database Administration & Management - 01FaisalMashood
 
DBAM-01.pdf
DBAM-01.pdfDBAM-01.pdf
DBAM-01.pdfhania80
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSPC Adriatics
 
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
 
Engage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance BoostEngage 2020 - HCL Notes V11 Performance Boost
Engage 2020 - HCL Notes V11 Performance Boostpanagenda
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSharon James
 
AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...
AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...
AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...Amazon Web Services
 

Ähnlich wie Domino Server Health - Monitoring and Managing (20)

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
 
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
 
(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment
 
Remote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New FeaturesRemote DBA Experts SQL Server 2008 New Features
Remote DBA Experts SQL Server 2008 New Features
 
SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1SQL Explore 2012: P&T Part 1
SQL Explore 2012: P&T Part 1
 
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
 
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
 
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...
 
Got Problems? Let's Do a Health Check
Got Problems? Let's Do a Health CheckGot Problems? Let's Do a Health Check
Got Problems? Let's Do a Health Check
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best Practices
 
#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
 
KACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting OverviewKACE Agent Architecture and Troubleshooting Overview
KACE Agent Architecture and Troubleshooting Overview
 
Database Administration & Management - 01
Database Administration & Management - 01Database Administration & Management - 01
Database Administration & Management - 01
 
DBAM-01.pdf
DBAM-01.pdfDBAM-01.pdf
DBAM-01.pdf
 
Unit 2 oracle9i
Unit 2  oracle9i Unit 2  oracle9i
Unit 2 oracle9i
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi Vončina
 
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
 
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
 
Sa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administratorsSa106 – practical solutions for connections administrators
Sa106 – practical solutions for connections administrators
 
AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...
AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...
AWS re:Invent 2016| DAT318 | Migrating from RDBMS to NoSQL: How Sony Moved fr...
 

Mehr von Gabriella Davis

. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience Project. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience ProjectGabriella Davis
 
Face Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On PremisesFace Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On PremisesGabriella Davis
 
Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10Gabriella Davis
 
An Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for DockerAn Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for DockerGabriella Davis
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsGabriella Davis
 
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...Gabriella Davis
 
An introduction to configuring Domino for Docker
An introduction to configuring Domino for DockerAn introduction to configuring Domino for Docker
An introduction to configuring Domino for DockerGabriella Davis
 
How To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & DiscoveryHow To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & DiscoveryGabriella Davis
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsGabriella Davis
 
A Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration SolutionsA Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration SolutionsGabriella Davis
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesGabriella Davis
 
An Introduction To Docker
An Introduction To DockerAn Introduction To Docker
An Introduction To DockerGabriella Davis
 
An Introduction To Docker
An Introduction To  DockerAn Introduction To  Docker
An Introduction To DockerGabriella Davis
 
Setting Up a Hybrid Domino Environment to Ease your Way to the Cloud
Setting Up a Hybrid Domino Environment to Ease your Way to the CloudSetting Up a Hybrid Domino Environment to Ease your Way to the Cloud
Setting Up a Hybrid Domino Environment to Ease your Way to the CloudGabriella Davis
 
Embracing iot in the enterprise
Embracing iot in the enterpriseEmbracing iot in the enterprise
Embracing iot in the enterpriseGabriella Davis
 
Benefits and Risks of a Single Identity - IBM Connect 2017
Benefits and Risks of a Single Identity - IBM Connect 2017Benefits and Risks of a Single Identity - IBM Connect 2017
Benefits and Risks of a Single Identity - IBM Connect 2017Gabriella Davis
 
Domino in the Back, Party In The Front
Domino in the Back, Party In The FrontDomino in the Back, Party In The Front
Domino in the Back, Party In The FrontGabriella Davis
 

Mehr von Gabriella Davis (20)

. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience Project. Design Decisions: Developing for Mobile - The Template Experience Project
. Design Decisions: Developing for Mobile - The Template Experience Project
 
Face Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On PremisesFace Off Domino vs Exchange On Premises
Face Off Domino vs Exchange On Premises
 
Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10Adminlicious - A Guide To TCO Features In Domino v10
Adminlicious - A Guide To TCO Features In Domino v10
 
An Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for DockerAn Introduction to Configuring Domino for Docker
An Introduction to Configuring Domino for Docker
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation Requirements
 
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
× The Road To A #Perfect10 - How To Get Ready For Domino, Sametime, VOP and T...
 
An introduction to configuring Domino for Docker
An introduction to configuring Domino for DockerAn introduction to configuring Domino for Docker
An introduction to configuring Domino for Docker
 
How To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & DiscoveryHow To Approach GDPR Preparation & Discovery
How To Approach GDPR Preparation & Discovery
 
An Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation RequirementsAn Introduction To The DMARC SMTP Validation Requirements
An Introduction To The DMARC SMTP Validation Requirements
 
Brand Yourself
Brand YourselfBrand Yourself
Brand Yourself
 
Home Working
Home WorkingHome Working
Home Working
 
A Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration SolutionsA Guide To Single Sign-On for IBM Collaboration Solutions
A Guide To Single Sign-On for IBM Collaboration Solutions
 
The Imposter Syndrome
The Imposter SyndromeThe Imposter Syndrome
The Imposter Syndrome
 
What's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-PremisesWhat's New in Notes, Sametime and Verse On-Premises
What's New in Notes, Sametime and Verse On-Premises
 
An Introduction To Docker
An Introduction To DockerAn Introduction To Docker
An Introduction To Docker
 
An Introduction To Docker
An Introduction To  DockerAn Introduction To  Docker
An Introduction To Docker
 
Setting Up a Hybrid Domino Environment to Ease your Way to the Cloud
Setting Up a Hybrid Domino Environment to Ease your Way to the CloudSetting Up a Hybrid Domino Environment to Ease your Way to the Cloud
Setting Up a Hybrid Domino Environment to Ease your Way to the Cloud
 
Embracing iot in the enterprise
Embracing iot in the enterpriseEmbracing iot in the enterprise
Embracing iot in the enterprise
 
Benefits and Risks of a Single Identity - IBM Connect 2017
Benefits and Risks of a Single Identity - IBM Connect 2017Benefits and Risks of a Single Identity - IBM Connect 2017
Benefits and Risks of a Single Identity - IBM Connect 2017
 
Domino in the Back, Party In The Front
Domino in the Back, Party In The FrontDomino in the Back, Party In The Front
Domino in the Back, Party In The Front
 

Kürzlich hochgeladen

Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Developmentvyaparkranti
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Mater
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 

Kürzlich hochgeladen (20)

Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Development
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
Odoo Development Company in India | Devintelle Consulting Service
Odoo Development Company in India | Devintelle Consulting ServiceOdoo Development Company in India | Devintelle Consulting Service
Odoo Development Company in India | Devintelle Consulting Service
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 

Domino Server Health - Monitoring and Managing

  • 1. Gabriella Davis - IBM Lifetime Champion Technical Director - The Turtle Partnership Brussels May 14th 2019 DOMINO SERVER HEALTH - MONITORING AND MANAGING
  • 2. • Admin of all things and especially quite complicated things where the fun is • Working with the design, deployment and security of IBM technologies within global infrastructures • working with the real world security and privacy aspects of expanding data ecosystems • Stubborn and relentless problem solver • http://turtleblog.info • https://www.turtlepartnership.com • IBM Lifetime Champion
  • 4. DOMINO SERVER LOGS • Analysing • Miscellaneous Events • Mail Routing Events • Security Events
  • 5. NOTES CLIENT LOGS • It’s not a race to read messages on your status bar when you can look in your local log.nsf for those messages in more detail • Security events show you issues with accessing the ID Vault for instance • Miscellaneous events will show you network failures amongst other things • Client_Clock=1 in local notes.ini for RPC activity from your Notes client • Console_Log_Enabled=1
  • 6. DOMINO SERVER LOGS • Log Analysis
  • 7. LOG ANALYSIS RESULTS • Does not require your log.nsf to be full text indexed
  • 8. DOMINO SERVER LOGS • Maintaining logs at a manageable size is always an issue especially on busy servers • Log=log.nsf,1,0,7,40000 - maintains 7 days of data with 40k document sizes • Archiving • You can archive a log.nsf the same as you would any other database • Create the archive settings under database property • Create a program document to compact log.nsf with -a option for “archive” • Don’t maintain unread marks - why would you? • Never Full Text Index • Console_log_Enabled
  • 9. LOG FILTERS • Configured in events4.nsf • Choose to only log specific entry types and error levels either for the whole server or for individual databases
  • 10. LOG FILTERS - CONSOLE
  • 11. NSD • If the server or client crashes it will generate a NSD file in the directory IBM_TECHNICAL_SUPPORT • Simple (very) Analysis • open the file in a text editor • search for “fatal” and find the thread and task that caused the crash • search for the thread ID to find the database / document / agent
  • 12. FAULT REPORTING DATABASE • Configure in the server configuration document • Can be configured for clients in desktop policies • The NSD will be mailed in to the assigned fault recovery database • from the Log Analysis view in Domino Administrator choose “open fault reports” and the database will be created
  • 13. FAULT REPORTING DATABASE • Disposition view • all faults when analyzed have a disposition value that categorises as • Problem • Possible Problem (possibly actionable ) • Possible Problem (likely NOT actionable ) • Informational • Unknown (investigate)
  • 14. POSSIBLE PROBLEM - ACTIONABLE • Out Of Memory: Represents a crash in which the Java virtual machine (JVM) ran out of a memory resource such as heap space. • Launched Notes multiple times: Indicates that the user quickly launched multiple instances of the Notes client • Possible hang: Indicates that the Notes client was manually terminated while it appeared to be doing useful work. • User Kill: Indicates that the user manually terminated the client while it appeared to be waiting for input or network timeout
  • 15. DELETION LOGS • Individual databases can be enabled to log deletions • The detail of who deleted a document and the content of that document is written to a delete.log file • One for all databases that are enabled • Enabling is done via a compact option -dl that also specifies the fields in the document to log e.g. • load compact mailgabdavis.nsf -dl on subject,posteddate,sendto,recipient • enable log deletions on gabdavis.nsf and track the subject, post-date, sender and recipient • different databases will want to use different fields in the log • any Text, Text_List, RFC822_Text, or Time field can be used
  • 16. REVIEWING A DELETION LOG ENTRY • “20190408T211516,06+01", • “Mailgabdavis.nsf”, • “80256487:00352154", • “nserver","CN=DEWO=Turtle", • “SOFT", • “0001","72C0E3F8:44B53FB5DC4EDBF8:A785466D", • "from","""New Relic” “<marketing@newrelic.com>", • “sendto","gabriella@turtlepartnership.com",
  • 18. MESSAGE TRACKING • Configure message tracking via the server configuration document • it eats up resources so don’t over configure it • it’s not designed for auditing • consider configuring it purely on the outbound SMTP server or inbound SMTP server
  • 20. DDM MAIL PROBES • Transfer queue check • is mail backlogged to or from your servers • In this example I’m monitoring if the SMTP mail that sends to messagelabs via our hub SMTP server is being delayed
  • 21. DDM MAIL PROBES • Mail Reflector • validate that a specific email address can be reached. Invaluable for a very specific use case where routing of certain messages is business critical • Mail Flow Statistic Check • Monitoring the % of pending mail on each server to alert any potential delays in mail delivery • Slack % = Mail.TotalPending - Mail.Dead - Mail.Held - Mail.Waiting) / Mail.Waiting
  • 23. MAINTENANCE TASKS • Compact • using -B or -c as a copy style compact creates a new DBID which backup software will recognise as an entirely new db • -REPLICA creates a new replica instance then deletes the in use instance and renames the copy which is useful for a database that is continually in case • Fixup • don’t use it too much, I like to use it monthly at most. It can be a hammer to crack a nut. • Updall • Updates view and full text indexes • notes.ini Update_FullText_Thread separates the full text indexing thread from the view indexing threads for efficiency • Load updall - nodbmt tells updall to run but not perform the functions that DMBT already does
  • 24. DATABASE MANAGEMENT TOOLS • DBMT Server Command - run weekly • runs copy-style compact operations • purges deletion stubs • expires soft deleted entries • updates views • reorganises folders • merges full-text indexes • updates unread lists • ensures that critical views are created for failover • Replaces Updall
  • 25. DBMT PARAMETERS • -compactThreads • -updallThreads • -ftiThreads • -timeLimit refers to compact timeout for DBMT • -range starttime stoptime • compactNdays (run Compact every x days) • ftiNdays (run FT Index every x days) • force d (day Sunday =1) fixup if compact fails for consecutive day
  • 27. STATISTICS • View all current statistics in Domino Administrator, identify what you might want to monitor • Statistics Event Generators • Set alerts / notifications / log entries when statistic thresholds are met • configured in events4.nsf
  • 28. ENABLING STATISTICS COLLECTION • Configured in events4.nsf - statistic collection • Server task “Collect” gathers the statistics and writes them to the specified reporting database • tell collector collect
  • 31. DATABASE EVENT GENERATOR • Monitor ACL changes • Monitor replication • Monitor unused space * • Monitor for user inactivity * • * These can also be done by the DDM Database Probe both are configured in events4.nsf
  • 32. DDM PROBES • Set collection servers to group similar server types together to get the maximum context for logs or if you don’t have many servers have them all collected together • ddm.nsf holds errors written to the console as well as errors generated by enabled probes • Don’t enable too many or for too long but use the probes to monitor bottlenecks, business critical services or identify resource issues such as disk or memory performance
  • 37. CONFIGURING ACTIVITY TRENDS • In the server configuration document - configure both Activity Logging and Activity Trends
  • 38. ACTIVITY TRENDS • Once activity tracking and trends are enabled via the Server Configuration document you can review activity trends via Domino Administrator - Performance
  • 40. NEWRELIC REPORTING • By default servers report into a Domino database that can get huge and has no built in analysis • We can now utilise cloud services that are designed specifically to analyse statistics and can consolidate reporting from multiple servers in multiple domains • Newrelic is only one cloud service for publishing statistics (but it’s free) • Configuring statistics reporting is simply a case of adding one line to the notes.ini on the server • NewRelic_License_Key=<key> (found under your NewRelica account settings)
  • 41.
  • 42.
  • 44. DOMINO CONFIGURATION TUNER • Domino Configuration Tuner is an analysis tool based on a set of pre-configured best practice/ worst practice rules • The Rules are shipped by with the Domino installs inside dct.ntf and are updated via a public update site • although not since 2014 • Makes recommendations on configuration changes to enhance performance and security and reduce TCO
  • 45. HOW DOES IT WORK? • Run and installed via the Domino Configuration Tuner database • Updated by online template updates and rule updates • Scans • Server documents • notes.ini settings • advanced database properties • Intended to scan servers within a single domain • It’s a good baseline to begin a healthcheck for instance or post any significant upgrade
  • 46. HOW DOES IT WORK? • Creates reports on each scanned server based on the rules you select • Each report contains • Issues • recommendations for adjustments • links to supporting documentation
  • 47. PRE-REQUISITES • v8 Notes client (standard or basic) or administrator • dct.nsf database and dct.ntf template • servers 7.x or higher
  • 48. SETUP • DCT.NSF • StdDominoConfigTuner Template (dct.ntf) • ID must have reader access to names.nsf • ID must have ‘View Administrator’ rights • Requires no server or domain changes
  • 49. RUNNING THE TUNER • You can manually type in the full hierarchical names of any other servers you want to scan as part of this analysis • Separate multiple server names with commas, semi colons or new lines • You can only scan servers you can reach so you need a connection document to any you list • or the server needs to be available via your passthru server in your location
  • 50. UNDERSTANDING THE RESULTS • Summary results • Issues by criticality
  • 51. UNDERSTANDING THE RESULTS • Filter results to make analysis easier • by server • by specific rules • by severity
  • 52. UNDERSTANDING THE RESULTS • Categorised results of recommendations, sorted by criticality and then by server name • Each recommendation comes with an explanation so you can evaluate on a result by result basis if you want to make the change
  • 54. DATABASE REPAIR & SYMMETRICAL CLUSTERS • Missing databases across cluster mates • Missing or corrupt NLOs • Fast distribution of databases • Corrupt databases • I have built clusters by using cluster symmetry to populate the new server faster than accelerated replicas
  • 55. CLUSTER SYMMETRY • The servers listed on the cluster configuration document are instructed to probe other servers in the cluster if they need to populate or replace a document • Each server uses its own cldbdir.nsf to probe a server that it knows contains the file it needs and pull that file • Files must have • the same path and filename on each cluster mate including case sensitivity relative to the data directory • have the same DAOS configuration for minimum attachment size • be ODS52 or higher • The server to be populated must be running the AutoRepair and RepairCleanup tasks (put them in the servertasks= line)
  • 56. HOW DOES IT WORK? Folders to maintain Fix or list missing files - to be safe choose “list” initially
  • 57. REPAIR LIST FILES CONSOLE COMMAND • Mailturtle.nsf, 8055555:00372848 [Present]
 TurtleRFC.NSF, 8055555:007ABEBD [Present]
 Turtledbdesign.nsf, 858055555:0076FBF6 [Present]
 Mailghedley.nsf, 802568E4:8055555 [Present]
 Missing files for server CN=Clouds/O=Turtle
 archivea_turtle.nsf, 80256A24:0053E4CF [Missing]
 archivel_turtle.nsf, 80256A24:0053F569 [Missing] • Repair List Missing to show only “missing” files
  • 58. REPAIR ALL CONSOLE COMMAND • “ archivea_turtle.nsf needs to be repaired but Auto Repair is configured to list only” • With the configuration document set to “List” instead of “Fix” the server will not fix the database
 
 
 
 
 

  • 59. REPAIR ALL CONSOLE COMMAND • Repair end copy C:IBMDominodataarchivel_turtle.nsf : Invalid NSF version • Requires ODS52 minimum (9.0.1) database format
 
 
 
 
 
 Repair File <filename> (case sensitive repair File Mailturtle.nsf Remote console command issued by Gabriella Davis/Turtle: repair File Mailturtle.nsf File Mailturtle.nsf already exists, no repair necessary. REPAIR: 0 file(s) queued for repair
  • 60. • REPAIR: Job-00007.1 *Copying* - Repair copying C:IBMDominodataarchivea_timd.nsf from donor CN=Oceanic/O=Turtle
  • 61. • Domino’s focus on self monitoring and reporting continue to reduce its TCO • Use events to monitor business critical activity • Use probes to troubleshoot problems or identify bottlenecks such as when launching a new application • Don’t monitor more than you can regularly review • plan to review fatal and failure events daily and the rest weekly • have a plan for both weekly and monthly maintenance tasks, monitor database health and leverage the automatic database repair feature to get ahead of corruptions