SlideShare a Scribd company logo
1 of 12
Download to read offline
Monitoring ESX/ESXi servers
with Verax NMS & APM
Table of contents
Abstract ............................................................................................................................... 3
Preparing VMware server for monitoring ............................................................................ 3
1.

Adding a VMware ESX/ESXi server to device inventory ................................................ 4

2.

Adding sensors for ESX/ESXi server .............................................................................. 6

3.

Adding performance counters for ESX/ESXi server ....................................................... 7

4.

Executing basic power actions ...................................................................................... 9

5.

Adding a new monitored application to the VMware host .......................................... 10

6.

Creating custom event processing rules for VM’s ....................................................... 11

Summary............................................................................................................................ 12
Monitoring ESX/ESXi servers with Verax NMS & APM
Abstract
This publication provides an overview on how to monitor and manage ESX/ESXi servers using Verax NMS
(including the free Express edition available at http://www.veraxsystems.com/en/downloads - please read
terms & conditions for limitations of the Express version). Its purpose is to highlight the most important
topics related to setting up ESX/ESXi monitoring as well as application hosted within managed virtual
machines (a MySQL database is used in this tutorial).
Tools used:

• VMware vSphere Hypervisor (ESXi): http://www.VMware.com/products/vsphere/esxi-and-esx
• MySQL: http://www.mysql.com/downloads
• Monitoring tool: http://www.veraxsystems.com/en/products/nms

Preparing VMware server for monitoring
In order to enable VMware server monitoring, ensure that VMware vSphere API is exposed and enabled on a
server side. Also make sure that the username used to connect to the server has been granted sufficient
privileges. The following privileges are required to monitor and manage VMware server:
•

•

General privileges (mandatory):
System.Anonymous,
System.View,
System.Read.
Privileges required to manage virtual machines (optional):
VirtualMachine.Interact.AnswerQuestion,
VirtualMachine.Interact.PowerOn,
VirtualMachine.Interact.PowerOff,
VirtualMachine.Interact.Suspend,
VirtualMachine.Interact.Reset.

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 3 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
1. Adding a VMware ESX/ESXi server to device inventory
In order to add a VMware ESX/ESXi server to the Verax NMS & APM device inventory, perform the following
steps:
1. Log in into the Verax NMS & APM and select Home from the main menu.
2. Select the All applications node in the aspects tree.
3. Select the Add application action (below the list) and click Go.

Figure 1: Aspect hierarchy tree
4. A pop-up dialog is displayed.

Figure 2: Adding a new application
5. Provide the required information and click Save changes.
6. A confirmation dialog is displayed.
7. Click Yes to add default sensors and counters to the application or No to discard the action.
8. The newly added application is now visible in the aspect tree.

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 4 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
Note: Verax NMS automatically discovers and visualizes structure and hierarchy of managed ESX/ESXi server.
It also collects basic performance parameters using VMware APIs.
In order to display the server, select the application in the aspect tree.
To see more details, click Show advanced view. A pop up window with details will be displayed.

Figure 3: Application properties window

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 5 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
2. Adding sensors for ESX/ESXi server
In order to add a sensor, perform the following steps:
1. Select a specific application from the aspect tree in the Home view (a VMware server in this case).
2. Select Monitors tab and switch to the sensor list by clicking Sensor list in the upper-right corner of
the tab field.

3. The sensor list is displayed.
4. Select Add from the global actions menu and click Go.
5. The wizard dialog is displayed (see Figure 4).

Figure 4: Adding a sensor
6. Select the sensor you want to add and click Next.
7. A dialog window shows up with all sensor parameters to be provided (see Figure 4).
8. Specify the sensor parameters and click Finish.
Note: The system includes a number of pre-configured sensors. The following types of sensors for
VMHost device type are available by default:
• VMware sensor
•

VMware monitor

9. Once the sensors have been added, they are visible on the sensor list (Monitors tab).

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 6 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
3. Adding performance counters for ESX/ESXi server
In order to add performance counters, perform the following steps:
1. Select a specific application from the aspect tree in the Home view.
2.

Select Monitors tab and switch to the counter list by clicking Counter list in the upper-right corner
of the tab field.

