change dlm directory_recovery
Parameters
Parameter |
Description |
Value |
---|---|---|
recovery_mode=? | Recovery mode. | The value can be "condition" or "force", where:
|
controller=? | Controller ID. | The value is in the format of XA, XB, XC, or XD, where X indicates an integer from 0 to 3, for example, "0A", "1C". |
Usage Guidelines
Before running this command, you must suspend HyperMetro pairs in the storage system.
Example
-
Recover the distributed lock directory on controller A conditionally.
developer:/>change dlm directory_recovery recovery_mode=condition controller=0A DANGER: You are about to recover the DLM lock directory. This operation can be performed in a storage system only when HyperMetro pairs have been configured and suspended for the storage system. Suggestion: Before performing this operation, ensure that HyperMetro pairs have been suspended. Have you read danger alert message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Command executed successfully.
-
Recover the distributed lock directory on controller A forcibly.
developer:/>change dlm directory_recovery recovery_mode=force controller=0A DANGER: You are about to recover the DLM lock directory. This operation can be performed in a storage system only when HyperMetro pairs have been configured and suspended for the storage system. Suggestion: Before performing this operation, ensure that HyperMetro pairs have been suspended. Have you read danger alert message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Command executed successfully.