Sun310_200.txt

  1. QUESTION NO: 1
    The oldtimer printer needs to be decommissioned because the newkid printer has made it
    obsolete. Which sequence of commands decommissions oldtimer without losing any print
    requests?
    A. reject oldtimer
    mv /var/spool/lp/requests/oldtimer/*
    /var/spool/lp/requests/newkid
    enable newkid
    disable oldtimer
    B. lpshut
    mv /var/spool/lp/tmp/oldtimer/*
    /var/spool/lp/tmp/newkid
    lpadmin -x oldtimer
    lpsched
    C. reject oldtimer
    disable oldtimer
    D. reject oldtimer
    lpmove oldtimer newkid
    lpadmin -x oldtimer
    D
  2. QUESTION NO: 2
    Your x86-based server will not boot Solaris 10 OS. You discover that you need to restore your
    pboot and boot block on the / (root) slice located on disk c0d0. You first boot off of the CD-ROM or
    DVD into single user mode.
    What commands should you run to restore the pboot and boot block on the slice?
    A. # cd /usr/platform/`uname -m`/lib/fs/ufs
    # installboot /usr/platform/`uname -i`/lib/fs/ufs/pboot \ /usr/platform/`uname -i`/lib/fs/ufs/bootblk
    /dev/rdsk/c0d0s2
    B. # cd /usr/platform/`uname -m`/lib/fs/ufs
    # install -bootblock -pboot /dev/rdsk/c0d0s0
    C. # cd /usr/platform/`uname -m`/lib/
    # install-pboot /dev/rdsk/c0d0s2 -b bootblock /dev/rdsk/c0d0s2
    D. # cd /usr/lib/ufs
    # installboot /dev/rdsk/c0d0s0
    A
  3. QUESTION NO: 3 DRAG DROP
    Click the Task button.
    You want to network boot your system with the additional network card, which is NOT an onboard
    Ethernet.
    Place the Boot PROM commands in the correct order.

  4. QUESTION NO: 4
    You have added an additional internal drive to your x86-based desktop system, and you want to
    get the Solaris 10 OS to recognize it.
    Which three procedures allow the OS to recognize the new device? (Choose three.)
    A. boot the system then execute # touch /reconfigure, and then reboot the system; confirm that
    you can see the new drive by executing # format.
    B. boot the system and enter the # devfsadm -v command;
    confirm that you can see the new drive by executing # format
    C. boot the system, and at the Current Parameters Menu, type b -r;
    confirm that you can see the new drive by executing # format
    D. from the system menu, select the "Add new hardware" icon; confirm that you can see the new
    drive by executing # format
    E. boot the system and enter the # reconfigure command;
    confirm that you can see the new drive by executing # format
    A,B,C
  5. QUESTION NO: 5
    As system administrator, you are beginning the process of installing Solaris 10 OS on a new
    SPARC-based workstation.
    At the FORTH Monitor, which three will be displayed by initiating the banner command? (Choose
    three.)
    A. amount of memory
    B. boot device
    C. diagnostics switch
    D. Ethernet address
    E. diagnostics level
    F. input device
    G. output device
    H. OpenBoot version
    A,D,H
  6. QUESTION NO: 6
    On a SPARC-based system, two device aliases named bootdisk01 and bootdisk02 are created.
    These aliases allow the boot system to boot from two different disks. Currently bootdisk01 is used
    by default.
    Which Solaris OS command amends the boot-device parameter to cause the system to boot from
    bootdisk02 by default?



    B.
  7. QUESTION NO: 7
    A user's system does not contain all the parts of the Solaris OS that the user needs. Which file
    tells you what software cluster has been installed on the user's system?
    A. /var/sadm/system/admin/CLUSTER
    B. /var/adm/system/CLUSTER
    C. /etc/issue
    D. /var/sadm/install/package/content
    A
  8. QUESTION NO: 8
    There is a requirement to run a script every other month starting next month (March). This script is
    to be run every Monday, Wednesday, and Friday. Which crontab entry achieves this?



    C.
  9. QUESTION NO: 9
    Given:
    $ id
    uid=1001(test1) gid=1(other)
    $ ls -al /etc/data
    -r-------- 1 root other 394 Jan 25 16:56 /etc/data
    $ cat /etc/data
    cat: cannot open /etc/data
    Which three actions by root enables both root and test1 to read /etc/data? (Choose three.)
    A. #chown test1 /etc/data
    B. #setfacl g+r /etc/data
    C. #chmod g+r /etc/data
    D. #setfacl -m g:other:r--,m:r-- /etc/data
    E. #chgrp sys /etc/data
    A,C,D
  10. QUESTION NO: 10
    A corrupted file system is now repaired and back in use. Some, but not all of the files within the file
    systems have been deleted. The only backup of this file system is a month-old tar archive. This
    archive will need to be restored as root. What are two effects of the restore operation? (Choose
    two.)
    A. The modification time on the files restored by tar will be preserved and will reflect the time the
    file was last modified before the backup, NOT the time of the restore operation.
    B. The missing files, present on the backup tape, are restored to the file system with the data as it
    was when the backup was taken.
    C. Files found in the file system that are also on tape will NOT be overwritten.
    D. The access times are preserved by tar and will reflect the time when a user last accessed the
    data.
    A,B
  11. QUESTION NO: 11
    A junior kernel engineer wants to test modifications to a SPARC-based kernel. Which ok prompt
    command allows you to boot your workstation using the new kernel that the engineer has
    developed?
    A. boot -r
    B. boot -a
    C. boot -v
    D. boot -s
    B
  12. QUESTION NO: 12
    A system will not boot after modification to a critical file on the root file system on
    /dev/dsk/c0t0d0s0. The system has been booted to the appropriate level to allow access to the
    disk where the root file system is located and to set the terminal type.
    Which two commands should you run to make the file system available for edit? (Choose two.)
    A. mount /dev/dsk/c0t0d0s0 /a
    B. fsck /devices/rdsk/c0t0d0s0
    C. fsck /dev/rdsk/c0t0d0s0
    D. mount /dev/dsk/c0t0d0s0 /
    A,C
  13. QUESTION NO: 13
    A user's home directory contains unnecessary files that the user wants to delete. The ls -li
    command presents the following output:
    total 4
    83215 -rw-r--r-- 2 user1 other 180 May 7 12:11 file1
    83215 -rw-r--r-- 2 user1 other 180 May 7 12:11 file2
    Which two occur when removing file2? (Choose two.)
    A. The link count value of file1 decreases to 1.
    B. The file1 file no longer provides access to data.
    C. Both file1 and file2 are removed.
    D. The link count value of file1 remains 2.
    E. The file1 file remains and continues to provide access to data.
    A,E
  14. QUESTION NO: 14
    Given:
    online 16:23:28 svc:/network/telnet:default
    offline 10:59:38 svc:/application/print/ipp-listener:default
    maintenance 17:56:41 svc:/network/ssh:default
    Which two statements are true? (Choose two.)
    A. Running svcs -x will return the process IDs for the telnet service.
    B. The processes required for the telnet service are running.
    C. Running kill /network/telnet will shut down the telnet service.
    D. Running svcadm clear ssh will try to restart the ssh service.
    E. Running svcs -p network/ssh will return the PID of sshd.
    B,D
  15. QUESTION NO: 15
    As a result of a recent incident, the user4 user is not allowed access to the crontab command. You
    need to remove the user's current crontab file and make an entry in the appropriate file.
    What two actions achieve this? (Choose two.)
    A. execute crontab -r user4
    B. place an entry in /etc/cron/cron.deny
    C. place an entry in /etc/cron.d/cron.deny
    D. execute crontab -d user4
    A,C
  16. QUESTION NO: 16
    The systems on your network use only the command line to log in. A recent security review
    requires you to track the number of failed logins after three unsuccessful attempts have been
    made. You create the /var/adm/loginlog file. To complete this task you must edit the file that
    contains the line SYSLOG_FAILED_LOGINS=5.
    Which file contains this line?



    C.
  17. QUESTION NO: 17
    A disk is returned from the accounts department for reformatting, using their predefined disk
    layout.
    Which two commands in the partition sub-menu load the predefined table and commit it to the
    disk? (Choose two.)
    A. name
    B. choose
    C. select
    D. label
    E. modify
    C,D
  18. QUESTION NO: 18
    The ufsrestore command is used to extract the entire content of a file system (stored to tape with
    ufsdump) to another file system.
    Which statement about inode allocation is true?
    A. 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.
    B. The new file system's inodes are allocated successively as the files are restored, independent
    of the inode numbers recorded to tape.
    C. 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.
    D. 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
  19. QUESTION NO: 19
    Click the Exhibit button.
    Which two statements are true? (Choose two.)
    A. Any user on faraway can use rlogin to become root without supplying a password.
    B. User faraway is not allowed to access the ftp service on this system.
    C. Any user on nearby can use rlogin to become root without supplying a password.
    D. User root on nearby can use rlogin without supplying a password.
    E. None of the users on faraway can access the ftp service on this system.
    B,D
  20. QUESTION NO: 20
    A SPARC-based system, but you are not sure of the physical path information. Which OBP
    command shows you this information?
    A. probe-all
    B. prtdiag -v
    C. show-devs
    D. printenv
    E. probe-scsi-all
    C
  21. QUESTION NO: 21
    A user has an entry in both of the files that manage access to the crontab command.
    What is the result when the user tries to run the crontab command?
    A. The user cannot run the command.
    B. The user can only run the command in read only.
    C. The user can run the command.
    D. Only root can run the crontab command.
    A
  22. QUESTION NO: 22 DRAG DROP
    Click the Task button.
    A junior administrator wants to know more about how the run levels map out to the SMF
    milestones. Place the appropriate run level on its equivalent SMF Milestone.
    Note: Not all run levels are used.

  23. QUESTION NO: 23
    You want to monitor a failed login after five unsuccessful attempts. Which file contains this
    information?



    D.
  24. QUESTION NO: 24
    The power-on self-test (POST) information on a SPARC-based headless server needs to be
    viewed while it executes. What should you do to accomplish this?




    Backspace key combination
    A.
  25. QUESTION NO: 25
    The IT manager, who wants to prevent anyone from accessing the CD-ROM drive and installing
    unauthorized software, asks you, as the system administrator, to disable the volume management
    service from starting upon reboot on a production server.
    Which action should you take to secure your system in this way?



    B.
  26. QUESTION NO: 26
    An administrator uses a file system snapshot to back up a partition that contains user data. While
    the backup is in progress, the file system used for the backing store runs out of space.
    What are the consequences?
    A. The backup progresses, but processes updating the data to be backed up are suspended until
    there is more space available for the snapshot.
    B. The backup is suspended until there is more space available for the snapshot.
    C. The backup progresses without incident.
    D. The backup is aborted and the snapshot is deleted.
    D
  27. QUESTION NO: 27
    You accidently initiated an abort sequence. As a consequence, your SPARC-based system went
    into the PROM mode.
    Which two actions disable the default keyboard abort sequence? (Choose two.)
    A. edit /etc/default/kbd to change the value of the variable KEYBOARD_ABORT to disable
    B. detach serial console device
    C. in PROM mode, change the value of keyboard to disable
    D. run the eeprom command to disable KEYBOARD_ABORT
    E. run the kbd -a disable command
    A,E
  28. QUESTION NO: 28
    The operating system that is installed on the company's server and that runs the invoicing
    software needs to be upgraded to Solaris 10 OS. The work must be completed with minimal
    downtime. You have a week to prepare for the upgrade.
    Which method results in the least system downtime?



    C.
  29. QUESTION NO: 29
    On your x86-based system, what does the Boot Solaris Menu in the Device Configuration
    Assistant allow you to choose?



    D.
  30. QUESTION NO: 30
    Your company hired a new Java technology programmer, and the IT manager wants you to create
    a user account, user5, on the development server for this new employee. Account creation must
    abide by the following departmental rules:
    1) The user's home directory will be /export/home/"username".
    2) Java programmers use the Korn shell.
    3) The user's home directory must be created at the time the account is created.
    4) Java programmers use javap as their primary group.
    5) Java programmers use javad as their secondary group.
    Which two command-line entries will create this new account? (Choose two.)
    A. useradd -d /export/home/user5 -m -s /bin/ksh -g javap -G javad user5
    B. useradd -d /export/home/user5 -m -s /sbin/ksh -g javap -G javad user5
    C. useradd -m -d /export/home/user5 -s /bin/ksh -g javad -G javap user5
    D. useradd -d /export/home/user5 -m -s /bin/ksh -g javad -G javap user5
    E. useradd -d /export/home/user5 -m -g javap -G javad -s /bin/ksh user5
    A,E
  31. QUESTION NO: 31
    You are attempting to install Solaris 10 OS on your x86-based laptop. You insert the Solaris
    Installation CD 1 into the CD-ROM drive. You reboot the system, but it boots into the existing OS
    that is on the system.
    Which two procedures can you use to begin the install process? (Choose two.)
    A. You set the BIOS settings to boot from CD-ROM drive before booting from the hard drive. You
    then save the settings and reboot the system with Solaris Installation CD 1 in the CD-ROM drive.
    B. You insert the Solaris Installation CD 1 into the CD-ROM drive while the old OS is running and
    start the install from the old OS.
    C. You boot from a DCA diskette and direct it to read Solaris Installation CD 1 to start the
    installation.
    D. You boot from a bootable diskette (any OS) and direct that OS to install Solaris OS.
    A,C
  32. QUESTION NO: 32
    You are asked to perform a Solaris OS installation on a workstation. One requirement is that if the
    root file system becomes corrupted, the recovery of the root slice must take the minimum amount
    of time.
    Which layout will take the least time to recover the root slice (/)?
    A. / 71.5 gigabyte
    swap512 megabyte
    B. /20 gigabyte
    swap1024 megabyte
    /usr10 gigabyte
    /export/home41 gigabyte
    C. /10 gigabyte
    swap1024 megabyte
    /var10 gigabyte
    /usr30 gigabyte
    /export/home21 gigabyte
    D. /40 gigabyte
    swap1024 gigabyte
    /usr10 gigabyte
    C
  33. QUESTION NO: 33
    A user is attempting an ftp connection to a server. A check of the server show the ftp service is
    online. Which file should you check on the ftp server to see if this user is allowed to use ftp?
    A. /etc/ftpd/ftpusers
    B. /etc/default/ftpusers
    C. /etc/ftpd/ftp.deny
    D. /etc/ftpusers
    A
  34. QUESTION NO: 34
    A file system has been corrupted and needs to be restored. Which file contains the ufsdump levels
    for this file system?
    A. /etc/ufsdump
    B. /etc/dumpdates
    C. /etc/fsdumpdates
    D. /etc/backup
    B
  35. QUESTION NO: 35
    You manually created a snapshot of the file system holding the user data. You created this
    snapshot at 5 p.m., and the backup of the snapshots starts at 11 p.m. The next morning, you verify
    the backup succeeded. Later that morning, one of your users asks for a restore of a file the user
    worked on last night, and accidentally deleted. The user needs the 10 p.m. version.
    Where can you find this version?



    B.
  36. QUESTION NO: 36
    The security team reports that the log file displaying a list of users logged in on local and remote
    hosts has not been updated for 18 hours. The team states that the script is still there and has the
    correct permissions.
    Which command checks to see that the daemon is online?



    C.
  37. QUESTION NO: 37
    Your company has multiple sites and has decided to use WAN boot installations using the current
    infrastructure.
    Which two actions protect the integrity of the installation? (Choose two.)
    A. install from an anonymous ftp server
    B. install from a Flash archive
    C. use private keys to authenticate and encrypt data
    D. configure digital certificates and transmit the installation data and files over a secure HTTP
    connection
    C,D
  38. QUESTION NO: 38
    As the system administrator for your department, you are asked to help a user retrieve data from a
    diskette. The user placed the diskette into the drive, but the OS did not recognize the new media.
    Volume management is enabled.
    After you verify that the volume management daemon is running, which command do you execute
    to have the OS recognize the floppy disk?



    B.
  39. QUESTION NO: 39
    Given:
    #id
    uid=101(user1) gid=10(user1)
    #su user2
    and
    #tail -2 /etc/passwd
    user1:x:101:10:/export/home/user1:/bin/ksh
    user2:x:102:11:/export/home/user2:/bin/ksh
    What is the EUID and the EGID of the new user?



    B.
  40. QUESTION NO: 40
    Your x86-based system with Solaris 10 OS installed on it is not booting correctly. You think the
    problem might be that a BIOS setting is not correctly configured.
    What should you do to abort the boot process and reboot into the BIOS configuration menu?
    A. You press the Ctrl-Alt-Del keys and reboot the system, or press the reset button. When the
    screen tells indicates the key to enter the BIOS, you press it and examine your BIOS settings.
    B. You press the middle mouse button. When the screen times out, you enter the BIOS
    configuration menu and examine the BIOS settings.
    C. You press the Stop-A keys then type reset-all. You reboot directly into the BIOS configuration
    menu and examine the BIOS settings.
    D. While holding down the reset button, you power cycle the system.
    A
  41. QUESTION NO: 41 DRAG DROP
    Click the Task button.
    Given :
    # logins -l test1
    test1 1001 other 1
    # ls -al /tmp/datafile
    -rw-r--r-- 1 root other 0 Jan 26 18:07 /tmp/datafile
    Place one command and one option in the space provided to prevent test1 from reading
    /tmp/datafile.

  42. QUESTION NO: 42
    As system administrator, you want to create an alias for the secondary network interface on a
    SPARC-based workstation. However, you cannot remember the exact FORTH Monitor syntax for
    the command that lists all the network interfaces at the ok prompt. All you remember is that the
    command contains the string net.
    Which FORTH Monitor command can you use to list all the commands that contain the net string?



    A.
  43. QUESTION NO: 43
    At boot, a SPARC-based system reports this error:
    ok boot
    Rebooting with command: bootBoot device: disk02 File and args: Evaluating: boot
    Can't open boot device
    ok
    To address the problem, you need to reset the boot device parameter to its default value.
    There are other variables that need to retain their current values. Which command achieves this?



    A.
  44. QUESTION NO: 44
    The security policy of your company dictates that root logins are only allowed on the console of a
    system. Which variable should be set?



    D.
  45. QUESTION NO: 45 DRAG DROP
    Click the Task button.
    Place the file system type on the appropriate file system name.

  46. QUESTION NO: 46
    Given:
    cat /etc/shadow
    root:E8Z8pYrni6C/A:6445::::::
    daemon:NP:6445::::::
    bin:NP:6445::::::
    sys:NP:6445::::::
    adm:NP:6445::::::
    lp:NP:6445::::::
    uucp:NP:6445::::::
    nuucp:NP:6445::::::
    smmsp:NP:6445::::::
    listen:*LK*:::::::
    gdm:*LK*:::::::
    webservd:*LK*:::::::
    nobody:*LK*:6445::::::
    noaccess:*LK*:6445::::::
    nobody4:*LK*:6445::::::
    user1:*LK*::::::11983:
    user2:PWXilK60LXz7U:11816::::::
    user3:BYj1zG/T9WsG2:11816:::::11983:
    user4:fbCp13KUDNh2E:11816::::7::
    Which two statements are true? (Choose two.)
    A. The user3 account has an expiration date.
    B. The user4 account will expire in seven days.
    C. The user2, user3, and user4 accounts all had their passwords set by process ID 11816.
    D. The user1 and listen accounts are locked accounts.
    A,D
  47. QUESTION NO: 47 DRAG DROP
    Click the Task button.
    Place the boot process phases in the correct order for a SPARC-based system.

  48. QUESTION NO: 48
    You receive a request to set up trusting for user1 when user1 logs in to system1 from system2.
    Which entry should you place in the appropriate file to achieve this?



    C.
  49. QUESTION NO: 49
    Your IT manager has asked you to install the Solaris 10 OS on a workstation with limited
    diskspace. The user of this workstation is new to the Solaris OS and needs CDE to help navigate
    through the system and open applications.
    Which software group should you install to use minimal disk space and to include the CDE
    packages?





    D.
  50. QUESTION NO: 50
    To investigate the login problems experienced by user fred, you use su to assume the identity for
    fred.
    Which command can you use to verify that you have actually assumed the identity for fred?



    A.
  51. QUESTION NO: 51
    A server has new disks added and labeled by the engineer, but they need to be formatted
    identically to an existing disk (c3t0d0). You decide to script the process and run from the
    command line without interaction.
    Which two commands, when used in the correct order, achieve this? (Choose two.)
    A. prtvtoc /dev/rdsk/c3t0d0s2 > /tmp/c3t0d0.vtoc
    B. fmthard -s /tmp/c3t0d0.vtoc /dev/rdsk/s2
    C. format c3t0d0
    D. format c3t0d0
    E. cat /tmp/c3t0d0.vtoc >/dev/rdsk/s0
    A,B
  52. QUESTION NO: 52
    Given:
    online 14:21:27 svc:/network/login:rlogin
    You want to control rlogin service using rlogin FMRI (Fault Management Resource Identifier).
    Which two are compatible FMRI formats to control rlogin service? (Choose two.)
    A. rlogin
    B. /network/login:rlogin
    C. svcs:/network/login
    D. rlogin:login
    E. network/rlogin
    A,B
  53. QUESTION NO: 53
    As system administrator, you are asked to remove the SUNWaudd package from a user's
    workstation. When you run the command to remove this package, you see the following messages
    on your console:
    ## Verifying package dependencies.
    WARNING:
    The package depends on the package currently being removed.
    WARNING:
    The package depends on the package currently being removed.
    Dependency checking failed.
    What happens to the files associated with the SUNWauddx and SUNWusb packages if you
    continue with the removal operation?



    A.
  54. QUESTION NO: 54
    One of your disks is almost full, so you decide to look for files that can be removed. In the file
    system, you find a directory with this content:
    # ls -li
    total 33570624
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file1
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file2
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file3
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file4
    How much disk space can you reclaim by removing these files?



    A.
  55. QUESTION NO: 55
    Your x86-based system has a BIOS that does not support booting off of a CD-ROM, DVD-ROM,
    or network, and you want to install Solaris 10 OS on your system. Which procedure must you use?



    D.
  56. QUESTION NO: 56 DRAG DROP
    Click the Task button.
    Place each process signal number on its signal name.

  57. QUESTION NO: 57
    On your x86-based system, what does the Boot Solaris Menu in the Device Configuration
    Assistant allow you to choose?



    D.
  58. QUESTION NO: 58
    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 displays the alternative backup superblocks?



    D.
  59. QUESTION NO: 59
    The systems on your network use only the command line to log in. A recent security review
    requires you to track the number of failed logins after three unsuccessful attempts have been
    made. You create the /var/adm/loginlog file. To complete this task you must edit the file that
    contains the line SYSLOG_FAILED_LOGINS=5.
    Which file contains this line?



    C.
  60. QUESTION NO: 60
    The second field in the /etc/group file is used to store the encoded group password.
    Passwords are placed on certain group entries in this file. What is the result?
    A. Users who are secondary members of the group are required to use the group password to
    gain access to the group.
    B. Access to each group is granted only to users in the group.
    C. Users who are NOT members of the group can access it if they know the password.
    D. Users who are primary members of the group are required to use the group password to gain
    access to the group.
    C
  61. QUESTION NO: 61
    Which two files are relevant in deciding whether an rlogin attempt as root succeeds? (Choose
    two.)
    A. /etc/hosts.equiv
    B. /etc/nologin
    C. /root/.rhosts
    D. /etc/default/login
    E. /.rhosts
    D,E
  62. QUESTION NO: 62
    Your company has decided that all passwords chosen by users must contain at least two capital
    letters and one number.
    Which file should you change to implement this policy?



    A.
  63. QUESTION NO: 63
    A company has upgraded their hardware and their new workstations have sufficient disk space to
    store the online man pages, rather than sharing them from the server.
    Which is the minimum Solaris OS software group that contains the man pages?
    A. SUNWClib
    B. SUNWCreq
    C. SUNWCprog
    D. SUNWCman
    C
  64. QUESTION NO: 64
    You want to install Solaris 10 OS on the x86 system that you built yourself. Which configuration
    meets the minimal requirements for installation?
    A. x86 32-bit platforms (90 megahertz or faster processor is recommended and hardware floatingpoint
    support is required), or AMD Opteron, AMD Athlon, and Intel EM64T 64-bit processors
    128 megabytes of memory
    40 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS-supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive
    keyboard, monitor, and mouse
    B. x86 32-bit platforms (120-megahertz or faster processor is recommended and hardware
    floating-point support is required), or AMD Opteron, AMD Athlon, and Intel EM64T 64-bit
    processors
    128 megabytes of memory
    2.4 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive
    PXE compatible keyboard, monitor, and mouse
    C. x86 32-bit platforms (120 megahertz or faster processor is recommended and hardware
    floating-point support is required), or AMD Opteron,
    AMD Athlon, and Intel EM64T 64-bit processors
    256 megabytes of memory
    5 to 7 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS-supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive or a JumpStart PXE installation server (PXE BIOS support is required)
    HCL compatible keyboard, graphics card, monitor, and mouse
    D. x86 32-bit platforms (1200 megahertz or faster processor is recommended)
    64 megabytes of memory
    2-3 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS-supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive
    keyboard, 8 megabit video RAM, monitor, and mouse
    C
  65. QUESTION NO: 65
    The print server on the network has one print spooler defined, called printer1. You have a
    requirement to modify the shell script that actually sends the jobs associated with printer1 to the
    printer.
    Which file should you modify?



    D.
  66. QUESTION NO: 66
    You want to boot a SPARC-based system and stop system initialization at run level 2. Which two
    procedures can do this? (Choose two.)
    A. from the OBP ok prompt, boot the system to run level s, then use the init command to set the
    run level to 2
    B. shut down the system with the init s command, then use the init 2 command to switch to run
    level 2
    C. from the OBP ok prompt, boot the system using the boot -2 command
    D. set the milestone for this reboot to multi-user
    E. use the reboot -- -2 command to shut down and reboot the system
    A,D
  67. QUESTION NO: 67
    There is a problem on a SPARC-based system that has several permanent, customized device
    aliases. The system's use of these aliases needs to be temporarily disabled, so that when the
    problem is cleared, they can be enabled without having to redefine them.
    Which sequence of OBP commands temporarily disables the customized device aliases defined
    on the system?
    A. setenv use-nvramrc?=false
    reset
    B. use-nvramrc=false
    reset
    C. setenv use-nvramrc? false
    reset
    D. use-nvramrc?=false
    reset
    C
  68. QUESTION NO: 68
    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?



    D.
  69. QUESTION NO: 69
    A junior administrator wants to mount an XFS file system on a Solaris 10 OS workstation. This file
    system is NOT supported in the Solaris OS.
    Which five file systems are natively supported in the Solaris 10 OS? (Choose five.)
    A. VFS
    B. HSFS
    C. NTFS
    D. UDFS
    E. NFS
    F. DFS
    G. UFS
    H. PCFS
    B,D,E,G,H
  70. QUESTION NO: 70
    As system administrator, you are asked to remove the SUNWaudd package from a user's
    workstation. When you run the command to remove this package, you see the following messages
    on your console:
    ## Verifying package dependencies.
    WARNING:
    The package depends on the package currently being removed.
    WARNING:
    The package depends on the package currently being removed.
    Dependency checking failed.
    What happens to the files associated with the SUNWauddx and SUNWusb packages if you
    continue with the removal operation?



    C.
  71. QUESTION NO: 71
    You must add additional network ports to your SPARC-based workstation. You have a Quad Fast
    Ethernet card. The system is currently powered off for scheduled maintenance.
    Which steps make the card accessible by the operating system?
    A. remove the system cover; install the qfe card in an available SBus slot; power on the system;
    log in to the system as root; verify the card is working by running the rup command
    B. remove the system cover; install the qfe card in an available PCI slot; power on the system; log
    in to the system as root; verify the card is working by running the ping command
    C. remove the system cover; install the qfe card in an available PCI slot; power on the system;
    when you see the banner displayed, press the Stop-a key combination; execute the boot -rv
    PROM command at the ok prompt and look for references to qfe in the boot messages
    D. remove the system cover; install the qfe card in an available PCI slot; power on the system; log
    in to the system as a general user; verify the card is working by running the rup command
    C
  72. QUESTION NO: 72
    Your x86-based system is running the Solaris 10 OS. You need to boot into single-user mode to
    carry out system maintenance.
    What should you do to get the system to boot directly into single user mode?



    A.
  73. QUESTION NO: 73
    Your x86-based system with Solaris 10 OS installed on it is not booting correctly. You think the
    problem might be that a BIOS setting is not correctly configured.
    What should you do to abort the boot process and reboot into the BIOS configuration menu?
    A. You press the Stop-A keys then type reset-all. You reboot directly into the BIOS configuration
    menu and examine the BIOS settings.
    B. You press the Ctrl-Alt-Del keys and reboot the system, or press the reset button. When the
    screen tells indicates the key to enter the BIOS, you press it and examine your BIOS settings.
    C. You press the middle mouse button. When the screen times out, you enter the BIOS
    configuration menu and examine the BIOS settings.
    D. While holding down the reset button, you power cycle the system.
    B
  74. QUESTION NO: 74
    A full backup of the file system mounted on /export/home has been created. As root, an interactive
    restore of the /export/home/usercb/.profile file with the /var/tmp directory as the current working
    directory is being performed.
    The end of the restore asks "set owner/mode for '.'? [yn]", and answer y is selected to set the
    modes accordingly.
    What is the result of this action?
    A. The owner and mode of /export/home are set equal to the owner and mode of /export/home
    before the backup (as stored on tape).
    B. The owner and mode of /var/tmp are set equal to the owner and mode of /export/home before
    the backup (as stored on tape).
    C. The owner and mode of /export/home stored on the backup tape are updated with the current
    owner and mode values of /export/home.
    D. The owner and mode of /var/tmp/usercb are set equal to the current owner and mode of
    /export/home/usercb.
    B
  75. QUESTION NO: 75 DRAG DROP
    Click the Task button.
    A junior administrator wants to know more about the Solaris OS boot process.
    Demonstrate it by placing the appropriate phase activity on its corresponding boot phase.

  76. QUESTION NO: 76
    An x86-based laptop has just had Solaris 10 OS installed. The graphics configuration has NOT
    been automatically detected and it is running without graphics.
    Which program can you run to create an Xsun configuration file?




    C.
  77. QUESTION NO: 77
    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.
  78. QUESTION NO: 78
    Your password can be captured by snoop when you are trying remotely to log in to a default
    installation of the Solaris 10 OS.
    Which two commands can be used to avoid this issue? (Choose two.)
    A. ssh
    B. sendmail
    C. telnet
    D. rlogin
    E. ftp
    A,D
  79. QUESTION NO: 79 DRAG DROP
    Click the Task button.
    After a power outage, a user's non-networked SPARC-based workstation reboots without
    presenting any errors. However, after an hour the user can no longer access any of the files in the
    /usr directory.
    You suspect that the file system might have been corrupted but the /usr directory does not have its
    own file system.
    Place the actions in the correct order to resolve this issue.

  80. QUESTION NO: 80
    Given:
    ap::sysinit:/sbin/autopush -f /etc/iu.ap
    sp::sysinit:/sbin/soconfig -f /etc/sock2path
    smf::sysinit:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/msglog 2<>/dev/msglog
    Which two statements are true? (Choose two.)
    A. This is a part of the content of the /etc/inittab file.
    B. When booting this system, svc.startd will start.
    C. This system starts /lib/svc/bin/svc.startd for run level 1.
    D. When this system gets the powerfail signal, svc.startd will be respawned.
    E. This file must be read by the process inetd.
    A,B
  81. QUESTION NO: 81
    Given:
    online 16:23:28 svc:/network/telnet:default
    offline 10:59:38 svc:/application/print/ipp-listener:default
    maintenance 17:56:41 svc:/network/ssh:default
    Which two statements are true? (Choose two.)
    A. Running svcadm clear ssh will try to restart the ssh service.
    B. Running kill /network/telnet will shut down the telnet service.
    C. The processes required for the telnet service are running.
    D. Running svcs -x will return the process IDs for the telnet service.
    E. Running svcs -p network/ssh will return the PID of sshd.
    A,C
  82. QUESTION NO: 82 DRAG DROP
    Click the Task button.
    Place each format utility keyword on its function.

  83. QUESTION NO: 83
    A user from the Stores department reports that the system has become extremely slow. You log in
    to the system and determine that a process, chewsystem, is using the CPU.
    Given:
    # ps -ef | grep chewsystem
    root 1733 1 0 16:17:17 ? 0:00 /bin/ksh ./chewsystem
    Which two commands can you use to stop the process? (Choose two.)
    A. pkill 1
    B. pkill -KILL chewsystem
    C. kill -KILL chewsystem
    D. pkill %1733
    E. kill -KILL 1733
    B,E
  84. QUESTION NO: 84
    Which three are required system hardware requirements to install the Entire Solaris software
    group plus Original Equipment Manufacturers (OEM) support cluster using the GUI installation
    Method?
    A. 256 megabytes of memory
    B. OpenBoot PROM firmware version 4.14 or later
    C. 5 gigabytes of disk space
    D. 128 megabytes of memory
    E. access to a CD-ROM/DVD drive or an installation server
    F. 3.2 gigabytes of disk space
    A,C,E
  85. QUESTION NO: 85
    A junior administrator is concerned that the root password on a production server is no longer
    secure. The junior administrator sends you an email with the following text:
    SU 1/25 14:01 + pts/3 root-user2
    SU 1/27 09:10 - pts/5 user1-root
    SU 1/27 09:11 + pts/5 user1-root
    SU 1/28 21:01 + console root-user3
    SU 1/29 21:30 - pts/2 user2-root
    SU 1/29 21:31 - pts/2 user2-guest3
    SU 1/29 21:33 + pts/2 user2-user1
    Which three statements about this output are true? (Choose three.)
    A. user3 knows the root password.
    B. This text is from the /var/adm/wtmpx file.
    C. user2 knows the root password.
    D. This text is from the /var/adm/sulog file.
    E. This text is from the /var/adm/lastlog file.
    F. user1 knows the root password.
    G. user2 knows the password for user1.
    D,F,G
  86. QUESTION NO: 86
    A user's home directory contains unnecessary files that the user wants to delete. The ls -li
    command presents the following output:
    total 4
    83215 -rw-r--r-- 2 user1 other 180 May 7 12:11 file1
    83215 -rw-r--r-- 2 user1 other 180 May 7 12:11 file2
    Which two occur when removing file2? (Choose two.)
    A. The file1 file remains and continues to provide access to data.
    B. Both file1 and file2 are removed.
    C. The file1 file no longer provides access to data.
    D. The link count value of file1 decreases to 1.
    E. The link count value of file1 remains 2.
    A,D
  87. QUESTION NO: 87
    An x86-based laptop has just had Solaris 10 OS installed. The graphics configuration has NOT
    been automatically detected and it is running without graphics.
    Which program can you run to create an Xsun configuration file?




    A.
  88. QUESTION NO: 88
    Every user's home directory is located in the /export/home file system as
    /export/home/ . The output from df -h shows the user's home file system filling up:
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c0t0d0s5 7.9G 7.5G 0.4G 95% /export/home
    Which command displays disk usage by user?



    C.
  89. QUESTION NO: 89
    You need to set up a cron job that will run the /usr/bin/banner command to display the message
    System Backups tonight in a console window at 5:00 p.m. each Thursday.
    Which is the correct cron table entry?



    C.
  90. QUESTION NO: 90
    Given the contents of /etc/dumpdates:
    /dev/rdsk/c0t0d0s7 0 Fri Jan 21 15:35:31 2005
    /dev/rdsk/c0t0d0s7 2 Sat Jan 22 15:35:31 2005
    /dev/rdsk/c0t0d0s7 3 Sun Jan 23 15:35:31 2005
    /dev/rdsk/c0t0d0s7 4 Mon Jan 24 15:35:31 2005
    Overnight, the file system on /dev/dsk/c0t0d0s7 becomes corrupt.
    In which order should you restore the backup?



    D.
  91. QUESTION NO: 91
    Given:
    #id
    uid=101(user1) gid=10(user1)
    #su user2
    and
    #tail -2 /etc/passwd
    user1:x:101:10:/export/home/user1:/bin/ksh
    user2:x:102:11:/export/home/user2:/bin/ksh
    What is the EUID and the EGID of the new user?



    C.
  92. QUESTION NO: 92
    While selecting files during an interactive restore with ufsrestore, you are interrupted by a junior
    administrator before you can complete the file selection process and start the restore. After
    answering the administrator's question, you realize that you have forgotten which files you had
    already selected for the restore.
    How can you determine which files are already marked for extraction and restore?
    A. You can use the ls subcommand of ufsrestore.
    B. You can view the selected files, as they are marked with a plus sign (+) in the list that is
    permanently displayed in the upper half of the interactive ufsrestore screen view.
    C. You can use the add subcommand of ufsrestore.
    D. You can use the select subcommand of ufsrestore.
    A
  93. QUESTION NO: 93
    Given/var/svc/log/network-ssh:default.log:
    [ Jan 26 16:54:28 Leaving maintenance because clear requested. ]
    [ Jan 26 16:54:28 Enabled. ]
    [ Jan 26 16:54:28 executing start method ("/lib/svc/method/sshd start") ]
    Could not load host key: /etc/ssh/ssh_host_rsa_key
    Could not load host key: /etc/ssh/ssh_host_dsa_key
    Disabling protocol version 2. Could not load hostkey or GSS-API mechanisms
    sshd: no hostkeys available -- exiting.
    [ Jan 26 16:54:28 Method "start" exited with status 1 ]
    Which two statements are true? (Choose two.)
    A. The root user must generate a public/private key pair to allow the ssh service to start.
    B. For the ssh service, svcs will currently show this:
    online 16:54:28 svc:/network/ssh:default
    C. There are host key files in /etc/ssh.
    D. The #svcadm clear ssh command will fix this problem.
    E. Users will not be able to use ssh to log into this system.
    A,E
  94. QUESTION NO: 94
    An x86-based laptop has just had Solaris OS installed. The graphics configuration has not been
    automatically detected and it is running without graphics.
    Which two programs can you run to create an Xorg configuration file? (Choose two.)
    A. /usr/X11/bin/Xorg -configure
    B. /usr/X11/bin/Xserver
    C. /usr/X11/bin/xorgconfig
    D. /usr/openwin/bin/kdmconfig
    E. /usr/dt/bin/Xsession
    A,C
  95. QUESTION NO: 95 DRAG DROP
    Click the Task button.
    After a power outage, a user's non-networked SPARC-based workstation reboots without
    presenting any errors. However, after an hour the user can no longer access any of the files in the
    /usr directory.
    You suspect that the file system might have been corrupted but the /usr directory does not have its
    own file system.
    Place the actions in the correct order to resolve this issue.

  96. QUESTION NO: 96
    The / file system of one of your CAD users keeps filling up when printing. After investigation, you
    discover the 36 gigabyte disk is partitioned as follows:
    / 15 Gigabyte
    swap 1 Gigabyte
    /export/home 20 Gigabyte
    Which action should you take to prevent the / file system from filling up?



    D.
  97. QUESTION NO: 97
    There has been a PROM patch released and you need to check which revision your SPARCbased
    systems are currently using. Which two commands indicate the version? (Choose two.)
    A. prtconf -p
    B. prtconf -V
    C. uname -a
    D. prtdiag -v
    E. cat /etc/release
    B,D
  98. QUESTION NO: 98
    Given the /etc/dumpdates file entry:
    /dev/rdsk/c0t0d0s7 0 Mon Jan 10 23:59:59 2005
    /dev/rdsk/c0t0d0s7 2 Mon Jan 17 23:59:59 2005
    /dev/rdsk/c0t0d0s7 5 Mon Jan 24 23:59:59 2005
    /dev/rdsk/c0t0d0s7 9 Mon Jan 31 23:59:59 2005
    A backup of files that have been modified or created since January 18th is required.
    Which level must you supply to the ufsdump command to achieve this?
    A. level 4
    B. level 6
    C. level 9
    D. level 2
    A
  99. QUESTION NO: 99
    You maintain a system with a service repository database that has become corrupted. How do you
    recover it?



    B.
  100. QUESTION NO: 100
    User fred complains about not being able to access the contents of the /export/share/orders file.
    You check the permissions of the file with ls:
    # ls -l /export/share/orders
    -rw-rw-r--+ 1 root root 3441 Jan 25 16:06 /export/share/orders
    Why is fred unable to access the contents of this file?



    A.
  101. QUESTION NO: 101
    A file system needs to be backed up without disrupting the service to the users. You decide to
    create a snapshot of the file system in question, so that the file system does not have to be
    unmounted.
    Which step should you take first before creating the snapshot?
    A. remove all old snapshots
    B. locate sufficient backing-store space
    C. insert an empty tape in the tape drive
    D. put the system in single-user mode
    B
  102. QUESTION NO: 102
    You are installing Solaris 10 and have to set up individual partitions with file systems for / (root),
    /usr, /var, /opt, /export/swap, and /tmp, and an individual partition for swap.
    Which two partitions must have enough disk space to use the crash dump feature savecore on
    your system? (Choose two.)
    A. swap
    B. /
    C. /opt
    D. /tmp
    E. /usr
    F. /export/swap
    G. /var
    A,G
  103. QUESTION NO: 103
    The support center asks you to investigate a system that is performing slowly in the accounts
    department. Which two commands can you use to identify the cause of the problem? (Choose
    two.)
    A. pkill
    B. prstat
    C. ls
    D. pgrep
    E. smc
    B,E
  104. QUESTION NO: 104
    You have added an additional internal drive to your x86-based desktop system, and you want to
    get the Solaris 10 OS to recognize it. Which three procedures allow the OS to recognize the new
    device? (Choose three.)
    A. boot the system, and at the Current Parameters Menu, type b -r;
    confirm that you can see the new drive by executing # format
    B. from the system menu, select the "Add new hardware" icon; confirm that you can see the new
    drive by executing # format
    C. boot the system then execute # touch /reconfigure, and then reboot the system; confirm that
    you can see the new drive by executing # format.
    D. boot the system and enter the # devfsadm -v command;
    confirm that you can see the new drive by executing # format
    E. boot the system and enter the # reconfigure command;
    confirm that you can see the new drive by executing # format
    A,C,D
  105. QUESTION NO: 105
    A user has an entry in both of the files that manage access to the crontab command. What is the
    result when the user tries to run the crontab command?
    A. The user cannot run the command.
    B. Only root can run the crontab command.
    C. The user can only run the command in read only.
    D. The user can run the command.
    A
  106. QUESTION NO: 106
    You have installed a package called SUNWvts onto your system. Where is the information about
    every file and directory contained in this package stored?





    D.
  107. QUESTION NO: 107
    As system administrator, you are asked to shut down the Apache HTTPD service that is running
    on a development server. You run the svcs | grep apache command, and receive this output:
    legacy_run Feb_02 lrc:/etc/rc3_d/S50apache
    Based on this output, which two statements are true? (Choose two.)
    A. This service is NOT managed by SMF.
    B. In order to shut down this service, you need to execute the following shutdown script: svcadm -
    v disable /etc/init.d/S50apache.
    C. This service is managed by LRC.
    D. Any legacy_run state can NOT be manually shut down.
    E. In order to shut down this service, you need to execute the shutdown script in the /etc/init.d
    directory.
    A,E
  108. QUESTION NO: 108
    You try to print to a printer attached to a print server, but you are unsuccessful. After you log onto
    the print server, you check the status of the print service by using the svcs -a command:
    # svcs -a |grep 'print'
    disabled 16:59:17 svc:/application/print/server:default
    online 16:59:49 svc:/application/print/cleanup:default
    offline 16:59:35 svc:/application/print/ipp-listener:default
    offline 17:00:43 svc:/application/print/rfc1179:default
    What command should you execute to enable printing on this system?



    B.
  109. QUESTION NO: 109
    The organization requires that file systems be backed up from a snapshot. After the file system is
    backed up, the two files created by the snapshot process must be removed. Which two commands
    should you run? (Choose two.)
    A. rm backing_store_file
    B. fssnap -d filessytem
    C. rm snapshot
    D. fssnap -r filesystem
    A,B
  110. QUESTION NO: 110 DRAG DROP
    Click the Task button.
    You need to check a file system running in multiuser mode. However, a file system check on a
    mounted file system in multiuser mode may cause a panic.
    Given this result of the df -k command:
    #df -k
    Filesystem kbytes used avail capacity mounted on
    /dev/dsk/c0t0d0s5 8066141 153699 7831781 2% /opt
    /dev/dsk/c0t0d0s4 4032654 9 3992319 1% /test
    /dev/dsk/c0t0d0s7 10082476 383939 943259 1% /work
    You now need to check /work.
    What is the correct sequence of steps to accomplish safe file system checking?

  111. QUESTION NO: 111
    As system administrator, you want to create an alias for the secondary network interface on a
    SPARC-based workstation. However, you cannot remember the exact FORTH Monitor syntax for
    the command that lists all the network interfaces at the ok prompt. All you remember is that the
    command contains the string net.
    Which FORTH Monitor command can you use to list all the commands that contain the net string?



    A.
  112. QUESTION NO: 112
    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 the backups from all five
    nights fit on the tape. Previous nights backups should not be overwritten.
    What command in the script achieves this?



    A.
  113. QUESTION NO: 113
    You need to do a restore of a damaged /usr file system on your x86-based server running Solaris
    10 OS. Which procedure do you complete to get into single user mode on your system to perform
    the restore?




    type b -s
    D.
  114. QUESTION NO: 114
    There is a requirement to create a new UFS file system. This particular file system will only have a
    small number of files. To maximize the space available, you want to create one inode for every
    16,384 bytes of data space.
    Which command can achieve this?



    A.
  115. QUESTION NO: 115
    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?



    B.
  116. QUESTION NO: 116
    A corrupted file system is now repaired and back in use. Some, but not all of the files within the file
    systems have been deleted. The only backup of this file system is a month-old tar archive. This
    archive will need to be restored as root.
    What are two effects of the restore operation? (Choose two.)
    A. The access times are preserved by tar and will reflect the time when a user last accessed the
    data.
    B. The missing files, present on the backup tape, are restored to the file system with the data as it
    was when the backup was taken.
    C. The modification time on the files restored by tar will be preserved and will reflect the time the
    file was last modified before the backup, NOT the time of the restore operation.
    D. Files found in the file system that are also on tape will NOT be overwritten.
    B,C
  117. QUESTION NO: 117 DRAG DROP
    Click the Task button.
    A running application has terminated abnormally after writing this error message:
    "No space left on device."
    Which commands are required to resolve this error message?
    Place the command on the correct solution.

  118. QUESTION NO: 118
    As system administrator, you are asked to troubleshoot a SPARC-based system that is NOT
    booting properly. The console messages indicate that ufsboot is not being loaded properly or is
    corrupted. Which phase of the boot process is ufsboot loaded?




    C.
  119. QUESTION NO: 119
    A snapshot of the /export/project file system has been taken. Prior to backing up the file system,
    you need to check to see if certain files are on the snapshot. The snapshot needs to be mounted
    to check for these files.
    Which command mounts the snapshot?
    A. mount -F ufs -o ro /export/project /check
    B. mount -F ufs -o ro /dev/fssnap/0 /check
    C. mount -F ufs -o rw /dev/fssnap/0 /check
    D. mount -F ufs -o rw /export/project /check
    B
  120. QUESTION NO: 120
    There is a new LAN being planned and the project coordinator asks which name services are
    available choices in a Solaris 10 OS installation.
    Which five name services are available on Solaris 10 OS? (Choose five.)
    A. None
    B. NIS+
    C. DNS
    D. LDAP
    E. XNS
    F. ARP
    G. NIS
    H. RARP
    A,B,C,D,G
  121. QUESTION NO: 121
    A recent system security review requires that in addition to the default logging of users using the
    su command, all su attempts must be logged to the console.
    Which file must be edited to achieve this?
    A. /etc/default/console
    B. /etc/default/sulog
    C. /etc/default/login
    D. /etc/default/su
    D
  122. QUESTION NO: 122
    There is a problem on a SPARC-based system that has several permanent, customized device
    aliases. The system's use of these aliases needs to be temporarily disabled, so that when the
    problem is cleared, they can be enabled without having to redefine them.
    Which sequence of OBP commands temporarily disables the customized device aliases defined
    on the system?
    A. use-nvramrc?=false
    reset
    B. setenv use-nvramrc?=false
    reset
    C. use-nvramrc=false
    reset
    D. setenv use-nvramrc? false
    reset
    D
  123. QUESTION NO: 123
    A user contacts the help desk to report that a script run by the user's department is reporting an
    error. The script checks for who is logged in. Your first action is to make sure that the file that the
    who command reads for its output, is present.
    Which file does the who command read to obtain its output?
    A. /var/adm/users
    B. /var/adm/utmpx
    C. /var/adm/utmp
    D. /var/adm/wtmpx
    B
  124. QUESTION NO: 124
    Given:
    # df -h | egrep -i "File|dsk"
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c0t2d0s0 7.9G 3.0G 4.8G 38% /
    # fssnap -F ufs -o bs=/var/tmp/fssnap.etc /etc
    fssnap: ioctl: error 22: Invalid argument
    Which two statements are true? (Choose two.)
    A. fssnap failed because the backing store file was out of space.
    B. fssnap -F ufs -o bs=/var/opt/fssnap.etc /etc will run successfully.
    C. fssnap failed because the backing store file was located on the same file system.
    D. fssnap needs either another ufs or nfs file system to save backing store file.
    E. fssnap -F nfs -o bs=/var/tmp/fssnap.etc /etc will run successfully.
    C,D
  125. QUESTION NO: 125 DRAG DROP
    Click the Task button.
    Place each format utility keyword on its function.

  126. QUESTION NO: 126
    You identify three files in the /export file system that appear to be identical. You know the inode
    number used by one of the files.
    Which two commands provide information verifying that these files are hard linked? (Choose two.)
    A. ls -laR /export
    B. cat /export
    C. find /export -file
    D. find /export -inum
    E. ls -liR /export
    D,E
  127. QUESTION NO: 127
    As the Solaris OS administrator in your department, you have been asked to upgrade a SPARCbased
    server currently running Solaris 8 OS to the latest Solaris 10 OS release. This server is
    critical to the department's productivity, so this upgrade must be done with minimal downtime and
    must allow for rollback to the previous version.
    Which installation method should you use?



    A.
  128. QUESTION NO: 128
    A disk is returned from the accounts department for reformatting, using their predefined disk
    layout.
    Which two commands in the partition sub-menu load the predefined table and commit it to the
    disk? (Choose two.)
    A. label
    B. modify
    C. choose
    D. select
    E. name
    A,D
  129. QUESTION NO: 129
    Given:
    $ id
    uid=1001(test1) gid=1(other)
    $ ls -al /etc/data
    -r-------- 1 root other 394 Jan 25 16:56 /etc/data
    $ cat /etc/data
    cat: cannot open /etc/data
    Which three actions by root enables both root and test1 to read /etc/data? (Choose three.)
    A. #chown test1 /etc/data
    B. #chgrp sys /etc/data
    C. #setfacl -m g:other:r--,m:r-- /etc/data
    D. #chmod g+r /etc/data
    E. #setfacl g+r /etc/data
    A,C,D
  130. QUESTION NO: 130
    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 the backups from all five
    nights fit on the tape. Previous nights backups should not be overwritten.
    What command in the script achieves this?



    C.
  131. QUESTION NO: 131
    As system administrator, you are beginning the process of installing Solaris 10 OS on a new
    SPARC-based workstation. At the FORTH Monitor, which three will be displayed by initiating the
    banner command? (Choose three.)
    A. diagnostics switch
    B. boot device
    C. amount of memory
    D. Ethernet address
    E. input device
    F. output device
    G. diagnostics level
    H. OpenBoot version
    C,D,H
  132. QUESTION NO: 132
    Given:
    # ls -l program1
    -rwsr-xr-x 1 root other 32768 May 9 16:57 program1
    and
    # grep user1 /etc/passwd
    user1:x:100:312::/export/home/user1:/bin/ksh
    When user1 runs program1, what is the effective UID and GID of the process?



    B.
  133. QUESTION NO: 133 DRAG DROP
    Click the Task button.
    Place the command on its function. Note: Not all commands will be used.

  134. QUESTION NO: 134
    Given:
    # logins -x -l root,dev,test1
    root 0 root 0 Super-User
    /
    /sbin/sh
    NP 082587 -1 -1 -1
    dev 2000 bin 2
    /usr/bin
    /sbin/sh
    LK 012504 -1 -1 -1
    test1 1001 other 1
    /export/home/test1
    /bin/ksh
    PS 012505 -1 -1 -1
    Which two statements are true? (Choose two.)
    A. The root user does NOT have a password.
    B. The test1 user was created earlier than dev.
    C. The password for test1 has expired.
    D. The test1 user does NOT have a password.
    E. The dev user has a locked account.
    A,E
  135. QUESTION NO: 135
    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.
  136. QUESTION NO: 136
    The user1 is logged in at the console and assumes the identity of root using the su command.
    Which user identities do the whoami and who am i commands report?



    D.
  137. QUESTION NO: 137
    You need to restore some files from a file system. The file system was backed up from a
    snapshot. Which command correctly restores these files?



    A.
  138. QUESTION NO: 138
    A user needs more storage to store application data. With the system powered off, a new SCSI
    disk is physically attached into the existing SCSI chain. The system is booted using a
    reconfiguration boot.
    In which four locations is the device name for the new SCSI disk stored? (Choose four.)
    A. /devices
    B. /platform/sun4u/kernel/drv
    C. /dev/rdsk
    D. /kernel/drv
    E. /etc/path_to_inst
    F. /dev/dsk
    G. /etc/name_to_major
    A,C,E,F
  139. QUESTION NO: 139 DRAG DROP
    Click the Task button.
    You need to check a file system running in multiuser mode. However, a file system check on a
    mounted file system in multiuser mode may cause a panic.
    Given this result of the df -k command:
    #df -k
    Filesystem kbytesusedavailcapacitymounted on
    /dev/dsk/c0t0d0s5806614115369978317812%/opt
    /dev/dsk/c0t0d0s44032654 939923191%/test
    /dev/dsk/c0t0d0s710082476 3839399432591%/work
    You now need to check /work.
    What is the correct sequence of steps to accomplish safe file system checking?

  140. QUESTION NO: 140
    Given the /etc/dumpdates file entry:
    /dev/rdsk/c0t0d0s7 0 Mon Jan 10 23:59:59 2005
    /dev/rdsk/c0t0d0s7 2 Mon Jan 17 23:59:59 2005
    /dev/rdsk/c0t0d0s7 5 Mon Jan 24 23:59:59 2005
    /dev/rdsk/c0t0d0s7 9 Mon Jan 31 23:59:59 2005
    A backup of files that have been modified or created since January 18th is required.
    Which level must you supply to the ufsdump command to achieve this?
    A. level 4
    B. level 6
    C. level 9
    D. level 2
    A
  141. QUESTION NO: 141
    A complete restore from the tape backup of the /export/home file system has been successfully
    completed.
    The system created a file for check-pointing or passing information between the incremental
    restores.
    What action do you take with this file?
    A. examine the /var/sadm/install/restore.log file for details of the restore
    B. delete the /var/log/restore.log file
    C. delete the restoresymtable file
    D. examine the /var/log/restore_log file for details of the restore
    C
  142. QUESTION NO: 142
    The print service under the control of SMF needs to be taken offline. Before the print service is
    taken offline, a check must be made to see what other services depend on this service.
    Which command displays these dependencies?



    A.
  143. QUESTION NO: 143
    The user1 is logged in at the console and assumes the identity of root using the su command.
    Which user identities do the whoami and who am i commands report?



    C.
  144. QUESTION NO: 144
    In which two conditions is it NOT possible to perform a snapshot of a file system? (Choose two.)
    A. The file system is in use by system accounting.
    B. The file system is used as backing store by real-time applications.
    C. The file system is a multi-terabyte file system.
    D. The backing store file is located on a different file system from the source file system.
    A,B
  145. QUESTION NO: 145 DRAG DROP
    Click the Task button.
    Basic functions of the Solaris OS print service include initialization, queuing, tracking, fault
    notification, and filtering.
    Place each function on its description.

  146. QUESTION NO: 146
    While setting up the /etc/vfstab file for a workstation, a junior administrator becomes confused
    about the differences between entries in the /dev/dsk and /dev/rdsk directories.
    Which three statements about Solaris OS disk device naming conventions are true? (Choose
    three.)
    A. Logical disk device entries are found in the /dev/dsk directory.
    B. Every disk device has an entry in both the /dev/dsk and /dev/rdsk directories.
    C. Logical character disk device entries are found in the /dev/rdsk directory.
    D. Physical device entries are found in the /dev/dsk directory.
    E. Physical device names are symbolic links to logical device names kept in the /devices directory.
    F. Block disk device entries are found in the /dev/rdsk directory.
    A,B,C
  147. QUESTION NO: 147
    The organization requires that file systems be backed up from a snapshot. After the file system is
    backed up, the two files created by the snapshot process must be removed.
    Which two commands should you run? (Choose two.)
    A. fssnap -d filessytem
    B. fssnap -r filesystem
    C. rm snapshot
    D. rm backing_store_file
    A,D
  148. QUESTION NO: 148
    You have added an additional internal drive to your x86-based desktop system, and you want to
    get the Solaris 10 OS to recognize it. Which three procedures allow the OS to recognize the new
    device? (Choose three.)
    A. boot the system then execute # touch /reconfigure, and then reboot the system; confirm that
    you can see the new drive by executing # format.
    B. boot the system, and at the Current Parameters Menu, type b -r;
    confirm that you can see the new drive by executing # format
    C. from the system menu, select the "Add new hardware" icon; confirm that you can see the new
    drive by executing # format
    D. boot the system and enter the # devfsadm -v command;
    confirm that you can see the new drive by executing # format
    E. boot the system and enter the # reconfigure command;
    confirm that you can see the new drive by executing # format
    A,B,D
  149. QUESTION NO: 149
    The operating system that is installed on the company's server and that runs the invoicing
    software needs to be upgraded to Solaris 10 OS. The work must be completed with minimal
    downtime. You have a week to prepare for the upgrade.
    Which method results in the least system downtime?



    D.
  150. QUESTION NO: 150 DRAG DROP
    Click the Task button.
    Place each configuration cluster name on its definition.

  151. QUESTION NO: 151
    A script is needed that checks daily to see if at jobs are scheduled to run. Which two commands
    obtain this information? (Choose two.)
    A. ls -l /var/spool/atjobs
    B. jobs
    C. ls -l /var/spool/cron/atjobs
    D. queued
    E. atq
    C,E
  152. QUESTION NO: 152
    A script is needed that checks daily to see if at jobs are scheduled to run.
    Which two commands obtain this information? (Choose two.)
    A. jobs
    B. queued
    C. ls -l /var/spool/atjobs
    D. ls -l /var/spool/cron/atjobs
    E. atq
    D,E
  153. QUESTION NO: 153
    A junior kernel engineer wants to test modifications to a SPARC-based kernel.
    Which ok prompt command allows you to boot your workstation using the new kernel that the
    engineer has developed?
    A. boot -s
    B. boot -r
    C. boot -a
    D. boot -v
    C
  154. QUESTION NO: 154
    A script is needed that checks daily to see if at jobs are scheduled to run.
    Which two commands obtain this information? (Choose two.)
    A. ls -l /var/spool/atjobs
    B. atq
    C. jobs
    D. ls -l /var/spool/cron/atjobs
    E. queued
    B,D
  155. QUESTION NO: 155
    As system administrator, you are asked to diagnose the failure of a service that was supposed to
    start automatically at boot time on a SPARC-based system. Which FORTH Monitor command
    causes SMF to start all services serially and displays messages on the console for all services?



    D.
  156. QUESTION NO: 156
    While listing the contents of a directory on a Solaris system, some files are attributed to a user ID
    number, rather than to a user name. What caused this?
    A. The user originally owning the files was deleted.
    B. A non-privileged user issued a chown command and changed the owner of a file to a nonexistent
    user.
    C. You are NOT allowed to access the password file.
    D. The user owning the files has a user name that equals the user ID.
    A
  157. QUESTION NO: 157
    The support center asks you to investigate a system that is performing slowly in the accounts
    department.
    Which two commands can you use to identify the cause of the problem? (Choose two.)
    A. ls
    B. prstat
    C. pgrep
    D. pkill
    E. smc
    B,E
  158. QUESTION NO: 158
    Given:
    # svcadm milestone -d svc:/milestone/multi-user:default
    Which two services do NOT start automatically? (Choose two.)
    A. the /etc/rc2_d/S99dtlogin service
    B. the /etc/rc2_d/S10lu service
    C. the /etc/rc3_d/S84appserv service
    D. the /etc/rc2_d/S90wbem service
    E. the /etc/rc3_d/S90samba service
    C,E
  159. QUESTION NO: 159
    You must add additional network ports to your SPARC-based workstation. You have a Quad Fast
    Ethernet card. The system is currently powered off for scheduled maintenance.
    Which steps make the card accessible by the operating system?
    A. remove the system cover; install the qfe card in an available PCI slot; power on the system;
    when you see the banner displayed, press the Stop-a key combination; execute the boot -rv
    PROM command at the ok prompt and look for references to qfe in the boot messages
    B. remove the system cover; install the qfe card in an available SBus slot; power on the system;
    log in to the system as root; verify the card is working by running the rup command
    C. remove the system cover; install the qfe card in an available PCI slot; power on the system; log
    in to the system as a general user; verify the card is working by running the rup command
    D. remove the system cover; install the qfe card in an available PCI slot; power on the system; log
    in to the system as root; verify the card is working by running the ping command
    A
  160. QUESTION NO: 160
    A department needs a directory that can be used to exchange files between department members
    without allowing other employees access to the files. The department's employees are part of
    different UNIX groups and company policy dictates a umask of 007.
    You create a new UNIX group named shareit, and make the department's employees part of this
    group. You also change the ownership of the directory to this group, and set the mode to 0770.
    What additional setting should you apply?
    A. chmod g+s dir
    B. chmod u+t dir
    C. chmod g+t dir
    D. chmod u+s dir
    A
  161. QUESTION NO: 161
    The IT manager in your department tells you that Sun has released a patch that includes product
    enhancements for SunMC (Sun Management Center). Another system administrator might have
    already applied this patch, but the IT manager wants you to check the SunMC server to make sure
    it is applied. The patch number is 113106-01.
    Which two commands show if this patch has already been applied? (Choose two.)
    A. showrev -p | grep 113106-01
    B. patchchk 113106-01
    C. patchadd -p | grep 113106-01
    D. patchinfo -p | grep 113106-01
    E. patchadd -G 113106-01
    A,C
  162. QUESTION NO: 162
    Given:
    cat /etc/shadow
    root:E8Z8pYrni6C/A:6445::::::
    daemon:NP:6445::::::
    bin:NP:6445::::::
    sys:NP:6445::::::
    adm:NP:6445::::::
    lp:NP:6445::::::
    uucp:NP:6445::::::
    nuucp:NP:6445::::::
    smmsp:NP:6445::::::
    listen:*LK*:::::::
    gdm:*LK*:::::::
    webservd:*LK*:::::::
    nobody:*LK*:6445::::::
    noaccess:*LK*:6445::::::
    nobody4:*LK*:6445::::::
    user1:*LK*::::::11983:
    user2:PWXilK60LXz7U:11816::::::
    user3:BYj1zG/T9WsG2:11816:::::11983:
    user4:fbCp13KUDNh2E:11816::::7::
    Which two statements are true? (Choose two.)
    A. The user1 and listen accounts are locked accounts.
    B. The user3 account has an expiration date.
    C. The user4 account will expire in seven days.
    D. The user2, user3, and user4 accounts all had their passwords set by process ID 11816.
    A,B
  163. QUESTION NO: 163
    According to company policy, all installations must be done over the network, and network
    installations must be done using a secure protocol.
    Which installation method must you use?



    D.
  164. QUESTION NO: 164
    A complete restore from the tape backup of the /export/home file system has been successfully
    completed.
    The system created a file for check-pointing or passing information between the incremental
    restores.
    What action do you take with this file?
    A. delete the restoresymtable file
    B. examine the /var/sadm/install/restore.log file for details of the restore
    C. examine the /var/log/restore_log file for details of the restore
    D. delete the /var/log/restore.log file
    A
  165. QUESTION NO: 165
    After you back up /export using a file system snapshot, and you remove the snapshot, you also
    need to remove the backing store. The snapshot was created with:
    # mkdir /var/tmp/backup-snaps
    # fssnap -o bs=/var/tmp/backup-snaps /export
    Which file do you need to remove?



    A.
  166. QUESTION NO: 166
    Given:
    # ls -l program1
    -rwsr-xr-x 1 root other 32768 May 9 16:57 program1
    and
    # grep user1 /etc/passwd
    user1:x:100:312::/export/home/user1:/bin/ksh
    When user1 runs program1, what is the effective UID and GID of the process?



    C.
  167. QUESTION NO: 167
    As the Solaris OS administrator in your department, you have been asked to upgrade a SPARCbased
    server currently running Solaris 8 OS to the latest Solaris 10 OS release. This server is
    critical to the department's productivity, so this upgrade must be done with minimal downtime and
    must allow for rollback to the previous version.
    Which installation method should you use?



    C.
  168. QUESTION NO: 168
    On your x86-based system, what does the Boot Solaris Menu in the Device Configuration
    Assistant allow you to choose?



    B.
  169. QUESTION NO: 169
    A junior administrator is concerned that the root password on a production server is no longer
    secure. The junior administrator sends you an email with the following text:
    SU 1/25 14:01 + pts/3 root-user2
    SU 1/27 09:10 - pts/5 user1-root
    SU 1/27 09:11 + pts/5 user1-root
    SU 1/28 21:01 + console root-user3
    SU 1/29 21:30 - pts/2 user2-root
    SU 1/29 21:31 - pts/2 user2-guest3
    SU 1/29 21:33 + pts/2 user2-user1
    Which three statements about this output are true? (Choose three.)
    A. This text is from the /var/adm/sulog file.
    B. user2 knows the root password.
    C. This text is from the /var/adm/lastlog file.
    D. user1 knows the root password.
    E. user3 knows the root password.
    F. This text is from the /var/adm/wtmpx file.
    G. user2 knows the password for user1.
    A,D,G
  170. QUESTION NO: 170
    Given :
    # who -r
    . run-level S Jan 26 16:01 S 1 3
    Which two statements are true? ( Choose two. )
    A. The system has been at this run-level three times since the last reboot.
    B. The system achieved run level 3 on Jan 26 16:01.
    C. The previous run-level was single-user.
    D. The current run-level is single-user.
    E. A reboot is not necessary to go to run-level 3.
    D,E
  171. QUESTION NO: 171
    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 ensures a successful backup of the / (root) file system to the /dev/rmt/0 tape
    device, regardless of activity on that file system?




    • D.
    • Sun 310-200: Practice Exam
    • "Pass Any Exam. Any Time." - www.actualtests.com 82
    • ActualTests.com
  172. QUESTION NO: 172
    As system administrator, you are asked to troubleshoot a SPARC-based workstation in your
    department. This workstation reboots intermittently, and the system logs indicate some sort of
    hardware error. To investigate further, you want to run extended POST tests and view the output
    from these tests without the workstation reloading the OS.
    To do this, you need to perform these tasks:








    In which order do you perform these tasks?
    A. G, D, B, F, H, C, A, E
    B. D, B, F, H, A, C, G, E
    C. D, A, E, B, F, H, G, E
    D. A, E, B, F, H, C, D, G
    E. C, G, A, E, D, H, F, B
    B)
  173. QUESTION NO: 173 DRAG DROP
    Click the Task button.
    You need to add a new user named test1 on your Solaris 10 OS using the useradd command. The
    user's home directory should be automatically created.
    Place the useradd option into the correct place on the command line.
    Note: Not all options will be used.

  174. QUESTION NO: 174
    Given:
    # lpstat -t laser
    scheduler is not running
    no system default destination
    device for laser: /dev/term/a
    UX:lpstat: ERROR: The LP print service isn't running or can't be
    reached.
    TO FIX: Your request can't be completely handled
    without the LP print service. If this
    problem continues, get help from your
    system administrator.
    Which two statements are true? (Choose two.)
    A. You need to run /usr/bin/enable to enable lpsched.
    B. You need to run svcadm enable printer/server to enable printing to laser.
    C. The pgrep lpsched command will not return the PID of lpsched.
    D. The LP print service is running.
    E. The laser printer is a network printer.
    B,C
  175. QUESTION NO: 175 DRAG DROP
    Click the Task button.
    You need to add a new user named test1 on your Solaris 10 OS using the useradd command. The
    user's home directory should be automatically created.
    Place the useradd option into the correct place on the command line.
    Note: Not all options will be used.

  176. QUESTION NO: 176
    Given:
    # pwdx `pgrep cron`
    156: /var/spool/cron/atjobs
    # pfiles `pgrep cron` | grep -i log
    /var/cron/log
    /var/cron/log
    # pcred `pgrep cron`
    156: e/r/suid=0 e/r/sgid=0
    groups: 0 1 2 3 4 5 6 7 8 9 12
    Which two statements are true ? (Choose two.)
    A. The process cron has the privileged user id.
    B. Running pkill -KILL `pgrep cron` kills cron.
    C. The PID of cron is 156.
    D. The process cron is logging to /var/spool/cron/atjobs.
    E. The process cron is using /var/cron/log as the working directory.
    A,C
  177. QUESTION NO: 177
    Given:
    # svcadm milestone -d svc:/milestone/single-user:default
    Which two statements are true? (Choose two.)
    A. This system will run level S as the default mode.
    B. This system will boot to run level S at next boot.
    C. This system will not start svc.startd controlling services at the next boot.
    D. This system will boot to run level 3 at next boot.
    E. The svcadm milestone -d svc:/milestone/multi-user:default should be run to return to run level 3.
    A,B
  178. QUESTION NO: 178
    Access to the crontab command for all non-privileged users needs to be removed immediately.
    Which two files need to be deleted from the system to achieve this? (Choose two.)
    A. /etc/cron.d/cron.allow
    B. /etc/cron.d/cron.deny
    C. /etc/cron.deny
    D. /etc/cron.allow
    A,B
  179. QUESTION NO: 179
    You are the system administrator and the IT manager asks you to attach a new boot disk to a
    SPARC-based development system. This allows the server to have both a Solaris 9 OS system
    disk and a Solaris 10 OS system disk.
    You bring the system to run level 0 and attach a single external SCSI disk to the workstation. After
    power cycling the workstation to the ok prompt, the new disk is presented as
    /pci@1f,0/pci@1/pci@1/SUNW,isptwo@4/sd2,0.
    Which FORTH Monitor command creates a new permanent device alias called S10disk?



    C.
  180. QUESTION NO: 180
    Your x86-based system is running the Solaris 10 OS. You need to boot into single-user mode to
    carry out system maintenance.
    What should you do to get the system to boot directly into single user mode?



    D.
  181. QUESTION NO: 181
    Given the contents of /etc/dumpdates:
    /dev/rdsk/c0t0d0s7 0 Fri Jan 21 15:35:31 2005
    /dev/rdsk/c0t0d0s7 2 Sat Jan 22 15:35:31 2005
    /dev/rdsk/c0t0d0s7 3 Sun Jan 23 15:35:31 2005
    /dev/rdsk/c0t0d0s7 4 Mon Jan 24 15:35:31 2005
    Overnight, the file system on /dev/dsk/c0t0d0s7 becomes corrupt.
    In which order should you restore the backup?



    C.
  182. QUESTION NO: 182
    The disk slice /dev/dsk/c2t2d0s3, which has the /opt/software file system mounted, is starting to
    report errors that indicate it might crash soon. It is imperative that the file system is unmounted
    and the disk taken offline quickly. A check indicates that a number of people are accessing this file
    system.
    Which command forcibly unmounts this file system?



    B.
  183. QUESTION NO: 183
    Click the Exhibit button.
    You receive a complaint from a user who is unable to use the SSH service to access the user's lab
    system. You use a serial line to get in and check the SSH service. The svcs output is shown in the
    exhibit.
    What has caused the disruption of the SSH service?



    C.
  184. QUESTION NO: 184
    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 displays the alternative backup superblocks?



    B.
  185. QUESTION NO: 185
    There is a project that requires a large number of systems to be re-installed on the network. Each
    installation needs to be hands off and tailored to the task for which the system is intended. Which
    installation method allows for the specific tailoring of these installs?



    B.
  186. QUESTION NO: 186
    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?



    D.
  187. QUESTION NO: 187
    A junior administrator is troubleshooting a user's workstation. The workstation will NOT boot from
    its Solaris 10 OS disk. After booting the system from CD-ROM, the junior administrator sends you
    an email that includes the following text that was retrieved from the workstation console:
    * /dev/rdsk/c0t0d0s2 partition map
    *
    * Dimensions:
    * 512 bytes/sector
    * 63 sectors/track
    * 16 tracks/cylinder
    * 1008 sectors/cylinder
    * 17662 cylinders
    * 17660 accessible cylinders
    *
    * Flags:
    * 1: unmountable
    * 10: read-only
    *
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    0 2 00 1049328 9024488 10073815 /
    1 3 01 0 1049328 1049327
    2 5 00 0 17801280 17801279
    4 7 01 10073816 5627354 15701168 /var
    5 8 00 15701169 2100110 17801279 /home
    Which two statements are true? (Choose two.)
    A. Slice 0 is classified as unmountable.
    B. Slice 4 is classified as unmountable.
    C. This output was produced by the following command: prtvtoc /dev/rdsk/c0t0d0s2.
    D. This output was produced by the partition command in the format utility.
    E. This output was produced by the following command: cat /etc/mnttab.
    B,C
  188. QUESTION NO: 188
    The IT manager in your department tells you that Sun has released a patch that includes product
    enhancements for SunMC (Sun Management Center). Another system administrator might have
    already applied this patch, but the IT manager wants you to check the SunMC server to make sure
    it is applied. The patch number is 113106-01.
    Which two commands show if this patch has already been applied? (Choose two.)
    A. patchadd -p | grep 113106-01
    B. patchinfo -p | grep 113106-01
    C. patchadd -G 113106-01
    D. showrev -p | grep 113106-01
    E. patchchk 113106-01
    A,D
  189. QUESTION NO: 189
    The do_stuff file has been created so that when users execute it, the GID of the process that is
    created is the same as the group owner of the file, but the owner of the process is the user that
    started it.
    Which command sets the group ID on this file?



    B.
  190. QUESTION NO: 190 DRAG DROP
    Click the Task button. Place the steps for backing up the home directories of your server in the
    correct order.

  191. QUESTION NO: 191
    You are installing Solaris 10 and have to set up individual partitions with file systems for / (root),
    /usr, /var, /opt, /export/swap, and /tmp, and an individual partition for swap.
    Which two partitions must have enough disk space to use the crash dump feature savecore on
    your system? (Choose two.)
    A. /usr
    B. /
    C. /opt
    D. swap
    E. /export/swap
    F. /var
    G. /tmp
    D,F
  192. QUESTION NO: 192
    A system is required to be installed from CD-ROM with the software cluster that recognizes, but
    does not activate, network services. Which software cluster can achieve this?
    A. SUNWCnetr
    B. SUNWCrnet
    C. SUNWCminr
    D. SUNWCmin
    B
  193. QUESTION NO: 193
    The organization requires that file systems be backed up from a snapshot. After the file system is
    backed up, the two files created by the snapshot process must be removed.
    Which two commands should you run? (Choose two.)
    A. rm backing_store_file
    B. fssnap -d filessytem
    C. fssnap -r filesystem
    D. rm snapshot
    A,B
  194. QUESTION NO: 194
    You are attempting to install Solaris 10 OS on your x86-based laptop. You insert the Solaris
    Installation CD 1 into the CD-ROM drive. You reboot the system, but it boots into the existing OS
    that is on the system. Which two procedures can you use to begin the install process? (Choose
    two.)
    A. You insert the Solaris Installation CD 1 into the CD-ROM drive while the old OS is running and
    start the install from the old OS.
    B. You set the BIOS settings to boot from CD-ROM drive before booting from the hard drive. You
    then save the settings and reboot the system with Solaris Installation CD 1 in the CD-ROM drive.
    C. You boot from a DCA diskette and direct it to read Solaris Installation CD 1 to start the
    installation.
    D. You boot from a bootable diskette (any OS) and direct that OS to install Solaris OS.
    B,C
  195. QUESTION NO: 195
    Your x86-based server will not boot Solaris 10 OS. You discover that you need to restore your
    pboot and boot block on the / (root) slice located on disk c0d0. You first boot off of the CD-ROM or
    DVD into single user mode. What commands should you run to restore the pboot and boot block
    on the slice?
    A. # cd /usr/platform/`uname -m`/lib/fs/ufs
    # installboot /usr/platform/`uname -i`/lib/fs/ufs/pboot \ /usr/platform/`uname -i`/lib/fs/ufs/bootblk
    /dev/rdsk/c0d0s2
    B. # cd /usr/platform/`uname -m`/lib/
    # install-pboot /dev/rdsk/c0d0s2 -b bootblock /dev/rdsk/c0d0s2
    C. # cd /usr/lib/ufs
    # installboot /dev/rdsk/c0d0s0
    D. # cd /usr/platform/`uname -m`/lib/fs/ufs
    # install -bootblock -pboot /dev/rdsk/c0d0s0
    A
  196. QUESTION NO: 196 DRAG DROP
    Click the Task button. Place each file type on its description.

  197. QUESTION NO: 197
    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?



    C.
  198. QUESTION NO: 198 DRAG DROP
    Click the Task button.
    After a power outage, a user's non-networked SPARC-based workstation reboots without
    presenting any errors. However, after an hour the user can no longer access any of the files in the
    /usr directory.
    You suspect that the file system might have been corrupted but the /usr directory does not have its
    own file system.
    Place the actions in the correct order to resolve this issue.

  199. QUESTION NO: 199
    There is a requirement to run a script every other month starting next month (March). This script is
    to be run every Monday, Wednesday, and Friday.
    Which crontab entry achieves this?



    C.
  200. QUESTION NO: 200 DRAG DROP
    Click the Task button.
    Place each configuration cluster name on its definition.

  201. QUESTION NO: 201
    A system is required to be installed from CD-ROM with the software cluster that recognizes, but
    does not activate, network services. Which software cluster can achieve this?
    A. SUNWCrnet
    B. SUNWCminr
    C. SUNWCmin
    D. SUNWCnetr
    A
  202. QUESTION NO: 202
    You need to restore some files from a file system. The file system was backed up from a
    snapshot. Which command correctly restores these files?



    C.
  203. QUESTION NO: 203
    While setting up the /etc/vfstab file for a workstation, a junior administrator becomes confused
    about the differences between entries in the /dev/dsk and /dev/rdsk directories.
    Which three statements about Solaris OS disk device naming conventions are true? (Choose
    three.)
    A. Physical device names are symbolic links to logical device names kept in the /devices directory.
    B. Logical character disk device entries are found in the /dev/rdsk directory.
    C. Logical disk device entries are found in the /dev/dsk directory.
    D. Every disk device has an entry in both the /dev/dsk and /dev/rdsk directories.
    E. Block disk device entries are found in the /dev/rdsk directory.
    F. Physical device entries are found in the /dev/dsk directory.
    B,C,D
  204. QUESTION NO: 204
    Click the Exhibit button.
    The exhibit shows the steps that should be used to restore the entire contents of the / (root) file
    system to a SPARC-based system from the /dev/rmt/0 default tape device onto a newly installed
    disk.
    In which order should they be executed?



    D.
  205. QUESTION NO: 205
    You have an x86-based system with a monitor, but want to install Solaris 10 OS in text mode.
    Which is the correct procedure to do the interactive text installation?
    A. boot from the CD-ROM using the b -no_text mode
    B. create a Device Configuration Assistant diskette;
    set the system BIOS to boot from the diskette drive;
    boot from the diskette;
    insert the Solaris Installation CD 1 or the DVD into the drive;
    select choice #1 (Solaris Interactive) from the installation selection screen
    C. execute boot cdrom -text
    D. set the system BIOS to boot from the CD-ROM or DVD drive;
    insert the Solaris Installation CD1 or the DVD into the drive; boot from the CD-ROM or DVD drive;
    select choice #4 (Console session) from the installation selection screen
    D
  206. QUESTION NO: 206
    Given the following on a default Solaris OS installation:
    $ id
    uid=1001(test1) gid=1(other)
    $ echo $SHELL
    /bin/ksh
    $ su - root -c "mozilla"
    Sun Microsystems Inc. SunOS 5.10 s10_74 December 2004
    Welcome to solaris10 on lynx
    -sh: mozilla: not found
    Which three statements are true (Choose three).
    A. The test1 user has no permission to execute mozilla.
    B. The mozilla application is not installed on the system.
    C. The root user has no password.
    D. The root user has no permission to execute mozilla.
    E. The environment variable SUPATH has not been set.
    F. The environment variable PATH for the root user has no directory with mozilla.
    C,E,F
  207. QUESTION NO: 207
    Several UNIX daemons reread their configuration files when they receive a particular signal.
    Which signal is used for this purpose?



    D.
  208. QUESTION NO: 208
    Click the Exhibit button.
    An x86-based laptop needs to have the graphics configuration changed.
    Which two statements are correct about the current configuration? (Choose two.)
    A. The default color depth is 16.
    B. The default display resolution is 1152x900.
    C. The user must select the resolution when logging in.
    D. The default display resolution is 1024x768.
    E. The default display resolution is 800x600.
    A,B
  209. QUESTION NO: 209
    A SPARC-based system, but you are not sure of the physical path information. Which OBP
    command shows you this information?
    A. show-devs
    B. probe-all
    C. probe-scsi-all
    D. printenv
    E. prtdiag -v
    A
  210. QUESTION NO: 210
    A few months ago, your department received several new SPARC-based Sun workstations. As
    part of your Solaris 10 OS installation procedure, you want to make sure that the firmware on
    these workstations is at the latest revision.
    Which two ok prompt commands allow you to see the firmware revision? (Choose two.)
    A. version
    B. .version
    C. show-devs
    D. banner
    E. .registers
    B,D
  211. QUESTION NO: 211
    Several patches have been installed on your system to resolve a specific problem. The
    performance of your system degrades and you are advised to back out one of the patches.
    Which three conditions must exist for the patch to be successfully removed? (Choose three.)
    A. A previous revision of the patch must already be installed.
    B. The patch must NOT have been obsoleted by another patch.
    C. The patch must NOT be required by another patch.
    D. The patch must have been installed using the patchadd -d command.
    E. The patch must NOT be a recommended patch.
    F. The patch must NOT have been installed using the patchadd -d command.
    B,C,F
  212. QUESTION NO: 212 DRAG DROP
    Click the Task button.
    Place each file system type on the corresponding device on which you will find the file system.

  213. QUESTION NO: 213
    At boot, a SPARC-based system reports this error:
    ok boot
    Rebooting with command: bootBoot device: disk02 File and args: Evaluating: boot
    Can't open boot device
    ok
    To address the problem, you need to reset the boot device parameter to its default value. There
    are other variables that need to retain their current values.
    Which command achieves this?



    D.
  214. QUESTION NO: 214
    The security policy for a company requires that volume management is disabled for all the
    systems. A user has a DOS-formatted diskette with files that need to be transferred to that user's
    home directory.
    Which command mounts the diskette?



    C.
  215. QUESTION NO: 215 DRAG DROP
    Click the Task button. The main tasks for configuring printer services are setting up the printer,
    setting up the print server, setting up the print client, and verifying printer access. Place each task
    on its function.

  216. QUESTION NO: 216
    The automatic nightly backup of the /export3 file system failed because of a lack of space on the
    tape. You need to put in a fresh tape and manually restart the backup. To do this, you need to
    know which disk device holds the /export3 file system.
    Which two commands provide this information? (Choose two.)
    A. /usr/sbin/df
    B. /usr/bin/ls
    C. /usr/sbin/mount
    D. /usr/sbin/disks
    E. /usr/bin/du
    A,C
  217. QUESTION NO: 217
    You need to install Solaris 10 OS on five servers that will support the engineering group that is
    working on a highly sensitive project. The group requests that you install only minimum network
    services.
    Which Solaris OS installation cluster should you install?



    C.
  218. QUESTION NO: 218
    Given/var/svc/log/network-ssh:default.log:
    [ Jan 26 16:54:28 Leaving maintenance because clear requested. ]
    [ Jan 26 16:54:28 Enabled. ]
    [ Jan 26 16:54:28 executing start method ("/lib/svc/method/sshd start") ]
    Could not load host key: /etc/ssh/ssh_host_rsa_key
    Could not load host key: /etc/ssh/ssh_host_dsa_key
    Disabling protocol version 2. Could not load hostkey or GSS-API mechanisms
    sshd: no hostkeys available -- exiting.
    [ Jan 26 16:54:28 Method "start" exited with status 1 ]
    Which two statements are true? (Choose two.)
    A. Users will not be able to use ssh to log into this system.
    B. The root user must generate a public/private key pair to allow the ssh service to start.
    C. The #svcadm clear ssh command will fix this problem.
    D. For the ssh service, svcs will currently show this:
    online 16:54:28 svc:/network/ssh:default
    E. There are host key files in /etc/ssh.
    A,B
  219. QUESTION NO: 219
    A user has a large file called bigfile to print and needs to print it as soon as possible. The default
    printer is down for scheduled maintenance and will not be back online for another hour. You
    suggest that the user send bigfile to the sys-47 print server (printer speedy), which is online and
    not currently being used.
    Which two commands can accomplish this? (Choose two.)
    A. /usr/bin/lp -f bigfile
    B. /usr/ucb/lpr bigfile:speedy:sys-47
    C. /usr/ucb/lpr -P sys-47:speedy bigfile
    D. /usr/lib/lpr -d sys-47:speedy bigfile
    E. /usr/bin/lp -d sys-47:speedy bigfile
    C,E
  220. QUESTION NO: 220
    One of your users is trying to access data from a CD-ROM sent by a customer, but the CD-ROM
    is failing to mount automatically.
    Which two commands do you need to perform to ensure the correct process is running and then
    restart it if required? (Choose two.)
    A. mount cd
    B. svcs -p | grep volmgt
    C. mount cdrom
    D. /etc/init.d/volmgt start
    E. svcs -p | grep vold
    F. /etc/init.d/vold start
    D,E
  221. QUESTION NO: 221
    Given:
    # logins -l test1
    test1 1001 other 1
    # logins -l root
    root 0 root 0 Super-User
    # ls -l /etc/passwd
    -rw-r--r-- 1 root sys 726 Jan 25 16:56 /etc/passwd
    Which two commands disable test1 from reading /etc/passwd? (Choose two.)
    A. # setfacl -m u:test1:rwx,g::---,o:r--,m:r-- /etc/passwd
    B. # setfacl -m u:test1:rwx,g::r--,o:r--,m:r-- /etc/passwd
    C. # setfacl -m g::---,o:---,m:r-- /etc/passwd
    D. # setfacl -m u:test1:rwx,g::r--,o:---,m:r-- /etc/passwd
    E. # setfacl -m u:test1:rwx,g::r--,o:r--,m:--- /etc/passwd
    C,E
  222. QUESTION NO: 222
    An x86-based laptop has just had Solaris OS installed. The graphics configuration has not been
    automatically detected and it is running without graphics.
    Which two programs can you run to create an Xorg configuration file? (Choose two.)
    A. /usr/X11/bin/Xorg -configure
    B. /usr/openwin/bin/kdmconfig
    C. /usr/dt/bin/Xsession
    D. /usr/X11/bin/Xserver
    E. /usr/X11/bin/xorgconfig
    A,E
  223. QUESTION NO: 223
    Which three FORTH Monitor commands allow you to boot a SPARC-based system? (Choose
    three.)
    A. ok boot net
    B. ok boot cdrom -as
    C. ok reboot
    D. ok boot ip=192.168.1.1
    E. ok boot net:rarp
    A,B,E
  224. QUESTION NO: 224 DRAG DROP
    Click the Task button.
    Place the steps for backing up the home directories of your server in the correct order.

  225. QUESTION NO: 225
    One of your users is trying to access data from a CD-ROM sent by a customer, but the CD-ROM
    is failing to mount automatically.
    Which two commands do you need to perform to ensure the correct process is running and then
    restart it if required? (Choose two.)
    A. svcs -p | grep volmgt
    B. svcs -p | grep vold
    C. /etc/init.d/vold start
    D. mount cd
    E. mount cdrom
    F. /etc/init.d/volmgt start
    B,F
  226. QUESTION NO: 226
    While listing the contents of a directory on a Solaris system, some files are attributed to a user ID
    number, rather than to a user name. What caused this?
    A. A non-privileged user issued a chown command and changed the owner of a file to a nonexistent
    user.
    B. You are NOT allowed to access the password file.
    C. The user owning the files has a user name that equals the user ID.
    D. The user originally owning the files was deleted.
    D
  227. QUESTION NO: 227
    As system administrator, you are asked to shut down the Apache HTTPD service that is running
    on a development server. You run the svcs | grep apache command, and receive this output:
    legacy_runFeb_02lrc:/etc/rc3_d/S50apache
    Based on this output, which two statements are true? (Choose two.)
    A. Any legacy_run state can NOT be manually shut down.
    B. This service is NOT managed by SMF.
    C. In order to shut down this service, you need to execute the following shutdown script: svcadm -
    v disable /etc/init.d/S50apache.
    D. In order to shut down this service, you need to execute the shutdown script in the /etc/init.d
    directory.
    E. This service is managed by LRC.
    B,D
  228. QUESTION NO: 228
    To investigate the login problems experienced by user fred, you use su to assume the identity for
    fred. Which command can you use to verify that you have actually assumed the identity for fred?



    D.
  229. QUESTION NO: 229
    The /prod/inv file system needs to be unmounted so you can take it offline for maintenance. When
    you try and unmount it, you receive the following error message:
    umount: /prod/inv busy
    One or more users are still using it.
    Which command should you use to discover who is using the file system?



    B.
  230. QUESTION NO: 230
    A SPARC-based system does not boot and displays the message:
    "Timeout waiting for ARP/RARP packet"
    Which three actions should you take to check the boot environment of the system? (Choose
    three.)
    A. check if the frame buffer is working properly
    B. check if the NVRAM alias net is set properly
    C. check if the NVRAM alias boot-file is set properly
    D. check if the PROM variable local-mac-address?
    E. check if the PROM variable boot-device is set properly
    B,D,E
  231. QUESTION NO: 231
    The oldtimer printer needs to be decommissioned because the newkid printer has made it
    obsolete.
    Which sequence of commands decommissions oldtimer without losing any print requests?
    A. reject oldtimer
    disable oldtimer
    B. reject oldtimer
    lpmove oldtimer newkid
    lpadmin -x oldtimer
    C. lpshut
    mv /var/spool/lp/tmp/oldtimer/*
    /var/spool/lp/tmp/newkid
    lpadmin -x oldtimer
    lpsched
    D. reject oldtimer
    mv /var/spool/lp/requests/oldtimer/*
    /var/spool/lp/requests/newkid
    enable newkid
    disable oldtimer
    B
  232. QUESTION NO: 232
    Given:
    # fssnap -i
    0 /export/home
    The following command is executed:
    # /usr/lib/fs/ufs/fssnap -i /export/home
    What is the result?



    C.
  233. QUESTION NO: 233
    You need to quickly obtain the physical and logical device names for the disks attached to the
    server.
    Which command achieves this?



    C.
  234. QUESTION NO: 234
    A user from the Stores department reports that the system has become extremely slow. You log in
    to the system and determine that a process, chewsystem, is using the CPU.
    Given:
    # ps -ef | grep chewsystem
    root 1733 1 0 16:17:17 ? 0:00 /bin/ksh ./chewsystem
    Which two commands can you use to stop the process? (Choose two.)
    A. pkill -KILL chewsystem
    B. pkill 1
    C. pkill %1733
    D. kill -KILL 1733
    E. kill -KILL chewsystem
    A,D
  235. QUESTION NO: 235
    A kernel engineer in your company has been moved to another department. According to
    departmental rules, this engineer's user account and home directory must be deleted from all
    production servers. The engineer's user name was kerneng1.
    Which command-line entry deletes this account and home directory?
    A. userdel -r kerneng1
    B. userrm -r kerneng1
    C. /usr/sadm/bin/smuser delete -- -n kerneng1
    D. /usr/sadm/bin/smuser delete -r kerneng1
    A
  236. QUESTION NO: 236
    A user receives a message: cannot establish contact with the LP print server. The print server is
    up and running, but the print service is offline.
    Which command brings this service back online?
    A. svcadm start svc:/application/print/server
    B. svcstart svc:/application/print/server
    C. svcadm enable svc:/application/print/server
    D. svcenable svc:/application/print/server
    C
  237. QUESTION NO: 237
    The security policy for a company requires that volume management is disabled for all the
    systems. A user has a DOS-formatted diskette with files that need to be transferred to that user's
    home directory.
    Which command mounts the diskette?



    B.
  238. QUESTION NO: 238
    The IT manager, who wants to prevent anyone from accessing the CD-ROM drive and installing
    unauthorized software, asks you, as the system administrator, to disable the volume management
    service from starting upon reboot on a production server.
    Which action should you take to secure your system in this way?



    D.
  239. QUESTION NO: 239
    An update to the security policy for the company states that trusting hosts and any users is no
    longer allowed.
    Which two files need to be deleted to comply with this requirement? (Choose two.)
    A. $HOME/.rhosts
    B. /etc/hosts.equiv
    C. /etc/.rhosts
    D. $HOME/hosts.equiv
    A,B
  240. QUESTION NO: 240
    Given:
    # svcadm milestone -d svc:/milestone/multi-user:default
    Which two services do NOT start automatically? (Choose two.)
    A. the /etc/rc2_d/S90wbem service
    B. the /etc/rc3_d/S84appserv service
    C. the /etc/rc2_d/S99dtlogin service
    D. the /etc/rc3_d/S90samba service
    E. the /etc/rc2_d/S10lu service
    B,D
  241. QUESTION NO: 241
    Given:
    ap::sysinit:/sbin/autopush -f /etc/iu.ap
    sp::sysinit:/sbin/soconfig -f /etc/sock2path
    smf::sysinit:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/msglog 2<>/dev/msglog
    Which two statements are true? (Choose two.)
    A. This is a part of the content of the /etc/inittab file.
    B. This system starts /lib/svc/bin/svc.startd for run level 1.
    C. This file must be read by the process inetd.
    D. When this system gets the powerfail signal, svc.startd will be respawned.
    E. When booting this system, svc.startd will start.
    A,E
  242. QUESTION NO: 242 DRAG DROP
    Click the Task button.
    The main tasks for configuring printer services are setting up the printer, setting up the print
    server, setting up the print client, and verifying printer access.
    Place each task on its function.

  243. QUESTION NO: 243
    You need to restore some files from a file system. The file system was backed up from a
    snapshot. Which command correctly restores these files?



    C.
  244. QUESTION NO: 244
    A user has a large file called bigfile to print and needs to print it as soon as possible. The default
    printer is down for scheduled maintenance and will not be back online for another hour.
    You suggest that the user send bigfile to the sys-47 print server (printer speedy), which is online
    and not currently being used.
    Which two commands can accomplish this? (Choose two.)
    A. /usr/bin/lp -d sys-47:speedy bigfile
    B. /usr/lib/lpr -d sys-47:speedy bigfile
    C. /usr/ucb/lpr -P sys-47:speedy bigfile
    D. /usr/ucb/lpr bigfile:speedy:sys-47
    E. /usr/bin/lp -f bigfile
    A,C
  245. QUESTION NO: 245 DRAG DROP
    Click the Task button.
    Place the steps for installing a local printer on your machine in the correct order.

  246. QUESTION NO: 246
    As system administrator, you are asked to install an additional internal disk into a SPARC-based
    workstation that is needed to store application data.
    Which two procedures present the new disk to the Solaris 10 OS? (Choose two.)
    A. 1) execute # init 5
    2) install the new disk into the workstation
    3) power on the workstation
    4) using vi, manually edit the /etc/path_to_inst file and add an entry for the new disk
    5) execute # init 6
    B. 1) execute # touch /reconfigure
    2) execute # init 5
    3) install the new disk into the workstation
    4) power on the workstation
    C. 1) execute # init 0
    2) at the ok prompt, type setenv auto-boot? false
    3) power off the workstation
    4) install the new disk into the workstation
    5) power on the workstation
    6) at the ok prompt, type setenv auto-boot? true
    7) at the ok prompt, type boot -r
    D. 1) execute # halt
    2) power off the workstation
    3) install the new disk into the workstation
    4) power on the workstation
    5) at the ok prompt, type boot -x
    E. 1) execute # devsfadm -C disk
    B,C
  247. QUESTION NO: 247
    Given the /etc/dumpdates file entry:
    /dev/rdsk/c0t0d0s7 0 Mon Jan 10 23:59:59 2005
    /dev/rdsk/c0t0d0s7 2 Mon Jan 17 23:59:59 2005
    /dev/rdsk/c0t0d0s7 5 Mon Jan 24 23:59:59 2005
    /dev/rdsk/c0t0d0s7 9 Mon Jan 31 23:59:59 2005
    A backup of files that have been modified or created since January 18th is required.
    Which level must you supply to the ufsdump command to achieve this?
    A. level 2
    B. level 9
    C. level 6
    D. level 4
    D
  248. QUESTION NO: 248
    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 ensures a successful backup of the / (root) file system to the /dev/rmt/0 tape
    device, regardless of activity on that file system?




    A.
  249. QUESTION NO: 249
    The SPARC-based workstation systems in your accounts department need their PROMs
    upgraded. Some of the systems fail to upgrade. What is the cause?



    C.
  250. QUESTION NO: 250
    A new service named banner needs to be incorporated into SMF. The appropriate entries are
    placed in the milestones where this service is stopped and started and the service scripts are in
    the correct locations.
    Which command incorporates the banner service into SMF?
    A. svccfg import /var/svc/manifest/site/banner-smf.xml
    B. svccfg add /var/svc/manifest/site/banner-smf.xml
    C. svcadm import /var/svc/manifest/site/banner-smf.xml
    D. svcadm add /var/svc/manifest/site/banner-smf-xml
    A
  251. QUESTION NO: 251
    You must supply a list of the Solaris software cluster groups for a project. Which command
    produces the required information?




    D.
  252. QUESTION NO: 252
    The /prod/inv file system needs to be unmounted so you can take it offline for maintenance. When
    you try and unmount it, you receive the following error message:
    umount: /prod/inv busy
    One or more users are still using it.
    Which command should you use to discover who is using the file system?



    D.
  253. QUESTION NO: 253
    You are installing Solaris 10 OS on a SPARC-based system with a graphical monitor and
    keyboard, but the installation starts up in CLI mode. You typed the correct installation command.
    What is the cause?




    B.
  254. QUESTION NO: 254
    Given:
    # pwdx `pgrep cron`
    156: /var/spool/cron/atjobs
    # pfiles `pgrep cron` | grep -i log
    /var/cron/log
    /var/cron/log
    # pcred `pgrep cron`
    156: e/r/suid=0 e/r/sgid=0
    groups: 0 1 2 3 4 5 6 7 8 9 12
    Which two statements are true ? (Choose two.)
    A. The PID of cron is 156.
    B. The process cron has the privileged user id.
    C. Running pkill -KILL `pgrep cron` kills cron.
    D. The process cron is logging to /var/spool/cron/atjobs.
    E. The process cron is using /var/cron/log as the working directory.
    A,B
  255. QUESTION NO: 255
    Given:
    # lpstat -t laser
    scheduler is not running
    no system default destination
    device for laser: /dev/term/a
    UX:lpstat: ERROR: The LP print service isn't running or can't be
    reached.
    TO FIX: Your request can't be completely handled
    without the LP print service. If this
    problem continues, get help from your
    system administrator.
    Which two statements are true? (Choose two.)
    A. The pgrep lpsched command will not return the PID of lpsched.
    B. The laser printer is a network printer.
    C. You need to run /usr/bin/enable to enable lpsched.
    D. The LP print service is running.
    E. You need to run svcadm enable printer/server to enable printing to laser.
    A,E
  256. QUESTION NO: 256 DRAG DROP
    Click the Task button.
    Place each file system type on the corresponding device on which you will find the file system.

  257. QUESTION NO: 257
    As system administrator, you are asked to install an additional internal disk into a SPARC-based
    workstation that is needed to store application data.
    Which two procedures present the new disk to the Solaris 10 OS? (Choose two.)
    A. 1) execute # init 0
    2) at the ok prompt, type setenv auto-boot? false
    3) power off the workstation
    4) install the new disk into the workstation
    5) power on the workstation
    6) at the ok prompt, type setenv auto-boot? true
    7) at the ok prompt, type boot -r
    B. 1) execute # devsfadm -C disk
    C. 1) execute # init 5
    2) install the new disk into the workstation
    3) power on the workstation
    4) using vi, manually edit the /etc/path_to_inst file and add an entry for the new disk
    5) execute # init 6
    D. 1) execute # touch /reconfigure
    2) execute # init 5
    3) install the new disk into the workstation
    4) power on the workstation
    E. 1) execute # halt
    2) power off the workstation
    3) install the new disk into the workstation
    4) power on the workstation
    5) at the ok prompt, type boot -x
    A,D
  258. QUESTION NO: 258
    A user contacts the help desk to report that a script run by the user's department is reporting an
    error. The script checks for who is logged in. Your first action is to make sure that the file that the
    who command reads for its output, is present.
    Which file does the who command read to obtain its output?
    A. /var/adm/utmpx
    B. /var/adm/utmp
    C. /var/adm/users
    D. /var/adm/wtmpx
    A
  259. QUESTION NO: 259 DRAG DROP
    Click the Task button.
    Place each configuration cluster name on its definition.

  260. QUESTION NO: 260
    The / file system of one of your CAD users keeps filling up when printing. After investigation, you
    discover the 36 gigabyte disk is partitioned as follows:
    / 15 Gigabyte
    swap 1 Gigabyte
    /export/home 20 Gigabyte
    Which action should you take to prevent the / file system from filling up?



    B.
  261. QUESTION NO: 261
    Click the Exhibit button.
    Which two statements are true? (Choose two.)
    A. Any user on faraway can use rlogin to become root without supplying a password.
    B. Any user on nearby can use rlogin to become root without supplying a password.
    C. None of the users on faraway can access the ftp service on this system.
    D. User root on nearby can use rlogin without supplying a password.
    E. User faraway is not allowed to access the ftp service on this system.
    D,E
  262. QUESTION NO: 262
    A junior administrator is troubleshooting a user's workstation. The workstation will NOT boot from
    its Solaris 10 OS disk. After booting the system from CD-ROM, the junior administrator sends you
    an email that includes the following text that was retrieved from the workstation console:
    * /dev/rdsk/c0t0d0s2 partition map
    *
    * Dimensions:
    * 512 bytes/sector
    * 63 sectors/track
    * 16 tracks/cylinder
    * 1008 sectors/cylinder
    * 17662 cylinders
    * 17660 accessible cylinders
    *
    * Flags:
    * 1: unmountable
    * 10: read-only
    *
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    0 2 00 1049328 9024488 10073815 /
    1 3 01 0 1049328 1049327
    2 5 00 0 17801280 17801279
    4 7 01 10073816 5627354 15701168 /var
    5 8 00 15701169 2100110 17801279 /home
    Which two statements are true? (Choose two.)
    A. Slice 4 is classified as unmountable.
    B. This output was produced by the following command: prtvtoc /dev/rdsk/c0t0d0s2.
    C. This output was produced by the following command: cat /etc/mnttab.
    D. This output was produced by the partition command in the format utility.
    E. Slice 0 is classified as unmountable.
    A,B
  263. QUESTION NO: 263 DRAG DROP
    Click the Task button.
    Place each file type on its description.

  264. QUESTION NO: 264 DRAG DROP
    Click the Task button.
    A running application has terminated abnormally after writing this error message:
    "No space left on device."
    Which commands are required to resolve this error message?
    Place the command on the correct solution.

  265. QUESTION NO: 265
    You have completed the installation of the OS and you want to confirm what has been installed on
    the system.
    Where is the log file of the installation process stored?



    A.
  266. QUESTION NO: 266
    You want to set a system's default destination printer, so you run the command:
    # lpadmin -d printerE
    What file stores this information?



    D.
  267. QUESTION NO: 267
    On a SPARC-based system, two device aliases named bootdisk01 and bootdisk02 are created.
    These aliases allow the boot system to boot from two different disks. Currently bootdisk01 is used
    by default.
    Which Solaris OS command amends the boot-device parameter to cause the system to boot from
    bootdisk02 by default?



    D.
  268. QUESTION NO: 268
    Which three are required system hardware requirements to install the Entire Solaris software
    group plus Original Equipment Manufacturers (OEM) support cluster using the GUI installation
    Method?
    A. OpenBoot PROM firmware version 4.14 or later
    B. 256 megabytes of memory
    C. access to a CD-ROM/DVD drive or an installation server
    D. 5 gigabytes of disk space
    E. 3.2 gigabytes of disk space
    F. 128 megabytes of memory
    B,C,D
  269. QUESTION NO: 269 DRAG DROP
    Click the Task button.
    Place each logical disk component on its description.

  270. QUESTION NO: 270
    A junior administrator wants to mount an XFS file system on a Solaris 10 OS workstation. This file
    system is NOT supported in the Solaris OS.
    Which five file systems are natively supported in the Solaris 10 OS? (Choose five.)
    A. UDFS
    B. UFS
    C. HSFS
    D. PCFS
    E. VFS
    F. NFS
    G. DFS
    H. NTFS
    A,B,C,D,F
  271. QUESTION NO: 271
    There is a requirement to run a script every other month starting next month (March). This script is
    to be run every Monday, Wednesday, and Friday.
    Which crontab entry achieves this?



    B.
  272. QUESTION NO: 272
    Click the Exhibit button.
    Given the system logging messages, which two statements are true? (Choose two.)
    A. The SSH and LP services have the same reason for not starting.
    B. The SSH server is not running after booting.
    C. The LP print service is running successfully after booting.
    D. The SSH service encountered errors while starting.
    E. The SSH service tried to start just one time.
    B,D
  273. QUESTION NO: 273
    Given this output from the who(1) command:
    $ who
    ann console Jan 27 07:25
    dave pts/8 Jan 24 15:11 (:0.0)
    fred term/a Jan 27 08:00
    lisa pts/6 Jan 27 08:28 (physical)
    Which two users are physically connected to the system? (Choose two.)
    A. Lisa
    B. Dave
    C. Fred
    D. Ann
    C,D
  274. QUESTION NO: 274
    Click the Exhibit button.
    The exhibit shows the steps that should be used to restore the entire contents of the / (root) file
    system to a SPARC-based system from the /dev/rmt/0 default tape device onto a newly installed
    disk.
    In which order should they be executed?



    A.
  275. QUESTION NO: 275
    You have completed the installation of the OS and you want to confirm what has been installed on
    the system. Where is the log file of the installation process stored?



    D.
  276. QUESTION NO: 276
    You are asked to perform a Solaris OS installation on a workstation. One requirement is that if the
    root file system becomes corrupted, the recovery of the root slice must take the minimum amount
    of time.
    Which layout will take the least time to recover the root slice (/)?
    A. /20 gigabyte
    swap1024 megabyte
    /usr10 gigabyte
    /export/home41 gigabyte
    B. /10 gigabyte
    swap1024 megabyte
    /var10 gigabyte
    /usr30 gigabyte
    /export/home21 gigabyte
    C. /40 gigabyte
    swap1024 gigabyte
    /usr10 gigabyte
    D. / 71.5 gigabyte
    swap512 megabyte
    B
  277. QUESTION NO: 277
    Given:
    # fssnap -i
    0 /export/home
    The following command is executed:
    # /usr/lib/fs/ufs/fssnap -i /export/home
    What is the result?



    D.
  278. QUESTION NO: 278
    Several patches have been installed on your system to resolve a specific problem. The
    performance of your system degrades and you are advised to back out one of the patches.
    Which three conditions must exist for the patch to be successfully removed? (Choose three.)
    A. The patch must NOT have been obsoleted by another patch.
    B. The patch must NOT be a recommended patch.
    C. The patch must have been installed using the patchadd -d command.
    D. The patch must NOT be required by another patch.
    E. A previous revision of the patch must already be installed.
    F. The patch must NOT have been installed using the patchadd -d command.
    A,D,F
  279. QUESTION NO: 279
    After a security review, it has been decided that the sendmail process should NOT be run on one
    of your customer database servers.
    Which command stops the service from running and persists across reboots?





    E.
  280. QUESTION NO: 280
    Your x86-based system uses Xorg to configure the system hardware. You want to use Xsun to
    manage the hardware configuration.
    Which command should you run to switch the hardware management from Xorg to Xsun?



    B.
  281. QUESTION NO: 281
    According to company policy, all installations must be done over the network, and network
    installations must be done using a secure protocol.
    Which installation method must you use?



    D.
  282. QUESTION NO: 282
    Given:
    joe@dhcp-105# ftp dhcp-100
    Connected to dhcp-100.corp.com.
    220 dhcp-100 FTP server ready.
    Name (dhcp-100:root): root
    331 Password required for root.
    Password: root
    530 Login incorrect.
    Login failed.
    ftp>
    Which two statements are true? (Choose two.)
    A. A user on dhcp-105 is not authorized to log in to dhcp-100.
    B. A user on dhcp-105 is trying to use ftp connect to dhcp-100.
    C. The password for root on dhcp-105 is root.
    D. A user on dhcp-100 successfully logged in to dhcp-105.
    E. A user on dhcp-105 is trying to log in to dhcp-100 with the root id.
    B,E
  283. QUESTION NO: 283
    A SPARC-based system is rebooted, but no one can gain access to it. When investigating, the
    console shows this message:
    Rebooting with command: boot
    Boot device: /sbus@1f,0/SUNW,fas@e,8800000/sd@0,0 File and args:
    SunOS Release 5.10 Version Generic 64-bit
    Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Cannot open '/etc/path_to_inst'
    Program terminated
    Which two actions can you take to get the system working again? (Choose two.)
    A. boot -s
    B. boot -r
    C. boot -ars
    D. boot /etc/path_to_inst
    B,C
  284. QUESTION NO: 284
    You inherited a large number of disks from another department and installed them in your server.
    You want to prepare them for use on your system by removing partition information, but not clear
    the VTOC. You decide to write a script to automate the task.
    Which command should you use to achieve this?



    A.
  285. QUESTION NO: 285
    The ufsrestore command is used to extract the entire content of a file system (stored to tape with
    ufsdump) to another file system.
    Which statement about inode allocation is true?
    A. 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.
    B. The new file system's inodes are allocated successively as the files are restored, independent
    of the inode numbers recorded to tape.
    C. 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.
    D. 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.
    B
  286. QUESTION NO: 286
    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 remote 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. /etc/hostname.rmt0
    B. /.rhosts
    C. /etc/rmt/tape.conf
    D. /etc/hosts.equiv
    B
  287. QUESTION NO: 287
    User fred complains about not being able to access the contents of the /export/share/orders file.
    You check the permissions of the file with ls:
    # ls -l /export/share/orders
    -rw-rw-r--+ 1 root root 3441 Jan 25 16:06 /export/share/orders
    Why is fred unable to access the contents of this file?



    A.
  288. QUESTION NO: 288
    A company has upgraded their hardware and their new workstations have sufficient disk space to
    store the online man pages, rather than sharing them from the server.
    Which is the minimum Solaris OS software group that contains the man pages?
    A. SUNWCprog
    B. SUNWCreq
    C. SUNWClib
    D. SUNWCman
    A
  289. QUESTION NO: 289
    A server has new disks added and labeled by the engineer, but they need to be formatted
    identically to an existing disk (c3t0d0). You decide to script the process and run from the
    command line without interaction.
    Which two commands, when used in the correct order, achieve this? (Choose two.)
    A. format c3t0d0
    B. fmthard -s /tmp/c3t0d0.vtoc /dev/rdsk/s2
    C. format c3t0d0
    D. prtvtoc /dev/rdsk/c3t0d0s2 > /tmp/c3t0d0.vtoc
    E. cat /tmp/c3t0d0.vtoc >/dev/rdsk/s0
    B,D
  290. QUESTION NO: 290
    A SPARC-based system is rebooted, but no one can gain access to it. When investigating, the
    console shows this message:
    Rebooting with command: boot
    Boot device: /sbus@1f,0/SUNW,fas@e,8800000/sd@0,0 File and args:
    SunOS Release 5.10 Version Generic 64-bit
    Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Cannot open '/etc/path_to_inst'
    Program terminated
    Which two actions can you take to get the system working again? (Choose two.)
    A. boot -r
    B. boot -s
    C. boot /etc/path_to_inst
    D. boot -ars
    A,D
  291. QUESTION NO: 291
    Your company hired a new Java technology programmer, and the IT manager wants you to create
    a user account, user5, on the development server for this new employee. Account creation must
    abide by the following departmental rules:
    1) The user's home directory will be /export/home/"username".
    2) Java programmers use the Korn shell.
    3) The user's home directory must be created at the time the account is created.
    4) Java programmers use javap as their primary group.
    5) Java programmers use javad as their secondary group.
    Which two command-line entries will create this new account? (Choose two.)
    A. useradd -m -d /export/home/user5 -s /bin/ksh -g javad -G javap user5
    B. useradd -d /export/home/user5 -m -s /sbin/ksh -g javap -G javad user5
    C. useradd -d /export/home/user5 -m -g javap -G javad -s /bin/ksh user5
    D. useradd -d /export/home/user5 -m -s /bin/ksh -g javap -G javad user5
    E. useradd -d /export/home/user5 -m -s /bin/ksh -g javad -G javap user5
    C,D
  292. QUESTION NO: 292
    The disk slice /dev/dsk/c2t2d0s3, which has the /opt/software file system mounted, is starting to
    report errors that indicate it might crash soon. It is imperative that the file system is unmounted
    and the disk taken offline quickly. A check indicates that a number of people are accessing this file
    system.
    Which command forcibly unmounts this file system?



    D.
  293. QUESTION NO: 293
    You have a SPARC-based system with a graphical monitor, but you want to install the OS in text
    mode. What is the correct command to start the interactive install?



    B.
  294. QUESTION NO: 294 DRAG DROP
    Click the Task button.
    Place the shutdown procedure on its effect.

  295. QUESTION NO: 295
    You want to set a system's default destination printer, so you run the command:
    # lpadmin -d printerE
    What file stores this information?



    D.
  296. QUESTION NO: 296
    You need to set up a cron job that will run the /usr/bin/banner command to display the message
    System Backups tonight in a console window at 5:00 p.m. each Thursday.
    Which is the correct cron table entry?



    D.
  297. QUESTION NO: 297
    You recently performed a standardization project that ensures all SPARC-based systems boot
    from the same device aliases. The boot device order needs to be changed from vxdisk net to
    rootdisk net.
    Which OBP command removes the old vxdisk alias?




    E.
  298. QUESTION NO: 298
    A system will not boot after modification to a critical file on the root file system on
    /dev/dsk/c0t0d0s0. The system has been booted to the appropriate level to allow access to the
    disk where the root file system is located and to set the terminal type.
    Which two commands should you run to make the file system available for edit? (Choose two.)
    A. fsck /devices/rdsk/c0t0d0s0
    B. mount /dev/dsk/c0t0d0s0 /a
    C. fsck /dev/rdsk/c0t0d0s0
    D. mount /dev/dsk/c0t0d0s0 /
    B,C
  299. QUESTION NO: 299
    You bring down a SPARC-based system to run level 0. Now you need to create a customized
    device alias for one of the disks. Which OBP command allows the selection of a device path and
    later inserts it into the command line that creates the new device alias?



    B.
  300. QUESTION NO: 300
    A user from the Stores department reports that the system has become extremely slow. You log in
    to the system and determine that a process, chewsystem, is using the CPU.
    Given:
    # ps -ef | grep chewsystem
    root 1733 1 0 16:17:17 0:00 /bin/ksh ./chewsystem
    Which two commands can you use to stop the process? (Choose two.)
    A. pkill 1
    B. kill -KILL chewsystem
    C. pkill %1733
    D. kill -KILL 1733
    E. pkill -KILL chewsystem
    D,E
  301. QUESTION NO: 301
    Which three FORTH Monitor commands allow you to boot a SPARC-based system? (Choose
    three.)
    A. ok boot ip=192.168.1.1
    B. ok boot cdrom -as
    C. ok boot net:rarp
    D. ok reboot
    E. ok boot net
    B,C,E
  302. QUESTION NO: 302
    You receive a request to set up trusting for user1 when user1 logs in to system1 from system2.
    Which entry should you place in the appropriate file to achieve this?



    A.
  303. QUESTION NO: 303
    The printer1 printer has malfunctioned and it will be some time before it can be repaired. Another
    printer, printer2, is available and functional.
    Which command or command sequence shifts the pending jobs from printer1 to printer2, and
    leaves the queue for printer1 to reject requests?



    A.
  304. QUESTION NO: 304
    You are the system administrator and the IT manager asks you to attach a new boot disk to a
    SPARC-based development system. This allows the server to have both a Solaris 9 OS system
    disk and a Solaris 10 OS system disk.
    You bring the system to run level 0 and attach a single external SCSI disk to the workstation. After
    power cycling the workstation to the ok prompt, the new disk is presented as
    /pci@1f,0/pci@1/pci@1/SUNW,isptwo@4/sd2,0.
    Which FORTH Monitor command creates a new permanent device alias called S10disk?



    B.
  305. QUESTION NO: 305
    You have an x86-based system with a monitor, but want to install Solaris 10 OS in text mode.
    Which is the correct procedure to do the interactive text installation?
    A. set the system BIOS to boot from the CD-ROM or DVD drive;
    insert the Solaris Installation CD1 or the DVD into the drive; boot from the CD-ROM or DVD drive;
    select choice #4 (Console session) from the installation selection screen
    B. execute boot cdrom -text
    C. create a Device Configuration Assistant diskette;
    set the system BIOS to boot from the diskette drive;
    boot from the diskette;
    insert the Solaris Installation CD 1 or the DVD into the drive;
    select choice #1 (Solaris Interactive) from the installation selection screen
    D. boot from the CD-ROM using the b -no_text mode
    A
  306. QUESTION NO: 306
    A recent system security review requires that in addition to the default logging of users using the
    su command, all su attempts must be logged to the console. Which file must be edited to achieve
    this?
    A. /etc/default/console
    B. /etc/default/sulog
    C. /etc/default/login
    D. /etc/default/su
    D
  307. QUESTION NO: 307
    You are informed that an unprivileged user has executed commands as the superuser. You decide
    to look at the log file for the su(1) command. The contents in the log file are:
    SU 12/07 11:50 + pts/6 gv1123-root
    SU 12/07 11:54 - pts/5 fb12-root
    SU 12/07 11:54 + pts/3 gv1123-root
    SU 12/07 12:03 + pts/1 jjj-gv1123
    You know the file has NOT been tampered with.
    Which two statements are true? (Choose two.)
    A. User fb12 is suspected of having executed the commands.
    B. User gv1123 is suspected of having executed the commands.
    C. The commands might have been executed on pts/3.
    D. The commands might have been executed on pts/1.
    E. User jjj is not a suspect.
    B,C
  308. QUESTION NO: 308
    The automatic nightly backup of the /export3 file system failed because of a lack of space on the
    tape. You need to put in a fresh tape and manually restart the backup. To do this, you need to
    know which disk device holds the /export3 file system.
    Which two commands provide this information? (Choose two.)
    A. /usr/sbin/disks
    B. /usr/sbin/mount
    C. /usr/bin/ls
    D. /usr/bin/du
    E. /usr/sbin/df
    B,E
  309. QUESTION NO: 309
    You identify three files in the /export file system that appear to be identical. You know the inode
    number used by one of the files.
    Which two commands provide information verifying that these files are hard linked? (Choose two.)
    A. find /export -inum
    B. cat /export
    C. ls -laR /export
    D. find /export -file
    E. ls -liR /export
    A,E
  310. QUESTION NO: 310
    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 remote 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. /etc/hosts.equiv
    B. /etc/hostname.rmt0
    C. /etc/rmt/tape.conf
    D. /.rhosts
    D
  311. QUESTION NO: 311
    A user's system does not contain all the parts of the Solaris OS that the user needs.
    Which file tells you what software cluster has been installed on the user's system?
    A. /var/adm/system/CLUSTER
    B. /var/sadm/install/package/content
    C. /etc/issue
    D. /var/sadm/system/admin/CLUSTER
    D
  312. QUESTION NO: 312
    You add SCSI disks to the main server and execute the appropriate commands to attach the
    disks. Now you need to check the physical paths where the address can be found.
    Which directory contains the physical paths?



    B.
  313. QUESTION NO: 313
    Following a security and standards audit at your company, management now requires that all
    Solaris OS servers adopt an EFI label. Some of your systems contain disks less than 1 terabyte.
    What command should you run to select and enable an EFI label for those disks?




    E.
  314. QUESTION NO: 314
    A server is reconfigured and has a number of software applications added and some new scripts.
    They do NOT execute properly at boot. The messages at boot time indicate that SMF considers
    the repository corrupt. You decide to restore the SMF database file from last night's backup.
    Which file needs to be restored from the backup?
    A. /etc/svc/config/repository.db
    B. /etc/svc/repository.db
    C. /etc/repository.db
    D. /etc/svc/svc_repository.db
    B
  315. QUESTION NO: 315
    After you back up /export using a file system snapshot, and you remove the snapshot, you also
    need to remove the backing store. The snapshot was created with:
    # mkdir /var/tmp/backup-snaps
    # fssnap -o bs=/var/tmp/backup-snaps /export
    Which file do you need to remove?



    D.
  316. QUESTION NO: 316
    A file system needs to be backed up without disrupting the service to the users. You decide to
    create a snapshot of the file system in question, so that the file system does not have to be
    unmounted.
    Which step should you take first before creating the snapshot?
    A. locate sufficient backing-store space
    B. remove all old snapshots
    C. put the system in single-user mode
    D. insert an empty tape in the tape drive
    A
  317. QUESTION NO: 317
    A review of system security dictates that root logins are to be completely disabled.
    In the file that contains the entry that controls root logins, to what must you set the line beginning
    CONSOLE= for root logins to be disabled?
    A. CONSOLE=/dev/ttya
    B. CONSOLE=
    C. CONSOLE=/dev/pts/1
    D. CONSOLE=/dev/console
    B
  318. QUESTION NO: 318
    A client has asked you to install a Solaris 10 OS, SPARC-based workstation in a LAN that hosts
    no other Solaris OS workstations. Which two protocols allow for a web server to respond to this
    new workstation's WAN boot client requests? (Choose two.)
    A. RARP
    B. TFTP
    C. HTTP
    D. HTTPS
    E. NFS
    C,D
  319. QUESTION NO: 319
    Given :
    # who -r .
    run-level S Jan 26 16:01 S 1 3
    Which two statements are true? ( Choose two. )
    A. The current run-level is single-user.
    B. The system achieved run level 3 on Jan 26 16:01.
    C. A reboot is not necessary to go to run-level 3.
    D. The system has been at this run-level three times since the last reboot.
    E. The previous run-level was single-user.
    A,C
  320. QUESTION NO: 320
    Your x86-based system has a BIOS that does not support booting off of a CD-ROM, DVD-ROM,
    or network, and you want to install Solaris 10 OS on your system.
    Which procedure must you use?



    C.
  321. QUESTION NO: 321
    As the system administrator for your department, you are asked to help a user retrieve data from a
    diskette. The user placed the diskette into the drive, but the OS did not recognize the new media.
    Volume management is enabled.
    After you verify that the volume management daemon is running, which command do you execute
    to have the OS recognize the floppy disk?



    C.
  322. QUESTION NO: 322
    You need to perform hardware maintenance and have many users logged on. Which command do
    you use to give users a five-minute warning that the system is to be halted?




    C.
  323. QUESTION NO: 323
    Which command can be used to restore the /var/adm directory and its contents from the remote
    tape drive /dev/rmt/0 attached to the host mars?




    D.
  324. QUESTION NO: 324
    Your x86-based system with Solaris 10 OS installed on it is not booting correctly. You think the
    problem might be that a BIOS setting is not correctly configured.
    What should you do to abort the boot process and reboot into the BIOS configuration menu?
    A. You press the Stop-A keys then type reset-all. You reboot directly into the BIOS configuration
    menu and examine the BIOS settings.
    B. You press the Ctrl-Alt-Del keys and reboot the system, or press the reset button. When the
    screen tells indicates the key to enter the BIOS, you press it and examine your BIOS settings.
    C. You press the middle mouse button. When the screen times out, you enter the BIOS
    configuration menu and examine the BIOS settings.
    D. While holding down the reset button, you power cycle the system.
    B
  325. QUESTION NO: 325
    Click the Exhibit button.
    Which three statements are true? (Choose three.)
    A. /dev/fssnap/0 has the backing store file on the server 129.147.12.105.
    B. ufsdump 1ufN /dev/rmt/0 /dev/dsk/c0t2d0s0 /dev/rfssnap/0 will run the incremental backup of
    /dev/dsk/c0t2d0s0 to /dev/rmt/0.
    C. fssnap -d /etc will delete snapshot /dev/rfssnap/0.
    D. fssnap -d /etc will automatically delete the backing store file.
    E. /mnt is mounted on /dev/fssnap/0 with read/write permission.
    A,B,C
  326. QUESTION NO: 326
    As system administrator, you are asked to troubleshoot a SPARC-based workstation in your
    department. This workstation reboots intermittently, and the system logs indicate some sort of
    hardware error. To investigate further, you want to run extended POST tests and view the output
    from these tests without the workstation reloading the OS.
    To do this, you need to perform these tasks:








    In which order do you perform these tasks?
    A. D, B, F, H, A, C, G, E
    B. D, A, E, B, F, H, G, E
    C. A, E, B, F, H, C, D, G
    D. C, G, A, E, D, H, F, B
    E. G, D, B, F, H, C, A, E
    G)
  327. QUESTION NO: 327
    Given:
    # pwdx `pgrep cron`
    156: /var/spool/cron/atjobs
    # pfiles `pgrep cron` | grep -i log
    /var/cron/log
    /var/cron/log
    # pcred `pgrep cron`
    156: e/r/suid=0 e/r/sgid=0
    groups: 0 1 2 3 4 5 6 7 8 9 12
    Which two statements are true ? (Choose two.)
    A. The process cron is logging to /var/spool/cron/atjobs.
    B. The process cron is using /var/cron/log as the working directory.
    C. The process cron has the privileged user id.
    D. Running pkill -KILL `pgrep cron` kills cron.
    E. The PID of cron is 156.
    C,E
  328. QUESTION NO: 328
    A file system has been corrupted and needs to be restored. Which file contains the ufsdump levels
    for this file system?
    A. /etc/ufsdump
    B. /etc/backup
    C. /etc/dumpdates
    D. /etc/fsdumpdates
    C
  329. QUESTION NO: 329 DRAG DROP
    Click the Task button.
    Place each process signal number on its signal name.

  330. QUESTION NO: 330
    The printer1 printer has malfunctioned and it will be some time before it can be repaired. Another
    printer, printer2, is available and functional.
    Which command or command sequence shifts the pending jobs from printer1 to printer2, and
    leaves the queue for printer1 to reject requests?



    B.
  331. QUESTION NO: 331
    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 the backups from all five
    nights fit on the tape. Previous nights backups should not be overwritten.
    What command in the script achieves this?



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





    F.
  333. QUESTION NO: 333
    While selecting files during an interactive restore with ufsrestore, you are interrupted by a junior
    administrator before you can complete the file selection process and start the restore. After
    answering the administrator's question, you realize that you have forgotten which files you had
    already selected for the restore.
    How can you determine which files are already marked for extraction and restore?
    A. You can view the selected files, as they are marked with a plus sign (+) in the list that is
    permanently displayed in the upper half of the interactive ufsrestore screen view.
    B. You can use the ls subcommand of ufsrestore.
    C. You can use the add subcommand of ufsrestore.
    D. You can use the select subcommand of ufsrestore.
    B
  334. QUESTION NO: 334
    You must supply a list of the Solaris software cluster groups for a project.
    Which command produces the required information?




    E.
  335. QUESTION NO: 335
    There are four printers installed and configured on your print server. The printers are named
    according to their performance: veryfast, fast, medium, and slow. You want to define a print class,
    printclass, that incorporates all four printers and sends most of the work to the veryfast and fast
    printers.
    Which sequence of commands on the print server accomplishes this task?



    lpadmin -p fast -c printclass
    lpadmin -p medium -c printclass
    lpadmin -p slow -c printclass
    D. lpadmin -p slow -c printclass
    lpadmin -p medium -c printclass
    lpadmin -p fast -c printclass
    lpadmin -p veryfast -c printclass
    B.
  336. QUESTION NO: 336
    You accidently initiated an abort sequence. As a consequence, your SPARC-based system went
    into the PROM mode.
    Which two actions disable the default keyboard abort sequence? (Choose two.)
    A. run the eeprom command to disable KEYBOARD_ABORT
    B. in PROM mode, change the value of keyboard to disable
    C. run the kbd -a disable command
    D. detach serial console device
    E. edit /etc/default/kbd to change the value of the variable KEYBOARD_ABORT to disable
    C,E
  337. QUESTION NO: 337 DRAG DROP
    Click the Task button.
    Given :
    # logins -l test1
    test1 1001 other 1
    # ls -al /tmp/datafile
    -rw-r--r-- 1 root other 0 Jan 26 18:07 /tmp/datafile
    Place one command and one option in the space provided to prevent test1 from reading
    /tmp/datafile.

  338. QUESTION NO: 338
    The security policy of your company dictates that root logins are only allowed on the console of a
    system. Which variable should be set?



    C.
  339. QUESTION NO: 339
    You determine that a certain user, user1, is using excessive disk space in his home directory. 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
    achieve this? (Choose two.)
    A. df -h
    B. du -h /export/home/user1
    C. ls -alR /export/home/user1
    D. quot -f /dev/dsk/
    E. du -hs /var/opt
    B,D
  340. QUESTION NO: 340
    The SPARC-based workstation systems in your accounts department need their PROMs
    upgraded. Some of the systems fail to upgrade. What is the cause?



    B.
  341. QUESTION NO: 341
    A snapshot of the /export/project file system has been taken. Prior to backing up the file system,
    you need to check to see if certain files are on the snapshot. The snapshot needs to be mounted
    to check for these files.
    Which command mounts the snapshot?
    A. mount -F ufs -o ro /export/project /check
    B. mount -F ufs -o rw /dev/fssnap/0 /check
    C. mount -F ufs -o ro /dev/fssnap/0 /check
    D. mount -F ufs -o rw /export/project /check
    C
  342. QUESTION NO: 342
    You want to install Solaris 10 OS on the x86 system that you built yourself.
    Which configuration meets the minimal requirements for installation?
    A. x86 32-bit platforms (1200 megahertz or faster processor is recommended)
    64 megabytes of memory
    2-3 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS-supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive
    keyboard, 8 megabit video RAM, monitor, and mouse
    B. x86 32-bit platforms (90 megahertz or faster processor is recommended and hardware floatingpoint
    support is required), or AMD Opteron, AMD Athlon, and Intel EM64T 64-bit processors
    128 megabytes of memory
    40 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS-supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive
    keyboard, monitor, and mouse
    C. x86 32-bit platforms (120-megahertz or faster processor is recommended and hardware
    floating-point support is required), or AMD Opteron, AMD Athlon, and Intel EM64T 64-bit
    processors
    128 megabytes of memory
    2.4 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive
    PXE compatible keyboard, monitor, and mouse
    D. x86 32-bit platforms (120 megahertz or faster processor is recommended and hardware
    floating-point support is required), or AMD Opteron,
    AMD Athlon, and Intel EM64T 64-bit processors
    256 megabytes of memory
    5 to 7 gigabytes of disk space (depending on what software groups are installed)
    access to a BIOS-supported bootable CD-ROM/DVD drive or a floppy drive and a CD-ROM/DVD
    drive or a JumpStart PXE installation server (PXE BIOS support is required)
    HCL compatible keyboard, graphics card, monitor, and mouse
    D
  343. QUESTION NO: 343
    One of your disks is almost full, so you decide to look for files that can be removed. In the file
    system, you find a directory with this content:
    # ls -li
    total 33570624
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file1
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file2
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file3
    268566 -rw------- 5 bin bin 4294967296 Jan 23 11:59 file4
    How much disk space can you reclaim by removing these files?



    C.
  344. QUESTION NO: 344
    As a result of a recent incident, the user4 user is not allowed access to the crontab command. You
    need to remove the user's current crontab file and make an entry in the appropriate file.
    What two actions achieve this? (Choose two.)
    A. execute crontab -r user4
    B. place an entry in /etc/cron/cron.deny
    C. place an entry in /etc/cron.d/cron.deny
    D. execute crontab -d user4
    A,C
  345. QUESTION NO: 345 DRAG DROP
    Click the Task button.
    Place the steps for backing up the home directories of your server in the correct order.

  346. QUESTION NO: 346
    An update to the security policy for the company states that trusting hosts and any users is no
    longer allowed. Which two files need to be deleted to comply with this requirement? (Choose two.)
    A. /etc/.rhosts
    B. $HOME/.rhosts
    C. /etc/hosts.equiv
    D. $HOME/hosts.equiv
    B,C
  347. QUESTION NO: 347
    A few months ago, your department received several new SPARC-based Sun workstations. As
    part of your Solaris 10 OS installation procedure, you want to make sure that the firmware on
    these workstations is at the latest revision.
    Which two ok prompt commands allow you to see the firmware revision? (Choose two.)
    A. banner
    B. version
    C. .registers
    D. .version
    E. show-devs
    A,D
  348. QUESTION NO: 348
    Your x86-based system is running the Solaris 10 OS. You need to boot into single-user mode to
    carry out system maintenance.
    What should you do to get the system to boot directly into single user mode?



    A.
  349. QUESTION NO: 349
    Several UNIX daemons reread their configuration files when they receive a particular signal.
    Which signal is used for this purpose?



    A.
  350. QUESTION NO: 350
    You need to do a restore of a damaged /usr file system on your x86-based server running Solaris
    10 OS.
    Which procedure do you complete to get into single user mode on your system to perform the
    restore?



    type b -s
    D. boot from the hard disk into single user mode
    C.
  351. QUESTION NO: 351
    You have a SPARC-based system with a graphical monitor, but you want to install the OS in text
    mode. What is the correct command to start the interactive install?



    A.
  352. QUESTION NO: 352
    The automatic nightly backup of the /export3 file system failed because of a lack of space on the
    tape. You need to put in a fresh tape and manually restart the backup. To do this, you need to
    know which disk device holds the /export3 file system.
    Which two commands provide this information? (Choose two.)
    A. /usr/bin/ls
    B. /usr/sbin/disks
    C. /usr/bin/du
    D. /usr/sbin/mount
    E. /usr/sbin/df
    D,E
  353. QUESTION NO: 353
    You manually created a snapshot of the file system holding the user data. You created this
    snapshot at 5 p.m., and the backup of the snapshots starts at 11 p.m. The next morning, you verify
    the backup succeeded. Later that morning, one of your users asks for a restore of a file the user
    worked on last night, and accidentally deleted. The user needs the 10 p.m. version.
    Where can you find this version?



    B.
  354. QUESTION NO: 354
    Every user's home directory is located in the /export/home file system as
    /export/home/ . The output from df -h shows the user's home file system filling up:
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c0t0d0s5 7.9G 7.5G 0.4G 95% /export/home
    Which command displays disk usage by user?



    C.
Author
johnnystevens
ID
24039
Card Set
Sun310_200.txt
Description
sun_200
Updated