Displaying the monitored storage systems

This section describes how to display the list of SCOM-monitored storage systems.

Procedure

To view the list of monitored storage systems, enter scomu.cmd --list. The default output format is HTML, and the list is displayed in the default web browser.

Example

C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>
scomu.cmd --list
4 connections are found.
Figure 1. HTML output
This graphic shows the HTML output on the IBM Storage Management Pack for Microsoft System Center Operations Manager window.

What to do next

To display the list in comma-separated values (CSV) format, add --format csv to the command. For example:
C:\Program Files\IBM\Storage\Host\IBMStorageSCOM\bin>
scomu.cmd --list --format csv
4 connections are found.
DEV_TYPE,URL,USERNAME,PASSWORD,NAMESPACE
ds8k,https://192.0.2.40:6989,usr1,*,root/ibm

DEV_TYPE,IP,AUTHMODE,USERNAME,CERTPATH
storwize,192.0.2.30,publickey,usr2,c:\storwize.cert

DEV_TYPE,IP,AUTHMODE,USERNAME,CERTPATH
svc,192.0.2.20,publickey,usr3,c:\svc.cert

DEV_TYPE,IP,USERNAME,PASSWORD
xiv,192.0.2.10,usr4,*