310-200 · Question #277
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? Sun 310-200 Exam
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 /data/clone_dbase
- Czfs clone data/dbase@bckup_dbase data/clone_dbase
- Dzfs clone data/dbase data/clone_dbase
How the community answered
(23 responses)- A4% (1)
- B9% (2)
- C70% (16)
- D17% (4)
Community Discussion
No community discussion yet for this question.