Oracle Solaris 10 System v8.0 (1z0-879)

Page:    1 / 41   
Total 617 questions

A colleague has been assigned the task of exporting a ZFS pool and importing it on another system. Your colleague has noticed that other ZFS pools have been exported with the same name and asks you how find the unique identification for the pool before it is exported. Which command should your colleague use?

  • A. zfs get all
  • B. zpool get all
  • C. zpool get guid mpool
  • D. zfs get creation mpool


Answer : C

A colleague has been assigned the task of exporting a ZFS pool and importing it on another system. Your colleague has noticed that other ZFS 15. Examine the exhibit.
You need to know which file systems are currently mounted, select the command that would give you the information.

  • A. zfs list
  • B. zfs get mountpoint rpool
  • C. zfs mount
  • D. zfs mount -a


Answer : C

The exhibit lists the boot process phases.
Two of the phases are significantly different between the SPARC boot and a x86/x64 boot processes. The other three phases are generally the same and use a similar set of files.
Select the list of phases that are similar for both SPARC and x86/x64 boot.

  • A. The boot PROM phase, the kernel phase, the init phase
  • B. The boot program phase, the init phase, the svc.startd phase
  • C. The kernel phase, the svc.startd phase, the init phase
  • D. The boot program phase, the kernel phase, the svc.startd phase


Answer : C

You created a backup using a file system snapshot. Now that the backup is done, you can delete the snapshot and remove the backing store file. If you forget which backing store file is in use, which command can provide you with this information?

  • A. /usr/sbin/df
  • B. /usr/sbin/mount
  • C. /usr/sbin/fssnap
  • D. /usr/lib/fs/ufs/fssnap


Answer : D

The boot disk on your x86-based server has been corrupted and you just finished restoring the root (/) file system to c1d0. Which describes the command(s) that you will use to install the GRUB programs from the Solaris OS DVD?

  • A. /usr/sbin/installboot /usr/platform/`uname \ -i`/lib/fs/ufs/bootblk /dev/rdsk/c1d0s0
  • B. /usr/sbin/installboot /dev/dsk/c1d0s0 /a /sbin/installgrub /a/boot/grub/stage1 /a/boot/grub/stage2 \ /dev/rdsk/c1d0s0
  • C. /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c1d0s0
  • D. /usr/sbin/installboot /boot/grub/stage1 /boot/grub/stage2 \ /dev/rdsk/c1d0s0
  • E. /usr/sbin/mount /dev/dsk/c1d0s0 /a; /sbin/installgrub \ /a/boot/grub/stage1 /a/boot/grub/stage2 /dev/rdsk/c1d0s0


Answer : C

The ufsrestore command is used to extract the whole content of a file system (stored to tape with ufsdump) onto another file system. Which statement about inode allocation is true?

  • A. The inodes are allocated such that the inode numbers after the restore are identical to the inode numbers recorded on tape, effectively overwriting inodes that had been allocated before the restore.
  • B. The ufsrestore consults the inode map in each cylinder group. If an inode to be restored is already allocated, ufsrestore quits with a fail message.
  • C. The ufsrestore tries to allocate inode numbers for the restored files as they are recorded on tape and evades to new, unallocated inodes whenever an inode number is already allocated in the file system.
  • D. The new file system's inodes are allocated successively as the files are restored, independent of the inode numbers recorded to tape.


Answer : D

Click the Exhibit button.
The df -F ufs -k command on your Solaris system gives the output shown in the exhibit. A backup of the / (root) file system without bringing the system to single-user mode or unmounting the / (root) file system is required. Which command will ensure a successful backup of the / (root) file system to the /dev/rmt/0 tape device, regardless of activity on that file system?

  • A. ufsdump -s 0uf /dev/rmt/0 /
  • B. ufsdump 0uf /dev/rmt/0 `fssnap -o bs=/opt, raw /`
  • C. ufsdump 0uf /dev/rmt/0 `snapfs -o bs=/var/tmp /`
  • D. ufsdump 0uf /dev/rmt/0 `snapfs -o bs=/export, raw /`
  • E. ufsdump 0uf /dev/rmt/0 `fssnap -o bs=/var/tmp, raw /`


Answer : B

