Veritas InfoScale™ Operations Manager 7.3.1 Add-ons User's Guide
- Section I. VCS Utilities Add-on 7.3.1
- Section II. Distribution Manager Add-on 7.3.1
- Section III. Fabric Insight Add-on 7.3.1
- Section IV. Patch Installer Add-on 7.3.1
- Introduction to Patch Installer Add-on
- Using Patch Installer Add-on
- Section V. Storage Insight Add-on 7.3.1
- Performing the deep discovery of enclosures
- About Storage Insight Add-on
- Adding HITACHI storage enclosures for deep discovery
- Editing the deep discovery configuration for an enclosure
- Monitoring the usage of thin pools
- Monitoring storage array metering data
- Managing LUN classifications
- Appendix A. Enclosure configuration prerequisites
- HITACHI enclosure configuration prerequisites
- EMC Symmetrix storage array configuration prerequisites
- Device setup requirements for EMC Symmetrix arrays
- IBM XIV enclosure configuration prerequisites
- NetApp storage enclosure configuration prerequisites
- EMC CLARiiON storage enclosures configuration prerequisites
- Hewlett-Packard Enterprise Virtual Array (HP EVA) configuration prerequisites
- IBM System Storage DS enclosure configuration prerequisites
- IBM SVC enclosure configuration prerequisites
- EMC Celerra enclosure configuration prerequisites
- EMC VNX storage enclosure configuration prerequisites
- EMC VPLEX storage enclosure configuration prerequisites
- Appendix B. Commands used by Management Server for deep discovery of enclosures
- Performing the deep discovery of enclosures
- Section VI. Storage Insight SDK Add-on 7.3.1
- Overview of Storage Insight SDK Add-on 7.3.1
- Managing Veritas InfoScale Operations Manager Storage Insight plug-ins
- About creating Storage Insight plug-in
- About discovery script
- About the enclosure discovery command output
- Creating a Storage Insight plug-in
- Editing a Storage Insight plug-in
- Testing a Storage Insight plug-in
- About creating Storage Insight plug-in
- Section VII. Storage Provisioning and Enclosure Migration Add-on 7.3.1
- Provisioning storage
- Creating a storage template using VxFS file systems
- Migrating volumes
- Provisioning storage
- Section VIII. Veritas HA Plug-in for VMware vSphere Web Client
- Introduction to Veritas HA Plug-in for vSphere Web Client
- Installation and uninstallation of Veritas HA Plug-in for vSphere Web Client
- Configurations for Veritas HA Plug-in for vSphere Web Client
- Section IX. Application Migration Add-on
- Introduction to Application Migration Add-on
- Creating and managing an application migration plan
- Understanding application migration operations
--list replications --encl enclosure Id command to discover the replications for an enclosure
The --list replications --encl enclosure Id command should list the information about replications in the enclosure that is specified by -encl argument.
enclosure Id is the identifier for the enclosure as reported by the -list encls command.
Each replication should be listed as a record that starts with record identifier attribute Id. For a replication source-target pair, single record should be reported.
Each record lists the mapping information as described below:
Table: --list replications --encl enclosure Id
Attribute | Description | Data type | Comments |
---|---|---|---|
Id | Globally unique identifier of the replication source or target logical disk. | String | |
Designation | It indicates if the logical disk that is specified by Id attribute is the source or target of the replication. | Integer | Its value is 0 if the Id is replication source, and 1 if it is the replication target. |
PartnerId | Globally unique identifier for the replication target if Id refers to the replication source. And, it is the globally unique identifier for replication source, if Id refers to the replication target. | String | |
PartnerName | Name of the logical disk that corresponds to PartnerId. | String | |
AcrossEncls | Specifies if the replication is across enclosures. That is, either source, or target is present in a different enclosure. | Boolean | Its value is 0 if the replication is local, and 1 if the replication is remote. |
RemoteEnclId | Globally unique identifier for the remote enclosure. It is applicable only to remote replication. | String | RemoteEnclId is optional if all three attributes RemoteEnclName, RemoteEnclVendor and RemoteEnclModel are specified. |
RemoteEnclName | Name of the remote enclosure. It is applicable only to remote replication. | String | |
RemoteEnclVendor | Vendor name of the remote enclosure. It is applicable only to remote replication. | String | If replication is remote and remote enclosure's vendor is not specified, it is assumed to be the same as that of the local enclosure (referred by enclosure Id). |
RemoteEnclModel | Product name of the remote enclosure. It is applicable only to remote replication. | String | If replication is remote and remote enclosure's product is not specified, it is assumed to be the same as that of the local enclosure. (referred by enclosure Id). |
RepMode | Mode of replication - Sync or Async. | String | Expected values are Sync for synchronous replication, and Async for asynchronous replication. |
RepType | Type of replication. | String | For example, Snapshot, Clone, or Mirror. |
RepState | State of replication. | String | Expected values are: Split, Synchronized, CopyOnWrite, Copied, Inactive, ReverseSynchronizing, ReverseOutofSync, Synchronizing, OutofSync, Consistent, Active, Suspended, FailedOver, Initialization, Unsynchronized, Partitioned, PreCopy, CopyInProgress, CopyOnAccess |
AccessMode | Access mode of the replication target. | String | Expected values are: Rdonly: If the replication target access mode is read-only. Rdwrite: If the replication target access mode is read-write. |
PartnerAltId | Alternate globally unique identifier for the replication target logical device. It should match the AltId field reported for the target logical device. | String | Optional. It is useful when neither PartnerId nor PartnerName are known while discovering the replications from the source enclosure. If either PartnerId or PartnerName are specified, this field should not be specified. |
RemoteEnclAltId | Alternate globally unique identifier for the remote enclosure. It should match the AltId property specified for the target enclosure. | String | Optional. It is useful when neither RemoteEnclName nor RemoteEnclId are known while discovering the replications from the source enclosure. If either RemoteEnclName and RemoteEnclId are specified, this field should not be specified. |