Suppose you have a Veritas Volume Manager disk group named appdg with default settings
registered using:
#cldg create -t vxvm -n node1,node2 appdg.
You are now asked to configure the following: appdg should be online on node1 by default, and
node1 should take appdg automatically back when it joins the cluster.
Which identifies the correct action to accomplish this task?
A.
No action is required, since this is already the default setup.
B.
cldg set -p preferenced=true -p failback=true appdg
C.
cldg set -p preferenced=node1 -p failback=true appdg
D.
cldg change -p preferenced=true -p failback=true appdg