Chapter 17. Command-Line Interface(CLI)  543
Draft Document for Review March 28, 2011 12:24 pm 7914appCLI1208.fm
17.5  Showing defined subsystems in the Storage Manager 
configuration
Option -d of the SMcli gives a list of defined storage subsystems. There are additional 
parameters that can be used together with option -d to display more details about the defined 
storage subsystems. These are:
[-i]  Show IP addresses instead of host names.
[-s] Show alert settings.
[-w] Show world wide identifier.
[-v] Show status of the defined subsystems in the configuration file.
[-S] Do not list progress information.
We use all these parameters in Example 17-4. The output shows that there is a global alert in 
place that sends e-mail alerts to e-mail address dsx000rivers.local. The mail server 
nile.rivers.local is used and a return address ds3500@nile.rivers.local is shown in the [MAIL 
SERVER] section of the output. In addition to that alert, alerts are enabled for the in-band 
managed storage subsystems DS3512i.
SNMP alerts are shown for the DS3524-fc. Public is used as the community string and the 
SNMP receiver is nile.rivers.local. 
The storage array table contains a list of all defined storage subsystems in the configuration 
file with their name, the world wide identifier, host names, or IP addresses of the controllers 
and the status of the subsystem. This information can be found as well in the Enterprise 
Management window of the Storage Manager GUI.
Example 17-4   Displaying details about defined storage subsystems
amazon:~ # SMcli -d -i -s -w -v -S
[MAIL SERVER]
nile.rivers.local ds3500@nile.rivers.local
[ALERT SETTINGS - DEVICE GROUPS]
All storage subsystems
        DS3500@nile.rivers.local
All out-of-band storage subsystems
        <None>
All in-band storage subsystems
        colorado@nile.rivers.local
[ALERT SETTINGS - SPECIFIC DEVICES]
Storage arrays:
DS3524-fc 600a0b80001d2bf40000000046265018        1.1.1.2 Optimal
        public,nile.rivers.local
DS3512i 092ca896040404040404040404040404        1.1.1.4 Needs Attention
        <None>
amazon:~ #