which do not reside in ASM, to this new non-ASM location. How can this be done?

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?

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>



Leave a Reply 4

Your email address will not be published. Required fields are marked *


rohit kumar

rohit kumar

“A” should be the correct answer.

as there is no need to mention “path_to_old_location” in crsctl replace command.

bm

bm

I agree with “A” as the correct. Syntax “crsctl replace…” is valid only for ASM.