The /export/home file system is running out of space on c0t0d0s7. You added a new disk to the system and it is named c1t1d0. You need to move the /export/home file system to slice 7 on the new disk. Which command is used to move the data from /export/home to the new disk after booting the server to the single-user milestone?

  • A. mount /dev/dsk/c1t1d0s7 /mnt ; ufsdump 0ucf - \ /dev/rdsk/c0t0d0s7 | (cd /mnt; ufsrestore xf - )
  • B. ufsdump 0ucf - /dev/rdsk/c0t0d0s7 | ufsrestore xf - \ /dev/rdsk/c1t1d0s7
  • C. ufsdump 0ucf - /dev/rdsk/c0t0d0s7| ufsrestore xf - \ /dev/rdsk/c1t1d0s7
  • D. mount /export/home; ufsdump 0ucf - /export/home | \ ufsrestore xf - /dev/dsk/c1t1d0s7


Answer : A

There is a requirement to create a script that backs up the /export/project file system to the default tape drive for five consecutive nights. The file system is 2 gigabytes, and all five night's backups fit on the tape. What command in the script achieves this?

  • A. ufsdump 0u export/home
  • B. ufsdump 0uf /dev/rmt/0 /export/project
  • C. ufsdump 0uf /export/project /dev/rmt/0
  • D. ufsdump 0uf /dev/rmt/0n /export/project


Answer : D

A server has not had any changes made to the configuration of the standard system login accounts. It has a number of tape devices attached to it. The server is the only system on the local network that has tape devices. A file must be configured to allow backups. Which file must be correctly configured on the system with the tape devices attached to enable the other system to successfully perform its backup?

  • A. /.rhosts
  • B. /etc/hosts.equiv
  • C. /etc/rmt/tape.conf
  • D. /etc/hostname.rmt0


Answer : A

Click the Exhibit button.
The steps that should be used to interactively restore the /etc/inet/hosts file from the second ufsdump file on a tape are shown in the exhibit. In which order should they be executed?

  • A. 3, 6, 4, 2, 1, 5, 7, 8
  • B. 3, 4, 5, 6, 2, 1, 7, 8
  • C. 3, 6, 5, 2, 1, 4, 8, 7
  • D. 3, 5, 6, 4, 2, 1, 8, 7


Answer : D

Given:


What is the result?

  • A. A new fssnap image of the /export/home file system is created.
  • B. Detailed information about the /export/home snapshot is displayed.
  • C. An existing fssnap image of /export/home for read only is mounted.
  • D. The /export/home snapshot is used as input to the fssnap command.


Answer : B

You created a custom .profile and scripts that you would like to have placed in a user home directory when a new user account is created. and scripts that you would like to have placed in a user? home directory when a new user account is created. The script should only be given to users that have a primary GID of 300 - the ? - the development?group.
Which describes the procedure to make this happen?

  • A. Place the files into the /etc/skel directory; useradd will automatically put those files into the user home directory when the account iswill automatically put those files into the user? home directory when the account is created.
  • B. Create a directory named /etc/development ; place the files in this directory ; type: useradd -k /etc/development when creating accounts for those users.
  • C. Create a directory named /etc/skel/development ; place the files in this directory ; type: useradd -K /etc/skel/development when creating accounts for those users.
  • D. Create a directory named /etc/skel/development ; place the files in this directory ; type: useradd -m /etc/skel/development when creating accounts for those users.


Answer : B

After a power outage, a user's workstation in your department will no longer mount the user's home directory. You believe that the superblock in the /dev/dsk/c0t0d0s7 file system has become corrupt. Which command will display the alternative backup superblocks?

  • A. fsck -sb /dev/dsk/c0t0d0s7
  • B. newfs -sb /dev/dsk/c0t0d0s7
  • C. fsck -N /dev/rdsk/c0t0d0s7
  • D. newfs -N /dev/rdsk/c0t0d0s7


Answer : D

You determine that a certain user, user1, is using excessive disk space. To achieve the best space reduction with minimum effort, you want to gather information to help user1 decide which files or directories to back up. You also want to illustrate that user1 is using more space than others. Which two commands would achieve this? (Choose two.)

  • A. ls -alR /export/home/user1
  • B. du -hs /var/opt
  • C. du -h /export/home/user1
  • D. df -h
  • E. quot -f /dev/dsk/<device>


Answer : C,E

Page:    1 / 41   
Total 617 questions