Back to OP5 Monitor FAQ

How to monitor the hardware of your OP5 Monitor server

This how-to describes how to monitor the local hardware of your OP5 server. The method described in this white paper applies to the following models:

The method described in this white paper does not apply to:

History Copied

op5’s first and second generation servers used Linux software raid. On these models the status of the raid-mirror was monitored using check_linux_raid.

On op5’s third generation “standard” and “large” models (PE-1950, R410) the local hardware was previously monitored using check_megaraid and check_ipmi. These plugins should not be used any more. Please use the method described below since it gives you the possibility to study the health of your server in detail. This way you can, for example, discover outdated firmware.

Using the web interface of “Dell OpenManage Server Administrator”, provided by the software “Dell OpenManage Server Administrator Managed Node”, a.k.a OMSA, you can also perform some basic tasks like initiating a rebuild of an array.

Installing OMSA Copied

First install the repository configuration file for Dell System Update. This requires your server to have HTTP access to linux.dell.com.

Follow the instructions on this page to install the DSU repository: http://linux.dell.com/repo/hardware/dsu/

To perform a minimal install of OMSA (no web-gui) issue the following commands.

# yum install srvadmin-storageservices srvadmin-base# /opt/dell/srvadmin/sbin/srvadmin-services.sh start

To perform a full install (including the OMSA web-gui) issue the following commands. This will download approximately 74 MB of software packages.

# yum install srvadmin-all# /opt/dell/srvadmin/sbin/srvadmin-services.sh start

Auto-start the service on boot:

## /opt/dell/srvadmin/sbin/srvadmin-services.sh enable

The package tog-pegasus may conflict with the packages listed above and can safely be removed:

yum remove tog-pegasus Copied

Verify SNMP

Verify that you have SNMP network connectivity on the Monitor-server, and that the Dell openmanage agent is responding:

## snmpwalk -v 1 -c snmp-community-string op5-monitor-server |head -n20

This should output the first 20 lines of info from the openmanage-storage-agent.

Web interface Copied

If you performed a full install, you can now browse the OMSA web GUI at HTTPS port 1311; see the example below:

https://your-servers-address:1311/

To login, use the “root”-account of the op5 Monitor server.

Adding services Copied

When OMSA is installed, you need to add one service on the host object for your op5 server. The required check command can be imported using the function “Check Command Import” which you’ll find under ‘Configure’ -> ‘Commands’ -> ‘Related Items:’.

Add the following service:

option data
service_description Hardware status
check_command check_openmanage
check_command_args snmp_community

If you performed a full install of ‘OMSA’, you may add the OMSA web GUI as an action_url which can be found under ‘Extras’ on the service you are about to add. This will give you an easy way to reach the OMSA web GUI directly from the Service information page.

Add the action_url like this:

option data
action_url: https://$HOSTADDRESS$:1311/

Known issues Copied

If you are upgrading to APS 6.4 we recommend that you read this blog post posted by our support team. Dell OpenManage checks stops working after upgrading to APS 6.4

["Geneos"] ["FAQ"]

Was this topic helpful?