Command Line Enhancements for System State Protection
The following commands have been added to PowerShell to support System State Protection:
set-properties scenario_name index value
Use the set-properties command to set System State Protection for a scenario.
To obtain index values, use the get-properties command.
set-hostproperty scenario_name replica_name index value
Use the set-hostproperty command to enable the Store System State property on a Replica.
To obtain index values, use the get-hostproperties command.
RecoveryMode [A|S|B]
Use A to recover application data only. (Default setting)
Use S to recover system state only.
Use B to recover both.
RebootAfterRecovery [0|1]
Use 0 to skip reboot (default)
Use 1 to enable Master reboot after recovery