nerdexam
Oracle

1Z0-877 · Question #257

You want to create a copy of an active ZFS file system named dbase. When listing the information on the file system, the following information is displayed: NAME USED AVAIL REFER MOUNTPOINT…

The correct answer is C. zfs clone data/dbase@bckup_dbase data/clone_dbase. See the full explanation below for the reasoning.

Question

You want to create a copy of an active ZFS file system named dbase. When listing the information on the file system, the following information is displayed:

NAME USED AVAIL REFER MOUNTPOINT files/dbase 24.5K 72.8G 24.5K /data/dbase data/dbase@bckup_dbase 0 - 24.5K - Rather than unmount the file system, back it up and transfer the data to a second file system, you want to create a point in time snapshot of the current dbase file system and copy that snapshot. Based on the information displayed above, which answer describes the steps necessary to complete this process?

Options

  • Azfs snapshot data/dbase@ bckup_dbase
  • Bfssnap -F ufs -o bs=/var/tmp /data/dbase /dev/fssnap/0 mount -r ro /dev/fssnap/0
  • Czfs clone data/dbase@bckup_dbase data/clone_dbase
  • Dzfs clone data/dbase data/clone_dbase

How the community answered

(59 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    78% (46)
  • D
    14% (8)

Community Discussion

No community discussion yet for this question.

Full 1Z0-877 Practice