Sun Certified System Administrator for the Solaris 10 OS, Part I - 310-200

http://www.infopediaonline.com/To investigate the login problems experienced by user fred, you use su to assume the identify for
fred.
Which command can you use to verify that you have actually assumed the identify for fred?
A - /usr/bin/id
B - /usr/bin/whohttp://www.infopediaonline.com/
C - /usr/bin/last
D - /usr/bin/finger
Answer: A
# logins -l test1
test1 1001 other 1
# logins -l root
root 0 root 0 Super-User
# Is -l /etc/passwd
-rw-r--r-- 1 root sys 726 Jan25 1&56/etc/passwd
Which two commands disable testi from reading /etc/passwd? (Choose two.)
A - # setfacl -m g::---,o:---,m:r-- /etc/passwd
B - # setfacl -m u:test1:rwxg::r--,o:r--m:r-- /etc/passwd
C - # setfacl-m u:test1:rwx,g::---,o:r--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
Answer: A, Ehttp://www.infopediaonline.com/
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 - 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 - A non-privileged user issued a chown command and changed the owner of a file to a non-
existent user.
Answer: Ahttp://www.infopediaonline.com/
You receive a request to set up trusting tor userl when user1 logs in to system 1 from system 2.
Which entry should you place in the appropriate file to achieve this?
A - user1 system2
B - system2 user1
C - system1 user1
D - user1 system1
Answer: B
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 thehttp://www.infopediaonline.com/
who command reads for its output, is present.
Which file does the who command read to obtain its output?
A - /var/adm/utmp
B - /var/adm/wtmpx
C - /var/adm/utmpx
D - /var/adm/users
Answer: C
As system administrator, you are asked to troubleshoot a SPARC-based system that is NOT
booting properly. The console messages indicate that utsboot is not being loaded properly or is
corrupted. Which phase ot the boot process is utsboot loaded?
A - Init Phasehttp://www.infopediaonline.com/
B - Boot PROM Phase
C - Boot Program Phase
D - /etc/inittab Phase
E - Kernel Initialization Phase
Answer: C
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-vhttp://www.infopediaonline.com/
B - boot-s
C - boot-a
D - boot-r
Answer: C
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.)http://www.infopediaonline.com/
A - boot the system and enter the # reconfigure command;
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 - 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 at the Current Parameters Menu, type b -r;
confirm that you can see the new drive by executing # format
E - boot the system then execute # touch /reconfigure, and then reboot the system;
confirm that you can see the new drive by executing # format.
Answer: B, D, Ehttp://www.infopediaonline.com/
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?
A - boot-v
B - boot-m debug
C - boot-a debughttp://www.infopediaonline.com/
D - boot -m milestone=none
Answer: B
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 - boot device
B - inputdevicehttp://www.infopediaonline.com/
C - output device
D - diagnostics level
E - Ethernet address
F - Openfloot version
G - diagnostics switch
H - amount of memory
Answer: E, F, H
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 outputhttp://www.infopediaonline.com/
from these tests without the workstation reloading the OS.
To do this, you need to perform these tasks:
A) power off the workstation
B) at the ok prompt, set the diagnostic level to maximum
C) remove the workstation keyboard
D) bring the workstation to Run Level 0
E) power on the workstation
F) at the Ok prompt, set the diagnostic switch to true
G) connect a serial console to Serial Port A
H) at the ok prompt, set the auto-boot switch to false
In which order do you perform these tasks?
A - D, A, E, B, F, H, G, Ehttp://www.infopediaonline.com/
B - D, B, F, H, A, C, G, E
C - A, E, B, F, H, C, D, G
D - G, D, B, F, H, C, A, E
E - C, G, A, E, D, H, F, B
Answer: B
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?
A - halt
B - init 5
C - poweroffhttp://www.infopediaonline.com/
D - shutdown-g5-i0
E - shutdown -g300 –i0
Answer: E
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.http://www.infopediaonline.com/
What is the result of this action?
A - The owner and mode of /var/tmp/usercb are set equal to the current owner and mode of
/export/home/usercb.
B - The owner and mode of Nar/tmp are set equal to the owner and mode of /export/home beforehttp://www.infopediaonline.com/
the backup (as stored on tape).
C - 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).
D - The owner and mode of /export/home stored on the backup tape are updated with the current
owner and mode values of /export/home.
Answer: Bhttp://www.infopediaonline.com/
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 - Files found in the file system that are also on tape will NOT be overwritten.
B - The access times are preserved by tar and will reflect the time when a user last accessed the
data.
C - 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.
D - The modification time on the files restored by tar will be preserved and will reflect the time thehttp://www.infopediaonline.com/
file was last modified before the backup, NOT the time of the restore operation.
Answer: C, D
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 - fssnap -i
B - fssnap -r
C - ufsrestore-i
D - snaprestore -i
Answer: C
You need to do a restore of a damaged /usr file system on your x86-based server running Solarishttp://www.infopediaonline.com/
10 OS. Which procedure do you complete to get into single user mode on your system to perform
the restore?
A - boot from the hard disk into single user mode
B - boot from the DCA and select Hard Disk as your boot device
C - boot from the CD-ROM or DVD, and when prompted at the ok prompt, type boot-s
D - boot from the CD-ROM or DVD, and when prompted at the Current Soot Parameters menu,
type b -s
Answer: D
A file system has been corrupted and needs to be restored. Which file contains the ufsdump
levels for this file system?
A - /etc/backuphttp://www.infopediaonline.com/
B - /etc/ufsdump
C - /etc/dumpdates
D - /etct/fsdumpdates
Answer: C
The printer1 printer has malfunctioned and it will be some time before it can be repaired. Anotherhttp://www.infopediaonline.com/
printer, printer2, is available and functional. Which command or command sequence shifts the
pending jobs from printer1 to printer 2, and leaves the queue for parinter1 to reject requests?
A. lpmove printer2 printer 1
B. lpadmin -x printer1; reject printer1
C. lpmove printer1 printer2; reject printer1
D. lpadmin -m printer1 printer2; reject printer1
Answer: C
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?http://www.infopediaonline.com/
A. execute crontab -d user4
B. execute crontab -r user4
C. place an entry in /etc/cron/cron.deny
D. place an entry in /etc/cron.d/cron.deny
Answer: B, D
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. atqhttp://www.infopediaonline.com/
B. jobs
C. queued
D. ls -1 /var/spool/atjobs
E. ls -1 /var/spool/cron/atjobs
Answer: A, E
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?
A. /etc/printers.confhttp://www.infopediaonline.com/
B. /etc/lp/interfaces/printer1
C. /var/spool/ip/requests/printer1
D. /user/lib/lp/postscript/postprint
Answer: B
There is a requirement to run a script every other month starting next month (March). This script
is to be run every Monday,Wedensday,and Friday. Which crontab entry achieves this?
A. 25 23*1,3,5,3,5,7,9,11,1 /opt/application/gather_data
B. 25 23 3,5,7,9,11,1,*1,3,5 /opt/application/gather_data
C. 25 23 1.3.5*3.5.7.9.11.1 /opt/application/gather_data
D. 25 23*3,5,7,9,11,2,,13,5,/opt/application/gather_data
Answer: Dhttp://www.infopediaonline.com/
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?
A. The processes required for the telnet service are running
B. Running svcs -p network/ssh will return the PID of sshd.
C. Running svcadm clear ssh will try to restart the ssh service.
D. Running kill /network/telnet will shut down the telnet service.
E. Running svcs -x will return the process IDs for the telnet service
Answer: A, Chttp://www.infopediaonline.com/
The security team reports that the log file displaying a list of users logged in on local 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?
A. svcs -b grep rusers
B. svcs -a grep rusers
C. svcs -c grep rusers
D. svcs -w grep rusers
Answer: B
Given:http://www.infopediaonline.com/
$ 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 tests1. to read /etc/data?
A. #chgrp sys /etc/data
B. #chmod g+r /etc/datahttp://www.infopediaonline.com/
C. #setfac1 g+r /etc/data
D. #chown test1 /etc/data
E. #setfac1 -m g:other: r -m: r-- /etc/data
Answer: B, D, E
You want to monitor a failed login after five unsuccessful attempts. Which file contains this
information?
A. /var/adm/sulog
B. /var/adm/last loghttp://www.infopediaonline.com/
C. /var/adm/loginlog
D. /var/adm/failedloginlog
Answer: C
Given:
Cat /etc/shadow
Root:E8Z8pYrni6C/A:6445:::::
daemon:NP:6445::::::::::::
bin:NP:6445::::::::::::
sys:NP:6445::::::::::::
adm:NP:6445::::::::::::
Ip:NP:6445::::::::::::
uucp:NP:6445::::::::::::
nuucp:NP6445: ::::::::::::http://www.infopediaonline.com/
smmsp:NP:6445::::::::::::
listen:*LK*::::::::::::
gdm:*LK*::::::::::::
webservd:*LK*:: ::::::::::::
nobody:*LK*:6445: ::::::::::::
noaccess:*LK*:6445::::::::::::
nobody4:*LK*:6445::::::::::::
user1:*LK*::::::::::::11983
user2PWXi1K60LXz7U:11816::::::::::::
user3:BYj1Zg/t9wSg2:11816::::::::::::11983
user4:fbCp13KUDNh2E:11816::::::::::::7::
Which two statements are true?http://www.infopediaonline.com/
A. The user3 account has an expiration date.
B. The user4 account will expire in seven days.
C. The user1 and listen accounts are locked accounts
D. The user2 user3 and user4 accounts all had their passwords set by processes ID 11816.
Answer: A, C

