READ Free Dumps For Oracle- 1z0-058
Question ID 1969 | You want to create an ACFS on an ADVM volume using a shell script and the appropriate command-line utilities. These are the requirements: |
Option A | A. As the Grid Infrastructure owner, run mount -t acfs /dev/asm/prodvol-417 /acfs to mount the file system. |
Option B | B. As the Grid Infrastructure owner, run asmcmd volinfo -d volfile prodvol to determine the volume information. |
Option C | C. As the Grid Infrastructure owner, run asmcmd volcreate -d volfile -s 500M prodvol to create the volume file. |
Option D | D. As the Grid Infrastructure owner, run mkfs -t acfs /dev/asm/prodvol-417 to create the file system. |
Option E | E. As root, run mount -t acfs /dev/asm/prodvol-417 /acfs to mount the file system. |
Option F | F. As root, run mkfs -t acfs /dev/asm/prodvol-417 to create the file system. |
Correct Answer | B,C,E,F |
Question ID 1970 | 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? |
Option A | A. by running crsctl add css votedisk <path_to_new_location> followed by crsctl delete css –votedisk <path_to_old_location> |
Option B | B. by running crsctl replace css votedisk <path_to_old_location,path_to_new_location> |
Option C | C. by running srvctl replace css votedisk <path_to_old_location, path_to_new_location> |
Option D | D. by running srvctl add css votedisk <path_to_new_location> followed by srvctl delete css votedisk <path_to_old_location> |
Correct Answer | A |