EMCMD <system> GETVOLUMEDRVSTATE <volume letter>
This command retrieves the current state of the SIOS DataKeeper device driver.
The parameters are:
<system> | This can be either the source or the target systems. |
<volume letter> | The drive letter of the volume you want to get the configuration on. |
The output is a number indicating the state. The output is purposely terse as it is designed to be parsed in a DataKeeper recovery script. The output is one of the following mirror states:
-1: Invalid State
0: No mirror
1: Mirroring
2: Mirror is resyncing
3: Mirror is broken
4: Mirror is paused
5: Resync is pending
The output also provides the address of the mirror end point (source or target).
Post your comment on this topic.