Storage system: | ETERNUS DX/AF |
Domain: | DEVICE |
Privileges: | TSOS |
provides information on the configuration of the StorMan servers and on the status and the valid settings of the management instances used by StorMan and their access data. The storage systems managed by the management instances are also displayed. This provides you with a detailed display of the StorMan environment which complements the
/SHOW-SHC-ENVIRONMENT/SHOW-SHC-PROCESSING
command.
The information on the management instances which is displayed shows the settings and statuses which currently apply. It is determined dynamically by StorMan.
The command supports structured output to S variables (for further information, see the manual “Commands” [1]).
SHOW-SHC-ENVIRONMENT |
INFORMATION = *STD / *ALL |
INFORMATION =
Determines the scope of the information which is output.
A header line is output followed by lines for StorMan server with the corresponding values for each unit, see the example on the next page.
INFORMATION = *STD
Information is output about the active StorMan server with its management instances.
INFORMATION = *ALL
Information is output about all StorMan servers defined in the SHC-OSD parameter file with their management instance.
Example
/SHOW-SHC-ENVIRONMENT INFORMATION=*ALL %---------------------------------------------------------------------------- % SHOW-SHC-ENVIRONMENT (SHC-OSD VERSION 15.0C00) %---------------------------------------------------------------------------- % STORMAN(1) SERVER Settings and Status ------------------------------------- % HOST = *SE1MU1(test1mu) % PORT-NUMBER = 4178 SSL = *ENABLED % STATUS = OK CONNECTED = *YES % VERSION = 10.2.0-0 % %--- STORMAN(1) Management Instances: -------------------------------------- % Instance(1) IP = 172.17.64.75 % PORT-NUMBER = 5989 INTERFACE = SMI-S % USER = root % STATUS = OK % VERSION = V06L00-0000 % VENDOR = FUJITSU % MANAGED-STORAGE-SYSTEM(1) = 4652214004 % STORAGE-STATUS = OK %---------------------------------------------------------------------------- % STORMAN(2) SERVER Settings and Status ------------------------------------- % HOST = *SE1MU2(test2mu) % PORT-NUMBER = 4178 SSL = *ENABLED % STATUS = OK CONNECTED = *NO % VERSION = 10.2.0-0 % %--- STORMAN(2) Management Instances: -------------------------------------- % Instance(1) IP = 172.17.64.192 % PORT-NUMBER = 5989 INTERFACE = SMI-S % USER = root % STATUS = OK % VERSION = V05L90-4000 % VENDOR = FUJITSU % MANAGED-STORAGE-SYSTEM(1) = 4621637022 % STORAGE-STATUS = OK % Instance(2) IP = 172.17.64.75 % PORT-NUMBER = 5989 INTERFACE = SMI-S % USER = root % STATUS = OK % VERSION = V06L00-0000 % VENDOR = FUJITSU % MANAGED-STORAGE-SYSTEM(1) = 4652214004 % STORAGE-STATUS = OK %----------------------------------------------------------------------------
Meaning of the output lines (in the order of their occurrence)
Keyword | Meaning | Value | ||||||||||||||||||||||||||
| Version of SHC-OSD |
| ||||||||||||||||||||||||||
| Settings and status of the mth (m=1...8) StorMan server. The StorMan servers are output in the order they are defined in the SHC-OSD parameter file. | |||||||||||||||||||||||||||
| Host name or IP address of the StorMan server. |
| ||||||||||||||||||||||||||
| Port number of the StorMan server. If no StorMan server is defined, ' |
| ||||||||||||||||||||||||||
| Use of secure data transfer with SSL
|
| ||||||||||||||||||||||||||
| Status of the StorMan server
|
| ||||||||||||||||||||||||||
| Specifies whether the StorMan server is active |
| ||||||||||||||||||||||||||
| Version of the StorMan server (remains empty in the |
| ||||||||||||||||||||||||||
| Management instance settings of the mth StorMan server | |||||||||||||||||||||||||||
Instance
| Name or IP address of the nth management instance for the corresponding StorMan server |
| ||||||||||||||||||||||||||
| Port number of the nth management instance |
| ||||||||||||||||||||||||||
INTERFACE | Interface type |
| ||||||||||||||||||||||||||
| User ID on the nth management instance |
| ||||||||||||||||||||||||||
| Status of the nth management instance.
|
| ||||||||||||||||||||||||||
| Version of the nth management instance |
| ||||||||||||||||||||||||||
| Manufacturer of the nth management instance |
| ||||||||||||||||||||||||||
| Serial number of the oth storage system which is managed by the corresponding management instance |
| ||||||||||||||||||||||||||
| Status of the storage system.
|
|
S variables
For INFORMATION=*STD
, the S variables are output only for the active StorMan server with its management instances.
For INFORMATION=*ALL
, the S variables for all StorMan servers are output in the order in which they are defined in the SHC-OSD parameter file. When management instances are defined for one of the StorMan servers, the relevant Svariables for the management instances are also output.
If no definition for a StorMan server exists in the SHC-OSD parameter file, no S variables are output for StorMan servers. If StorMan servers are defined, the S variables for a (an empty) StorMan server are output.
Output information | Name of the S variable | T | Contents |
Status of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).STA var(*LIST).CIMOM(*LIST).STA | S | OK |
The following S variables var(*LIST).MGMT-INSTANCE(*LIST).STORAGE-SYSTEMn and var(*LIST).MGMT-INSTANCE(*LIST).STORAGE-STAn exist n times (n=1..8) per management instance | |||
Status of the nth managed storage system | var(*LIST).MGMT-INSTANCE(*LIST).STORAGE-STAn var(*LIST).CIMOM(*LIST).STORAGE-STAn | S | '' |
Serial number of the nth managed storage system | var(*LIST).MGMT-INSTANCE(*LIST).STORAGE-SYSTEMn var(*LIST).CIMOM(*LIST).STORAGE-SYSTEMn | S | '' |
Manufacturer of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).VENDOR | S | '' |
Version of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).VERSION var(*LIST).CIMOM(*LIST).VERSION | S | '' |
Name or IP address of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).IP var(*LIST).CIMOM(*LIST).HOST | S | '' |
Port number of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).PORT-NO var(*LIST).CIMOM(*LIST).PORT-NO | S | '' |
Interface of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).INTERFACE | S |
|
User ID of the management instance | var(*LIST).MGMT-INSTANCE(*LIST).USER-ID var(*LIST).CIMOM(*LIST).USER-ID | S | '' |
Server type | var(*LIST).SERVER-TYPE | S | STORMAN |
Version number of SHC-OSD | var(*LIST).SHC-OSD-VERSION | S | <c-string 1..16> |
Is the StorMan server active? | var(*LIST).STORMAN-CONNECT | S | *YES |
Host name or IP address of the StorMan server | var(*LIST).STORMAN-HOST | S | '' |
Port number of the StorMan server | var(*LIST).STORMAN-PORT-NO | S | '' |
Use of secure data transfer | var(*LIST).STORMAN-SSL | S | *ENABLED |
Status of the StorMan server | var(*LIST).STORMAN-STA | S | OK |
Version name of the StorMan server (remains empty in the | var(*LIST).STORMAN-VERSION | S | '' |
Command return codes
(SC2) | SC1 | Maincode | Meaning |
0 | CMD0001 | Command executed successfully | |
1 | CMD0202 | Syntax error | |
32 | NDE2002 | Internal error | |
64 | NDE2014 | StorMan error in command | |
64 | CMD0087 | Function not permitted in the current input mode or with the current task privileges | |
64 | CMD0216 | Required privilege not available | |
130 | NDE1082 | Memory bottleneck during processing of command |