nerdexam
Oracle

1Z0-058 · Question #69

Which command will resize an ACFS file system on the DATA diskgroup? -The ADVM volume is named VOL1. -The mount point is >/u01/app/oracle/afsmounts/vol1. -The new, larger size is 20G.

The correct answer is B. /sbin/acfsutil size 20G /u01/app/oracle/afsmounts/vol1. Resizes an Oracle ACFS file system. Syntax and Description acfsutil size -h acfsutil size [+|-]n[K|M|G|T|P ] [device] mount_point acfsutil size -h displays help text and exits. Oracle® Automatic Storage Management Administrator's Guide 11g Release 2 (11.2) RESIZE VOLUME Clause…

Administer ASM

Question

Which command will resize an ACFS file system on the DATA diskgroup? -The ADVM volume is named VOL1. -The mount point is >/u01/app/oracle/afsmounts/vol1. -The new, larger size is 20G.

Options

  • AASMCMD [+] > volsize -G data -s 20G VOL1
  • B/sbin/acfsutil size 20G /u01/app/oracle/afsmounts/vol1
  • CSQL> ALTER DISKGROUP data RESIZE VOLUME vol1 SIZE 20G;
  • DNone, an ACFS file system cannot be resized.
  • Efsadm /u0l/app/orlacle/afsmounts/vol1 20G

How the community answered

(34 responses)
  • B
    79% (27)
  • C
    12% (4)
  • D
    6% (2)
  • E
    3% (1)

Explanation

Resizes an Oracle ACFS file system. Syntax and Description acfsutil size -h acfsutil size [+|-]n[K|M|G|T|P ] [device] mount_point acfsutil size -h displays help text and exits. Oracle® Automatic Storage Management Administrator's Guide 11g Release 2 (11.2) RESIZE VOLUME Clause Use this clause to change the size of an existing Oracle ADVM volume. In an Oracle ASM cluster, the new size is propagated to all nodes. If an Oracle Automatic Storage Management File System (ACFS) exists on the volume, then you must use the acfsutil size command instead of the ALTER DISKGROUP statement. Oracle® Database SQL Language Reference 11g Release 2 (11.2)

Topics

#ACFS#ADVM#acfsutil#file system resize

Community Discussion

No community discussion yet for this question.

Full 1Z0-058 Practice