Oracle Solaris 10 System Administrator Certified Professional Exam, Part IVersion 7.0 v3.0 (1z0-877)

Page:    1 / 21   
Total 301 questions

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

The organization requires that file systems be backed up from a snapshot. After the file system has been backed up, the two files created by the snapshot process have to be removed. Which two files need to be removed? (Choose two.)

  • A. rm snapshot
  • B. fssnap -r filesystem
  • C. fssnap -d filessytem
  • D. rm backing_store_file


Answer : C,D

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

The security policy for the company is that volume managment is disabled for all the systems. A user has brought a DOS-formatted diskette with files that need to be transferred to that user's home directory. Which command mounts the diskette?

  • A. mount -F pcfs /dev/rdiskette /pcfs
  • B. mount -F pcfs /dev/diskette /pcfs
  • C. mount -F pcfs /floppy/floppy0 /pcfs
  • D. mount /floppy/floppy0 /pcfs


Answer : B

You have installed a package called SUNWvts onto your system. Where is the information about every file and directory contained in this package stored?

  • A. /var/sadm/messages
  • B. In your home directory.
  • C. /var/spool/SUNWvts
  • D. /var/sadm/install/contents
  • E. /var/adm/installed/contents
  • F. /etc/default/installed/packages/information


Answer : D

You need to convert the Sun VTS software package from the file system format to the data stream format to propagate the software using your WANboot server. The package is currently in the /var/tmp directory. Which command do you need to execute to accomplish this task?

  • A. # pkgtrans /var/tmp /tmp/SUNWvts.pkg SUNWvts
  • B. # pkgstream SUNWvts /var/tmp/SUNWvts.datastream
  • C. # pkgstream /var/tmp/SUNWvts /tmp/SUNWvts.stream
  • D. # pkgconvert -f /var/tmp/SUNWvts -d /var/tmp/SUNWvts.pkg


Answer : A

Click the Exhibit button.
You have a system with a single disk drive. You need to add a new 6GB file system for
/data and can only add it on this disk. Given the information displayed in the exhibit, which describes the option for adding a 6GB slice to this disk without destroying any existing data on the disk or reloading the operating system?

  • A. Increase slice 4 to 6GB.
  • B. Combine slices 4 and 5.
  • C. Reduce the slice 7 to 1GB. Change slice 4 to 6GB.
  • D. Not enough contiguous space on the disk to make a new 6 GB file system.
  • E. All of your slices are used. You cannot add a new slice for the /data file system without repartitioning and reloading the OS.


Answer : A

Click the Exhibit button.
Overnight, the root file system filled up to 100%. The exhibit displays the state of the server before the root file system filled up. Which three directories should be checked for the files that caused the root file system to fill up so quickly?

  • A. /dev
  • B. /etc
  • C. /usr
  • D. /opt
  • E. /system


Answer : A,B,E

Page:    1 / 21   
Total 301 questions