Hands-On Lotus Domain Monitoring. AdminCamp June 2012, in Gelsenkirchen Daniel Nashed, Nash!Com

Size: px
Start display at page:

Download "Hands-On Lotus Domain Monitoring. AdminCamp June 2012, in Gelsenkirchen Daniel Nashed, Nash!Com"

Transcription

1 Hands-On Lotus Domain Monitoring AdminCamp June 2012, in Gelsenkirchen Daniel Nashed, Nash!Com

2 About the presenter Daniel Nashed Nash!Com - IBM/Lotus Advanced Business Partner/ISV Member of The Penumbra group an international consortium of selected Business Partners pooling their talent and resources focused on Cross-Platform C-API, Domino Infrastructure, Lotus Traveler, Administration, Integration and Troubleshooting Platform Focus: W32, xlinux, zlinux, AIX and Solaris Regular speaker at International Conferences DNUG Enthusiast IBM Lotus Domino Infrastructure Author of the Domino Start Script for Linux and Unix nsh@nashcom.de

3 Agenda Introduction / other Log Options Domino Domain Monitoring (DDM) Hands On DDM Q&A Any time

4 Important Server Setting notes.ini EVENT_POOL_SIZE= Set this value for any server Not just if you use DDM But it is more important when you user DDM probes Size is in Bytes The maximum size is 100 MB

5 Log.nsf and Events Domino generates errors and messages Error Object Store Manager: File does not exist Message Index update process started All logged errors and messages are raised as events Log.nsf records errors and messages sequentially Log.nsf Pro: Great for maintaining a record of all errors and messages Pro: Great for debugging, if you know what you are looking for Con: A lot of unfiltered data

6 Event Monitoring Event Monitoring has been introduced in Notes 4.5 Events and Event Task is the foundation below all logging Events4.nsf contains all log message including categorization and severity Event Monitoring can generate own events like statistic events Event Handlers can be still useful for automation Mutliple trigger types: Log To database, Run an Agent, Run Task, SNMP Trap. Send via Mail, Log to system console,... Most of the functionality is now available in DDM But Events are still the base used for log messages consolidated in DDM DDM configuration is in events4.nsf

7 Domino Domain Monitoring (DDM) Comprehensive Monitoring ddm.nsf contains focused monitoring results Detailed error messages including names of resources Suggestions for problem solution including actions! Based on the foundation build by event monitoring Event categorization and severity defined in events4.nsf Additional build in probes into the code Replication (detailed reporting for failing replication) Agent Manager (long running agents, high memory/cpu usage,...) You can also leverage statistics and platform statistics

8 Log/Event Monitoring vs. DDM As of Domino 7, all events are cached and tracked by DDM Pro Con DDM.NSF is the on-disk version and superset of the event cache DDM.NSF records a set of associated events into a single report document (not just a single event) great for recording problem context great for tracking and organizing problems great for exposing knowledge about problems great for resolving problems lousy for tracking sequential order of problems lousy for extracting ad hoc data from reports (use statistics and statrep.nsf for ad hoc data)

9 The Five C s of DDM Consolidate Track multiple, related errors in a single event report Check Assess health of functional areas Collect Access all domain wide reports from a single database Correlate Locate related reports from other servers Correct Assess knowledge base of explanations and recommendations. Click to resolve issues.

10 DDM Enhancements in Domino 8 DDM has been introduced in Domino 7 Already great options available DDM 8 is a fit and finish of what has been introduced in D7 More and enhanced views More options for corrective actions Common actions More probes More possible solutions and corrections... and many more details More features planned for next releases

11 Event Reports Like log.nsf, all events are recorded into ddm.nsf Unlike log.nsf, each set of events has it s own report document Each set of events has an associated unique ID (a PUID) Every event with the same PUID is mapped into the same ddm.nsf report document A PUID is built using the enhanced event context data Target database, target user, target agent, etc. DDM.nsf Reports are presented in a variety of views

12 DDM Architecture

13 Simple and Enhanced Events Events can have one or two associated errors. When there are two errors, the root cause is the second error. 1 error: Event: Could not locate view 'xyz' 2 errors: Object Store Manager: File does not exist Simple events are legacy events which include these attributes Time stamp, originating server, resource strings and IDs, severities, types Enhanced events also include the following attributes New types, subtypes, target server Enhanced events include one or more of these attributes Target database, target user, target UNID, extra target data (i.e. string blobs), rich text, call stacks, correlation codes, and the NOTEID of a config doc responsible for firing the event. This target data is some of the new event context

14 Event Report State Open = The event has a non-normal severity and has not been manually closed Auto Clearing Events = Some events can be automatically closed by DDM if the problem is reported as resolved with a Normal severity event Many events must be closed manually Simple events never auto close (only enhanced events) Closed = The event has a Normal severity or has been manually closed Automatically reopened if a severity change is detected Permanently Closed = Used by Admins to say I don t care about this problem, keep it out of my sight. Not automatically reopened, on a Normal severity, but continue to be tracked and recorded in its reports

15 DDM Probe Configuration Probes are used to automated check your environment There are different kind of probe types Probes are already defined in the configuration Most probes just need to be enabled Some of the probes need to be configured

