You want to add host03 to a Flex cluster. In which order will you execute these commands?
1. [grid@host01]$ cluvfy stage -post hwos -n host03
2. [grid@host01]$ cluvfy comp peer -refnode host01 -n host03 -orainv oinstall –
osdba
3. [grid@host01]$ cluvfy stage -pre nodeadd -n host03 -fixup
4. [grid@host01]$ cluvfy stage -post nodeadd -n host03 -verbose
5. [grid@host01]$ oclumon manage -get resize
6. [grid@host01]$ ./addnode.sh -silent “CLUSTER_NEW_NODES=(hosr03)”
“CLUSTER_NEW_VIRTUAL_HOSTNAMES=(host03-vip,)”
“CLUSTER_NEW_NODE_ROLES=(hub1leaf)”
A.
1, 2, 3, 4, 5, 6
B.
1, 2, 5, 3, 6, 4
C.
3, 5, 6, 2, 1, 4
D.
3, 6, 5, 1, 2, 4
E.
5, 6, 3, 1, 4, 2