1Z0-058 Free Dumps Study Materials
Question 12: You want to create an ACFS on an ADVM volume using a shell script and the appropriate command-line
utilities. These are the requirements:
- The dynamic volume file must use space in the VOLFILE disk group with a size of 500 M and be called
prodvol.
- The mount point called /acfs already exists.
Which four steps must be performed to achieve this?
A. As the Grid Infrastructure owner, run mount -t acfs /dev/asm/prodvol-417 /acfs to mount the file system.
B. As the Grid Infrastructure owner, run asmcmd volinfo -d volfile prodvol to determine the volume
information.
C. As the Grid Infrastructure owner, run asmcmd volcreate -d volfile -s 500M prodvol to create the volume
file.
D. As the Grid Infrastructure owner, run mkfs -t acfs /dev/asm/prodvol-417 to create the file system.
E. As root, run mount -t acfs /dev/asm/prodvol-417 /acfs to mount the file system.
F. As root, run mkfs -t acfs /dev/asm/prodvol-417 to create the file system.
Correct Answer: B,C,D,E