All StorMan commands use a common set of enumerations for input parameters and output values. These enumeration are only provided for show functions with parameter -format xml/xmlp
. These are described below:
StorMan connection types
The enumeration STORMAN_CONNECTION_TYPE
represents possible connection type values.
Value | Meaning |
| No specific storage type requested |
| connected by FC |
| connected by iSCSI |
| connected by SAS (serial attached SCSI) |
| connected by FCoE |
| NAS connected Storage |
StorMan storage models
The enumeration STORMAN_STORAGE_MODEL
represents a list of supported storage system models.
Value | Meaning |
| No specific model requested |
| ETERNUS DX / AF storage system |
| Storage system monitored by specific scripts |
| Storage system registered manually |
StorMan volume status
The enumeration STORMAN_VOLUME_STATUS
represents a list of supported of volume status.
Value | Meaning |
| No specific status requested |
| State of volume is not known |
| Storage volume is in status READY |
| Storage volume is in status NOT_READY |
| Storage volume is in status READ_ONLY |
| Storage volume is in status ERROR |
StorMan RAID levels
The enumeration STORMAN_RAID_LEVEL
represents a list of supported raid levels.
Value | Meaning |
| No specific RAID requested |
| Unknown RAID level |
| No RAID level |
| Striped |
| mirrored disk |
| mirrored disk with striping |
| striping with parity |
| striping with distributed parity |
| striping with 2 distributed parities |
StorMan mirror volume usage
The enumeration STORMAN_MIRROR_VOLUME
represents a list of supported values for the usage of a volume in mirroring relationships.
Value | Meaning |
| Not used for mirroring |
| Used as original in local mirroring relationship |
| Used as local mirror |
| Used as original in remote mirroring relationship |
| Used as remote mirror |
| Unknown mirroring relationship |
| No specific mirroring requested |
StorMan mirror type usage
The enumeration STORMAN_MIRROR_TYPE
represents a list of supported values for the mirroring type.
Value | Meaning |
| No mirror type |
| Used as snap |
| Used as full mirror |
| Used as clone |
| Unknown mirror information |
StorMan mirror replica usage
The enumeration STORMAN_MIRROR_REPLICA
represents a list of supported values for the replica location.
Value | Meaning |
| No replica |
| Used as local replica |
| Used as remote replica |
StorMan mirror remote replication mode
The enumeration STORMAN_REMOTE_COPY_MODE
represents a list of supported values for the remote replication mode.
Value | Meaning |
| Unknown remote replication mode |
| Remote replication mode not specified |
| Synchronous remote replication mode |
| Asynchronous, conisitent remote replication |
| Asynchronous stack mode (ETERNUS DX/ AF) |
| Asynchronous through mode (ETERNUS DX/ AF) |
StorMan mirror pair status
The enumeration STORMAN_MIRROR_PAIR_STATUS
represents a list of supported of volume status.
Value | Meaning |
| Mirror pair is in initialization |
| Mirror pair is initialized |
| Mirror pair is broken after a failure |
| Mirror pair is in termination |
| Mirror pair is restoring to original |
| Mirror pair is resyncing to mirror |
| Mirror pair is split but out of synch, the mirror is accessible from host |
| Mirror pair is split and synchronized, the mirror is accessible from host |
| Mirror pair is suspended, the mirror is not accessible from host |
| Mirror pair is failed over, only the mirror is accessible from host. |
| Mirror pair is synchronizing |
| Mirror pair is synchronized, the mirror is not accessible from host |
| Mirror pair status is not applicable to the pair |
| Mirror pair is waiting for synchronization |
| Mirror pair is partitioned |
| Mirror pair is broken |
| Mirror pair is split during a synchronization process, the mirror is accessible from host, but data is not consistent |