Several UNIX daemons reread their configuration files when they receive a particular signal.
Which signal is used for this purpose?
A - SIGHUP
B - SIGKILL
C - SIGCONT
D - SIGRESTARThttp://www.infopediaonline.com/
Answer: A
Given this output from who(1) command:
Which two users are physically connected to the system? (Choose two.)
A - Ann
B - Lisa
C - Fred
D - Dave
Answer: A, C
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 - /etc/passwd
B - /etc/shadow
C - /etc/default/passwd
D - /etc/default/shadow
Answer: Chttp://www.infopediaonline.com/
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?
A - chmod 2444 do_stuff
B - chmod 6555 do_stuff
C - chmod 2544 do_stuff
D - chmod 2555 do_stuff
Answer: D
Given:http://www.infopediaonline.com/
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.)http://www.infopediaonline.com/
A - The password for root on dhcp-105 is root.
B - A user on dhcp-100 successfully logged in to dhcp-105.
C - A user on dhcp-105 is not authorized to log in to dhcp-100.
D - A user on dhcp-105 is trying to use ftp connect to dhcp-100.
E - A user on dhcp-105 is trying to log in to dhcp-100 with the root id.
Answer: D, E
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 - /var/adm/messages
B - /var/install/contents
C - /var/sadm/logs/install_data_logshttp://www.infopediaonline.com/
D - /var/sadm/install_data/install_log
Answer: D
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 - /
B - swap
C - /usrhttp://www.infopediaonline.com/
D - /opt
E - /var
F - /tmp
G - /export/swap
Answer: B, E
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?
A - You use PXE with Custom JumpStart.
B - You must boot off of a Solaris 10 PXE diskette.
C - You must boot off of a Solaris 10 Device Configuration Assistant diskette.
D - You must boot off of the hard drive and install the software from your current OS.
Answer: Chttp://www.infopediaonline.com/
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 - boot
B - boot cdrom
C - boot cdrom -text
D - boot cdrom -nowin
Answer: D
Given the contents of /ets/dumpdates:
Overnight, the file system on /dev/dsk/c0t0d0s 7 becomes corrupt.
In which order should you restore the backup?
A - 4, 3, 2, 0
B - 0, 4, 3, 2
C - 4, 2, 3, 0http://www.infopediaonline.com/
D - 0, 2, 3, 4
Answer: D
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 - ufsdump 0u export/home
B - ufsdump 0uf /dev/rmt/0 /export/project
C - ufsdump 0uf /export/project /dev/rmt/0
D - ufsdump 0uf /dev/rmt/On /exportlproject
Answer: Dhttp://www.infopediaonline.com/
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 lastnight, and accidentally deleted. The user needs the 10 p.m. version.
Where can you find this version?
A - nowhere
B - on the file system
C - on the backup tape
D - on the file system snapshot
Answer: Ahttp://www.infopediaonline.com/
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 without incident.
B - The backup is aborted and the snapshot is deleted.
C - The backup is suspended until there is more space available for the snapshot.
D - The backup progresses, but processes updating the data to be backed up are suspended
until there is more space available for the snapshot.
Answer: Bhttp://www.infopediaonline.com/
The print service under the control of SMF needs to be taken online. Before the print service is
taken online, a check must be made to see what other services depend on this service.
Which command displays these dependencies?
A - svcs-X
B - svcs-v
C - svcs-a
D - svcs-D
Answer: D
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?
A - devalias
B - show-devs
C - show-diskshttp://www.infopediaonline.com/
D - find-device
Answer: C
Which three FORTH Monitor commands allow you to boot a SPARC-based system? (Choose
three.)
A - ok reboot
B - ok boot net
C - ok boot net:rarp
D - ok boot cdrom -as
E - ok boot ip=192.168.1.1
Answer: B, C, D
There has been a PROM patch released and you need to check which revision your SPARC-
based systems are currently using. Which two commands indicate the version? (Choose two.)
A - uname-a
B - prtconf-phttp://www.infopediaonline.com/
C - prtcont-V
D - prtdiag-v
E - cat /etc/release
Answer: C, D
Given:
# svcadm milestone -d svc:/milestone/multi-user:default
Which two services do NOT start automatically? (Choose two.)
A - the /etc/rc2_d/Sl0lu servicehttp://www.infopediaonline.com/
B - the /etc/rc2_d/S90wbem service
C - the /etc/rc3_d/S90samba service
D - the /etc/rc3_d/S84appserv service
E - the /etc/rc2_d/S99dtlogin service
Answer: C, D
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 riogin service? (Choose two.)
A - rIogin
B - rlogin:loginhttp://www.infopediaonline.com/
C - network/rlogin
D - svcs:/network/login
E - /network/login:rlogin
Answer: A, E
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.)http://www.infopediaonline.com/
A - Physical device entries are found in the /dev/dsk directory
B - Block disk device entries are found in the /dev/rdsk directory
C - Logical disk device entries are found in the /dev/dsk directory.
D - Logical character disk device entries are found in the /dev/rdsk directory.
E - Every disk device has an entry in both the /dev/dsk and /dev/rdsk directories.
F - Physical device names are symbolic links to logical device names kept in the /devices
directory.
Answer: C, D, E
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:
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: cat /etc/mnttab.
D - This output was produced by the partition command in the format utility.
E - This outputwas produced bythe following command: prtvtoc/dev/rdsk/c0t0d0s2.
Answer: B, Ehttp://www.infopediaonline.com/
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
userl 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 -hs /var/opt
C - du -h /export/home/user1
D - Is -alR /export/home/user1
E - quot-f/dev/dsk/
Answer: C, Ehttp://www.infopediaonline.com/
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?
A - increase the space available to swap
B - reconfigure the system so /usr is a separate file system
C - reconfigure the system so /opt is a separate file system
D - reconfigure the system so /var is a separate file system
Answer: D
http://www.infopediaonline.com/
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
mousehttp://www.infopediaonline.com/
B - x86 32-bit platforms (90 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 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 Dpteron, 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-RDM/DVD drive PXE compatible keyboard,
monitor, and mousehttp://www.infopediaonline.com/
D - x86 32-bit platforms (120 megahertz or faster processor is recommended and hardware
floating-point support is required), or AMD Dpteron, 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
Answer: Dhttp://www.infopediaonline.com/
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 cdhttp://www.infopediaonline.com/
B - mount cdrom
C - svcs-p I grep voId
D - svcs -p I grep volmgt
E - /etc/init.d/vold start
F - /etc/init.d/volmgt start
Answer: C, F
You need to quickly obtain the physical and logical device names for the disks attached to the
server.http://www.infopediaonline.com/
Which command achieves this?
A - config
B - format
C - devices
D - prtconf grep name
Answer: B
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:http://www.infopediaonline.com/
##Verifying package dependencies.
WARNING:
The package depends on the package currently being removed.
WARNING:http://www.infopediaonline.com/
The package depends on the package currently being removed.
Dependency checking failed.
What happens to the files associated with the SuNWauddx and SUNWaudd packages if you
continue with the removal operation?
A - The files are removed.
B - The files remain on the system.
C - Only the files shared with the SUNWaudd package are removed.
D - The files are marked for removal, but are only removed after the next reboot.
Answer: B
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 busyhttp://www.infopediaonline.com/
One or more users are still using it.
Which command should you use to discover who is using the file system?
A - who-q
B - who /prod/inv
C - fuser-ck/prod/inv
D - fuser -cu /prod/inv
Answer: D
http://www.infopediaonline.com/
This information is displayed describing the details of a file system snapshot:
Snapshot number : 0
Block Device : /dev/fssnap/0
Raw Device : /dev/rfssnap/0
Mount point : /export/home
Device state : idle
Backing store path : /var/tmp/snapshot0
Backing store size : 0 KBhttp://www.infopediaonline.com/
Maximum backing store size : Unlimited
Snapshot create time : Sat Jul 07 11:04:53 2007
Copy-on-write granularity : 32 KB
Which command was executed to display this information?
A. /usr/sbin/fssnap -ahttp://www.infopediaonline.com/
B. /usr/sbin/fssnap -i /export/home
C. /usr/lib/fs/ufs/fssnap -i /export/home
D. /usr/lib/fs/ufs/fssnap -a /export/home
Answer: C
You would like to turn off the svc:/network/nfs/client service, but you are not sure which other
services will be affected if you turn off svc:/network/nfs/client. Which command can you use to
view a list of services that depend on the svc:/network/nfs/client service?
A. svcs -a grep nfshttp://www.infopediaonline.com/
B. svcs -x svc:/network/nfs/client
C. svcs -D svc:/network/nfs/client:default
D. svcs -d svc:/network/nfs/client:default
Answer: C
Which file system component is responsible for holding filename-to-inode associations?
A. directory
B. inode tablehttp://www.infopediaonline.com/
C. superblock
D. EFI disk label
E. Volume Table of Contents (VTOC)
Answer: Ahttp://www.infopediaonline.com/
You are creating file systems on an x86-based server that has two IDE disks connected to the
primary IDE controller. The master IDE disk is the boot disk, the secondary disk is a 36 Gbyte
disk drive and contains no data. The secondary disk has one fdisk partition, and on that partition
you have created two slices: 0 and 1. You now need to create a file system on slice 1 of the
secondary disk. Which device should you select when creating the file system?
A. c0d0s1
B. c0d1s1
C. c1d0s1
D. c1t1d0s1http://www.infopediaonline.com/
E. c0t0d0s1
Answer: B
As the system administrator, your job is to enforce your company's computer security policy. Thishttp://www.infopediaonline.com/
policy states:
except for those setuid executable files that exist by default in the Solaris OS, the use of setuid
programs are not allowed.
Which command can be issued to locate files that violate this security policy?
A. find / -perm4000
B. find / -perm =4000http://www.infopediaonline.com/
C. find / -perm -4000
D. find / -perm +4000
Answer: C
On Tuesday, a system administrator with root access accidentally deleted all of the data in the
/data file system. On Monday, you created a snapshot of this file system so you could back it up
to tape, but have not yet created the backup. The last good backup was on Friday. The
information on the snapshot is as follows:
Snapshot number : 0
Block Device : /dev/fssnap/0
Raw Device : /dev/rfssnap/0
Mount point : /datahttp://www.infopediaonline.com/
Device state : idle
Backing store path : /var/tmp/snapshot0
Backing store size : 0 KB
Maximum backing store size : Unlimited
Snapshot create time : Sat Jul 07 11:04:53 2007 C
opy-on-write granularity : 32 KB
Which two items describe the best options for retrieving the most up to date data in the /data filehttp://www.infopediaonline.com/
system? (Choose two.)
A. Restore from the Friday backup.
B. mount -F ufs -o ro /dev/fssnap/0 /mnt
ufsdump 0uf /dev/rmt/0 /mnt
cd /data; ufsrestore rf /dev/rmt/0
C. mount -F ufs -o ro /var/tmp/snapshot0 /mnt
ufsdump 0uf /dev/rmt/0 /mnt
cd /data; ufsrestore rf /dev/rmt/0
D. ufsdump 0ucf - /dev/rfssnap/0 (cd /data; ufsrestore \
xf - )
E. ufsdump 0ucf - /var/tmp/snapshot0 (cd /data; ufsrestore \
xf - )http://www.infopediaonline.com/
Answer: B, D
You are installing the Solaris 10 OS on a server and, in an effort to increase security on your
server, you want to disable as many network services as possible while still leaving ssh enabled
as a network-listening service. Which method is used to disable these unnecessary services
before the first reboot?
A. Run the netservices limited command.
B. Run aset -l high after the installation, but before a reboot.
C. Install the reduced network support software group during the installation of the OS.
D. Answer NO to enabling network services for remote clients during the installation of the OS.
Answer: Dhttp://www.infopediaonline.com/
You have a system with a single disk drive. You need to add a new 6 Gbyte file system for /data
and can only add it on this disk.
Given the information displayed in the exhibit, which describes the option for adding a 6 Gbyte
slice to this disk without destroying any existing data on the disk or reloading the operating
system?
A. Increase slice 4 to 6 Gbyte.
B. Combine slices 4 and 5.
C. Reduce the slice 7 to 1Gbyte. Change slice 4 to 6 Gbyte.
D. Not enough contiguous space on the disk to make a new 6 Gbyte file system.
E. All of your slices are used. You cannot add a new slice for the /data file system without
repartitioning and reloading the OS.
Answer: Ahttp://www.infopediaonline.com/
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?
A. lpadmin -p veryfast,fast,medium,slow -c printclass
B. lpsched -p veryfast,fast,medium,slow -c printclass
C. lpadmin -p slow -c printclass
lpadmin -p medium -c printclass
lpadmin -p fast -c printclasshttp://www.infopediaonline.com/
lpadmin -p veryfast -c printclass
D. lpadmin -p veryfast -c printclass
lpadmin -p fast -c printclass
lpadmin -p medium -c printclass
lpadmin -p slow -c printclass
Answer: D
Which two files are relevant in deciding whether an rlogin attempt as root succeeds? (Choose
two.)
A. /.rhosts
B. /etc/nologin
C. /root/.rhosts
D. /etc/hosts.equiv
E. /etc/default/login
Answer: A, E
When a file is saved in the Solaris OS, where is the information stored that contains pointers to
the data blocks that are associated with the file content?
A. The information is stored in the inode.
B. The information is stored in the directory.
C. The information is stored in the Superblock.
D. The information is stored in the data blocks.
Answer: A
In the Solaris Management Facility, each package delivering services does so using a ervice
manifest? You will encounter circumstances where you will want to place a legacy RC script
under SMF control as a service. In which directory is this service manifest located?
A. /etc/init.d
B. /lib/svc/manifest
C. /etc/svc/manifest
D. /var/svc/manifest/site
Answer: D
You are hired as a system administrator to manage several Solaris servers for a corporation. You
have the responsibility to identify security issues that could be exploited to gain unauthorized
access to the servers in your department. On systemA, you found an /etc/hosts.equiv file
that contains this line:
systemB
+
Which describes the impact that this file will have on the system?
A. systemB is a trusted host. All users of that remote host are trusted and do not need to supply a
password to log in to the local host.
B. systemB is a trusted host. All non-root users of that remote host are trusted and do not need to
supply a password to log in to the local host. In addition, the + sign is used, which is granting
root access from any host.
C. systemB is a trusted host. All users of that remote host are trusted and do not need to supply a
password to log in to the local host. In addition, the + sign is used, which is granting access to
any user from any host access without a password.
D. systemB is a trusted host. All non-root users of that remote host are trusted and do not need to
supply a password to log in to the local host. In addition, the + sign is used, which is granting
access to any non-root user from any host access without a password.
Answer: D
Your system is currently running at the multi-user-server milestone. You need to install operating
system patches on the server and it is required that all users be logged off the system. Therefore,
you need to bring the system down to the single-user milestone. Which describes how to
transition the system from the multi-user-server milestone to the single-user milestone?
A. svcadm milestone single-user:default
B. svcs -D milestone/single-user:default
C. svcadm milestone milestone/single-user
D. svcadm -d milestone/single-user:default
Answer: C
While looking through the /etc/shadow file, you have noticed an account with the following entry:
user1:*LK*:::::::
Which describes this login account?
A. There is no valid password for the account.
B. The system administrator has locked the account.
C. A new account and no password has been set for the account.
D. The account has been locked after too many failed login attempts.
Answer: C
You have received notice that all servers must be set up as Secure by Default. During the
installation of the Solaris OS, you made the selection to "disable network services", making the
system Secure by Default. Which network services will be disabled for remote clients when the
system is running at the multi-user-server milestone? (Choose three)
A. ftpd
B. sshd
C. lockd
D. rstatd
E. rpcbind
F. syslogd
Answer: A, C, D
In the Solaris 10 OS, disks on both x86-based and SPARC-based systems are sliced using the
format command. Which describes the maximum number of slices that can exist on a disk in an
x86-based system, when you use the format utility to define slices?
A. Disks can be divided into a maximum of 4 slices.
B. Disks can be divided into a maximum of 7 slices
C. Disks can be divided into a maximum of 16 slices.
D. Disks can be divided into a maximum of 10 slices.
Answer: D
Your Solaris x86-based server has two boot drives. You want to add an entry to the GRUB main
menu, so that during the boot process you can select to boot the server from either of the disk
drives.
How would you add a new entry to the GRUB main menu to allow the operator to select which
drive to boot from?
A. Edit the bootenv.rc file and enter a value for the altbootpath parameter.
B. Use the kernel command to edit the boot entries in the GRUB main menu.
C. Edit the menu.lst file and add an entry for the second boot disk to the GRUB main menu.
D. When the GRUB menu appears during the boot process, type to edit the GRUB menu and
enter the command to boot from the alternate disk drive.
E. Press the space bar when the GRUB menu is visible during the boot process to edit the list of
commands. Enter the command to boot to the alternate disk drive.
Answer: C
You just installed the Solaris OS onto your system and now you want to get the operating system
up to date with current OS patches. Which Solaris Command Line Utility will analyze your system
for patches, download the patches, and install the patches onto your system?
A. smpatch
B. patch tool
C. smcpatch
D. patchadd
Answer: A
You have a system with a single disk drive. You need to add a new 6GB file system for /data and
can only add it on this disk.
Given the information displayed in the exhibit, which describes the option for adding a 6GB slice
to this disk without destroying any existing data on the disk or reloading the operating system?
A. Increase slice 4 to 6GB.
B. Reduce slice 7 to 1GB. Change slice 4 to 6GB.
C. Reduce slice 6 to 3.44GB. Reduce Slice 4 to 0GB . Change slice 5 to 6GB.
D. All of your slices are used. You cannot add a new slice for the /data file system without
repartitioning and reloading the OS.
Answer: A

A disk is returned from the accounts department for reformatting, using their predefined disk
layout. Which two commands in the partitions sub-menu load the predefined table and commit it
to the disk? (Choose two)
A. name
B. label
C. choose
D. modify
E. select
Answer: B, E
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?
A. Unmount /opt/software
B. Unmount -f /opt/software
C. Unmount /dev/dsk/c2t2d0s3
D. Unmount -f /dev/dsk/c2t2d0s3
Answer: B
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 - set the milestone for this reboot to multi-user
B - use the reboot -- -2 command to shut down and reboot the system
C - from the OBP Ok prompt, boot the system using the boot -2 command
D - shut down the system with the mit s command, then use the inti 2 command to switch to run
level 2
E - from the OBP Ok prompt, boot the system to run level s, then use the mit command to set the
run level to 2
Answer: A, E
A server has new disks added and labled by th 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. format c3t0d0
C. cat /tmp/c3t0d0.vtoc >/dev/rdsk/s0
D. prtvtoc /dev/rdsk/c3t0d0s2 > /tmp/c3t0d0.vtoc
E. fmthard -s /tmp/c3t0d0.vtoc /dev/rdsk/ s2
Answer: D, E
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?
A. whoami reports root, who am I reports root
B. whoami reports user1, who am I reports root
C. whoami reports root, who am I reports user1
D. whoami reports user1, who am I reports user1
Answer: C
You are informed that an unprivileged user has executed commands as the superuser. You
decide to look at the lig 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?
A. User jjj is not a suspect.
B. The commands might have been executed on pts/1.
C. The commands might have been executed on pts/3
D. User fb12 is suspected of having executed the commands
E. User gv1123 is suspected of having executed the commands.
Answer: C, E
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.deny
B. /etc/cron.allow
C. /etc/cron.d/cron.deny
D. /etc/cron.d/cron.allow
Answer: C, D
Given:
# Is-I program 1
-rwsr-xr-x 1 root other 32768 May 9 16:57 program1
and
# grep user1 /etc/passwd
user1:x:100:31 2::/export/home/user1:/bin/ksh
When user1 runs program1, what is the effective UID and GID of the process?
A - UID 0, GID 100
B - UID 0, GID 312
C - UID 312, GID 100
D - UID 100, GID 312
Answer: B
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 - 4, 6, 1, 8, 7, 3, 11, 5, 9, 10, 2
B - 4, 6, 8, 1, 7, 5, 11, 3, 9, 10, 2
C - 4, 11, 8, 1, 7, 5, 3, 6, 9, 10, 2
D - 4, 3 , 11, 5, 1, 7, 8, 6, 9, 10, 2
Answer: B
You want to set a system’s default destination printer, so you run the command:
# Ipadmin -d printerE
What file stores this inrormation?
A - /etc/printers.conf
B - /var/sadm/printers
C - /etc/default/printerE
D - /etc/default/printers.conf
Answer: A
Which two statement are true?
A - The LP print service is running
B - The laser printer is a network printer
C - You need to run/usr/bin/enable to enable Ipsched.
D - The pgrep Ipsched command will not return PID of Ipsched
E - You need to run svcadm enable printer/server to enable printing to laser.
Answer: D, E
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.
Can not 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
Answer: B, C
You identify three files in the /export file system that appear to be identical. You know the mode
number used by one ot the files.
Which two commands provide information verifying that these files are hard linked? (Choose
two.)
A - cat/export
B - Is -liR /export
C - Is-laR/export
D - find /export -inum
E - find /export -file
Answer: B, D
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?
A - mount /floppy/floppy0 /mnt
B - mount -F pcfs /dev/diskette /mnt
C - mount -F pcfs /dev/rdiskette /mnt
D - mount -F pcfs /floppy/floppy0 /mnt
Answer: B
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 - format
B - prtvtoc /dev/rdsk/s2
C - fmthard -s /dev/null /dev/rdsk/s2
D - dd if=/dev/zero of=/dev/rdsk/s2 bs=512 count= 1
Answer: C
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 - UFS
C - NFS
D - DFS
E - NTFS
F - HSFS
G - UDFS
H - PCFS
Answer: B, C, F, G, H
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 be a recommended patch.
B - The patch must NOT be required by another patch.
C - A previous revision of the patch must already be installed.
D - The patch must NOT have been obsoleted by another patch.
E - The patch must have been installed using the patchadd -d command.
F - The patch must NOT have been installed using the patchadd -d command.
Answer: B, D, F
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?
A - You used the DVD.
B - The monitor is monochrome.
C - Solaris OS is a text-only installation.
D - The system has less than 384 megabytes of RAM.
E - The system has less than 128 megabytes of RAM.
Answer: E
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?
A - Solaris Live Upgrade software
B - Custom JumpStart Installation
C - Solaris OS installed from a tape device
D - an install from a single Solaris Flash archive
Answer: B
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 - NFS
B - TFTP
C - HTTP
D - RARP
E - HTTPS
Answer: C, E
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 - SUNWCIib
B - SUNWCreq
C - SUNWCman
D - SUNWCprog
Answer: D
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/bin/lp -d sys-47:speedy bigfile
D - /usr/lib/Ipr -d sys-47: speedy bigfile
E - /usr/ucb/lpr -P sys-47:speedy bigfile
Answer: C, E
There are four printers installed and configured on your print server. The printers are named
according to their performance: very fast, 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 very fast
and fast printers.
Which sequence of commands on the print server accomplishes this task?
A - Ipadmin -p veryfast,fast,medium slow-c printclass
B - lpsched -p veryfast,fast,medium slow-c printclass
C - Ipadmin -p slow-c printclass
Ipadmin -p medium -c printclass
Ipadmin -p fast-c printclass
Ipadmin -p veryfast -c printclass
D - Ipadmin -p veryfast -c printclass
Ipadmin -p fast-c printclass
Ipadmin -p medium -c printclass
Ipadmin -p slow -c printclass
Answer: D
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?
A - # kdmconfig
B - #Xsun -enable
C - # Xorg -disable
D - #dtlogin-Xstart
Answer: A
Given:
#svcadm milestone-d svc:/milestone/single-user:default
Which two statements are true? (Choose two.)
A - This system will boot to run level 3 at next boot.
B - This system will boot to run level S at next boot.
C - This system will run level S as the default mode.
D - This system will not start svc.startd controlling services at the next boot.
E - The svcadm milestone -d svc:/milestone/multi-user:default should be run to return to run level
3.
Answer: B, C
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 SME database file from last night’s backup.
Which file needs to be restored from the backup?
A - /etc/repository.db
B - /etc/svc /repository.db
C - /etc/svc/svc_repository.db
D - /etc/svc/config/repository.db
Answer: B
You maintain a system with a service repository database that has become corrupted. How do
you recover it?
A - kill svc.configd and reboot
B - reboot the system using the option -r db
C - edit global.db into a clean state and reboot, and import custom manifests
D - copy global.db over repository.db, reboot, and import custom manifests
Answer: D
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 - ftp
B - ssh
C - telnet
D - rlogin
E - sendmail
Answer: B, D
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/ftpusers
B - /etc/ftpd/ftp.deny
C - /etc/ftpd/ftpusers
D - /etc/default/ftpusers
Answer: C
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 - userrm -r kerneng1
B - userdel -r kerneng1
C - /usr/sadm/bin/smuser delete -r kerneng1
D - /usr/sadm/bin/smuser delete -- -n kerneng1
Answer: B
The security policy of your company dictates that root logins are only allowed on the console of a
system. Which variable should be set?
A - CONSOLE=yes in /etc/default/su
B - CONSOLE=yes in /etc/default/login
C - CONSOLE=/dev/console in /etc/default/su
D - CONSOLE=/dev/console in /etc/default/login
Answer: D
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:0 1 + 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 - user1 knows the root password.
B - user2 knows the root password.
C - users3 knows the root password.
D - user2 knows the password for user 1.
E - This text is from the /var/adm/wtmpx file.
F - This text is from the /var/adm/sulog file.
G - This text is from the /var/adm/lastlog file.
Answer: A, D, F
In which two conditions is it NOT possible to perform a snapshot of a file system? (Choose two.)
A - The file system is a multi-terabyte file system.
B - The file system is in use by system accounting.
C - The file system is used as backing store by real-time applications.
D - The backing store file is located on a different file system from the source file system.
Answer: B, C
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 Is subcommand of ufsrestore.
B - You can use the add subcommand of ufsrestore.
C - You can use the select subcommand of ufsrestore.
D - 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.
Answer: A
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?
A - # Ipadmin enable printing
B - # Ipadmin enable-local-printing
C - # svcadm enable svc:/application/print/server:default
D - # svcadm enable svc:/application/print/ipp-listener:default
Answer: C
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?
A - bring the machine to the Ok prompt, then type the boot -a command
B - bring the machine to the Ok prompt, then type the reset-all command
C - attach a terminal device to serial port A with a null modem cable and turn the machine
on
D - Attach a graphic console and keyboard, turn the machine on, and then press the Ctrl-
Alt-Backspace key combination
Answer: C
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?
A - unset wdisk
B - unalias wdisk
C - nvunalias vxdisk
D - setenv alias wdisk
E - nvunalias rootdisk
Answer: C
Most files in the Solaris OS make use of data blocks. Which one does NOT use data blocks for
storage?
A. Directory
B. Device file
C. Regular file
D. Symbolic link
Answer: B
The x86 Solaris platform boots from the BIOS ROM and follows a different path than a SPARC
system would follow during the Boot PROM Phase. The x86-based system invokes software
interrupt INT 19h, Bootstrap during the boot PROM phase. Which describes the software interrupt
INT 19h, Bootstrap?
A. Boots from the master boot block on the diskette drive or the first hard disk drive.
B. Reads the first physical sector from the diskette drive, or from the first hard disk drive. The
processor then jumps to the sector image in RAM.
C. The master boot finds the active partition in the FDISK table, loads the first physical sector
from the ACTIVE partition, and boots to the master boot block.
D. Reads the first physical sector from the diskette drive, or from the first hard disk drive. The
processor then jumps to the first sector on the drive for the master boot block.
Answer: B
Currently, when powering on your server, it boots to the multi-user milestone by default. You want
to change that behavior so that your server boots to the single-user milestone by default. Which
describes how to change the default run level of your server so that when the power is turned on,
the system will boot into the single-user milestone and stop?
A. svcadm milestone/single-user
B. svcadm milestone single-user:default
C. svcs -D milestone/single-user:default
D. svcadm -d milestone/single-user:default
E. svcadm enable milestone/single-user:default
Answer: D
The BIOS on your x86-based system has these Bohe BIOS on your x86-based system has these
Boot Device Priority settings:
First boot device [Hard Disk]
Second boot device [LAN]
Third boot device [ ]
No operating system is currently loaded on the disk and you want to install Solaris 10 on this
system. Without making any changes to the BIOS settings, which installation method must you
use?
A. Use the WAN boot installation
B. Use PXE with custom JumpStart
C. Boot from a Solaris PXE diskette
D. Solaris cannot be installed on this hardware configuration
E. Boot from a Solaris 10 Device Configuration Assistant Diskette
Answer: B
You manage several servers in a department with several system administrators. One of the
other system administrators setup several file system snapshots, but did not leave any
documentation about them.
Which command is used to display a summary of all of the snapshots on the system and its
corresponding virtual device, as shown in the following example?
0 /export/home
1 /usr
2 /database
A. /usr/sbin/fssnap -a
B. /usr/sbin/fssnap -i
C. usr/lib/fs/ufs/fssnap -i
D. /usr/lib/fs/ufs/fs snap -a
Answer: B
You are managing several servers from a remote building where you cannot physically inspect
the hardware. A new disk has been added to one of the x86-based servers. The hardware
technician provided the following information about the disk drive:
IDE secondary disk
Which corresponds to the absolute physical device pathname that Solaris assigns to that new
disk drive?
A. hd1,1
B. /dev/rdsk/c0d1s2
C. /pci@0,0/pci-ide@1f,1/ide@0/cmdk@1,0:c
D. /devices/pci@0,0/pci-ide@1f,1/ide@0/dad@1,0:c
E. /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@1,0:c
Answer: E
When setting up your server, you want these network services configured on the fresh installation
of Solaris 10, before the first reboot:
syslogd - Limited to local connections
NFS server daemons - Disabled
dtlogin - Limited to local connections
fingerd - Disabled
ssh - Enabled
Which method is used to configure these services?
A. Run the netservices limited command.
B. Boot to the multi-user milestone; Do NOT boot to the multi-user-server milestone.
C. After the first boot, use the svcadm command to disable or enable each of these services.
D. Answer NO to enabling network services for remote clients during the installation of the OS
Answer: D
You are logged into systemA and you issue these three commands:
$ id
uid=100(bill) gid=200(training)
$ ls -l /export/home
total 22
drwxr-xr-x 2 bill other 512 Jul 4 13:20 bill
drwx------ 2 root root 8192 Jun 20 12:27 lost+found
drwxr-xr-T 2 test1 training 512 Jul 5 10:39 test1
drwsr-xr-- 3 test2 training 512 Jul 5 17:19 test2
$ ls -l /export/home/test1
total 10
-rw-r--r-- 1 test1 training 136 Jul 4 17:19 local.cshrc
-rw-r--r-- 1 test1 training 157 Jul 4 17:19 local.login
-rw-r--r-- 1 test1 training 174 Jul 4 17:19 local.profile
-rw-r--r-- 1 test1 training 15 Jul 4 17:19 loginfile
-rwxrwxr-- 1 test1 training 5 Jul 5 17:29 script1
Which two describe your access to the /export/home/test directory? (Choose two.)
A. You can delete files in this directory.
B. You can create files in this directory.
C. You can execute the file named script.
D. You can edit and save files in this directory.
E. You can create sub-directories in this directory.
Answer: C, D
You have an x86-based server with two SATA drives. Each drive has an installation of Solaris for
the x86 platform, and both drives are identical. The system currently boots from the first SATA
disk drive but, after modifying the /etc/vfstab file on the boot drive, the first SATA drive will not
boot. You want to boot the system from the second SATA disk drive, but it will not boot. What do
you need to do to get the system booted?
A. Boot from DVD to get into a single user shell; mount and fix the /etc/vfstab file on the boot
drive.
B. Edit the boot string in the GRUB menu to boot from the second SATA drive. Once booted to
the second drive, mount and fix the /etc/vfstab file on the boot disk.
C. Install a bootblock onto the second SATA drive, then select the second drive during bootup.
Once booted to the second drive, mount and fix the /etc/vfstab file on the boot disk.
D. Select the second SATA drive in the GRUB menu during bootup and boot to the second drive.
Once booted to the second drive, mount and copy the /etc/vfstab file to the boot disk.
Answer: A
During the bootup of a Solaris x86-based system, when the kernel gains control of the boot
process it will initialize the CPU, memory, and I/O devices. Then, the kernel will mount the root
file (/)system on the device as specified by the bootpath property. Where is the bootpath property
stored?
A. /boot/grub/menu.lst
B. /boot/solaris/bootenv.rc
C. platform/i86pc/boot_archive
D. /boot/solaris/filelist.ramdisk
Answer: B
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. smc
C. pgrep
D. pkill
E. prstat
Answer: B, E
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. /usr/bin/id
B. /usr/bin/who
C. /usr/bin/last
D. /usr/bin/finger
Answer: A
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/su
B. /etc/default/login
C. /etc/default/sulog
D. /etc/default/console
Answer: A
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 # devsfadm -C disk
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 # 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
D. 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
E. 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
Answer: B, E
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?
A. ufsrestore c f /dev/rmt/0 ./var/adm
B. ufsrestore ./var/adm mars:/dev/rmt/0
C. ufsrestore vf mars:/dev/rmt/0 ./var/adm
D. ufsrestore xvf mars:/dev/rmt/0 ./var/adm
E. ufsrestore 0f rd=mars :/dev/rmt/0./var/adm
Answer: D
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/dt/bin/Xsession
B. /usr/X11/bin/Xserver
C. /usr/X11/bin/xorgconfig
D. /usr/openwin/bin/kdmconfig
E. /usr/X11/bin/Xorg -configure
Answer: C, E
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. NIS
B. XNS
C. ARP
D. DNS
E. NIS+
F. None
G. LDAP
H. RARP
Answer: A, D, E, F, G
You created a snapshot of the /data2 filesystem as follows:
# fssnap -F ufs -o bs=/data2/snap /data2
But, the system responds with the following error:
snapshot error: Invalid backing file path
What is the problem?
A. The /data filesystem does not exist.
B. This message indicates that the /data2/snap directory does not exist.
C. The name of the Backing Store is incorrect, it should be /dev/fssnap/0.
D. This message indicates that you cannot have the backing store file on the same filesystem as
the filesystem being snapped.
Answer: D
You are going to install a remote system using a WAN boot installation. Which two items are true
of a WAN boot and must be part of your pre-installation checklist? (Choose two.)
A. An HTTP server must be available on the network.
B. WAN boot is supported on machines with SPARC and x86 CPUs.
C. A CD-ROM is required to access the wanboot program and WAN boot miniroot.
D. You cannot use WAN boot on machines running the Solaris OS for x86 platforms.
E. The system must have WAN boot support in the OBP or PXE support in the BIOS.
Answer: A, D
Your x86-based server will not respond and appears to have crashed. The mouse does not move
on the screen and there is no response when you type from the keyboard on the console. Which
method is used to stop the system when it is not responding?
A. Press the BREAK key.
B. STOP+A key sequence
C. ESC+BREAK key sequence
D. Press the reset button on the tower. If your tower does not have a reset, turn the power off.
Answer: D
When you are logged in as root and you try to place a script into the at queue, you get the
following message:
at: you are not authorized to use at. Sorry.
The at.deny file has not been modified from its default settings. Which answer describes a
solution that would allow root to place an entry into the at queue?
A. Add root to the /etc/at.d/at.allow file.
B. Add root to the /etc/cron.d/at.allow file.
C. Remove root from the /etc/at.d/at.allow file.
D. Remove root from the /etc/cron.d/at.deny file.
E. Root does not have access to cron or at by defaut. Edit the /etc/default/cron file and
uncomment the line beginning with ALLOWROOT.
Answer: B
The Solaris OS supports a standard set of file types that are found in nearly all UNIX -based
systems. Of the different file types that exist in the Solaris OS, which three represent a particular
file type? (Choose three)
A. Hard link
B. Directory
C. Device file
D. Symbolic link
Answer: B, C, D
You issue this command:
chmod 4754 /export/home/user1/test
Which describes the permissions that have been set on this file?
A. The file can be deleted only by the owner of the file, the owner of the directory, or by the root
user.
B. When a user or process runs this executable, the process runs as if it were a member of the
same group in which the file is a member.
C. If a user has write permission in the directory and creates a file there, that file is a member of
the same group as the directory, and not the user's group.
D. A user or process that runs this executable file is granted access based on the owner of the
file (usually the root user), instead of on who started the executable.
Answer: D
In the Solaris 10 OS, boot messages are much less verbose than in previous versions of Solaris.
As you troubleshoot your server, you would like to see more messages displayed on your console
during the boot process. Which describes how to permanently configure your server so that the
bootup messages are more verbose?
A. Use svccfg to set options/logging to verbose on system/svc/restarter:default
B. Use svcadm to set options/logging to verbose on options/milestone restarter:default
C. Use svcprop to set options/logging to verbose on options/milestone restarter:default
D. boot -m verbose ; the default boot behavior in SMF is to be less verbose and cannot be
changed permanently in SMF
Answer: A
During the Solaris OS installation, you answered NO to enabling network services for remote
clients. Which three network services will be enabled for remote clients when the system is
running at the multi-user-server milestone? (Choose three.)
A. arp
B. sshd
C. ftpd
D. lockd
E. routed
F. syslogd
Answer: A, B, E
Changes to your x86-based Solaris server require you to rebuild the boot archive. Which
describes how to manually rebuild the boot archive?
A. The GRUB menu provides the ?7KH*58%PHQXSURYLGHVWKHr?option to rebuild the boot
archive.
B. Select failsafe in the GRUB menu and answer ?LQWKH*58%PHQXDQGDQVZHUy?when
prompted to rebuild the primary boot archive.
C. A normal reboot will automatically rebuild the boot archive if the system detects an out of sync
boot archive.
D. Performing a reconfigure reboot will automatically rebuild the boot archive if the system
detects an out of sync boot archive.
Answer: B
The repository database stores information about the state of each service instance including
configuration information about the services and system. Each time the repository is changed, it
is backed up before applying any changes issued by the SMF commands and utilities. Which two
methods can be used to restore a corrupt repository? (Choose two.)
A. Use the /lib/svc/bin/restore_repository utility to restore the database.
B. Use the svccfg -r command and follow the prompts to restore the database.
C. Use the svcprop -r command and follow the prompts to restore the database.
D. boot -a and specify the location of the backup repository when prompted during bootup.
E. The database is stored in the /etc/svc directory. Go into this directory and move the backup
database back into place.
Answer: A, E
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?
A. /etc/default/login
B. /etc/default/loginlog
C. /etc/default/failedlogin
D. /etc/default/security/login
Answer: A
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?
A. 101 and 11
B. 101 and 10
C. 102 and 10
D. 102 and 11
Answer: D
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. Access to each group is granted only to users in the group.
B. Users who are NOT members of the group can access it if they know the password.
C. Users who are primary members of the group are required to use the group password to gain
access to the group.
D. Users who are secondary members of the group are required to use the group password to
gain access to the group.
Answer: B
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. put the system in single-user mode
C. locate sufficient backing-store space
D. insert an empty tape in the tape drive
Answer: C
You have been directed to install a server in a secure environment where all unnecessary
network services must be disabled, except for sshd. During the installation of the Solaris OS, you
set up the system to be Secure by Default. Which three describe how network services will be
configured on the newly installed server? (Choose three.)
A. SNMP - Enabled for remote clients
B. syslogd - Enabled for remote clients
C. rpcbind - Enabled for remote clients
D. syslogd - Limited to local connections
E. rpcbind - Limited to local connections
F. sendmail - Limited to local connections
Answer: D, E, F
The standard operating procedure for your department specifies that sendmail must be turned off.
However, when you enter the ps -ef command, you see that sendmail is running on your server.
In Solaris 10, how would you shut down the sendmail service and ensure that it does not
automatically start at the next reboot?
A. svcadm disable svc:/network/smtp:sendmail
B. svcadm -t disable svc:/network/smtp:sendmail
C. svcadm disable svc:/network/smtp:sendmail; pkill sendmail
D. pkill sendmail; svcadm disable svc:/network/smtp:sendmail
E. pkill sendmail and disable the sendmail legacy startup script in /etc/rc2.d
Answer: A
A file on your system has these permissions:
-r-Sr-xr-x 1 root sys 22292 Jan 15 17:49 /usr/local/bin/prog1
Which describes the permissions that have been set on this file?
A. The sticky bit is on, and the execute bit for the owner of the file is off or denied.
B. The sticky bit is on, and the execute bit for the owner of the file is on.
C. The setgid bit is on, and the execute bit for the owner of the file is off or denied.
D. The setuid bit is on, and the execute bit for the owner of the file is on.
E. The setuid bit is on, and the execute bit for the owner of the file is off or denied.
F. The setgid bit is on, and the execute bit for the owner of the file is on.
Answer: E
Currently, your Solaris x86-based server is configured to boot from the second SATA drive. You
want to change your server so that it automatically boots using its default autodetect boot
behavior when the system is powered on or during a reboot. Which describes how to change your
server to use the default autodetect boot behavior?
A. eeprom boot-file=
B. eeprom boothpath=""
C. eeprom bootpath=autodetect
D. kernel boot-file=autodetect
E. eeprom boot-file=autodetect
Answer: A
You have a Sun V880 server with 12 disk drives installed. You are trying to document the server
hardware configuration and need to identify and document each disk drive that is installed. In
addition, you want to note both the physical device name and the logical device name for each
installed disk. Which two commands will display the physical device name along with the
corresponding logical device name for each disk installed in the server? (Choose two.)
A. ls -l /dev/dsk
B. Use the dmesg command
C. Use the prtconf command.
D. In the format utility, from the main menu, select show
E. In the format utility, from the main menu, select disk
F. In the format utility, from the main menu, select verify
Answer: A, E
Which three statements describe a Solaris Live Upgrade? (Choose three.)
A. A Live upgrade requires two disk drives.
B. A Live upgrade can be performed on a single disk.
C. You can perform a Live upgrade on a system that has non-global zones installed.
D. Solaris Live Upgrade creates a copy of the current system, which is then upgraded.
E. A Live upgrade can only upgrade your system to a higher level software group than what is
currently installed.
F. A Live upgrade can only upgrade your system to the same or a lower level software group than
what is currently installed.
Answer: B, C, D
Your server is hanging during the boot process. As part of troubleshooting your server, you want
to boot without any services enabled and then step through the SMF portion of the boot process
to try to isolate the problem. Which answer describes how to boot the server without any services
enabled?
A. boot -a
B. boot -s
C. boot -m milestone=none
D. boot -m milestone=single-user
Answer: C
The /export/home file system is running out of space on c0t0d0s7. You added a new disk to the
system and it is named c1t1d0. You need to move the /export/home file system to slice 7 on the
new disk. Which command is used to move the data from /export/home to the new disk after
booting the server to the single-user milestone?
A. ufsdump 0ucf - /dev/rdsk/c0t0d0s7 ufsrestore xf - \ /dev/rdsk/c1t1d0s7
B. ufsdump 0ucf - /dev/rdsk/c0t0d0s7 ufsrestore xf - \ /dev/rdsk/c1t1d0s7
C. mount /export/home; ufsdump 0ucf - /export/home \ ufsrestore xf - /dev/dsk/c1t1d0s7
D. mount /dev/dsk/c1t1d0s7 /mnt ; ufsdump 0ucf - \ /dev/rdsk/c0t0d0s7 (cd /mnt; ufsrestore xf - )
Answer: D
Changes to your x86-based Solaris server require you to rebuild the boot archive. Which
describes how to manually rebuild the boot archive?
A. Edit the menu.lst file.
B. Edit the bootenv.rc file.
C. Use the bootadm to rebuild the boot archive.
D. Performing a reconfigure reboot will rebuild the boot archive.
Answer: C
Overnight, the root file system filled up to 100%. The exhibit displays the state of the server
before the root file system filled up.http://www.infopediaonline.com/
Which three directories should be checked for the files that caused the root file system to fill up so
quickly?
A. /dev
B. /etc
C. /usr
D. /opt
E. /system
Answer: A, B, E
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 /bin/ksh -g javad -G javap user5
C. useradd -m -d /export/home/user5 -s /bin/ksh -g javad -G javap user5
D. useradd -d /export/home/user5 -m -g javap -G javad -s /bin/ksh user5
E. useradd -d /export/home/user5 -m -s /sbin/ksh -g javap -G javad user5
Answer: A, D
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_hos t_rsa_key
Could not load host key: /etc/ssh/ssh_hos t_dsa_k ey
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. There are host key files in /etc/ssh.
B. Users will not be able to use ssh to log into this system.
C. The #svcadm clear ssh command will fix this problem.
D. The root user must generate a public/private key pair to allow the ssh service to start.
E. For the ssh service, svcs will currently show this: online 16:54:28 svc:/network/ssh:default
Answer: B, D
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 dev user has a locked account.
B. The password for test1 has expired.
C. The root user does NOT have a password.
D. The test1 user does NOT have a password.
E. The test1 user was created earlier than dev.
Answer: A, C
Given these settings on your x86-based server:
kbd-type=US-English
ata-dma-enabled=1
atapi-cd-dma-enabled=0
ttyb-rts-dtr-off=false
ttyb-ignore-cd=true
ttya-rts-dtr-off=false
ttya-ignore-cd=true
ttyb-mode=9600,8,n,1,-
ttya-mode=9600,8,n,1,-
lba-access-ok=1
prealloc-chunk-size=0x2000
bootpath=/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0:a
console=text
You connected a console to the serial port (COM1) and you want to set up your server so that it
uses the console that you connected. Which describes how to make the system recognize the
console for bootup and not the VGA monitor and keyboard?
A. Set the console property to ttya as follows: kernel /platform/i86pc/multiboot -B console=ttya
B. The x86 platform does not support booting from a serial port.
C. Select to boot from the Solaris Serial Console ttya in the GRUB menu.
D. No changes to the PROM are required. Shut down the system and disconnect the VGA
monitor and keyboard before booting. The system console will default to the serial port.
Answer: A
You are upgrading your server to a newer version of Solaris 10 where the Secure by Default
(SBD) enhancement can be used to disable or limit many unnecessary network services. Which
method is used to setup SBD on this server and disable (or limit) unnecessary and unsecure
network services, while still leaving a useful system?
A. Run the netservices limited command after the first boot.
B. Each service can be enabled using the normal svcadm and svccfg commands.
C. Answer NO to enabling network services for remote clients during the installation of the OS.
D. Answer YES to enabling network services for remote clients during the installation of the OS.
Answer: A
You inherited a Sun Ultra45 workstation with a USB keyboard from a training environment and,
although you can get to the OpenBoot PROM, you cannot get the system to boot. When
contacting the instructor, you were told that the students have modified several of the NVRAM
parameters in class. It was suggested that you reset all of the NVRAM parameters back to their
default values. Which two describe how to reset all of the NVRAM parameters back to their
default levels?
A. Issue the Stop-N key sequence upon startup to reset all of the NVRAM parameters.
B. Issue the reset-all command to reset all of the NVRAM parameters to their default settings.
C. Issue the set-defaults command to reset all of the NVRAM parameters to their default settings.
D. Issue the reset-defaults command to reset all of the NVRAM parameters to their default
settings.
E. Power on the workstation. When the fron LED begins to flash, quickly press the front panel
power button twice.
Answer: C, E
The boot disk on your x86-based server has been corrupted and you just finished restoring the
root (/) file system to c1d0. Which describes the commands that you will use to install the GRUB
programs from the Solaris OS DVD?
A. /usr/sbin/installboot /usr/platform/`uname \ -i`/lib/fs/ufs/bootblk /dev/rdsk/c1d0s0
B. /usr/sbin/installboot /dev/dsk/c1d0s0 /a /sbin/installgrub /a/boot/grub/stage1
/a/boot/grub/stage2 \ /dev/rdsk/c1d0s0
C. /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c1d0s0
D. /usr/sbin/installboot /boot/grub/stage1 /boot/grub/stage2 \ /dev/rdsk/c1d0s0
E. /usr/sbin/mount /dev/dsk/c1d0s0 /a; /sbin/installgrub \ /a/boot/grub/stage1 /a/boot/grub/stage2
/dev/rdsk/c1d0s0
Answer: C
You are going to install a remote system using a Secure WAN boot installation, but first you want
to make sure that you have everything required before performing the installation. Which three
items are true of a Secure WAN boot and must be part of your pre-installation checklist? (Choose
three.)
A. A digital certificate for the client.
B. A Private key for the WAN boot server.
C. You can only use WAN boot on SPARC-based system.
D. HTTPS must be enabled on the WAN boot server and the install server.
E. WAN boot is supported on machines with either SPARC or x86-based CPUs.
F. A hashing key and encryption key must exist on the WAN boot server and the client.
Answer: C, D, F
This command is issued to set permissions on a directory:
chmod g+s /export/home/user1/dir1
Which is the effect of setting this permission on a directory?
A. Files created in the directory belong to the group of which the directory is a member.
B. A file in this directory can be deleted only by the owner of the file, the owner of the directory, or
by the root user.
C. Executable files that are run in this directory are run as if they were a member of the same
group in which the directory is a member.
D. Executable files that are run in this directory are granted access based on the owner of the file
(usually the root user), instead of on who started the executable.
Answer: A
You installed additional disk drives in your x86-based server and now want the system to
recognize the new disk drives. Which describes how to instruct the system to create new
symbolic links and device files for the new disks that you just installed?
A. Issue the boot -r command to boot the system.
B. Enter the r option in GRUB to perform a reconfiguration reboot.
C. Edit the boot command in GRUB to add the -r option to perform a reconfiguration reboot.
D. The x86 platform does not allow you to specify a reconfiguration at bootup. You must create
the /reconfigure file or run devfsadm from the command line.
Answer: C
You have created a snapshot of the /data1 file system, which is currently in use and is located on
c0t0d0s5. The information on the snapshot is as follows:
Snapshot number : 0
Block Device : /dev/fssnap/0
Raw Device : /dev/rfssnap/0
Mount point : /data1
Device state : idle
Backing store path : /var/tmp/snapshot0
Backing store size : 0 KB
Maximum backing store size : Unlimited
Snapshot create time : Sat Jul 07 11:04:53 2007
Copy-on-write granularity : 32 KB
You need to create a copy of the /data1 file system and put the copy on the mounted file system
named /data2 located on c1t1d0s5.
Which describes how to clone the active file system named /data1 to the file system named
/data2?
A. ufsdump 0ucf - /data1 ufsrestore xf /data2
B. mount /dev/fssnap/0 /mnt; ufsdump 0ucf - /mnt \ (cd /data2; ufsrestore xf - )
C. mount /dev/rfssnap/0 /mnt; ufsdump 0ucf - /mnt \ (cd /data2; ufsrestore xf - )
D. ufsdump 0ucf - /dev/rfssnap/0 (cd /data2; ufsrestore \ xf - )
Answer: D

You are managing several servers from a remote building. A new disk has been added to one of
the x86-based servers, and you need to create a file system on that disk. The hardware
technician provided this information about the disk drive: Embedded SCSI Disk on controller 5,
target 12, fdisk partition 0 Which device name points to that new disk drive?
A. c5d0p0
B. c5t12d0s0
C. c5t12d0p0
D. c5t12d0s0p0
E. c5t12d0p0s0
Answer: C
You configured your system so that when a user has three failed login attempts, the system will
log the activity. In addition to logging the failed attempt, you would also like to also lock the
account. Which answer describes how to lock an account after three failed login attempts?
A. passwd -N
B. Account locking is enabled by the RETRIES parameter in /etc/default/login file.
C. Account locking is enabled by the LOCK_AFTER_RETRIES parameter in /etc/default/login file.
D. Account locking is enabled by the LOCK_AFTER_RETRIES parameter in
/etc/security/policy.conf file.
Answer: D
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?
A. format -e
B. prtvtoc -s
C. format -d EFI
D. fmthard -s EFI
E. You cannot have EFI labels on disks less than 1 terabyte.
Answer: A
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. svcstart svc:/application/print/server
B. svcenable svc:/application/print/server
C. svcadm start svc:/application/print/server
D. svcadm enable svc:/application/print/server
Answer: D
You are installing a software application onto your server. The software installation notes specify
that the Solaris 10 OS must have patch 104945-02 applied. The software vendor has not
certified, and therefore, will not support their application on any other level of this patch. You
downloaded the patch into your /home directory and the ls command lists it as follows: 104945-
02.zip Before continuing, you listed the existing patches on your system and have verified that
patch number 104945-06 is already installed. Which describes how you should handle this
situation?
A. cp 104945-02.zip to /var/tmp; cd /var/tmp ; /usr/bin/unzip 104945-02.zip;patchadd 104945-02
B. pkgrm 104945-06; cp 104945-02.zip to /var/tmp; cd /var/tmp ; /usr/bin/unzip 104945-02.zip;
patchadd 104945-02
C. pkgrm -P 104945-06; cp 104945-02.zip to /var/tmp; cd /var/tmp ; /usr/bin/unzip 104945-02.zip;
pkgadd –P 104945-02
D. There is no need to install this older patch because the newer version of the patch (104945-
06) has the 104945-02 software fixes included in it.
Answer: B
You are setting up a Sun server with two internal SATA disk drives. You have also installed two
PCI SCSI controllers, and have installed four SCSI disk drives on each controller. Now you want
to check that all of the hardware is configured properly and that all of the hard drives are visible
by the system. Which describes the OpenBoot command or set of commands used to verify that
all of the drives are accessible and that the server is able to identify all of the disk drives?
A. probe-all
B. sifting probe
C. probe-scsi followed by probe-ide
D. probe-scsi-all followed by probe-ide-all
Answer: D

Which two statements are true? (choose two)
A. User root on nearby can use rlogin without supplying a password.
B. User faraway is not alloed to access the ftp service on this system.
C. None of the users on faraway can access the ftp service on this sytem
D. Any user on nearby can use relogin to become root without supplying a password.
E. Any user on fareway can use relogin to become root without supplying a password.
Answer: A, B
Given
# logins -x -1 root.dev,rest1
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
/export/home/test1
/bin/ksh
PS 012505 -1 -1 -1
Which two statements are true? (choose two)
A. The dev user has a locked account
B. The password for test1 has expired
C. The root user does NOT have a password
D. The test1 user does NOT have a password
E. The test1 user was created earlier than dev.
Answer: A, C
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=
B. CONSOLE=/dev/ttya
C. CONSOLE=/dev/pts/1
D. CONSOLE=/dev/console
Answer: A
The system 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?
A. /etc/default/login
B. /etc/default/loginlog
C. /etc/default/failedlogin
D. /et/default/security/login
Answer: A
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 can run the command.
B. The user cannot run the command.
C. Only root can run the crontab command.
D. The user can only run the command in read only.
Answer: B
User fred complains about not being able to access the contents of the /export/share/orders file.
You check the permission of the file with ls:
# ls -1 /export/share/orders
-rw-rw-r--+ 1 root root 3441 Jan 25 16:06 /export/shar/orders
Why is fred unable to access the Contents of this file?
A. The account for fred is expired.
B. User fred is NOT in group root.
C. The ACL on this file denies fred access.
D. User fred does not have permission to read files owned by root.
Answer: C
A user receives a message: cannot establish contact with the IP print server. The print server is
up and running, but the print service is offline. Which command brings this service back online?
A. svcstart svc:/application/print/server
B. svcenabl sv:/application/print/server
C. svcadm start svc:/application/print/server
D. svcadm enable svc:/application/print/server
Answer: D
The support center asks you to investigate a system that is performing sloly in th account
department. Which two commands can you use to identify the cause of the problem? (choose
two)
A. ls
B. smc
C. pgrep
D. pkill
E. prstat
Answer: B, E
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 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.
Answer: A, B
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 window at 5:00p.m. each Thursday. Which is the correct cron table
entry?
A. 0 5 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console
B. 0 5 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console
C. 0 17 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console
D. 0 17 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console
Answer: D
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)
0 pkill 1
1 pkill %1733
2 kill -kill 1733
3 kill -kill chewsystem
4 pkill -kill chewsystem
Answer: C, E
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 newkid
1pmove oldtimer newkid
1padmin -x oldtimer
C. 1pshut
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
Answer: B
An update to the security policy for the company states that trusting hosts and any users is no
Longer allowed. Which to files need to be comply with this requirement? (Choose two)
A. /etc/.rhosts
B. $HOME/.rhosts
C. /etc/hosts.equiv
D. $HOME/hosts.equiv
Answer: B, C
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; log
in to the system as root, verify the card is working by running the ping command.
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;
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.
Answer: D
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?
A. pkill sendmail
B. svcadm clear sendmail
C. svcadm restart sendmail
D. svcadm disable sendmail
E. /etc/init.d/sendmail stop
F. svcadm -t disable sendmail
Answer: D
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. banner
C. .version
D. show-devs
E. .registers
Answer: B, C
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 conatins the string net. Which FORTH Monitor commandd can you use to list all the
commands that contain the net string?
A. list net
B. show-net
C. watch-net
D. sifting net
Answer: D
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 previous run-level was single-user
C. A reboot is not necessary o go to run-level-3
D. The system achieved run level 3 on Jan 16 16:01
Answer: A, C
An x86-based laptop has just had Solris OS installed. The graphic configuration has not been
automatically detected and it is running without graphic. Which two programs can you run to
create an xorg configuration file? (Choose two)
A. /user/dt/bin/Xsession
B. /usr/x11/bin/xserver
C. /usr/x11/bin/xorgconfig
D. /usr/openwin/bin/kdmconfig
E. /usr/x11/bin/Xorg-configure
Answer: C, E
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 a Flash archive
B - install from an anonymous ftp server
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
Answer: C, D
On your x86-based system, what does the Boot Solaris Menu in the Device Configuration
Assistant allow you to choose?
A. the boot timeout value
B. the default networking port
C. alternate boot disks or CD-ROM/DVD drives
D. verbose mode to view detail booting messages
Answer: C
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@if, 0/pci@1/SUNWW, isptwo@4/sd2, 0. Which FORTH Monitor
command creates a new permanent device alias called S10disk?
A. NVALIAS / PCI@IF, 0/PCI@1/PCI@1/sunw, ISPTWO@4/SD@2, 0 s10DISK
B. Nvalias S10disk /pci@if, 0/pci@1/pci@1/SUNW, is[two@4/sd@2, 0
C. Devalias /pci@if , 0/pci@1/pci@1/SUNW, isptwo@4/sd@2, 0 S10disk
D. Devalias S10disk /pci@if, 0/pci@1/pci@1/SUNW, isptwo@4/sd@2, 0
Answer: B
At boot, a SPARC-based system reports this error. Ok boot Rebooting with command: boot Boot
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. set-defaults
B. boot-device-disk net
C. set-default boot-device
D. set-default boot-device=default
Answer: C
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. SVCADM ADD /VAR/SVC/MANIFEST/SITE/BANNER-SMF-XML
B. Svccfg add/var/svc/manifest/site/banner-smf.xml
C. Svccfg import /var/svc/manifest/site/banner-smf.xml
D. Svcadm import /var/svc/manifest/site/banner-smf.xml
Answer: C
Your x86-based server will not boot Solaris 10OS. You discover that you need to restore your
pboot and 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 restore the pboot and boot block on
the slice?
A. #cd /usr/lib/ufs
# installboot /dev/rdsk/c0d0s0
B. #cd /usr/platform/uname -m /lib/fs/ufs
#install -bootblock - pboot /dev/rdsk/c0d0s0
C. #cd /user/platform/ uname -m /lib/
D. #install -pboot /dev/rdsk/c0d0s2 -b bootblock /dev/rdsk/c0d0s2
#cd /user/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
Answer: D
You created a backup using a file system snapshot. Now that the backup is done you can delete
The snapshot and remove the backing store file if you forget which backing store file is in use,
which command can provide you with this information?
A. /usr/sbin/df
B. /usr/sbin/mount
C. /usr/sbin/fssnap
D. /usr/lib/fs/ufs/fs snap
Answer: D
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 new file system;s inodes are allocated successfully as the files are restored, independent
of the inode numbers recorded to tape.
B. The ufsrestore consults the inode map in each cylinder geoup. If an inode to be restored is
already allocated, ufsrestore quits with a fail message.
C. The inodes are allocated such that the inode number after the restor 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.
Answer: A
Given the /etc /dumpdates file entry:
/dev/rdsk/c0t0d0s7 0Mon Jan 10 23:59:59 2005
/dev/rdsk/c0t0d0s7 2Mon Jan 17 23:59:59 2005
/dev/rdsk/c0t0d0s7 5Mon Jan 24 23:59:59 2005
/dev/rdsk/c0t0d0s7 7Mon 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 4
C. level 6
D. level 9
Answer: B
Given:
# fssnap-i
0 /export/home
The following command is executed:
# /usr/lib/fs/ufs/fssnap -i /export/home
What is the result?
A - A new fssnap image of the /export/home file system is created.
B - Detailed information about the /export/home snapshot is displayed.
C - An existing fssnap image of /export/home for read only is mounted.
D - The /export/home snapshot is used as input to the fssnap command.
Answer: B
Which command can be used restore the /var/adm directory and its contents from the remote
tape drive /dev/rmt/0 attached to the host mars?
A. ufsrestore c f /dev/rmt/0 /var/adm
B. ufsrestore /var/adm mars: /dev/rmt/0
C. ufsrestore vf mars:/dev/rmt/0 /var/adm
D. ufsrestore xvf mars:/dev/rmt/0 /var/adm
E. ufsrestore 0f rd=mars: /dev/rmt/0 /var/adm
Answer: D
Given:
Which two statements are true? Select two.
A. fssnap failed because the backing store file was out of space.
B. fssnap -F nfs -o bs=/var/tmp/fssnap.etc /etc will run successfully.
C. fssnap -F ufs -o bs=/var/tmp/fssnap.etc /etc will run successfully.
D. fssnap needs either another ufs or nfs file system to save backing store file.
E. fssnap failed because the backing store file was located on the same file system.
Answer: D, E
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 -Fufs -oro /dev/fssnap/o/check
B. mount -Fufs -orw /dev/fssnap/o/check
C. mount -Fufs -oro /export/project/o/check
D. mount -Fufs -orw /export/project/o/check
Answer: A
A department needs a directory that can be used to exchange files between department
members without allowing other employees access to the files. The departments 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 setthe mode to 0770.
What additional setting should you apply?
A - chmod u+s dir
B - chmod g+s dir
C - chmod g+t dir
D - chmod u+t dir
Answer: B
There is a new LAN being planned and the project coordinator asks which services are available
choice in a Solaris 10 OS installation. Which five name services are available on Solaris 10 OS?
A. NIS
B. XNS
C. ARP
D. DNS
E. NIS+
F. None
G. LDAP
H. RARP
Answer: A, D, E, F, G
You must supply a list of the Solaris software cluster groups for a project. Which command
produces the required information?
A. cat /etc / cluster
B. cat /var/sadm/ install_data
C. grep METACLUSTER /etc/release
D. cat /var/sadm/system/admin/CLUSTER
E. grep METACLUSTER/var/sadm/system/admin/.clustertoc
Answer: E
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
Swap 512megabyte
B. / 40 gigabyte
Swap 1024migabyte
/usr 10gigabyte
C. / 20gigabyte
Swap 1024gigabyte
/usr 10gigabyte
/export/home 41gigabyte
D. / 20gigabyte
Swap 1024megabyte
/var 10gigabyte
/usr 30gigabyte
/export/home 21gigabyt
Answer: D
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 navigat
through the system and open applications. Which software group should you install to use
minimal disk space and to include the CDE packages?
A. Core
B. End User
C. Developer
D. Entire Distribution
E. Reduced Network Support
F. Entire Distribution Plus OEM
Answer: B
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?
A. SUNWCuser
B. SUNWCreq
C. SUNWCrnet
D. SUNWCmreq
Answer: C
Question: 89
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. 302 gigabytes of disk space
B. 5 gigabytes of disk space
C. 128 megabytes of memory
D. 256 megabytes of memory
E. Open Boot PROM firmware Version 4.14 or later
F. Access to a CD-ROM/DVD drive or an installation server.
Answer: B, D, F
The operating system that is installed on the company's server and that runs the invoicing
Software needs to be upgraded to Solaris 1- 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?
A. perform a Solaris Flash install
B. re-install the OS and applications
C. boot the server from the install CD and upgrade
D. upgrade using the Solaris Live Upgrade softwar
Answer: D
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?
A. /dev/dsk
B. /devices
C. /dev/rdsk
D. /kernel/drv
E. /etc/path_to_inst
F. /etc/name_to_major
G. /platform/sun4u/kernel/drv
Answer: A, B, C, E
A user's home directory contains unnecessary flies that the user wants to delete. The ls -li
Command presents the following output:
total 4
83215 -rw-r-r-- 2 userr1 other 180 May 7 12:11 file1
83215 -rw-r-r-- 2 userr1 other 180 May 7 12:11 file2
Which two occur when removing file2? (Choose two)
A. Both file1 and file2 are removed.
B. The link count value of file1 remains 2.
C. The link count value if file1 decreases to 1.
D. The file1 file no linger provides access to data.
E. The file1 file remains and continues to provide access to data.
Answer: C, E
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 display the alternative backup superblocks?
A. fsck -sb /dev/dsk/c0t0d0s7
B. fsck -N /dev/rdsk/cotodos7
C. newfs -sb /dev/dsk/c0t0d0s7
D. newfs -N /dev/rdsk/c0t0d0s7
Answer: D

Which two files are relevant in deciding whether an rIogin attempt as root succeeds? (Choose
two.)
A - /.rhosts
B - /etc/nologin
C - /root/.rhosts
D - /etc/hosts.equiv
E - /etc/default/login
Answer: A, E
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 /dev/rdsk/c0t0d0s0
B. mount /dev/dsk/c0t0d0s0 /
C. mount /dev/dsk/c0t0d0s0 /a
D. fsck /devices/rdsk/c0t0d0s 0
Answer: A, C
The IT manager in your department tells you that Sun has released a patch that includes product
enhancements for SunMC (SunManagement 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?
A. patchchk 113106-01
B. patchadd -G 113106-01
C. showrev -p grep 113106-01
D. patchadd -p grep 113106-01
E. patchinfo -p grep 113106-01
Answer: C, D

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. execute boot cdrom - text
B. boot from the CD-ROM using the b - no_text mode
C. set the system BIOS to boot from the CD-ROM or DVD drive; insert the Solaris installation CD
1 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. 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; Selection choice#1 from the installation selection screen
Answer: C
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. SUNWCmin
B. SUNWCrnet
C. SUNWCnetr
D. SUNWCminr
Answer: B
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?
A. a WANboot installation
B. a JumpStart installation
C. a FlashArcive installation
D. the Solaris Live upgrade method using the 1u command and a spare disk drive
Answer: A
As system administrator, you are asked to install 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?
A. 1)execute # devsfadm -C disk
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 # 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
D. 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
E. 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
Answer: B, E
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. newfs -I 16384 /dev/rdsk/c1t2d0s0
B. newfs -c 16384 /dev/rdsk/c1t2d0s0
C. mkfs -c 16384 /dev/rdsk/c1t2d0s0
D. mkfs -I 16384 /dev/rdsk/c1t2d0s0
Answer: A
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. 0 bytes
B. 33,570,624 bytes
C. 4,294,967,296 bytes
D. 17,179,869,184 bytes
Answer: A
The IT manager, who wants to prevent anyone from accessing the CD-ROM drive and installing
unauthorized software, ass 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?
A. run the rm /etc/rc3 command
B. run the svcadm disable /etc/rc3_d/s81volmgt command
C. rename the /etc/rc3 d/s81colmgt script to /etc/rc3.d/s81volmgt
D. use vi, edit /etc/inittab file and comment out the /etc/rc3.d/s81volmgt entry
Answer: C
After a power outage, a users workstation in your department will no longer mount the users
home directory. You believe that the superblock in thee /dev/dsk/c0t0d0s7 file system has
become corrupt. Which command displays the alternative backup superblocks?
A. fsck -sb /dev/dsk/c0t0d0s7
B. fsck -N /dev/rdsk/c0t0d0s7
C. newfs -sb /dev/dsk/c0t0d0s7
D. newfs -N /dev/rdsk/c0t0d0s7
Answer: D
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 wher the address can be found. Which directory
contains the physical paths?
A. /dsk
B. /dev
C. /disk
D. /devices
Answer: D
Following a security and standards audit at Company.com, management now requires that all
Solaris OS servers adopt an EFI lable. 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?
A. FORMAT -E
B. PRTVTOC -S
C. FORMAT -D EFI
D. FMTHARD -S EFI
E. YOU CANNOT HAVE EFI LABELS ON DISKS LESS THAN 1 TERABYTE.
Answer: A
You have installed a package called SUNWvts onto your system. Where is the information about
every file and directory contained in this package stored?
A. /var/sadm/messages
B. In your home directory.
C. /var/spool/SUNWvts
D. /var/spool/SUNWvts
E. /var/adm/installed/contents
F. /etc/default/installed/packages/information
Answer: D
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?
A. du -h /export/home
B. ls -lr /export/home
C. df -k /export/home/*
D. du -sh /export/home/*
Answer: D
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?
A. vol init
B. volcheck
C. volmount
D. vol verify
Answer: B
You need to convert the Sun VTS software package from the file system format to the data
Stream format to propagate the software using your WANboot server. The package is currently in
the /var/tmp directory. Which command do you need to execute to accomplish this task?
A. #pkgtrans /var tmp / tmp/SUNWvts.pkg SUNWvts
B. #pkgstream SUNWvts /var/tmp/SUNWvts.datastream
C. #pkgstream /var/tmp/SUNWvts /tmp/SUNWvts.stream
D. #pkgconvert -f var/tmp/SUNWvts -d var/tmp/SUNWvts.pkg
Answer: A
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 devices. A file must b 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. / .rhosts
B. /etc/hosts.equiv
C. /etc/rmt/tape.conf
D. /etc/hostname.rmt0
Answer: A
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. delete the /var log/restore.log file
C. examine the /vaar/log/restore_log file for details of the restore
D. examine the /var/sadm/install/restore.log file for details of the restore
Answer: A
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/lib/ufs
#installboot /dev/rdsk/c0d0s0
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/platform/uname -m /lib/fs/ufs
#installboot /usr/platform/uname -I /lib/fs/ufs/pboot \usr/platform/uname -
/lib/fs/ufs/bootblk/dev/rdsk/codos2
Answer: D
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. ufsdump -s 0uf /dev/rmt/0 /
B. ufsdump 0uf /dev/rmt/0 fssnap -o bs=/opt.raw /.
C. ufsdump 0uf /dev/rmt/0 snapfs -o bs=/var/tmp /.
D. ufsdump 0uf /dev/rmt/0 snapfs -o bs=/export,raw /.
E. ufsdump 0uf /dev/rmt/0 snapfs -o bs=/var/tmp ,raw/.
Answer: B
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 un
mounted. Which step should you take first before creating the snapshot?
A. remove all old snapshots
B. put the system in single-user mode
C. locate sufficient backing-store space
D. insert an empty tape in the tape drivehttp://www.infopediaonline.com/
Answer: C
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 create with:
# mkdir /var/tmp/backup-snaps
#fssnap -o bs=/var/tmp/backup-snaps /export
Which file do you need to remove?
A. /var/tmp/backup-snaps
B. /var/tmp/backup-snaps/0
C. /var/tmp/backup-snaps/snapshot
D. /var/tmp/backup-snaps/snapshot 0
Answer: D
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 /export 3 file system.. Which two commands provide this
information? (choose two)
A. /usr/bin/ls
B. /usr/bin/du
C. /usr/sbin/df
D. /usr/sbin/disks
E. /usr/sbin/mount
Answer: C, E
The organization reqhttp://www.infopediaonline.com/uires 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 snapshot
B. fssnap -r filesystem
C. fssnap -d filesystem
D. rm backing-store_file
Answer: C, D
The steps that should be used to interactively restore the /etc/inet/hosts file from the second
ufsdump file on a tape are shown in the exhibit.
In which order should they be executed?
A. 3,6,4,2,1,5,7,8
B. 3,4,5,6,2,1,7,8
C. 3,6,5,2,1,4,8,7
D. 3,5,6,4,2,1,8,7
Answer: Dhttp://www.infopediaonline.com/
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 root user has no password.
B. The environment variable SUPATH has not been set.
C. The mozilla application is not installed on the system.
D. The root user has no permission to execute mozilla
E. The test1 user has no permission to execute mozilla.
F. The environment variable PATH for the root user has no directory with mozilla.
Answer: A, B, F
Given:
#id
uid=101 (uesr1) gid=10(user1)
#su user2
andhttp://www.infopediaonline.com/
#tail -2 /etc/passwd
user1:x:101:10:/export/home/user1:/bin/ksh
user2:x:102:10:/export/home/user2:/bin/ksh
What is the EUI and the EGID of the new user?
A. 101 and 11
B. 101 and 10
C. 102 and 10
D. 102 and 11
Answer: D
Company.com hired a new java technology programmer, and the IT manager wants you to create
a user account, user 5, 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 /bin/ksh -g javad -G javap user5
C. useradd -m -d /export/home/user5 -s /bin/ksh -g javad -G javap user5
D. useradd -d /export/home/user5 -m -g /bin/ksh -G javad -s /bin/ksh user5
E. useradd -d /export/home/user5 -m -s /sbin/ksh -g javap -G javad user5
Answer: A, D
Given/var/svc/log/network -ssh: default . log:
[Jan 26 16:54:28 Leaving maintenance because clear requested . ]
[Jan 26 16:54:28 Enabled. ]http://www.infopediaonline.com/
[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 -- exiring.
[Jan 26 16:54:28 Method "start" exited with status 1 ]
Which two statements are true? (choose two)
A. There are host key files in /etc/ssh
B. User will not be able to use ssh to log into this system
C. The #svcadm clear ssh command will fix this problem.
D. The root user must generate a public/private key pair to allo the ssh service to start.
E. For the ssh service, svcs will currently show this;
Online 16:54:28 svc:/network/ssh:default
Answer: B, D
http://www.infopediaonline.com/
You accidentally initiated an abort sequence. As a consequence, your SPARC-based SYSTEMhttp://www.infopediaonline.com/
WENT INTO THE prom MODE. Which two actions disable the default keyboard abort sequence?
(Choose two)
A. detach serial console device
B. run the kbd -a disable command
C. run the eeprom command to disable KEYBOARD_ABORT
D. in PROM mode, change the value of keyboard to disable
E. edit / etc/default/kbd to change the value of the variable KEYBOARD_ABORT to disable
Answer: B, E
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 thehttp://www.infopediaonline.com/
boot process and reboot into the BIOS configuration menu?
A. While holding down the reset button, you power cycle the system.
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 typ reset-all. You reboot directly into the BIOS configuration
menu and examine the BIOS settings.
D. 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.
Answer: Dhttp://www.infopediaonline.com/
Given:
ap: : sysinit:/sbin/sutopush -f/etc/iu.ap
sp: : sysinit:/sbin/soconfig -f /etc/sock2path
smf: :sys init:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog /dev/msglog 2<>/dev/msglog
Which two statements are true? (choose two)
A. This file must be read by the process inetd.
B. When booting this system, svc.startd will start.
C. This is a part of the content of the /etc/inittab file
D. This system starts/lib/svc/bin/svc.startd for run level 1.
E. When this system gets the powerfail signal, svc.startd will be respawned.
Answer: B, Chttp://www.infopediaonline.com/
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
resethttp://www.infopediaonline.com/
B. use-nvramrc?=false
reset
C. setenv use-nvramrc? False
reset
D. setenv use-nvramrc? = fals
reset
Answer: C
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. /user/X11/bin/Xserver
B. /user/dt/bin/xsession
C. /usr/x11/binxorgconfig
D. /usr/openwin/bin/kdmconfig
E. /usr/x11/bin/xorg -configure
Answer: D
The SPARC-based workstation system in your accounts department need their PROMs
upgraded. Some of the systems fail to upgrade. What is the cause?
A. The patch is corrupt.
B. The systems do not have enough memory
C. The write protect jumper has not been set correctly.
D. The system is running an earlier version of Solaris OS.
Answer: C
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 boot-device is set properly
E. check if the PROM variable local-mac-address?
Answer: B, D, E
You receive a complaint from a user who is unable to use the SSH service to access the user'shttp://www.infopediaonline.com/
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?
A. The service is disabled.
B. The contract_id is missing
C. There is no "next state" defined
D. One of the dependencies has NOT been met.
Answer: D
A SPARC-based system, but you are not sure of the physical path information;
Which OBP command shows you this information?
A. printenv
B. probe-all
C. show-devs
D. prtdiag -v
E. probe-scsi-all
Answer: C
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 1RC:/ETC/RC3_D/S50APACHE Based on this output, which two statements
are tru?
A. This service is managed by LRC.
B. This service is NOT managed by SMF
C. Any legacy_run state can NOT be manually shut down.
D. In order to shut down this service, you need to execute the shutdown script in the /tc/init.d
directory
E. In order to shut down this service, you need to execute the following shutdown script svcadm –http://www.infopediaonline.com/
v disable /etc/init.d/s50apache
Answer: B, D
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 previous run-level was single-user
C. A reboot is not necessary to go to run-level 3.
D. The system achieved run level 3 on Jan 26 16:01.
E. The system has been at this run-level three times since the last reboot.
Answer: A, C
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 bootdisk 02 by default?
A. eeprom boot-device=bootdisk02
B. eeprom boot-device bootdisk02
C. setenv boot-device=bootdisk02
D. setenv boot-device bootdisk02
Answer: Ahttp://www.infopediaonline.com/
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. reboot the system from the DCA diskette
B. when the Boot interpreter Menu appears, type init -s
C. when the current boot parameters menu appears, type b -s
D. when the current boot parameters menu appears, type boot -s
Answer: C
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. /etc/issue
B. /var/adm/system/CLUSTER
C. /var/sadm/system/admin/CLUSTER
D. /var/sadm/install/package/content
Answer: C
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? (choosehttp://www.infopediaonline.com/
two)
A. You boot from a bootable diskette (any OS) and direct that OS to install Solaris OS.
B. You boot from a DCA diskette and direct it to read Solaris installation CD 1 to start the
installation
C. 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.
D. 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.
Answer: B, D
As the Solaris OS administrator in your department, you have been asked to upgrade Asparc-
BASED 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 minimalhttp://www.infopediaonline.com/
downtime and must allow for rollback to the previous version. Which installation method should
you use?http://www.infopediaonline.com/
A. Live Upgrade
B. Flash Archive
C. Custom JumpStart
D. WAN boot installation
Answer: Ahttp://www.infopediaonline.com/