[ppt]powerpoint presentation - nagios · web viewlet’s rock with nagios core situation: a sap...

25
Monitoring SAP System with Nagios Core Luis Contreras [email protected]

Upload: phungthu

Post on 20-May-2018

216 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Monitoring SAP System with Nagios Core

Luis [email protected]

Page 2: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Introduction & Agenda

• Who am I ?• SAP Stuff• SAP Concepts• Let’s rock with Nagios Core

Page 3: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Who am I ?Me ;-)• Nagios Independent Contractor• Nagios Community Leader• Nagios Speaker• SAP Basis & SAP Hana DB

Administrator• Python Dev• New Stuff Tester• Bike Rider ;-)

Page 4: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

SAP StuffSAP• One of the biggest ERP in the Market• Many modules on it FR, HR, etc.• Multi-platform / diversity of databases• Windows / Linux / Unix• While bigger more complex• BI / Portal

Page 5: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

SAP Stuff

Page 6: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

SAP ConceptsSAP GUI

WindowsJavaHTML

Page 7: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

SAP ConceptsSAP GUI

SAP Server Definition

Page 8: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

SAP Concepts• Dispatcher• Work Process• Dialog Work Process• Update Work Process• Background Work Process• Spool Work Process• Enqueue Work Process• Message Server• Gateway• Transactions

Page 9: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

SAP Concepts

12

3 4 5 6 7

8

9

10

Page 10: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios Core

SAP Enviroment• SAP Netweaver 7.0 ABAP• MaxDB Database 7.x / Oracle DB 10g Ent• Windows 2003 Server Enterprise

Page 11: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios Core

Situation:

A SAP Basis wants to monitor Message Server, Application Server (Processes and Services), SAP Ports, others services, but he/she doesn’t want to install any SAP plugin on a SAP System.

Page 12: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreDefine SAP Server on windows.cfg

Page 13: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreDefine Ports to monitor on file windows.cfg

Dispatcher

Gateway

Msg Server

Internet Transaction Services

Page 14: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios Coredispwork.bat script for checking disp+work.exe process

Page 15: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios Coremsg_server.bat script for checking disp+work.exe process

Page 16: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreDefine processes to monitor on file windows.cfg

Page 17: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreSAP Management Control

Page 18: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios Coresapnsp_00.bat script for checking SAPNSP_00 Service

Page 19: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreDefine services to monitor SAP Instance on file windows.cfg

Page 20: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreSAP Management Control

Page 21: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreNSC.ini file

…….[External Scripts]check_dispwork=scripts\dispwork.batcheck_msg_server=scripts\msg_server.batcheck_sapnsp_00=scripts\sapnsp_00.bat……..

Page 22: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Let’s rock with Nagios CoreNagios Web Interface

Page 23: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

ConclusionWe’ve seen:• How SAP works• How Nagios could help you monitoring your

SAP environment• These steps could be accomplish on Nagios XI

too, with some minimum changes.

Page 24: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

Questions?Any questions?Thanks!

Page 25: [PPT]PowerPoint Presentation - Nagios · Web viewLet’s rock with Nagios Core Situation: A SAP Basis wants to monitor Message Server, Application Server (Processes and Services),

The EndLuis [email protected]