3. The counter list is displayed.
4. Select Add from the global actions menu and click Go.
5. The wizard dialog is displayed (see Figure 5).

Figure 5: Adding a counter
6. Select the counter you want to create and click Next.
7. Once the data has been loaded, the edit window shows up with all counter attributes to be
provided.
8. To select the desired measure metric, click on the icon next to the Counter field.
9. The system will display the structure of your ESX/ESXi server and the list of available counters for
each component (see Figure 6).

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 7 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM

Figure 6: Selecting measure metrics
10. Select the metric for a component you want to monitor and click OK.
11. Specify the rest of counter’s parameters (alarms, thresholds, etc.).
12. Click Finish to complete the action or Cancel to discard changes.
13. New counter has been created and it's now visible on the counter list (Monitors tab).
Important
After adding sensors and counters for a VMware host, click the Refresh button (Monitors tab).

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 8 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
4. Executing basic power actions
Free Express edition of the system allows you to perform basic power actions, such as:
•
•

•
•

Power on
Power off

Suspend
Reboot

In order to execute power actions, perform the following steps:
1. Select desired ESX/ESXi host and click Show advanced view.
2. Application properties window shows up.
3. Go to Virtual machines tab. This tab shows a list of virtual machines working on a server.
4. Check the desired VM/VMs and select the type of action from the list below the table and click Go.

Figure 7: Executing basic power actions
Note: The actual actions available may vary depending on the ESX license.

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 9 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
5. Adding a new monitored application to the VMware host
The system allows you to monitor various application installed on a virtual host, i.e. application servers,
databases, etc.
In order to add an application to the host, perform the following steps:
1. Navigate to the Home view using the main menu and select the desired device.
2. In Summary tab select Manage applications from the actions section.
3. Select Add application and click Go. A dialog window is displayed.

Figure 8: Adding MySQL database
4. Provide all the necessary information and click Save changes. Note that application specific
parameters depend on application type.
Important

Host field regards to an IP address of VM on which the application is installed, not the ESX/ESXi
server. To check the IP address of a particular VM, select the Show advanced view option from
the summary section.
5. The system will ask if you want to add default set of sensors and counters for MySQL database
– click Yes to create the sensors.
The initial set of MySQL monitors includes:
• Configuration: software version, host platform, status and system variables
• Database instance inventory
• Predefined sensor and counter templates to monitor most important performance characteristics SQL

If you want to attach additional sensors and counter to the database, follow the procedure described
in chapters 2 and 3.

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 10 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
6. Creating custom event processing rules for VM’s
Events are processed by Event Processing Rules running under the control of Event Processing Engine. Event
Processing Engine within the system is able to process events fast without materializing them in the
database. Verax NMS comes with set of embedded, flexibly customized processing rules such as Deduplication, Pairwise matching, Event forwarding, Intermittent failure, Scheduled Maintenance, etc.
You can also implement your own processing rules based on exposed API and using JRuby scripting
language.
In this example, we will show how you can assign some basic event processing rules:
•

Alarm generating

•

Event dropping

•

Event forwarding

•

Severity assigning

To assign processing rules, perform the following steps:
1. After selecting desired host go to Events tab.
2. Select events, choose Assign processing rules from the global actions menu and click Go.
3. A dialog window is displayed (see Figure 9).
4. Select a specific rule category and click Add new rule.

Figure 9: Creating custom processing rule
5. The newly created event processing rule is now visible and active (there’s no need to logout).

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 11 of 12
DL683
Monitoring ESX/ESXi servers with Verax NMS & APM
Summary
If you performed all actions described in chapters 1-5, you are now able to monitor applications (and MySQL
in particular) running on your ESX/ESXi server.

Figure 10: Advanced View of fully configured ESX/ESXi server

Copyright © Verax Systems. All rights reserved.
All trademarks in this document are legal property of their owners.
www.veraxsystems.com

Page 12 of 12
DL683

More Related Content

What's hot

Anomalous Traffic Detection Security Use Case Guide
Anomalous Traffic Detection Security Use Case Guide	Anomalous Traffic Detection Security Use Case Guide
Anomalous Traffic Detection Security Use Case Guide Protect724manoj
 
Mcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMindRiver Group
 
IDS - IPS Monitoring Security Use Case Guide
IDS - IPS Monitoring Security Use Case Guide	IDS - IPS Monitoring Security Use Case Guide
IDS - IPS Monitoring Security Use Case Guide Protect724manoj
 
Suspicious Outbound Traffic Monitoring Security Use Case Guide
Suspicious Outbound Traffic Monitoring Security Use Case Guide	Suspicious Outbound Traffic Monitoring Security Use Case Guide
Suspicious Outbound Traffic Monitoring Security Use Case Guide Protect724manoj
 
Graphical Utilities For IBM DB2 Monitoring
Graphical Utilities For IBM DB2 MonitoringGraphical Utilities For IBM DB2 Monitoring
Graphical Utilities For IBM DB2 Monitoringluciano_alfonsin
 
ArcaVir 2011 - A Guide For Beginners 1
ArcaVir 2011 - A Guide For Beginners 1ArcaVir 2011 - A Guide For Beginners 1
ArcaVir 2011 - A Guide For Beginners 1Ravtach Solutions
 
Antivirus Monitoring Security Use Case Guide
Antivirus Monitoring Security Use Case Guide	Antivirus Monitoring Security Use Case Guide
Antivirus Monitoring Security Use Case Guide Protect724manoj
 
ESM 5.5 Patch 1 Release Notes
ESM 5.5 Patch 1 Release NotesESM 5.5 Patch 1 Release Notes
ESM 5.5 Patch 1 Release NotesProtect724
 
1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual
1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual
1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manualfaqrelion
 
1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual
1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual
1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manualfaqrelion
 
ESM 6.5c SP1 Upgrade Guide
ESM 6.5c SP1 Upgrade GuideESM 6.5c SP1 Upgrade Guide
ESM 6.5c SP1 Upgrade GuideProtect724mouni
 
ESR Professional Development Training : OpenESR user guide
ESR Professional  Development Training : OpenESR  user guideESR Professional  Development Training : OpenESR  user guide
ESR Professional Development Training : OpenESR user guideTidiani Togola
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementDsunte Wilson
 
Guia instalação PCM600 ABB
Guia instalação PCM600 ABBGuia instalação PCM600 ABB
Guia instalação PCM600 ABBfaqrelion
 
Oracle PSU Release Notes 10/2012
Oracle PSU Release Notes 10/2012Oracle PSU Release Notes 10/2012
Oracle PSU Release Notes 10/2012Protect724
 
Aspect oriented software engineering-draft
Aspect oriented software engineering-draftAspect oriented software engineering-draft
Aspect oriented software engineering-draftAbdelfattah Al Zaqqa
 
Esm rel notes_6.0cp1
Esm rel notes_6.0cp1Esm rel notes_6.0cp1
Esm rel notes_6.0cp1Protect724v3
 
Pcm600 v2.5 installation guide
Pcm600 v2.5 installation guidePcm600 v2.5 installation guide
Pcm600 v2.5 installation guidefaqrelion
 

What's hot (20)

Anomalous Traffic Detection Security Use Case Guide
Anomalous Traffic Detection Security Use Case Guide	Anomalous Traffic Detection Security Use Case Guide
Anomalous Traffic Detection Security Use Case Guide
 
Mcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMcafee Epolicy Orchestrator
Mcafee Epolicy Orchestrator
 
IDS - IPS Monitoring Security Use Case Guide
IDS - IPS Monitoring Security Use Case Guide	IDS - IPS Monitoring Security Use Case Guide
IDS - IPS Monitoring Security Use Case Guide
 
Suspicious Outbound Traffic Monitoring Security Use Case Guide
Suspicious Outbound Traffic Monitoring Security Use Case Guide	Suspicious Outbound Traffic Monitoring Security Use Case Guide
Suspicious Outbound Traffic Monitoring Security Use Case Guide
 
Graphical Utilities For IBM DB2 Monitoring
Graphical Utilities For IBM DB2 MonitoringGraphical Utilities For IBM DB2 Monitoring
Graphical Utilities For IBM DB2 Monitoring
 
