Valid 1Z0-902 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-902 Exam! ExamDiscuss.com now offer the newest 1Z0-902 exam dumps, the ExamDiscuss.com 1Z0-902 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-902 dumps with Test Engine here:
You are going to create an ACFS Filesystem for use as a staging area for data loads. Examine the following commands: What steps and in which order should they be executed?
Correct Answer: A
The steps and the order in which they should be executed to create an ACFS Filesystem for use as a staging area for data loads are: asmcrad volcreate -G data -s 1024G acfs_dataload_vol : This command creates a new volume in the data diskgroup, with a size of 1024 GB, and named acfs_dataload_vol. asmcmd vol info -G data acfs_dataload_vol | grep Device: This command will show the device name of the newly created volume /usr/sbin/mkfs -t acfs /dev/asm/ac:fs_dataload_vol-123: This command creates a new ACFS filesystem on the volume created in step 1 sudo /u01/app/19.0.0.0/grid/bin/srvctl start filesystem -device /dev/asn/acfs_dataload_vol-123: This command starts the filesystem created in step 3 sudo chovn -R oracle:dba /mnt/acfs_dataload_vol: This command changes the ownership of the /mnt/acfs_dataload_vol to the oracle:dba user. /sbin/acfsutil snap create -v data_load /mnt/acfs_dataload_vol: This command creates a snapshot of the filesystem to be used as a staging area. acfsutil size +2S0G -d /dev/asm/acfs_dataload_vol-123 /mnt/acfs_dataload_vol/ : This command increases the size of the filesystem by 2GB /u01/app/19-G.O-Q7grid/bin/srvctl add filesystem -device /dev/asm/acfs_dataload_vol-