", name);
+
printf("Resource Group Control Commands:
");
-printf(" %s -v Display version and exit
",name);
-printf(" %s -d <group> Disable <group>
", name);
-printf(" %s -e <group> Enable <group>
",
- name);
-printf(" %s -e <group> -F Enable <group> according to failover
"
- " domain rules
", name);
-printf(" %s -e <group> -m <member> Enable <group>"
- " on <member>
", name);
-printf(" %s -r <group> -m <member> Relocate <group> [to <member>]
",
- name);
-printf(" %s -M <group> -m <member> Migrate <group> to <member>
",
- name);
-printf(" (e.g. for live migration of VMs)
");
-printf(" %s -q Quiet operation
", name);
-printf(" %s -R <group> Restart a group in place.
",
- name);
-printf(" %s -s <group> Stop <group>
", name);
-printf("
");
+printf(" -v Display version and exit
");
+printf(" -d <group> Disable <group>. This stops a group
"
+ " until an administrator enables it again,
"
+ " the cluster loses and regains quorum, or
"
+ " an administrator-defined event script
"
+ " explicitly enables it again.
");
+printf(" -e <group> Enable <group>
");
+printf(" -e <group> -F Enable <group> according to failover
"
+ " domain rules (deprecated; always the
"
+ " case when using central processing)
");
+printf(" -e <group> -m <member> Enable <group> on <member>
");
+printf(" -r <group> -m <member> Relocate <group> [to <member>]
"
+ " Stops a group and starts it on another"
+ " cluster member.
");
+printf(" -M <group> -m <member> Migrate <group> to <member>
");
+printf(" (e.g. for live migration of VMs)
");
+printf(" -q Quiet operation
");
+printf(" -R <group> Restart a group in place.
");
+printf(" -s <group> Stop <group>. This temporarily stops
"
+ " a group. After the next group or
"
+ " or cluster member transition, the group
"
+ " will be restarted (if possible).
");
printf("Resource Group Locking (for cluster Shutdown / Debugging):
");
-printf(" %s -l Lock local resource group manager.
"
- " This prevents resource groups from
"
- " starting on the local node.
",
- name);
-printf(" %s -S Show lock state
", name);
-printf(" %s -u Unlock local resource group manager.
"
- " This allows resource groups to start
"
- " on the local node.
", name);
+printf(" -l Lock local resource group managers.
"
+ " This prevents resource groups from
"
+ " starting.
");
+printf(" -S Show lock state
");
+printf(" -u Unlock resource group managers.
"
+ " This allows resource groups to start.
");
}