ArcaVir 2011 - A Guide For Beginners 1
ArcaVir 2011 - A Guide For Beginners 1ArcaVir 2011 - A Guide For Beginners 1
ArcaVir 2011 - A Guide For Beginners 1
 
Antivirus Monitoring Security Use Case Guide
Antivirus Monitoring Security Use Case Guide	Antivirus Monitoring Security Use Case Guide
Antivirus Monitoring Security Use Case Guide
 
ESM 5.5 Patch 1 Release Notes
ESM 5.5 Patch 1 Release NotesESM 5.5 Patch 1 Release Notes
ESM 5.5 Patch 1 Release Notes
 
1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual
1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual
1 mrg002586 configuration_migration_for_670_series_in_pcm600_user_manual
 
1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual
1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual
1 mrg004195 configuration_migration_for_650_series_in_pcm600_user_manual
 
ESM 6.5c SP1 Upgrade Guide
ESM 6.5c SP1 Upgrade GuideESM 6.5c SP1 Upgrade Guide
ESM 6.5c SP1 Upgrade Guide
 
ESR Professional Development Training : OpenESR user guide
ESR Professional  Development Training : OpenESR  user guideESR Professional  Development Training : OpenESR  user guide
ESR Professional Development Training : OpenESR user guide
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database ManagementSYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
 
Guia instalação PCM600 ABB
Guia instalação PCM600 ABBGuia instalação PCM600 ABB
Guia instalação PCM600 ABB
 
Command injection
Command injectionCommand injection
Command injection
 
Oracle PSU Release Notes 10/2012
Oracle PSU Release Notes 10/2012Oracle PSU Release Notes 10/2012
Oracle PSU Release Notes 10/2012
 
Aspect oriented software engineering-draft
Aspect oriented software engineering-draftAspect oriented software engineering-draft
Aspect oriented software engineering-draft
 
Esm rel notes_6.0cp1
Esm rel notes_6.0cp1Esm rel notes_6.0cp1
Esm rel notes_6.0cp1
 
PCM600
PCM600PCM600
PCM600
 
Pcm600 v2.5 installation guide
Pcm600 v2.5 installation guidePcm600 v2.5 installation guide
Pcm600 v2.5 installation guide
 

Similar to How to monitor ESX/ESXi servers

How to monitor .Net Framework
How to monitor .Net FrameworkHow to monitor .Net Framework
How to monitor .Net FrameworkEgnyte
 
How to monitor and manage Apache Tomcat
How to monitor and manage Apache TomcatHow to monitor and manage Apache Tomcat
How to monitor and manage Apache TomcatEgnyte
 
How to monitor MySQL database
How to monitor MySQL databaseHow to monitor MySQL database
How to monitor MySQL databaseEgnyte
 
How to monitor MODBUS devices
How to monitor MODBUS devicesHow to monitor MODBUS devices
How to monitor MODBUS devicesEgnyte
 
Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...
Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...
Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...Plugins4Automate1
 
VMware Monitoring-Discover And Monitor Your Virtual Environment
VMware Monitoring-Discover And Monitor Your Virtual EnvironmentVMware Monitoring-Discover And Monitor Your Virtual Environment
VMware Monitoring-Discover And Monitor Your Virtual EnvironmentSite24x7
 
VMware Monitoring - Discover And Monitor Your Virtual Environment
VMware Monitoring - Discover And Monitor Your Virtual EnvironmentVMware Monitoring - Discover And Monitor Your Virtual Environment
VMware Monitoring - Discover And Monitor Your Virtual EnvironmentManageEngine
 
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...Blue Medora
 
Vmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterVmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterA. Shamel
 
TECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenter
TECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenterTECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenter
TECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenterSymantec
 
Epm live 4.3_installation_guide
Epm live 4.3_installation_guideEpm live 4.3_installation_guide
Epm live 4.3_installation_guideazurise
 
DS_VW_Virtual_Server_Probe-VM-4
DS_VW_Virtual_Server_Probe-VM-4DS_VW_Virtual_Server_Probe-VM-4
DS_VW_Virtual_Server_Probe-VM-4Ganesh Karthick R
 
Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2
Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2
Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2Fortes Sapiens
 
ArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release NotesArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release NotesProtect724mouni
 
Installing vm ware esxi 6.0 on supermicro server
Installing vm ware esxi 6.0 on supermicro serverInstalling vm ware esxi 6.0 on supermicro server
Installing vm ware esxi 6.0 on supermicro serverA Achyar Nur
 
How to backup and restore a vm using veeam
How to backup and restore a vm using veeamHow to backup and restore a vm using veeam
How to backup and restore a vm using veeamRicardo Montes de Oca
 
Ovms ops manager_admin
Ovms ops manager_adminOvms ops manager_admin
Ovms ops manager_adminsati1981
 

Similar to How to monitor ESX/ESXi servers (20)

How to monitor .Net Framework
How to monitor .Net FrameworkHow to monitor .Net Framework
How to monitor .Net Framework
 
How to monitor and manage Apache Tomcat
How to monitor and manage Apache TomcatHow to monitor and manage Apache Tomcat
How to monitor and manage Apache Tomcat
 
How to monitor MySQL database
How to monitor MySQL databaseHow to monitor MySQL database
How to monitor MySQL database
 
How to monitor MODBUS devices
How to monitor MODBUS devicesHow to monitor MODBUS devices
How to monitor MODBUS devices
 
Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...
Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...
Maximizing Efficiency with the VMware Health Monitor Plugin A Comprehensive G...
 
Vmware inter
Vmware interVmware inter
Vmware inter
 
VMware Monitoring-Discover And Monitor Your Virtual Environment
VMware Monitoring-Discover And Monitor Your Virtual EnvironmentVMware Monitoring-Discover And Monitor Your Virtual Environment
VMware Monitoring-Discover And Monitor Your Virtual Environment
 
VMware Monitoring - Discover And Monitor Your Virtual Environment
VMware Monitoring - Discover And Monitor Your Virtual EnvironmentVMware Monitoring - Discover And Monitor Your Virtual Environment
VMware Monitoring - Discover And Monitor Your Virtual Environment
 
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
 
Vmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterVmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenter
 
TECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenter
TECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenterTECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenter
TECHNICAL WHITE PAPER▸ NetBackup 7.6 Plugin for VMware vCenter
 
Epm live 4.3_installation_guide
Epm live 4.3_installation_guideEpm live 4.3_installation_guide
Epm live 4.3_installation_guide
 
Myuninst
MyuninstMyuninst
Myuninst
 
Myuninst
MyuninstMyuninst
Myuninst
 
DS_VW_Virtual_Server_Probe-VM-4
DS_VW_Virtual_Server_Probe-VM-4DS_VW_Virtual_Server_Probe-VM-4
DS_VW_Virtual_Server_Probe-VM-4
 
Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2
Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2
Tn068 f -_freeradius_and_mysql_linux_configuration_v1.6.2
 
ArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release NotesArcSight Management Center 2.5 Release Notes
ArcSight Management Center 2.5 Release Notes
 
Installing vm ware esxi 6.0 on supermicro server
Installing vm ware esxi 6.0 on supermicro serverInstalling vm ware esxi 6.0 on supermicro server
Installing vm ware esxi 6.0 on supermicro server
 
How to backup and restore a vm using veeam
How to backup and restore a vm using veeamHow to backup and restore a vm using veeam
How to backup and restore a vm using veeam
 
Ovms ops manager_admin
Ovms ops manager_adminOvms ops manager_admin
Ovms ops manager_admin
 

Recently uploaded

$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...PsychicRuben LoveSpells
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666nishakur201
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)Delhi Call girls
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushShivain97
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theorydrae5
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceanilsa9823
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceanilsa9823
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morvikas rana
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceanilsa9823
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girlsPooja Nehwal
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfnoumannajam04
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceanilsa9823
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..nishakur201
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)Delhi Call girls
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfpastor83
 

Recently uploaded (20)

$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
 
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
 
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdf
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 

