Some new non-ASM shared storage has been made available by the storage administrator and the Oracle Grid Infrastructure Administrator decides to move the voting disks, which do not reside in ASM, to this new non-ASM location. How can this be done?
A.
by running crsctl add css votedisk <path_to_new_location> followed by crsctl delete css votedisk <path_to_old_location>
B.
by running crsctl replace css votedisk <path_to_old_location/path_to_new_location>
C.
by running srvctl replace css votedisk <path_to_old_location,path_to_new_location>
D.
by running srvctl add css votedisk <path_to_new_location> followed by srvctl delete css votedisk <path_to_old_location>
“A” should be the correct answer.
as there is no need to mention “path_to_old_location” in crsctl replace command.
I agree with “A” as the correct. Syntax “crsctl replace…” is valid only for ASM.
As the documentation said (at least in 11.2) the replace can be used by shared file system too.
So, I think the right answers is B
E41959-03
http://docs.oracle.com/cd/E11882_01/rac.112/e16794/crsref.htm#CWADD92219
“A” is the correct answer.
For NON-ASM storage:
http://docs.oracle.com/cd/E11882_01/rac.112/e41959/votocr.htm#CWADD90961