Choose the two correct commands that will successfully create an ASM cluster file system (ACFS) and register the mount point on a Linux/UNIX system.

Choose the two correct commands that will successfully create an ASM cluster file system
(ACFS) and register the mount point on a Linux/UNIX system.

Choose the two correct commands that will successfully create an ASM cluster file system
(ACFS) and register the mount point on a Linux/UNIX system.

A.
mkfs -t asm /dev/asm/testvol-461 -n “testvol”

B.
mkfs -t acfs /dev/asm/testvol-461 “testvol”

C.
crsctl -r mountpoint /dev/asm/testvol-461 /u01/app/grid/acfsmounts/acfs_testvol

D.
acfsutil registry -a -f /dev/asm/testvol-461 /u01/app/grid/acfsmounts/acfs_testvol



Leave a Reply 1

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


Masoud

Masoud

A: is incorrect, ASM is completely shared storage solution it is not a File system.

Correct answers are: B,D.