How to monitor ESX/ESXi servers

  • 2. Table of contents Abstract ............................................................................................................................... 3 Preparing VMware server for monitoring ............................................................................ 3 1. Adding a VMware ESX/ESXi server to device inventory ................................................ 4 2. Adding sensors for ESX/ESXi server .............................................................................. 6 3. Adding performance counters for ESX/ESXi server ....................................................... 7 4. Executing basic power actions ...................................................................................... 9 5. Adding a new monitored application to the VMware host .......................................... 10 6. Creating custom event processing rules for VM’s ....................................................... 11 Summary............................................................................................................................ 12
  • 3. Monitoring ESX/ESXi servers with Verax NMS & APM Abstract This publication provides an overview on how to monitor and manage ESX/ESXi servers using Verax NMS (including the free Express edition available at http://www.veraxsystems.com/en/downloads - please read terms & conditions for limitations of the Express version). Its purpose is to highlight the most important topics related to setting up ESX/ESXi monitoring as well as application hosted within managed virtual machines (a MySQL database is used in this tutorial). Tools used: • VMware vSphere Hypervisor (ESXi): http://www.VMware.com/products/vsphere/esxi-and-esx • MySQL: http://www.mysql.com/downloads • Monitoring tool: http://www.veraxsystems.com/en/products/nms Preparing VMware server for monitoring In order to enable VMware server monitoring, ensure that VMware vSphere API is exposed and enabled on a server side. Also make sure that the username used to connect to the server has been granted sufficient privileges. The following privileges are required to monitor and manage VMware server: • • General privileges (mandatory): System.Anonymous, System.View, System.Read. Privileges required to manage virtual machines (optional): VirtualMachine.Interact.AnswerQuestion, VirtualMachine.Interact.PowerOn, VirtualMachine.Interact.PowerOff, VirtualMachine.Interact.Suspend, VirtualMachine.Interact.Reset. Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 3 of 12 DL683
  • 4. Monitoring ESX/ESXi servers with Verax NMS & APM 1. Adding a VMware ESX/ESXi server to device inventory In order to add a VMware ESX/ESXi server to the Verax NMS & APM device inventory, perform the following steps: 1. Log in into the Verax NMS & APM and select Home from the main menu. 2. Select the All applications node in the aspects tree. 3. Select the Add application action (below the list) and click Go. Figure 1: Aspect hierarchy tree 4. A pop-up dialog is displayed. Figure 2: Adding a new application 5. Provide the required information and click Save changes. 6. A confirmation dialog is displayed. 7. Click Yes to add default sensors and counters to the application or No to discard the action. 8. The newly added application is now visible in the aspect tree. Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 4 of 12 DL683
  • 5. Monitoring ESX/ESXi servers with Verax NMS & APM Note: Verax NMS automatically discovers and visualizes structure and hierarchy of managed ESX/ESXi server. It also collects basic performance parameters using VMware APIs. In order to display the server, select the application in the aspect tree. To see more details, click Show advanced view. A pop up window with details will be displayed. Figure 3: Application properties window Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 5 of 12 DL683
  • 6. Monitoring ESX/ESXi servers with Verax NMS & APM 2. Adding sensors for ESX/ESXi server In order to add a sensor, perform the following steps: 1. Select a specific application from the aspect tree in the Home view (a VMware server in this case). 2. Select Monitors tab and switch to the sensor list by clicking Sensor list in the upper-right corner of the tab field. 3. The sensor list is displayed. 4. Select Add from the global actions menu and click Go. 5. The wizard dialog is displayed (see Figure 4). Figure 4: Adding a sensor 6. Select the sensor you want to add and click Next. 7. A dialog window shows up with all sensor parameters to be provided (see Figure 4). 8. Specify the sensor parameters and click Finish. Note: The system includes a number of pre-configured sensors. The following types of sensors for VMHost device type are available by default: • VMware sensor • VMware monitor 9. Once the sensors have been added, they are visible on the sensor list (Monitors tab). Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 6 of 12 DL683
  • 7. Monitoring ESX/ESXi servers with Verax NMS & APM 3. Adding performance counters for ESX/ESXi server In order to add performance counters, perform the following steps: 1. Select a specific application from the aspect tree in the Home view. 2. Select Monitors tab and switch to the counter list by clicking Counter list in the upper-right corner of the tab field. 3. The counter list is displayed. 4. Select Add from the global actions menu and click Go. 5. The wizard dialog is displayed (see Figure 5). Figure 5: Adding a counter 6. Select the counter you want to create and click Next. 7. Once the data has been loaded, the edit window shows up with all counter attributes to be provided. 8. To select the desired measure metric, click on the icon next to the Counter field. 9. The system will display the structure of your ESX/ESXi server and the list of available counters for each component (see Figure 6). Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 7 of 12 DL683
  • 8. Monitoring ESX/ESXi servers with Verax NMS & APM Figure 6: Selecting measure metrics 10. Select the metric for a component you want to monitor and click OK. 11. Specify the rest of counter’s parameters (alarms, thresholds, etc.). 12. Click Finish to complete the action or Cancel to discard changes. 13. New counter has been created and it's now visible on the counter list (Monitors tab). Important After adding sensors and counters for a VMware host, click the Refresh button (Monitors tab). Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 8 of 12 DL683
  • 9. Monitoring ESX/ESXi servers with Verax NMS & APM 4. Executing basic power actions Free Express edition of the system allows you to perform basic power actions, such as: • • • • Power on Power off Suspend Reboot In order to execute power actions, perform the following steps: 1. Select desired ESX/ESXi host and click Show advanced view. 2. Application properties window shows up. 3. Go to Virtual machines tab. This tab shows a list of virtual machines working on a server. 4. Check the desired VM/VMs and select the type of action from the list below the table and click Go. Figure 7: Executing basic power actions Note: The actual actions available may vary depending on the ESX license. Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 9 of 12 DL683
  • 10. Monitoring ESX/ESXi servers with Verax NMS & APM 5. Adding a new monitored application to the VMware host The system allows you to monitor various application installed on a virtual host, i.e. application servers, databases, etc. In order to add an application to the host, perform the following steps: 1. Navigate to the Home view using the main menu and select the desired device. 2. In Summary tab select Manage applications from the actions section. 3. Select Add application and click Go. A dialog window is displayed. Figure 8: Adding MySQL database 4. Provide all the necessary information and click Save changes. Note that application specific parameters depend on application type. Important Host field regards to an IP address of VM on which the application is installed, not the ESX/ESXi server. To check the IP address of a particular VM, select the Show advanced view option from the summary section. 5. The system will ask if you want to add default set of sensors and counters for MySQL database – click Yes to create the sensors. The initial set of MySQL monitors includes: • Configuration: software version, host platform, status and system variables • Database instance inventory • Predefined sensor and counter templates to monitor most important performance characteristics SQL If you want to attach additional sensors and counter to the database, follow the procedure described in chapters 2 and 3. Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 10 of 12 DL683
  • 11. Monitoring ESX/ESXi servers with Verax NMS & APM 6. Creating custom event processing rules for VM’s Events are processed by Event Processing Rules running under the control of Event Processing Engine. Event Processing Engine within the system is able to process events fast without materializing them in the database. Verax NMS comes with set of embedded, flexibly customized processing rules such as Deduplication, Pairwise matching, Event forwarding, Intermittent failure, Scheduled Maintenance, etc. You can also implement your own processing rules based on exposed API and using JRuby scripting language. In this example, we will show how you can assign some basic event processing rules: • Alarm generating • Event dropping • Event forwarding • Severity assigning To assign processing rules, perform the following steps: 1. After selecting desired host go to Events tab. 2. Select events, choose Assign processing rules from the global actions menu and click Go. 3. A dialog window is displayed (see Figure 9). 4. Select a specific rule category and click Add new rule. Figure 9: Creating custom processing rule 5. The newly created event processing rule is now visible and active (there’s no need to logout). Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 11 of 12 DL683
  • 12. Monitoring ESX/ESXi servers with Verax NMS & APM Summary If you performed all actions described in chapters 1-5, you are now able to monitor applications (and MySQL in particular) running on your ESX/ESXi server. Figure 10: Advanced View of fully configured ESX/ESXi server Copyright © Verax Systems. All rights reserved. All trademarks in this document are legal property of their owners. www.veraxsystems.com Page 12 of 12 DL683