16 DDM Probe Configuration Three flavors of probes (some probes have more than one): Scheduled probes run according to a configurable schedule and defaults are supplied Embedded probes run inside feature area and catch problems/issues as they occur Listening probes run when particular error codes are logged Probe configuration is quick and flexible: Defaults probe configuration documents supplied for out-of-box values Special target servers concept allows out-of-the-box probing without having to specify named servers Thresholds and result content are highly customizable what the probe will actually check probe sensitivity (when will they generate an event) what severity event the probe will generate Schedule is highly customizable for schedulable probes Probes can be enabled/disabled per server/server group

17 Probe Categories There are different probe categories with various individual probes

18 DDM Filters Event filters control what and how much information is reported to ddm.nsf. Why? Initial flood of events is striking, many of which have always been there Over time, administrators will want to adjust the volume, seeing more or less of certain events Enhanced and simple events can be filtered. Filters can target specific servers and filter out events by event type/area and severity A default filter is supplied and enabled for simple events to reduce the initial noise.

19 Server Collection Hierarchy Used to control replication of DDM events in your environment Based on automated selective replication formulas You can have multiple Server Collection Hierarchies based on your Notes Server Topology and Administration Topology The collecting server will receive all DDM events for his servers Helps to further focus information into a single instance of DDM Easy to setup once you are familiar with the configuration dialogs

20 Advanced Event Handlers Run an Agent when events occur In Memory copy of Event Document is passed in the document context It's not written into statrep after agent is exectured Sample Agent Dim session As New NotesSession Dim doc As NotesDocument Dim eventtext As String Set doc = session.documentcontext Print "EventText : >" + doc.eventtext(0) + "<" Print "ErrorCode : >" + doc.errorcode(0) + "<"

21 Advanced Event Handlers Run a Program Parameters are passed to the command-line Sample Parameter List All options enabled in event handler Process name: >C:\Lotus\Domino85\nnsharg.EXE< NshArg: Arg[0]: >C:\Lotus\Domino85\nnsharg.EXE< NshArg: Arg[1]: >7< NshArg: Arg[2]: >3< NshArg: Arg[3]: >02/25/ :00:00 CET< NshArg: Arg[4]: >Event Monitor0x33C5< NshArg: Arg[5]: >CN=nsh-d85-win-01/OU=Srv/O=NashComLab< NshArg: Arg[6]: >Access to server nsh-d85-win-01/srv/nashcomlab is slow. < NshArg: Arg[7]: >CN=nsh-d85-win-01/OU=Srv/O=NashComLab< NshArg: Arg[8]: >NAMES.NSF< OSTerm> Terminating, name: C:\Lotus\Domino85\nnsharg.EXE

22 Lotus Domino Statistics Valuable resource of information Combines Domino Statistics and Platform statistics Platform statistics depend on the OS platform but are sort of unified between platforms Check events4.nsf for a description of each platform stat per platform You should collect Server stats at least every 15 minutes (default is 90 minutes) Enable collect task, configure settings in events4.nsf Configure statistic events for important stats with the right thresholds Keep long term data to compare current and historic data You can also leverage SNMP to query stats Limitation: Only works for 1 partition per OS instance on all platforms

23 Top Statistics NSF Buffer Pool Used for Buffering Database I/O Check Server Stats Database.Database.BufferPool.Maximum.Megabytes Database.Database.BufferPool. PercentReadsInBuffer Interpretation Bad < 90% < PercentReadsInBuffer < 98% < Perfect Tune: notes.ini NSF_Buffer_Pool_Size_MB=n (in MB) Default: 512 MB

24 Top Statistics NSF Cache Used for Caching Open Databases Check Server Stats Database.DbCache.HighWaterMark Database.DbCache.CurrentEntries Database.DbCache.MaxEntries Database.DbCache.OvercrowdingRejections Interpretation Good = HighWaterMark < MaxEntries Good = 0 OvercrowdingRejections Tune: notes.ini NSF_DbCache_MaxEntries = n Default: NSF_BUFFER Pool size multiplied by 3

25 Top Statistics (Cluster) Replication Use to check Cluster Replicator Performance Check Server Stats Replica.Cluster.Failed Replica.Cluster.SecondsOnQueue Replica.Cluster.WorkQueueDepth Interpretation Perfect < 10 < SecondsOnQueue > 15 > Bad Perfect < 10 < WorkQueueDepth > 15 > Bad Tune: Add more cluster replicators optimize cluster server usage (e.g. Split active users between cluster mates)

26 Top Statistics Transactions Use for Indication of Server Load Check Server Stats Server.Trans.PerMinute Interpretation: Heavy < 30 < Trans.PerMinute (per User) > 10 > Light Tune: Analyze Heavy users and try to avoid load

27 Top Statistics Concurrent Tasks Use to checksimultaneous Active Database Connections Check Server Stats Server.ConcurrentTasks Server.ConcurrentTasks.Waiting Interpretation Waiting should be ZERO Tune: Server_Pool_Tasks = n ( e.g. 80) Server_Max_Concurrent_Trans = m (e. g. Server_Pool_Tasks * Number of Ports)

28 Top Statistics Platform Memory Used to check Allocated using memory pools and sub-allocations Check Server Stats Mem.Allocated Mem.Allocated.Process Mem.Allocated.Shared Interpretation Memory Leaks when increasing over days / weeks Tune By several parameters (bufferpool, cache, namelookup Note Be careful interpreting this statistic Not all memory might be included

29 Top Statistics Platform CPU Used to check CPU Utilization on Server Check Server Stats Platform.System.PctCombinedCpuUtil Platform.System.PctTotalPrivilegedCpuUtil Platform.System.PctTotalUserCpuUtil Interpretation: OK < 90% CombinedCpuUtil > 90% > TOO HIGH Tune Many Root Causes Possible

30 Top Statistics Paging File Use to check Server Memory Swapping to Disk Check Server Stats Platform.PagingFile.Total.PctUtil Interpretation OK < 0% < PctUtil.Avg > 10% > BAD Tune OS Level tuning, Check Memory

31 Top Statistics Platform Disk Used to check Disk Performance Check Server Stats Platform.LogicalDisk.1.AvgQueueLen Platform.LogicalDisk.1.PctUtil Interpretation Good < 2% < AvgQueueLen > 5% > BAD Good = PctUtil < 80% Tune By several parameters (bufferpool, cache, namelookup Note Platform.LogicalDisk.1.AssignedName=C points to the disk

32 Q&A I hope you enjoyed the workshop Questions now or later? Contact nsh@nashcom.de

Lotus Notes/Domino Timedate in Future Presentation. BAWAG Vienna, Daniel Nashed

Lotus Notes/Domino Timedate in Future Presentation. BAWAG Vienna, Daniel Nashed Lotus Notes/Domino Timedate in Future Presentation BAWAG Vienna, 5.2.2007 Daniel Nashed Agenda Introduction What is a Notes Timedate and how/where is it used? What happens if a server has a future time?

More information

SpeedGeeking NSD Express Fault Analysis in 5 Minutes

SpeedGeeking NSD Express Fault Analysis in 5 Minutes SpeedGeeking NSD Express Fault Analysis in 5 Minutes Lotusphere Orlando FL, January 2008 Daniel Nashed About the presenter Daniel Nashed Nash!Com - IBM/Lotus Advanced Business Partner/ISV Member of The

More information

Domino Clustering. AdminCamp - September 2014, Gelsenkirchen Daniel Nashed, Nash!Com

Domino Clustering. AdminCamp - September 2014, Gelsenkirchen Daniel Nashed, Nash!Com Domino Clustering AdminCamp - September 2014, Gelsenkirchen Daniel Nashed, Nash!Com About the presenter Daniel Nashed Nash!Com IBM Business Partner/ISV Member of The Penumbra group an international consortium

More information

Performance Best Practices for Application Developers. Gelsenkirchen, March 2009 Daniel Nashed

Performance Best Practices for Application Developers. Gelsenkirchen, March 2009 Daniel Nashed Performance Best Practices for Application Developers Gelsenkirchen, March 2009 Daniel Nashed About the presenter Daniel Nashed Nash!Com - IBM/Lotus Advanced Business Partner/ISV Member of The Penumbra

More information

BP118 Proactive Server Management: Learn How to Maximize Your Server Uptime

BP118 Proactive Server Management: Learn How to Maximize Your Server Uptime BP118 Proactive Server Management: Learn How to Maximize Your Server Uptime Daniel Nashed CTO Nash!Com Harvey Pope Solution Architect Hewlett Packard About the Speakers Daniel Nashed Nash!Com German IBM/Lotus

More information

Be a Domino Detective: Hunting the Gremlins Kim Greene Kim Greene Consulting David Hablewitz Divergent Solutions LLC

Be a Domino Detective: Hunting the Gremlins Kim Greene Kim Greene Consulting David Hablewitz Divergent Solutions LLC Be a Domino Detective: Hunting the Gremlins Kim Greene Kim Greene Consulting David Hablewitz Divergent Solutions LLC 2013 by the individual speaker Sponsors 2013 by the individual speaker Kim Greene -

More information

Storage Optimization: What's new in Domino 8.0.x and 8.5? DNUG in Bremen Daniel Nashed, Nash!Com

Storage Optimization: What's new in Domino 8.0.x and 8.5? DNUG in Bremen Daniel Nashed, Nash!Com Storage Optimization: What's new in Domino 8.0.x and 8.5? DNUG 5.6.2008 in Bremen Daniel Nashed, Nash!Com About the presenter Daniel Nashed Nash!Com - IBM/Lotus Advanced Business Partner/ISV Member of

More information

Upgrading to Lotus Notes and Domino 7

Upgrading to Lotus Notes and Domino 7 Upgrading to Lotus Notes and Domino 7 Tim Speed Dick McCarrick Tara Hall Matthew Henry Wendi Pohs Barry Heinz Chapter 3 "Domino Domain Monitoring" In this package, you will find: A Biography of the authors

More information

Domino Performance - Best Practices

Domino Performance - Best Practices Domino Performance - Best Practices Kim Greene kim@kimgreene.com www.kimgreene.com Copyright (c) 2004 Kim Greene Consulting, Inc.. All rights reserved worldwide. Introduction - Kim Greene President of

More information

RSA NetWitness Logs. IBM Domino. Event Source Log Configuration Guide. Last Modified: Thursday, October 19, 2017

RSA NetWitness Logs. IBM Domino. Event Source Log Configuration Guide. Last Modified: Thursday, October 19, 2017 RSA NetWitness Logs Event Source Log Configuration Guide IBM Domino Last Modified: Thursday, October 19, 2017 Event Source Product Information: Vendor: IBM (Lotus) Event Source: Lotus Domino Versions:

More information

Andrew Pollack Northern Collaborative Technologies

Andrew Pollack Northern Collaborative Technologies Andrew Pollack Northern Collaborative Technologies English is the only (spoken) language I know I will try to speak clearly, but if I am moving too quickly, or too slowly, please make some kind of sign,

More information

SERVER MAINTENANCE TOP 10 BEST PRACTICES

SERVER MAINTENANCE TOP 10 BEST PRACTICES SERVER MAINTENANCE TOP 10 BEST PRACTICES Windows Server Maintenance is essential to maximize uptime and minimize disruption due to neglected maintenance. This guide lists the Top Ten Best Practices all

More information

Extracting important Domino statistics to keep servers healthy

Extracting important Domino statistics to keep servers healthy Extracting important Domino statistics to keep servers healthy Andy Pedisich Technotics 2010 Technotics, Inc. Why Do This Session? Understanding statistics your servers deliver can help you to be a better

More information

Lotus Domino Performance Tuning. Vladislav Tatarincev Owner of CYONE Vlaad[a-t]cyone.eu Blog:

Lotus Domino Performance Tuning. Vladislav Tatarincev Owner of CYONE Vlaad[a-t]cyone.eu Blog: Lotus Domino Performance Tuning Vladislav Tatarincev Owner of CYONE Vlaad[a-t]cyone.eu Blog: www.vlaad.lv Agenda What does impact a Domino performance? Tools to identify problems OS tuning, services Domino

More information

The Modern Mainframe At the Heart of Your Business

The Modern Mainframe At the Heart of Your Business The Modern Mainframe At the Heart of Your Business IT Service Management Service Oriented Finance Needs to Satisfy Service Levels For Their Critical Applications I must make sure to meet my service levels.

More information

Storage Optimization Session I - Strategy & Feature Overview Session II - DAOS Deep Dive. DNUG May 2009, in Düsseldorf Daniel Nashed, Nash!

Storage Optimization Session I - Strategy & Feature Overview Session II - DAOS Deep Dive. DNUG May 2009, in Düsseldorf Daniel Nashed, Nash! Storage Optimization Session I - Strategy & Feature Overview Session II - DAOS Deep Dive DNUG May 2009, in Düsseldorf Daniel Nashed, Nash!Com About the presenter Daniel Nashed Nash!Com - IBM/Lotus Advanced

More information

ehealth SPECTRUM Integration

ehealth SPECTRUM Integration User Guide March 2007 ehealth SPECTRUM Integration Whether you are a large enterprise or a service provider, your operations team faces a significant challenge maintaining critical service levels across

More information

DIRECTORY INTEGRATION: USING ACTIVE DIRECTORY FOR AUTHENTICATION. Gabriella Davis The Turtle Partnership

DIRECTORY INTEGRATION: USING ACTIVE DIRECTORY FOR AUTHENTICATION. Gabriella Davis The Turtle Partnership DIRECTORY INTEGRATION: USING ACTIVE DIRECTORY FOR AUTHENTICATION Gabriella Davis The Turtle Partnership In This Session Review possible use cases for multiple directories Understand security implications

More information

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM Note: Before you use this information and the product it

More information

AD104 - LotusScript Tips and Tricks. Wai-ki Yip, Development Manager/Senior Developer Raphael Savir, Senior IT Specialist

AD104 - LotusScript Tips and Tricks. Wai-ki Yip, Development Manager/Senior Developer Raphael Savir, Senior IT Specialist AD104 - LotusScript Tips and Tricks Wai-ki Yip, Development Manager/Senior Developer Raphael Savir, Senior IT Specialist Agenda for the Session Purpose - Focus on Performance Tips Architectural Overview

More information

SQL Diagnostic Manager Management Pack for Microsoft System Center

SQL Diagnostic Manager Management Pack for Microsoft System Center SQL Diagnostic Manager Management Pack for Microsoft System Center INTEGRATE SQL SERVER MONITORS AND ALERTS WITH SYSTEM CENTER SQL Diagnostic Manager (SQL DM) Management Pack for Microsoft System Center

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

More information

Domino on Linux. AdminCamp. Gelsenkirchen, September Daniel Nashed

Domino on Linux. AdminCamp. Gelsenkirchen, September Daniel Nashed Domino on Linux AdminCamp Gelsenkirchen, September 2010 Daniel Nashed About the presenter Daniel Nashed Nash!Com - IBM/Lotus Advanced Business Partner/ISV Member of The Penumbra group an international

More information

Troubleshooting Replication &

Troubleshooting Replication & Open Mic on Troubleshooting Replication & Overview of Purge Interval Replication Control(PIRC) 25 th July, 2012 1 Open Mic Team Rahul Kumar Lotus Technical Support Engineer Presenter Ranjit Rai Lotus Technical

More information

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including:

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: 1. IT Cost Containment 84 topics 2. Cloud Computing Readiness 225

More information

Introducing Lotus Domino 8, Designer 8 and Composite Applications

Introducing Lotus Domino 8, Designer 8 and Composite Applications Introducing Lotus Domino 8, Designer 8 and Composite Applications IBM Lotus collaboration product strategy Rich client W indows/office Browser eforms Portal RSS/Atom Mobile Interaction and client services

More information

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM Note: Before you use this information and the product

More information

Historical Collection Best Practices. Version 2.0

Historical Collection Best Practices. Version 2.0 Historical Collection Best Practices Version 2.0 Ben Stern, Best Practices and Client Success Architect for Virtualization and Cloud bstern@us.ibm.com Copyright International Business Machines Corporation

More information

Real-time Monitoring, Inventory and Change Tracking for. Track. Report. RESOLVE!

Real-time Monitoring, Inventory and Change Tracking for. Track. Report. RESOLVE! Real-time Monitoring, Inventory and Change Tracking for Track. Report. RESOLVE! Powerful Monitoring Tool for Full Visibility over Your Hyper-V Environment VirtualMetric provides the most comprehensive

More information

IBM Tivoli OMEGAMON XE on z/os

IBM Tivoli OMEGAMON XE on z/os Manage and monitor your z/os and OS/390 systems IBM Highlights Proactively manage performance and availability of IBM z/os and IBM OS/390 systems from a single, integrated interface Maximize availability

More information

IBM Tivoli Composite Application Manager for Applications Version 7.3. WebSphere MQ Monitoring Agent User's Guide IBM SC

IBM Tivoli Composite Application Manager for Applications Version 7.3. WebSphere MQ Monitoring Agent User's Guide IBM SC IBM Tivoli Composite Application Manager for Applications Version 7.3 WebSphere MQ Monitoring Agent User's Guide IBM SC14-7523-01 IBM Tivoli Composite Application Manager for Applications Version 7.3

More information

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure Mario Beck (mario.beck@oracle.com) Principal Sales Consultant MySQL Session Agenda Requirements for

More information

Improving Notes/Domino Database performance. November 12, 2014 Paul Albright

Improving Notes/Domino Database performance. November 12, 2014 Paul Albright Improving Notes/Domino Database performance November 12, 2014 Paul Albright Paul_albright@us.ibm.com Agenda Views Forms Agents or Code Form properties XPages Resource Links Q & A 2 Views Some things that

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Best Practices Domino Security BP112. Daniel Nashed - Nash!Com

Best Practices Domino Security BP112. Daniel Nashed - Nash!Com Best Practices Domino Security BP112 Daniel Nashed - Nash!Com About the speaker Daniel Nashed Nash!Com - IBM/Lotus Business Partner from Germany Member of The Penumbra group an international consortium

More information

The Domino Certificate Authority Key Rollover Process. Author: Graham Farrell IBM Domino server Support Engineer

The Domino Certificate Authority Key Rollover Process. Author: Graham Farrell IBM Domino server Support Engineer The Domino Certificate Authority Key Rollover Process Author: Graham Farrell IBM Domino server Support Engineer 1 Introduction.... 3 Terms and Abbreviations... 4 The Domino Certificate Authority and The

More information

Tools Every Domino Admin Needs

Tools Every Domino Admin Needs ISBG 2015 Tools Every Domino Admin Needs Gabriella Davis - Technical Director The Turtle Partnership gabriella@turtlepartnership.com Domino Admin Client Files Tab Domino Admin Client Group Membership Domino

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Enterprise Manager 12c Compliance Management Part 1 Overview 2 3 Agenda Compliance Overview Understanding Compliance Results Understanding Compliance Score Calculation Compliance Related Roles and Privileges

More information

Memory Management. q Basic memory management q Swapping q Kernel memory allocation q Next Time: Virtual memory

Memory Management. q Basic memory management q Swapping q Kernel memory allocation q Next Time: Virtual memory Memory Management q Basic memory management q Swapping q Kernel memory allocation q Next Time: Virtual memory Memory management Ideal memory for a programmer large, fast, nonvolatile and cheap not an option

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Distribution system how to remotely configure Zabbix infrastructure

Distribution system how to remotely configure Zabbix infrastructure Distribution system how to remotely configure Zabbix infrastructure Extension for Zabbix configuration distribution from S&T Slovakia Stanislav Ťažiar, 5.10.2018 Agenda 1. What we do 2. Distribution system

More information

OMi Management Pack for Oracle Database. Software Version: Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Oracle Database. Software Version: Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Oracle Database Software Version: 1.10 Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: June 2017 Software Release Date: February 2014

More information

Memory Management. Today. Next Time. Basic memory management Swapping Kernel memory allocation. Virtual memory

Memory Management. Today. Next Time. Basic memory management Swapping Kernel memory allocation. Virtual memory Memory Management Today Basic memory management Swapping Kernel memory allocation Next Time Virtual memory Midterm results Average 68.9705882 Median 70.5 Std dev 13.9576965 12 10 8 6 4 2 0 [0,10) [10,20)

More information

Best Practices for Monitoring VMware with System Center Operations Manager

Best Practices for Monitoring VMware with System Center Operations Manager Best Practices for Monitoring VMware with System Center Operations Manager Pete Zerger Cameron Fuller Alec King Managing Principal Infront Consulting Principal consultant for Catapult Systems Director,

More information

Veritas NetBackup for Lotus Notes Administrator's Guide

Veritas NetBackup for Lotus Notes Administrator's Guide Veritas NetBackup for Lotus Notes Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for Lotus Notes Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016

More information

Scanmail for Lotus Domino 5.0

Scanmail for Lotus Domino 5.0 Scanmail for Lotus Domino 5.0 Albert Dejbakhsh US Core Team Table of contents 1. Product Description... 3 2. Architecture... 4 2.1. Installation... 4 2.1.1. Recommended Hardware and Software Requirements...

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

Best Practices for Monitoring VMware with System Center Operations Manager

Best Practices for Monitoring VMware with System Center Operations Manager Best Practices for Monitoring VMware with System Center Operations Manager Pete Zerger Cameron Fuller Alec King CEO of WinWorkers USA Principal consultant for Catapult Systems Director, Product Management

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Key to A Successful Exadata POC

Key to A Successful Exadata POC BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1

Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1 Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1 version 1.0 July, 2007 Table of Contents 1. Introduction...3 2. Best practices...3 2.1 Preparing the solution environment...3

More information

Agenda. Threads. Single and Multi-threaded Processes. What is Thread. CSCI 444/544 Operating Systems Fall 2008

Agenda. Threads. Single and Multi-threaded Processes. What is Thread. CSCI 444/544 Operating Systems Fall 2008 Agenda Threads CSCI 444/544 Operating Systems Fall 2008 Thread concept Thread vs process Thread implementation - user-level - kernel-level - hybrid Inter-process (inter-thread) communication What is Thread

More information

zenterprise The Ideal Platform For Smarter Computing Improving Service Delivery With Private Cloud Computing

zenterprise The Ideal Platform For Smarter Computing Improving Service Delivery With Private Cloud Computing zenterprise The Ideal Platform For Smarter Computing Improving Service Delivery With Private Cloud Computing What Users Like About Cloud Computing Self-service requests User request services via a web

More information

EMC Unisphere for VMAX Database Storage Analyzer

EMC Unisphere for VMAX Database Storage Analyzer EMC Unisphere for VMAX Database Storage Analyzer Version 8.0.3 Online Help (PDF version) Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes the

More information

IBM Lotus Domino Product Roadmap

IBM Lotus Domino Product Roadmap IBM Lotus Domino Product Roadmap Your Name Your Title Today s agenda Domino Strategy What s coming in Domino 8? What s planned beyond Domino 8? Lotus Domino Strategy The integrated messaging & collaboration

More information

ManageEngine Applications Manager 9. Product Features

ManageEngine Applications Manager 9. Product Features ManageEngine Applications Manager 9 Product Features Applications Manager - The Solution Applications Manager Monitors your entire IT infrastructure including applications, servers, databases, operating

More information

IBM ^ iseries Logical Partition Isolation and Integrity

IBM ^ iseries Logical Partition Isolation and Integrity June 2002 IBM ^ iseries Logical Partition Isolation and Integrity Dave Boutcher IBM Corporation boutcher@us.ibm.com Version 1.0 Page 1 Introduction The purpose of this document is to provide information

More information

LotusScript Optimization:

LotusScript Optimization: LotusScript Optimization: Improving Application Reliability, Speed and the End User Experience By Teamstudio, Inc. Teamstudio, Inc. 900 Cummings Center Suite 326T Beverly MA, 01915 Phone: 800.632.9787

More information

ehealth SPECTRUM Integration

ehealth SPECTRUM Integration User Guide May 2006 ehealth SPECTRUM Integration Whether you are a large enterprise or a service provider, your operations team faces a significant challenge maintaining critical service levels across

More information

vrealize Operations Manager User Guide Modified on 17 AUG 2017 vrealize Operations Manager 6.6

vrealize Operations Manager User Guide Modified on 17 AUG 2017 vrealize Operations Manager 6.6 vrealize Operations Manager User Guide Modified on 17 AUG 2017 vrealize Operations Manager 6.6 vrealize Operations Manager User Guide You can find the most up-to-date technical documentation on the VMware

More information

Give Your Site a Boost With memcached. Ben Ramsey

Give Your Site a Boost With memcached. Ben Ramsey Give Your Site a Boost With memcached Ben Ramsey About Me Proud father of 3-month-old Sean Organizer of Atlanta PHP user group Founder of PHP Groups Founding principal of PHP Security Consortium Original

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

The Care and Feeding of a MySQL Database for Linux Adminstrators. Dave Stokes MySQL Community Manager

The Care and Feeding of a MySQL Database for Linux Adminstrators. Dave Stokes MySQL Community Manager The Care and Feeding of a MySQL Database for Linux Adminstrators Dave Stokes MySQL Community Manager David.Stokes@Oracle.com Simple Introduction This is a general introduction to running a MySQL database

More information

SNMP MIBs and Traps Supported

SNMP MIBs and Traps Supported This section describes the MIBs available on your system. When you access your MIB data you will expose additional MIBs not listed in this section. The additional MIBs you expose through the process are

More information

Oracle Database 10g The Self-Managing Database

Oracle Database 10g The Self-Managing Database Oracle Database 10g The Self-Managing Database Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Page 1 1 Agenda Oracle10g: Oracle s first generation of self-managing database Oracle s Approach

More information

Domino Compact Update. Düsseldorf, 24 November Daniel Nashed, Nash!Com

Domino Compact Update. Düsseldorf, 24 November Daniel Nashed, Nash!Com Domino Compact Update Düsseldorf, 24 November 2016 Daniel Nashed, Nash!Com Domino 9 Compact New Options -# nn Execute up to nn compactions in parallel using different threads. Up to a maximum of 20 Threads

More information

D8L75G IBM Lotus Domino 8.5 System Administration Fundamentals Training

D8L75G IBM Lotus Domino 8.5 System Administration Fundamentals Training D8L75G IBM Lotus Domino 8.5 System Administration Fundamentals Training DESCRIPTION This course introduces you to basic concepts that provide the foundation for IBM Lotus Domino 8.5 and IBM Lotus Notes

More information

EECS 482 Introduction to Operating Systems

EECS 482 Introduction to Operating Systems EECS 482 Introduction to Operating Systems Winter 2018 Baris Kasikci Slides by: Harsha V. Madhyastha OS Abstractions Applications Threads File system Virtual memory Operating System Next few lectures:

More information

Troubleshooting Policies. Amy Knox Staff Software Engineer, IBM Domino L2 Support team April 29, 2015

Troubleshooting Policies. Amy Knox Staff Software Engineer, IBM Domino L2 Support team April 29, 2015 Troubleshooting Policies Amy Knox Staff Software Engineer, IBM Domino L2 Support team April 29, 2015 Troubleshooting Policies - Agenda Helpful Vocabulary Policy Flow between Notes client and Domino server

More information

#1593: The top 10 things that can go wrong with an IBM Traveler Server

#1593: The top 10 things that can go wrong with an IBM Traveler Server #1593: The top 10 things that can go wrong with an IBM Traveler Server plus how to detect and correct them Alan Forbes Acknowledgements and Disclaimer. Copyright IBM Corporation 2016. All rights reserved.

More information

Monitoring Agent for Unix OS Version Reference IBM

Monitoring Agent for Unix OS Version Reference IBM Monitoring Agent for Unix OS Version 6.3.5 Reference IBM Monitoring Agent for Unix OS Version 6.3.5 Reference IBM Note Before using this information and the product it supports, read the information in

More information

Table of Contents HOL-SDC-1317

Table of Contents HOL-SDC-1317 Table of Contents Lab Overview - Components... 2 Business Critical Applications - About this Lab... 3 Infrastructure Components - VMware vcenter... 5 Infrastructure Components - VMware ESXi hosts... 6

More information

BP204 CSI Domino -- Diagnostic Collection and Analysis. Daniel Nashed Nash!Com

BP204 CSI Domino -- Diagnostic Collection and Analysis. Daniel Nashed Nash!Com BP204 CSI Domino -- Diagnostic Collection and Analysis Daniel Nashed Nash!Com About the presenter Daniel Nashed Nash!Com IBM / Lotus Advanced Business Partner/ISV Member of The Penumbra group an international

More information

EMC Storage Resource Management

EMC Storage Resource Management EMC Storage Resource Management Tim Dell EMC Solutions Manager 1 Resource Reporting.Um yeah 2 Storage Resource Management Software Magic Quadrant for Storage Resource Management and SAN Management Software,

More information

Domino Enterprise Connections Services User Guide

Domino Enterprise Connections Services User Guide Domino Enterprise Connections Services User Guide COPYRIGHT Under the copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated, or reduced to any electronic

More information

IDS V11.50 and Informix Warehouse Feature V11.50 Offerings Packaging

IDS V11.50 and Informix Warehouse Feature V11.50 Offerings Packaging IBM Dynamic Server IDS V11.50 and Feature V11.50 Offerings Packaging Cindy Fung IDS Product Manager IBM Dynamic Server IDS V11.50 Edition Packaging Changes Licensing Limits AU= authorized user, CS = concurrent

More information

INFORMATICA PERFORMANCE

INFORMATICA PERFORMANCE CLEARPEAKS BI LAB INFORMATICA PERFORMANCE OPTIMIZATION TECHNIQUES July, 2016 Author: Syed TABLE OF CONTENTS INFORMATICA PERFORMANCE OPTIMIZATION TECHNIQUES 3 STEP 1: IDENTIFYING BOTTLENECKS 3 STEP 2: RESOLVING

More information

DB2 Performance Essentials

DB2 Performance Essentials DB2 Performance Essentials Philip K. Gunning Certified Advanced DB2 Expert Consultant, Lecturer, Author DISCLAIMER This material references numerous hardware and software products by their trade names.

More information

RoomWizard. Instructions for Lotus Domino Synchronization Software Installation

RoomWizard. Instructions for Lotus Domino Synchronization Software Installation RoomWizard Instructions for Lotus Domino Synchronization Software Installation RoomWizard TM Instructions for Lotus Domino Synchronization Software Installation Part number 370-0156-05 2017 Steelcase Corporation

More information

Effective Testing for Live Applications. March, 29, 2018 Sveta Smirnova

Effective Testing for Live Applications. March, 29, 2018 Sveta Smirnova Effective Testing for Live Applications March, 29, 2018 Sveta Smirnova Table of Contents Sometimes You Have to Test on Production Wrong Data SELECT Returns Nonsense Wrong Data in the Database Performance

More information

COS 318: Operating Systems. File Systems. Topics. Evolved Data Center Storage Hierarchy. Traditional Data Center Storage Hierarchy

COS 318: Operating Systems. File Systems. Topics. Evolved Data Center Storage Hierarchy. Traditional Data Center Storage Hierarchy Topics COS 318: Operating Systems File Systems hierarchy File system abstraction File system operations File system protection 2 Traditional Data Center Hierarchy Evolved Data Center Hierarchy Clients

More information

Symantec NetBackup for Lotus Notes Administrator's Guide. Release 7.6

Symantec NetBackup for Lotus Notes Administrator's Guide. Release 7.6 Symantec NetBackup for Lotus Notes Administrator's Guide Release 7.6 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the

More information

What is a Page Split. Fill Factor. Example Code Showing Page Splits

What is a Page Split. Fill Factor. Example Code Showing Page Splits What is a Page Split Tables, and indexes are organized in SQL Server into 8K chunks called pages. If you have rows that are 100k each, you can fit about 80 of those rows into a given page. If you update

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 Managing Oracle Database 12c with Oracle Enterprise Manager 12c Martin

More information

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

CS 134: Operating Systems

CS 134: Operating Systems CS 134: Operating Systems More Memory Management CS 134: Operating Systems More Memory Management 1 / 27 2 / 27 Overview Overview Overview Segmentation Recap Segmentation Recap Segmentation Recap Segmentation

More information

Infrastructure Tuning

Infrastructure Tuning Infrastructure Tuning For SQL Server Performance SQL PASS Performance Virtual Chapter 2014.07.24 About David Klee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp Storage. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp Storage. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 Understanding NetApp Integration... 3 2.2 How the Management

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overviewview protects your most important applications from planned and unplanned downtime.

More information

Workload Management for an Operational Data Warehouse Oracle Database Jean-Pierre Dijcks Sr. Principal Product Manager Data Warehousing

Workload Management for an Operational Data Warehouse Oracle Database Jean-Pierre Dijcks Sr. Principal Product Manager Data Warehousing Workload Management for an Operational Data Warehouse Oracle Database 11.2.0.2 Jean-Pierre Dijcks Sr. Principal Product Manager Data Warehousing Agenda What is a concurrent environment? Planning for workload

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

Give Your Site a Boost With memcached. Ben Ramsey

Give Your Site a Boost With memcached. Ben Ramsey Give Your Site a Boost With memcached Ben Ramsey About Me Proud father of 8-month-old Sean Organizer of Atlanta PHP user group Founder of PHP Groups Founding principal of PHP Security Consortium Original

More information

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Feature and Technical Overview

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Feature and Technical Overview BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0 Feature and Technical Overview SWDT305802-525776-0331031530-001 Contents 1 Overview: BlackBerry Enterprise Server... 5 New in this release...

More information

MONITORING STORAGE PERFORMANCE OF IBM SVC SYSTEMS WITH SENTRY SOFTWARE

MONITORING STORAGE PERFORMANCE OF IBM SVC SYSTEMS WITH SENTRY SOFTWARE MONITORING STORAGE PERFORMANCE OF IBM SVC SYSTEMS WITH SENTRY SOFTWARE WHITE PAPER JULY 2018 INTRODUCTION The large number of components in the I/O path of an enterprise storage virtualization device such

More information

WhatsConnected v3.5 User Guide

WhatsConnected v3.5 User Guide WhatsConnected v3.5 User Guide Contents Table of Contents Welcome to WhatsConnected Finding more information and updates... 5 Installing and Configuring WhatsConnected System requirements... 6 Installation

More information

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory Q.1 Explain Memory Data Storage in storage device like CD, HDD, DVD, Pen drive etc, is called memory. The device which storage data is called storage device. E.g. hard disk, floppy etc. There are two types

More information

TRUE DATABASE VISIBILITY Meet your speakers Raymond Pe Sr Database Administrator Alliant Credit Union Ron Kozakowski Manager, Data Services Alliant Cr

TRUE DATABASE VISIBILITY Meet your speakers Raymond Pe Sr Database Administrator Alliant Credit Union Ron Kozakowski Manager, Data Services Alliant Cr MGT2426BU Alliant Credit Union Cashes in on True Database Visibility in vrealize Operations Raymond Pe, Ron Kozakowski, Alliant Credit Union Gregory Hohertz, Blue Medora TRUE DATABASE VISIBILITY Meet your

More information

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition Eugene Gonzalez Support Enablement Manager, Informatica 1 Agenda Troubleshooting PowerCenter issues require a

More information

vrealize Operations Manager User Guide 11 OCT 2018 vrealize Operations Manager 7.0

vrealize Operations Manager User Guide 11 OCT 2018 vrealize Operations Manager 7.0 vrealize Operations Manager User Guide 11 OCT 2018 vrealize Operations Manager 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information