Sei sulla pagina 1di 70

Sun 310-880

SUN Certified Senior System Support Engineer

Version 1.0
QUESTION NO: 1

You are configuring the eri0 network interface using the ifconfig command with the options netmask +
and subnet mask 255.255.255.0.

# /usr/sbin/ifconfig eri0 netmask +

To verify the system is properly set up you issue an ifconfig -a command. You notice that the eri0
network interface has the netmask incorrectly set for 255.255.0.0.

Which file do you need to check first?

A. /etc/hosts

B. /etc/netmasks

C. /etc/hostname.eri0

D. /etc/nsswitch.conf

Answer: B

QUESTION NO: 2

You are installing a StorEdge A3500. You have created 5 LUNS, but after a boot -r can only see one of
them in the format output. What should you modify/run to increase the single LUN issue?

A. /kernel/drv/rdriver.conf

B. /etc/osa/rmparams
C. /kernel/drv/sd.conf

D. /usr/lib/osa/bin/symconf

Answer: C

QUESTION NO: 3

You replaced a failed system board on a Sun Fire E20K. The new system board has no memory and
needs to be tested. How should you test the new board?

A. Add the line ?$GGWKHOLQHno_memory_ok?in the postrc file.

B. Use the option -m with hpost command.

C. You need memory in a system board to test it.

D. Add the line ?$GGWKHOLQHmemory_ok?in the postrc file.

Answer: A

QUESTION NO: 4

You have completed repairs on a Sun Fire E25K and the next step is to run extended POST to verify the
service action.

How can you run extended post level 32 on domain A only?

A. Enter level 32 in the /etc/opt/SUNWSMS/config/.postrc file.

B. Enter level 32 in the /etc/opt/SUNWSMS/config/A/.postrc file.


C. Enter 2 in the /etc/opt/SUNWSMS/config/A/.postrc file.

D. Enter 2 in the /etc/opt/SUNWSMS/config/.postrc file.

Answer: B

QUESTION NO: 5

A customer wants to install four domains on their Sun Fire 6900. What needs to be configured using the
setupplatform command on the System Controller?

A. COD for all domains

B. System controller failover

C. ACL's for all domains

D. Dual partitioning

Answer: D

QUESTION NO: 6

You have installed a Sun Enterprise 5500 onto a customer's network. The customer's networking
department has told you that you must force the production interface, qfe0, to 100Mbps, Full Duplex.
Which two ndd commands will you need to add to your startup script to ensure that your interface is
running at the correct settings? (Choose two.)

A. ndd -set /dev/qfe autoneg_cap 0

B. ndd -set /dev/qfe adv_100fdx_cap 1

C. ndd -set /dev/qfe link_mode 1


D. ndd -set /dev/qfe 100fdx_cap 1

E. ndd -set /dev/qfe link_speed 1

Answer: A,B

QUESTION NO: 7

You install a system to customer specifications and after rebooting you get the following message:

NIS server not responding for <domain> ... retrying

The customer tells you that there is a network problem which prevents this machine from reaching the
NIS server. You boot the machine into single user mode.

What action should you take to allow the system to operate until the NIS server is reachable again?

A. Edit /etc/nsswitch.conf so that file is first for all entries and reboot into multiuser mode.

B. Copy /etc/nsswitch.files to /etc/nsswitch.conf and reboot into multiuser mode.

C. Edit /etc/resolv.conf so that the domain entry is commented out and reboot into multiuser mode.

D. Rename /etc/rc2.d/S72inetsvc to /etc/rc2.d/DisabledS72inetsvc and reboot into multiuser mode.

Answer: B

QUESTION NO: 8
You have performed a setkeyswitch on for domain A on a Sun Fire 6800 where the auto-boot? OBP
variable is set to false. What command at the OBP should you run to find the status of the POST?

A. show-post-results

B. showlog-results

C. show-log-results

D. showlog results

E. showpost-results

F. showpost results

Answer: A

QUESTION NO: 9

A customer has been receiving the following message:

unix: WARNING: /tmp: File system full, swap space limit exceeded

You are asked to create a swapfile to increase swap space. The swap file specifications are:

- File name: swap1

- Destination directory: /delta

- Length of swap1: 20 Megabytes

Which command should you use to create the swap file?


A. mkfile 20m /delta/swap1

B. mkfile -a 20m /delta/swap1

C. swap -a 20m /delta/swap1

D. swap 20m /delta/swap1

Answer: A

QUESTION NO: 10

A customer has a number of Sun Fire 25Ks and you need to identify which one to work on. You are in the
data center but not at the keyboard. Which command should you ask the customer to run to determine
the chassis serial number?

A. showplatform

B. showcsn

C. showenvironment

D. showserial

Answer: A

QUESTION NO: 11

A system running Solaris 9 hangs on bootup. You discover that a remote server specified in the
/etc/vfstab file is unavailable and is the cause of the hang. What should you enter into the 'mount
options' column of the /etc/vfstab file to enable this system to boot?

A. ro
B. forcedirectio

C. noac

D. bg

Answer: D

QUESTION NO: 12

On a Sun Fire 4800 server, you try to navigate to the domain A shell from the platform shell with the
command console A. An error is displayed with the message:

Connection refused, console busy

How can you solve the console busy problem?

A. Run setkeyswitch on to change it from secure.

B. Poweroff/Poweron boards associated with domain A.

C. Run disconnect <domain ID#>.

D. Type break to be released from the domain shell.

Answer: C

QUESTION NO: 13

You are performing an initial EIS installation on a Sun Fire E25K which has SMS 1.5 installed on the
System Controller (SC). What command must be used to gain network access to the SC?
A. telnet

B. rsh

C. ssh

D. rlogin

Answer: C

QUESTION NO: 14

You have just replaced a disk drive field-Replaceable Unit on a Sun StorEdge 6120 array and automatic
reconstruction did not start. What command should you use to rebuild the replaced disk drive?

A. set start

B. vol resync

C. sys stat

D. vol recon undn from_standby

Answer: D

QUESTION NO: 15

You have configured a Sun Blade 150 for DHCP client operation. Which file is required for dhcpagent
daemon to start from the startup scripts?

A. /etc/default/dhcpagent
B. /etc/dhcp.config

C. /etc/dhcp.(interface)

D. /etc/dhcp/(interface).dhc

Answer: C

QUESTION NO: 16

You are asked to configure a Sun Fire 6800 domain to remotely mount /usr/local. The filesystem mount
must have the following properties:

1) The client must not be able to delete files on the server.

2) The filesystem must be automatically mounted at boot time.

Which /etc/vfstab entry meets both requirements?

A. remote-server:/usr/local - /export/local nfs - no rw

B. remote-server:/export/local - /usr/local rfs - yes ro

C. remote-server:/usr/local - /usr/local nfs - no rw

D. remote-server:/usr/local - /usr/local nfs - yes ro

Answer: D

QUESTION NO: 17
You have replaced disk c4t3d0 in a StorEdge 3310 SCSI storage unit, and now want bring the disk under
Veritas control. So far you have run vxdiskadm and devfsadm. What Veritas command should you run
next?

A. vxdctl enable

B. vxassist c4t3d0 enable

C. vxdisk c4t3d0 online

D. vxdg add c4t3d0

E. vxdisk c4t3d0 enable

F. vxplex att c4t3d0

Answer: A

QUESTION NO: 18

A single-disk Sun Fire V440 has been running normally, but when attempting a reboot you receive a File
just loaded does not appear executable error. What action should you take first?

A. Try booting from root mirror.

B. boot cdrom -v then run fsck on the root partition.

C. Reload Solaris as it is probably corrupted.

D. boot cdrom -rs then reload from ufsdump.

E. boot cdrom -sv then reinstall necessary file(s).

Answer: E
QUESTION NO: 19

You are trying to restore a Solaris Volume Manager configuration. The data appears to be accessible, but
the information regarding where the metadevice soft partitions are has been lost. You have an Explorer
output.

Which command will generate the most useful output for recreating the configuration?

A. metastat -p

B. metastat

C. cat /etc/lmv/md.tab

D. metadb -i

Answer: A

QUESTION NO: 20

You are auditing the configuration of a Sun Fire 4800 server. From the platform shell on the main System
Controller, what command can be used to display the System Controller failover status.

A. showfailover

B. show failover

C. failover -q

D. prtfailover

Answer: A
QUESTION NO: 21

You replaced System Board 2 in a Sun Fire 4800 server after it reported errors and was marked disabled
under showboards. After a poweron and diags run, the board is still not enabled. What should you do
next?

A. Run setchs to enable sb2.

B. Run showboards -e sb2 to enable sb2.

C. Run setkeyswitch on to enable sb2B Sun Fire .

D. Run set failover force to operate from slave sc.

Answer: A

QUESTION NO: 22

You receive a call from a customer who states that their Solaris 9 NTP client is not syncronizing to their
NTP server. Which three commands should you use to investigate further? (Choose three.)

A. ntpq -p

B. svcs -l xntp

C. cat /etc/inetd/ntp.server

D. grep xntpd /var/adm/messages

E. ps -ef | grep xntp

F. cat /etc/inetd/ntp.client

Answer: A,D,E
QUESTION NO: 23

You have installed IPMP on a Sun Fire V880. When you boot the server, both interfaces in the IPMP
group fail within a few seconds of each other. This is not a hardware issue as (1) the physical interfaces
are on different PCI cards, and (2) with IPMP disabled you can see traffic on the network using the snoop
-d command to snoop the interfaces.

Which two scenarios could cause this situation to occur? (Choose two.)

A. /etc/defaultrouter file exists but the host with the IP address specified in this file is not responding.

B. The 'test' IP address and the 'production' IP address are on different subnets.

C. Only 3 hosts on the network respond to the ICMP ping request but IPMP requires 5 responses.

D. The default router specified does not respond to ICMP ping requests.

Answer: A,D

QUESTION NO: 24

You have installed SunMC server on a Sun Fire V440 and the agent on a Sun Fire V880 with all the
default options. The snmpdx daemon is still running. You are not able to create an object for the Sun
Fire V880 where SunMC agent is running. What should be your first two steps in resolving this problem?
(Choose two.)

A. Reconfigure SunMC server and agent to use a different port.

B. Reinstall the SunMC agent on the Sun Fire V880 with a different port number.

C. Stop the snmpdx daemon and disable it.

D. Check the network routing configuration.

Answer: A,C
QUESTION NO: 25

You are troubleshooting a fibre channel loop problem and suspect that one of the devices on the fibre
channel is faulty, causing the entire loop to be affected. You decide to logically remove that device from
the loop to see if the problem goes away.

What command should you use to do this?

A. luxadm -v disable enclosure

B. luxadm -e bypass enclosure

C. luxadm bypass enclosure

D. luxadm bypass -a enclosure,dev

Answer: B

QUESTION NO: 26

A customer asks you about the monitoring commands available from the ALOM on a Sun Fire V210.
Which command from the LOM prompt should be used to find the current fan speed for each fan on the
system?

A. showfru

B. showenvironment

C. showfan

D. showlocator

E. showplatform
Answer: B

QUESTION NO: 27

You have added additional external storage to a system and are able to see the new devices with
format. When configuring new metadevices (starting with d512) using Solaris Volume Manager, you
get :

metainit: system01: d512: No such file or directory

What should you do to resolve this problem?

A. Put an entry for nmd (set nmd = ) into /etc/system and reboot -- -r.

B. Configure c4 with cfgadm -c configure c4.

C. Clean up the devices with devfsadm -C.

D. Change nmd entry in /kernel/drv/md.conf and reboot -- -r.

Answer: D

QUESTION NO: 28

You are updating Jumpstart config files with the following parameters supplied by the customer:

system_locale=C

timezone=US/Eastern
timeserver=129.148.94.5

network_interface=primary {netmask=255.255.255.0 protocol_ipv6=no}

terminal=dtterm s

ecurity_policy=NONE

name_service=NONE

Which file should you update with the customer required parameters?

A. /etc/bootparams

B. /Jumpstart/rules

C. /Jumpstart/class

D. /Jumpstart/sysidcfg

Answer: D

QUESTION NO: 29

You are creating a new domain in a Sun Fire E25K. After executing the setkeyswitch command, you see
this message:

[5343] IDPROM layout for OpenBoot PROM failed: ecode=1

In what two ways can you address this issue? (Choose two.)

A. Verify the firmware of this system board.

B. Use the sysid command to create the IDprom.


C. Review ACL of this domain.

D. Check the permissions of idprom.image.

E. Reboot the System Controller with reconfiguration.

Answer: B,D

QUESTION NO: 30

You are replacing a system board on a Sun Fire 4800 domain. All applications are stopped, the system is
at the ok prompt, and the keyswitch is set to 'off'. What procedure should you use to replace the board
and return the domain to use?

A. Replace board

testboard -u -p on

showboards -v

poweroff board

setkeyswitch on

B. Replace board

setkeyswitch standby

Update firmware

showcomponents -v

setkeyswitch on

C. Replace board

setkeyswitch on

Update board firmware

poweroff board
poweron board

D. Replace board

poweron board

Update board firmware

poweroff board

setkeyswitch on

Answer: D

QUESTION NO: 31

You are changing a disk under Solaris Volume Manager on a Sun Fire 15K. You are connected to the
System Controller via telnet and then to the domain using the console command. After completing the
swap and ensuring the resync has started, you need to return to the System Controller.

What is the default key sequence that you should use to accomplish this?

A. #.

B. ^] send break

C. ~.

D. ^] close

Answer: C

QUESTION NO: 32
After installing Solaris 9 on a system, you see a number of the following messages on the console:

sendmail[8038]: My unqualified host name

unknown; sleeping for retry

What can be done to permanently fix this sendmail configuration issue?

A. Kill the sendmail process.

B. Modify /etc/syslog.conf and change mail.debug to mail.notice.

C. Work with a terminal window instead of a console window.

D. Append a fully qualified hostname for the host in /etc/hosts and /etc/inet/ipnodes.

Answer: D

QUESTION NO: 33

You are configuring an active/passive IPMP group ipmp0 on qfe0 and qfe4. You make the following entry
into /etc/hostname.qfe0:

host10 netmask + broadcast + group ipmp0 up \\

addif host10-test-qfe0 deprecated -failover netmask + broadcast + up

Which is the correct entry for the configuration file /etc/hostname.gfe4?

A. host10-test-qfe4 deprecated standby -failover netmask + broadcast + group ipmp0 up

B. host10-test-qfe4 deprecated standby -nofailover netmask + broadcast + group ipmp0 up


C. host10-test-qfe4 deprecated -nofailover netmask + broadcast + group ipmp0 up

D. host10-test-qfe4 deprecated -failover netmask + broadcast + group ipmp0 up

Answer: A

QUESTION NO: 34

You are troubleshooting a memory issue on a Sun Fire V880. You have called the Solution Center for
assistance and they have asked you to send Explorer results to help in the investigation.

What command should you run to see if the Explorer package SUNWexplo is installed?

A. pkgadd -l

B. pkginfo -l

C. showpkg -l

D. pkgchk -c

E. showrev -p

F. instinfo -p

Answer: B

QUESTION NO: 35

A customer is connected to a remote machine and needs to know some information about the CPUs
installed. Which two Solaris commands can be used to determine the number of CPUs installed, and the
speed of each? (Choose two.)
A. prtdiag -v

B. psradm

C. cpustat

D. devfsadm

E. psrinfo -v

Answer: A,E

QUESTION NO: 36

You are changing a disk under Solaris Volume Manager on a Sun Fire 15K. You are connected to the
System Controller via telnet and then to the domain using the console command. After completing the
swap and ensuring the resync has started, you need to return to the System Controller.

What is the default key sequence that you should use to accomplish this?

A. ^] close

B. ^] send break

C. #.

D. ~.

Answer: D

QUESTION NO: 37
After replacing System Board 4 in a Sun Fire 6800 server, a firmware mismatch was found between the
new and the existing boards. You need to change the firmware of the new board to match the firmware
revision level of the existing boards. What two commands can you use? (Choose two.)

A. flashupdate -f [to FTP over]

B. flashupdate -c SB4 SB2

C. flashupdate -c SB2 SB4

D. flashupdate -y all

E. flashupdate SB4 SB2

F. flashupdate SB2 SB4

Answer: A,C

QUESTION NO: 38

You attempted to force a manual failover on a Sun Fire 4800, but it failed to switch over to the other SC.
Which two could cause the problem? (Choose two.)

A. Failover is set to disable

B. One or more domains are running POST

C. The date and time between the System Controllers are not synchronized

D. Domains are shutdown

Answer: A,C

QUESTION NO: 39
You begin to boot a Sun Fire V1280 server, but realize some additional settings need to be checked. You
decide to stop the boot and bring the system to the OK prompt. How can you accomplish this during the
boot process?

A. Type break.

B. Go to the lom > prompt and type break.

C. Type ~..

D. Go to the lom > prompt and type reset -x.

Answer: B

QUESTION NO: 40

You are troubleshooting a fibre channel loop problem and suspect that one of the devices on the fibre
channel is faulty, causing the entire loop to be affected. You decide to logically remove that device from
the loop to see if the problem goes away.

What command should you use to do this?

A. luxadm bypass -a enclosure,dev

B. luxadm -v disable enclosure

C. luxadm -e bypass enclosure

D. luxadm bypass enclosure

Answer: C
QUESTION NO: 41

While troubleshooting the Solaris TCP stack, you require additional TCP debugging information. To
enable the TCP debugging option you use the ndd command. What is the correct procedure to enable
debug mode for TCP?

A. # ndd -get /dev/tcp tcp_debug

# ndd -set /dev/tcp tcp_debug 10

# ndd /dev/tcp \\?

# init 6

B. # ndd -get /dev/tcp tcp_debug

# ndd -set /dev/tcp tcp_debug 10

# ndd -get /dev/tcp tcp_debug

# init 6

C. # ndd -get /dev/tcp tcp_debug

# ndd -set /dev/tcp tcp_debug 10

# ndd -get /dev/tcp tcp_debug

# reboot -- -r

D. # ndd -get /dev/tcp tcp_debug

# ndd -set /dev/tcp tcp_debug 10

# ndd -get /dev/tcp tcp_debug

Answer: D

QUESTION NO: 42

You are installing a Sun Fire 15K server. The System Controller comes with a pre-installed, EIS compliant
Solaris image. You need to confirm that this image was installed with the current EIS CD.
Which file can be used to determine the current version of the EIS CD used on a system?

A. /etc/release

B. /etc/motd

C. /sun/install.log

D. $SMSETC/SMS/config/smsversion.cf

Answer: C

QUESTION NO: 43

You are installing a Sun Fire E6900 and need to assign an IP address to the System Controller. What
command should you use from the System Controller?

A. setupnetwork

B. setupsc

C. setupdomain

D. setupplatform

Answer: D

QUESTION NO: 44

You need to replace a hot pluggable internal disk in a Sun Fire V880. What luxadm subcommand should
you use prior to pulling the drive?
A. remove_device

B. stop_device

C. bus_quiesce

D. none

Answer: A

QUESTION NO: 45

You are setting up a JumpStart server to install several client systems and need to create the Jumpstart
rules file using proper syntax. Which rule uses the proper syntax?

A. memsize 1024-2048 - blade_prof

B. hostname - net_prof -

C. any - - generic -

D. network 129.144.2.0 gen_prof -

Answer: C

QUESTION NO: 46

The customer has a Sun Fire 6800 which is hung. A telnet session to the server is unavailable. There is a
console view into the domain. You need to perform a crash dump on the server and collect the data for
further analysis.

What sequence of steps should you follow?


A. Send send break from the console and collect a crash dump when the system comes up.

B. Send send break from the console, do sync on the OK prompt, and collect a crash dump when the
system comes up.

C. Check that the dump device configuration is correct and reboot the system.

D. Send init 0 from the console, reboot, and collect the crash dump.

Answer: B

QUESTION NO: 47

You need to know if the Veritas Volume Manager package VRTSvxvm is installed. Which command
should you run to display detailed information about this package?

A. pkgadd -I VRTSvxvm

B. pkgchk -c VRTSvxvm

C. pkginfo -a VRTSvxvm

D. pkginfo -l VRTSvxvm

Answer: D

QUESTION NO: 48

A customer configured DHCP, but later deleted the configuration using the dhcpconfig -U command. The
customer attempted to reconfigure DHCP using the dhcpconfig -D command.

The customer received the following error message when trying to enter the IP address:
IP address in <network> already in use.

<network> is the network number of your customer.

What file should you check first to troubleshoot this issue?

A. /etc/netmasks

B. /etc/hostname.hme0

C. /etc/hosts

D. /etc/networks

Answer: C

QUESTION NO: 49

You are attempting to boot a Sun Fire V880 with the boot disk command, but get a Boot File Not
Available error. Which two variables should you investigate first to diagnose the problem? (Choose two.)

A. boot-diag

B. devalias

C. boot-output

D. diag-device

E. boot-device

Answer: B,E
QUESTION NO: 50

A customer wants a new PCI Ethernet card installed in a Sun Fire E2900. After physically installing the
card, you want to verify that the system recognizes the card before the OS is booted. Which two OBP
commands can you use to accomplish this? (Choose two.)

A. probe-net-all

B. show-nets

C. .inet-addr

D. probe-scsi-all

E. show-devs

F. devalias

Answer: B,E

QUESTION NO: 51

You are installing a Sun Fire E2900 on a customer site and the customer wants to configure the POST
level on the System Controller to run at the maximum level. What command from the LOM prompt
should you run to configure the SC POST level?

A. setuplom

B. setupplatform

C. setupnetwork

D. setupsc

Answer: D
QUESTION NO: 52

A Sun Fire V480 with two interfaces is routing packets between two networks. How do you stop the
machine from routing between the two interfaces?

A. Add the IP address, 127.0.0.1, to the /etc/defaultrouter file.

B. Create a file, /etc/gateways, and add the entry, o_ip forwarding

C. Create a file, /etc/notrouter, and reboot.

D. Add the line get tcp:router=0 to the /etc/system file.

Answer: C

QUESTION NO: 53

A Sun Fire V120 is having intermittent problems. While troubleshooting the system you notice
temperature errors. To eliminate this as a cause, the system temps need to be checked. How can you
check the internal temperature of a Sun Fire V120?

A. lom -t

B. temperature -a

C. temperature -i

D. lom -a

Answer: A
QUESTION NO: 54

You are performing an FCO on a Sun StorEdge 6130 that requires you to replace a fibre cable. What
command can be used to determine which is the active path?

A. luxadm display /dev/dsk/c0t1d0s2

B. luxadm -i /dev/rdsk/c0t1d0s2

C. luxadm display /dev/rdsk/c0t1d0s2

D. luxadm display

Answer: C

QUESTION NO: 55

You are attaching a StorEdge 3510 to a Sun Fire V880. You want to use the (Access List) function of the
StorEdge 3510, and will need to specify the WWN of the port to which you are attaching.

What command will retrieve the WWN of the port?

A. luxadm -e port <device path>

B. luxadm probe -p <device path>

C. luxadm -e dump_map <device path>

D. luxadm display <device path>

Answer: C
QUESTION NO: 56

You are configuring SunMC 3.5 in accordance with customer instructions and are asked what the default
alarm actions are. What is the default action in SunMC 3.5 when a host or agent fails to respond?

A. Email the SunMC admin user and/or personnel in the .notify file.

B. There is no default action.

C. Email the root user.

D. Email the SunMC admin user.

Answer: B

QUESTION NO: 57

You are attempting to boot domain A on a Sun Fire E25K but the POST process fails. Where should you
look to diagnose this issue?

A. /var/adm/messages on the domain

B. $SMSETC/adm/A on the System Controller

C. $SMSOPT/adm/A on the System Controller

D. $SMSLOGGER/A on the System Controller

Answer: D

QUESTION NO: 58
You have corrected a problem that caused a panic on a Sun Fire 4800. To assist in case of future issues,
you recommend that a core dump analysis tool be installed on the server. What tool should you
recommend?

A. CST

B. Netconnect

C. Explorer

D. ACT

Answer: D

QUESTION NO: 59

An Emulex driver was found to be DR-unsafe. You are asked by the Solution Center to add the driver in
the dr.conf file on the SC of a Sun Fire 15K. What is the primary purpose of adding the Emulex driver to
the DR-unsafe list?

A. DR will attempt to quiesce the Emulex driver.

B. DR will attempt to unload the Emulex driver.

C. DR will place the driver in protected mode on boot.

D. DR will abort if the driver is loaded.

Answer: D

QUESTION NO: 60
You receive a call from a customer who states that their Solaris 9 NTP client is not syncronizing to their
NTP server. Which three commands should you use to investigate further? (Choose three.)

A. grep xntpd /var/adm/messages

B. svcs -l xntp

C. ps -ef | grep xntp

D. ntpq -p

E. cat /etc/inetd/ntp.server

F. cat /etc/inetd/ntp.client

Answer: A,C,D

QUESTION NO: 61

You are removing SB6 from domain K on a Sun Fire 15K and want to keep SB6 powered on to do a
firmware update. Which command should you use to unconfigure, disconnect, and unassign SB6 from
domain K, without powering off SB6?

A. rcfgadm -d K -v -c disconnect -o nopoweroff,unassign SB6

B. cfgadm -d K -v -c reconfigure -o nopoweroff,unassign SB6

C. deletebd -c reassign SB6

D. deletebd -c reconfigure SB6

Answer: A

QUESTION NO: 62
You are installing a Sun Fire 6800. You have been asked to configure Sun StorEdge Traffic Manager
(STMS/MPxIO) on the paths to the external storage and not the boot disks. The boot disk and its mirror
are 'c1t0d0' and 'c1t1d0' respectively. The output of the format command is:

Click the Exhibit button.

Which file should you edit to disable STMS on the boot path only?

A. /kernel/drv/scsi_vhci.conf

B. /kernel/drv/ssd.conf

C. /kernel/drv/sd.conf

D. /kernel/drv/qlc.conf

Answer: D

QUESTION NO: 63
You are replacing a failed system board (SB3) in a Sun Fire 15K. You need to be able to physically remove
the faulty board while the domain 'domainA' remains running.

What command should you run from the domainA# prompt?

A. /usr/sbin/cfgadm -v disconnect SB3

B. /usr/sbin/cfgadm disconnect SB3

C. /usr/sbin/cfgadm disconnect N0.SB3

D. /usr/sbin/cfgadm -v -c disconnect SB3

Answer: D

QUESTION NO: 64

You are hotswapping a power and cooling unit on a Sun StorEdge T3 array. The unit that is removed
must be replaced within a specified amount of time or the array will automatically shut down and power
off. How much time do you have to replace the unit?

A. 60 minutes

B. 15 minutes

C. 30 minutes

D. 45 minutes

Answer: C

QUESTION NO: 65
You are attending a call on a Sun Fire 6800 running Solaris 9. The system has panicked, but no crash
dump file have been saved. It appears that the savecore utility is not enabled on the system. How should
you configure the system to enable crash dump files to be saved?

A. Edit /etc/init.d/sysetup.

B. Use the savecore command.

C. Use the dumpadm command.

D. Edit /etc/rc2.d/S20sysetup.

Answer: C

QUESTION NO: 66

A customer has a Sun Fire 280R with 2 internals disks of identical capacity. You have been asked to
mirror the internal boot disk c1t0d0 with the second internal disk c1t1d0. Which step should you take
first in configuring these disks in RAID 1?

A. Move existing metadevice database to /tmp.

B. Copy VTOC of disk c1t0d0 into c1t1d0.

C. Create submirrors on c1t0d0 and c1t1d0 slices.

D. Modify vfstab file so the file systems point to metadevices.

Answer: B

QUESTION NO: 67
Because of a recent FCO you need to determine whether a customer's SunFire 6800 system boards fall
within a particular serial number range. What Explorer 4.x command should you run to get Sun Fire 6800
system board serial numbers?

A. explorer -w all,prtfru

B. explorer -w sbextended,fru

C. explorer -w scextended,fru

D. explorer -w sbextended,prtfru

Answer: C

QUESTION NO: 68

After replacing a system board on a Sun Fire 4800, you want to determine if the new board has CPUs
with the same speed as the other system boards in the system. You are currently at the System
Controller SC> prompt. Which command will show the CPU speeds?

A. showfru -p procs

B. showplatform -p cpus -v

C. showboards -p cpus

D. showcomponents -p procs -v

Answer: C

QUESTION NO: 69
You are creating a 15 GB mirrored volume, 'u01', on a Sun Fire 6900 and have initialized two disks in a
new diskgroup, 'edcs'. You are using disks 'edcs01' and 'medcs01' for the mirror. Given the vxdisk list
output:

# vxdisk list

DEVICE TYPE DISK GROUP STATUS

c0t0d0s2 sliced rootdisk rootdg online

c0t1d0s2 sliced rootmirror rootdg online

c2t0d0s2 sliced edcs01 edcs online

c2t1d0s2 sliced medcs01 edcs online

What command should you use to create the volume?

A. vxdg -g edcs make u01 15G layout=mirror edcs01 medcs01

B. vxassist -g rootdg make u01 15G layout=mirror edcs01 medcs01

C. vxassist -g edcs make u01 15G layout=mirror edcs01 medcs01

D. vxdg -g rootdg make u01 15G layout=mirror edcs01 medcs01

Answer: C

QUESTION NO: 70

You have replaced a system board in a Sun Fire 4800. Which should you check before proceeding?

A. Firmware version of the new and old boards.

B. Output from showcomponent -p prom.


C. Serial and revision numbers of the new and old boards.

D. Amount of memory on the new and old boards.

Answer: A

QUESTION NO: 71

You are installing a StorEdge A3500. You have created 5 LUNS, but after a boot -r can only see one of
them in the format output. What should you modify/run to increase the single LUN issue?

A. /etc/osa/rmparams

B. /kernel/drv/sd.conf

C. /kernel/drv/rdriver.conf

D. /usr/lib/osa/bin/symconf

Answer: B

QUESTION NO: 72

You are commissioning a Sun Fire E25K and need to verify that the SMS services can fail over to the
other System Controller. Which command should you use to accomplish a manual failover?

A. setfailover manual

B. setfailover force

C. setfailover init

D. setfailover on
Answer: B

QUESTION NO: 73

You have made modifications to the System Controller on a Sun Fire 15K, and now failover cannot be
done between SC's. You need to restore the system to its previous configuration. What command
should you use to restore the previous configuration?

A. The previous configuration cannot be restored.

B. smsbackup -d /path/smsbackup.X.X:cpio

C. smsrestore /path/smsbackup.X.X:cpio

D. smsbackup -c /path/smsbackup.X.X:cpio

Answer: C

QUESTION NO: 74

A customer has centralized platform and domain logging on a Sun Fire 6800 to a log server called
'sfv210-a'. The customer wants to keep the platform and domain messages separate, so they have
configured the System Controller on the Sun Fire 6800 to use the syslog facility 'local0' for the platform
messages, and 'local1' for the domain messages.

What two lines should be added to the /etc/syslog.conf file on the log server 'sfv210-a' to separate the
two types of syslog messages? (Choose two.)

A. local1.notice sfv210-a:/var/adm/messages.local1

B. local0.notice sfv210-a:/var/adm/messages.local0
C. local1.notice /var/adm/messages.local1

D. local0.notice /var/adm/messages

E. local0.notice /var/adm/messages.local0

F. local1.notice /var/adm/messages

Answer: C,E

QUESTION NO: 75

You have replaced a system board in a Sun Fire 4800. Which should you check before proceeding?

A. Output from showcomponent -p prom.

B. Serial and revision numbers of the new and old boards.

C. Amount of memory on the new and old boards.

D. Firmware version of the new and old boards.

Answer: D

QUESTION NO: 76

You are conducting a pre-install site survey for 8 Sun Fire V890s and 4 Sun Rack 900s in a raised floor
environment. The customer wants to install them in 2 rows, one in front of the other.

How should you configure the placement of the systems?


A. The Sun Fire V890s should be placed back to back, and perforated floor tiles should be placed in front
of the racks.

B. The Sun Fire V890s should be placed back to back, and perforated floor tiles should be placed at the
rear of the racks.

C. The Sun Fire V890s should be facing the same direction, one behind the other, and perforated floor
tiles should be placed both in front of, and at the rear of the racks.

D. The Sun Fire V890s should be facing the same direction, one behind the other, and perforated floor
tiles should be placed in front of the racks.

Answer: A

QUESTION NO: 77

You are using the luxadm program to check on the status of your customer's fibre storage systems.
What luxadm subcommand should you use to find attached fibre storage?

A. inquiry

B. display

C. bus_getstate

D. probe

Answer: D

QUESTION NO: 78

You receive a call on a Sun Fire 6800 indicating that a processor on SB2 has been offlined. The customer
will not allow downtime for hardware replacement. You determine that the server is configured
properly to replace the system board without any outage. You need to prepare the system board for
removal using cfgadm.
What command should you use to physically detach the system board for replacement?

A. cfgadm -c unconfigure N0.SB2

B. cfgadm -c unconfigure SB2

C. cfgadm -c disconnect SB2

D. cfgadm -c disconnect N0.SB2

Answer: D

QUESTION NO: 79

You are conducting a pre-install site survey for 8 Sun Fire V890s and 4 Sun Rack 900s in a raised floor
environment. The customer wants to install them in 2 rows, one in front of the other.

How should you configure the placement of the systems?

A. The Sun Fire V890s should be facing the same direction, one behind the other, and perforated floor
tiles should be placed in front of the racks.

B. The Sun Fire V890s should be placed back to back, and perforated floor tiles should be placed in front
of the racks.

C. The Sun Fire V890s should be placed back to back, and perforated floor tiles should be placed at the
rear of the racks.

D. The Sun Fire V890s should be facing the same direction, one behind the other, and perforated floor
tiles should be placed both in front of, and at the rear of the racks.

Answer: B
QUESTION NO: 80

You need to replace a hot pluggable internal disk in a Sun Fire V880. What luxadm subcommand should
you use prior to pulling the drive?

A. none

B. bus_quiesce

C. stop_device

D. remove_device

Answer: D

QUESTION NO: 81

A customer has a system with Veritas Volume Manager installed and configured. The system had a bad
disk, 'c1t5d0', which hot relocated the subdisks from disk05 to disk07. After replacing the bad disk, you
need to relocate the subdisks back to disk05. The disk group is home01.

Which command will relocate the subdisks back to their original location?

A. vxsd -g home01 mv disk07 disk05

B. vxdisk move !disk07 disk05

C. vxassist -g home01 relocate !disk07 disk05

D. vxassist -g home01 move !disk07 disk05

Answer: D
QUESTION NO: 82

You are responding to a service call on a Sun Fire 6800 that has a hung domain. You connect to the
platform shell on the System Controller using tip, and then drop back to the domain shell prompt using
the console command.

From the domain Shell prompt, what do you type to send the equivalent of a STOP-A to the domain?

A. reset

B. CTRL-] then type send break

C. break

D. ~ and #

Answer: C

QUESTION NO: 83

You are installing a 66 Mhz PCI card in a Sun Fire 6800. The customer tells you they want the best
performance from the card. (Note, the customer has no PCI+ I/O Boards installed in the system)

How many slots in an 8-slot PCI I/O Board can operate at 66 Mhz?

A. 2

B. 0

C. 3

D. 1
E. 4

Answer: A

QUESTION NO: 84

You are installing a used StorEdge 3310 SCSI array on a Sun Fire V480 server. You want to determine if
the disks have updated firmware. Which command should you use to evaluate the firmware level?

A. luxadm -e probe | grep version

B. prtconf -pv

C. iostat -En

D. iostat -tcx

E. luxadm display -v /dev/rdsk/cXtXdX

F. fru stat

Answer: C

QUESTION NO: 85

You are asked to install a Sun Fire 4800 server configured in dual segment mode, with two domains.
What are the available domains in this configuration?

A. B,D

B. B,C

C. A,B
D. A,C

Answer: D

QUESTION NO: 86

You need to create a Jumpstart image of Solaris 9 using CD-ROM media. To create the image, you have
copied the Solaris 9 software CD 1 of 2 into the image directory.

Which command should you use to merge the Solaris 9 software CD 2 of 2 into the Jumpstart image?

A. add_to_install_server

B. modify_install_server

C. add_install_client

D. setup_install_server

Answer: A

QUESTION NO: 87

During a service call for network issues, you discover that the eri0 port on a Sun Fire V890 is set to auto-
negotiation. However, the company policy is for 100Mb/s full duplex forced. What commands should be
added to a startup script to permanently disable the auto-negotiation and force 100 Mb/s full duplex?

A. # ndd -set /dev/eri instance 0

# ndd -set /dev/eri adv_100T4_cap 0

# ndd -set /dev/eri adv_100fdx_cap 1


# ndd -set /dev/eri adv_100hdx_cap 0

# ndd -set /dev/eri adv_10fdx_cap 0

# ndd -set /dev/eri adv_10hdx_cap 0

# ndd -set /dev/eri adv_autoneg_cap 0

B. # ndd -set /dev/eri instance 0

# ndd -set /dev/eri adv_100T4_cap 0

# ndd -set /dev/eri adv_100fdx_cap 1

# ndd -set /dev/eri adv_100hdx_cap 0

# ndd -set /dev/eri adv_10fdx_cap 0

# ndd -set /dev/eri adv_10hdx_cap 0

# ndd -set /dev/eri adv_autoneg_cap 1

C. # ndd -set /dev/eri instance 0

# ndd -set /dev/eri lp_100T4_cap 0

# ndd -set /dev/eri lp_100fdx_cap 1

# ndd -set /dev/eri lp_100hdx_cap 0

# ndd -set /dev/eri lp_10fdx_cap 0

# ndd -set /dev/eri lp_10hdx_cap 0

# ndd -set /dev/eri lp_autoneg_cap 0

D. # ndd -set /dev/eri instance 0

# ndd -set /dev/eri lp_100T4_cap 0

# ndd -set /dev/eri lp_100fdx_cap 1

# ndd -set /dev/eri lp_100hdx_cap 0

# ndd -set /dev/eri lp_10fdx_cap 0

# ndd -set /dev/eri lp_10hdx_cap 0

# ndd -set /dev/eri lp_autoneg_cap 1


Answer: A

QUESTION NO: 88

Domain A has crashed on a Sun Fire 6800. There are no error messages in the platform or domain logs.
You need to run POST on the domain to check the hardware. The current virtual keyswitch position is
'off'. What command should you run?

A. poweron all command from domain shell

B. setkeyswitch diag command from domain shell

C. setkeyswitch diag command from platform shell

D. poweron all command from platform shell

Answer: B

QUESTION NO: 89

You are creating a new domain on a Sun Fire E4900. Which two are the minimum components that need
to be added to a domain to be able to run POST and access the OBP? (Choose two.)

A. System board

B. System Controller

C. Power supply

D. Repeater board

E. I/O board
Answer: A,E

QUESTION NO: 90

A customer has a Sun Fire E6900 server with 4 system boards and 2 IB in domain A and 2 system boards
with 2 IB in domain C. They want to remove 2 system boards from domain A and add them to domain B.
The customer tries, but is unable to add the system boards to domain B.

What is the first thing you should check?

A. The privileges on the user id with which cfgadm is being run

B. The system board firmware level

C. The permanent memory on the system board

D. The ACL on the platform

Answer: D

QUESTION NO: 91

You are installing a new Sun Fire E6900 and need to create two domains with identical configurations.
The platform will be in dual segment mode. There are 4 system boards, and 4 I/O boards.

According to Sun Fire Midframe Server Configuration Best Practices, how should you configure these
domains to maximize reliability?

A. Domain A (SB0 SB1 IB6 IB7) Domain B (SB2 SB3 IB8 IB9)

B. Domain A (SB0 SB2 IB6 IB8) Domain C (SB1 SB3 IB7 IB9)
C. Domain A (SB0 SB1 IB6 IB7) Domain C (SB2 SB3 IB8 IB9)

D. Domain A (SB0 SB2 IB6 IB8) Domain B (SB1 SB3 IB7 IB9)

Answer: B

QUESTION NO: 92

After creating a Jumpstart server, you try to boot the client using the command boot net - install, but
receive the following messages:

ok boot net - install

Boot device: /pci@1f,700000/network@2 File and args: - install

Timeout waiting for ARP/RARP packet

Timeout waiting for ARP/RARP packet

Timeout waiting for ARP/RARP packet

Timeout waiting for ARP/RARP packet

Timeout waiting for ARP/RARP packet

Timeout waiting for ARP/RARP packet

Which five could cause this problem? (Choose five.)

A. A duplicate hostname in /etc/hosts

B. Network cable not correctly connected

C. MAC address entry missing in /etc/ethers

D. Failed to issue a reconfigure boot command

E. in.rarpd not running on boot server


F. Alias "net" not correctly set

G. Client not running watch-net-all

Answer: A,B,C,E,F

QUESTION NO: 93

A customer has a Sun Fire E4900 configured with four network interfaces. All the interfaces are on
different network segments. The customer says the network traffic on one of the interfaces is
intermittent. In which three should you look to resolve the problem? (Choose three.)

A. /etc/netmasks file

B. Output of netstat -rn command

C. /etc/default/login file

D. Output of traceroute to a machine on the same network as the interface showing the problem

E. /etc/ftpd/ftpusers

Answer: A,B,D

QUESTION NO: 94

You are checking a Sun Fire V880 system configuration for dual-loop fibre disk operation. What
command will show the existence of dual-loop?

A. prtconf -pv

B. luxadm -e disp_port_map path_to_disk

C. prtfru -v
D. prtdiag -v

E. luxadm display enclosure

Answer: E

QUESTION NO: 95

You are hotswapping a power and cooling unit on a Sun StorEdge T3 array. The unit that is removed
must be replaced within a specified amount of time or the array will automatically shut down and power
off. How much time do you have to replace the unit?

A. 60 minutes

B. 30 minutes

C. 45 minutes

D. 15 minutes

Answer: B

QUESTION NO: 96

A customer requires additional swap space on their system. As the customer does not want to
repartition their disks, a decision to use a swap file is made. Which entry should you use in the
/etc/vfstab file so that the new swap file is activated automatically when the system is booted?

A. /path/filename - - swap - yes -

B. /path/filename - - tmpfs - no -

C. /path/filename - - swap - no -
D. /path/filename - - tmpfs - yes -

Answer: C

QUESTION NO: 97

You have connected a workstation's 'ce0' interface into a network with a DHCP service. Which command
should you issue to have your workstation receive a DCHP IP address from the server?

A. ifconfig ce0 plumb auto-dhcp

B. dhcp get ce0

C. dhcpconfig ce0

D. ifconfig ce0 plumb dhcp

Answer: A

QUESTION NO: 98

You are finishing an installation at a customer site and want to verify that there are no network
problems with collisions and input/output errors. What command should you use to accomplish this?

A. netstat -m

B. netstat -rn

C. netstat -pn

D. netstat -in
Answer: D

QUESTION NO: 99

You install a system to customer specifications and after rebooting you get the following message:

NIS server not responding for <domain> ... retrying

The customer tells you that there is a network problem which prevents this machine from reaching the
NIS server. You boot the machine into single user mode.

What action should you take to allow the system to operate until the NIS server is reachable again?

A. Edit /etc/nsswitch.conf so that file is first for all entries and reboot into multiuser mode.

B. Rename /etc/rc2.d/S72inetsvc to /etc/rc2.d/DisabledS72inetsvc and reboot into multiuser mode.

C. Copy /etc/nsswitch.files to /etc/nsswitch.conf and reboot into multiuser mode.

D. Edit /etc/resolv.conf so that the domain entry is commented out and reboot into multiuser mode.

Answer: C

QUESTION NO: 100

You require that all syslog auth.notice messages of host A be sent to host B. What line must be inserted
into the /etc/syslog.conf file on Host A so that the required messages are sent to Host B?

A. auth.notice<space>@B
B. auth.notice<tab>B

C. auth.notice<tab>@B

D. auth.notice<space>B

Answer: C

QUESTION NO: 101

You are working on a Sun Fire 4800 server which has a system board (SB0) giving intermittent errors.
This board is in domain A with one other system board, SB2. The customer would like to remove the
board from the system using Dynamic Reconfiguration (DR) so they do not need to bring down the
system.

What do you need to analyze before committing to DR the board?

A. SB0 state is showing 'ok-to-remove'.

B. If SB0 has permanent memory on it, then you cannot use DR to remove the board.

C. The speed of the CPUs on SB2 must match the speed of the CPUs on SB0.

D. If SB0 has permanent memory on it, then SB2 must have at least as much memory as SB0.

Answer: D

QUESTION NO: 102

You are setting up IPMP on a Sun Fire V440 to increase the system's network availability. You are using
probe-based IPMP. Which options to the ifconfig command are required to configure the test
interfaces?
A. deprecated -failto

B. deprecated -secondary

C. deprecated -backup

D. deprecated -failover

Answer: D

QUESTION NO: 103

A junior colleague is working at a customer site and is attempting to bring up StorADE in the browser on
one of the customer workstations. The colleague has forgotten the port number on which this service
runs and calls you for assistance; that port number is needed as part of the URL to start the StorADE
GUI. The hostname of the server to access is 'storserv'.

What URL contains the correct default port number?

A. http://storserv:7654

B. http://storserv:8765

C. http://storserv:4567

D. http://storserv:5678

Answer: A

QUESTION NO: 104


During an install you need to confirm which physical (/devices/...) device path corresponds to which
logical (/dev/dsk/c?t?d?) device path.

Which two commands should you use to see both the physical and logical device paths? (Choose two.)

A. luxadm probe -p

B. luxadm -e dump_map

C. format

D. cfgadm -la

Answer: A,C

QUESTION NO: 105

You have been requested to create a virtual disk stripe across three disks: 'disk02-01', 'disk02-02', and
'disk02-03'. The name of the volume will be 'vol02-01'. Which Veritas command should you use to create
this RAID 0 mirror?

A. vxvol make vol02-01 100m layout=STRIPE disk02-01 disk02-02 disk02-03

B. vxcreate vol02-01 100m layout=STRIPE disk02-01 disk02-02 disk02-03

C. vxassist make vol02-01 100m layout=STRIPE disk02-01 disk02-02 disk02-03

D. vxmake vol02-01 100m layout=STRIPE disk02-01 disk02-02 disk02-03

Answer: C

QUESTION NO: 106


You are completing the install of a StorEdge 6920. According to the EIS checklist, you are required to run
Explorer to capture a baseline of the installation. What Explorer command should you run from the host
machine that is connected to the storage?

A. explorer -i -w t4extended

B. explorer -i -w t4extended,sanextended

C. explorer -i -w t3extended

D. explorer -i -w t3extended,sanextended

Answer: D

QUESTION NO: 107

A customer wants to expand their file system capacity on a Sun Fire E20K using Solaris Volume Manager.
What command should you use to add the additional capacity?

A. growfs

B. expandfs

C. metainitfs

D. newfs

Answer: A

QUESTION NO: 108

You have replaced a defective memory module in a Sun Fire V1280 that was the cause of a system panic.
This component was blacklisted to allow the server to continue operating until the component was
replaced. You have now replaced the memory module and need to remove it from the blacklist. How
should you remove it from the blacklist?

A. Erase the line from the blacklist file.

B. The component cannot be removed from the blacklist file.

C. Reboot the system to clear the blacklist.

D. Use the enablecomponent command.

Answer: D

QUESTION NO: 109

After connecting a StorEdge S1 to a Sun Fire 4900, the server sees two more disks: 'c3t0d0s2' and
'c3t1d0s2'. You have been asked to create a Hot Spare Pool, 'hsp001', containing these two disks. Which
command should you use?

A. metattach hsp001 c3t0d0s2 c3t1d0s2

B. metahs hsp001 c3t0d0s2 c3t1d0s2

C. metahs -a all /dev/dsk/c3t0d0s2 c3t1d0s2

D. metainit hsp001 c3t0d0s2 c3t1d0s2

Answer: D

QUESTION NO: 110

After adding a new LUN, the customer asks you to balance the LUNs across the controllers. The current
status from the rdacutil command is:
# rdacutil -i mnbs06_002

mnbs_002: dual-active

Active controller a (c4t5d0) units: 0 1 2 5

Active controller b (c5t4d0) units: 3 4

How should you move LUN 5 from Controller A to Controller B?

A. # rdacutil -l 5 c4t4d0

B. # rdacutil -m 5 c4t5d0

C. # rdacutil -l c5t4d0 5

D. # rdacutil -l 5 c5t4d0

Answer: D

QUESTION NO: 111

The customer wants to increase the number of CPUs on a Sun Fire 6800 domain. You add a second
system board with an additional 4 CPUs to the domain. From the OS, what two commands can you run
to confirm that the extra CPUs are configured and working? (Choose two.)

A. psrinfo

B. prstat

C. modinfo

D. prtdiag -v

E. psrdiag
Answer: A,D

QUESTION NO: 112

A customer's Sun Blade 100 workstation with the IP address, 192.162.13.20, is unable to contact an
HTTP server with the IP address, 192.146.14.20. The customer was given the router IP address,
192.162.13.4, by the network administrator and told to configure a static route to solve their problem.

Which command should you tell them to use to configure this static route?

A. route add -net 192.146.14.0 192.162.13.4 1

B. route add -host 192.146.14.20 192.162.13.0 1

C. route add default 192.162.13.0 (no change)

D. route add -net 192.162.13.4 192.146.14.0 1

Answer: A

QUESTION NO: 113

A customer's Sun Fire 15K repeatedly panics during boot. Analysis of multiple dstops/panics points to a
failing CPU. A replacement system board has been ordered, but will not arrive for 12 hours.

What can you do that will allow the system to run until the replacement part arrives?

A. Remove the CPU from the system board and re-post the domain.

B. Edit the domain blacklist and re-post the domain.


C. Re-post the domain at level 127 and allow POST to fail the CPU.

D. boot -s, then use psradm -f to take the CPU offline.

Answer: B

QUESTION NO: 114

You are setting up LUNs 0 to 8 on an A3500 with RAID Manager. Shortly after setting up LUN 8 you get
the following message in RAID Manager:

Could not scan controllers

What action should you take in response to this message?

A. Delete LUN 8 and wait until LUN 7 goes optimal before creating LUN 8 again.

B. Select lun assignment on the LUN create options screen and change the controller assignment of LUN
8 to the next available controller.

C. Change set SystemMaxLunsPerController= to 16 in /etc/system, start /usr/lib/osa/bin/genscsiconf


and perform a reconfiguration boot.

D. Change SystemMaxLunsPerController= to 16 in /etc/osa/rmparams, start


/usr/lib/osa/bin/genscsiconf and perform a reconfiguration boot.

Answer: D

QUESTION NO: 115


You are configuring a new StorEdge 6320 and have just powered up the cabinet. Which interface/port
should you use to connect to the system to log in as the user 'setup' to carry out the initial
configuration?

A. The Web interface to the Service Processor

B. The LOM port on the Service Processor

C. The COM port on the master controller of each 6120 array

D. The Service Console port on the Service Processor Panel

Answer: D

QUESTION NO: 116

Users are complaining that a Sun Fire V490 application server is operating much slower than normal. A
few days ago, the network configuration was causing problems. What two commands can isolate the
problem to a part of the network? (Choose two.)

A. ifconfig -a

B. traceroute

C. netstat -i

D. iostat -tcx

E. cat /etc/netmasks

F. tail -100 /var/adm/streams/netlog

Answer: B,C
QUESTION NO: 117

You have just installed an additional QFE card in a Sun Fire V880 and want to check that it is seen at OBP
before handing the system back to the customer to boot the OS.

What two commands can be used to check that OBP has recognized the card? (Choose two.)

A. show-ethers

B. show-obdiag-results

C. show-post-results

D. show-nets

E. show-fru-location

F. show-devs

Answer: D,F

QUESTION NO: 118

A user of DHCP is having trouble connecting to a DHCP server. After analyzing the system, you find the
DHCP daemon is NOT running. Which command should you use to start the DHCP daemon?

A. /etc/init.d/S45dhcp start

B. /etc/rc2.d/dhcp start

C. /usr/lib/inet/dhcpd

D. /etc/init.d/dhcp start

E. /etc/rc2.d/S99dhcpagent start
Answer: D

QUESTION NO: 119

On a Sun Fire 15K, you have just performed a manual failover from SSC1 to SSC0 using the setfailover
command on SSC0. What needs to be done before a failover back to SSC1 can be performed?

A. $ setfailover force

B. $ setfailover on

C. $ failover enable

D. $ enable failover

Answer: B

QUESTION NO: 120

You are moving a system board on a Sun Fire 15K from one domain to another. The system board is
currently configured into domain A, which contains system boards 0, 1, 2, and 3. From the System
Controller, which two commands can you use to remove system board 1 from the domain? (Choose
two.)

A. deleteboard -c detach sb1

B. rcfgadm -d a -c unconfigure sb1

C. deleteboard -c unassign sb1

D. cfgadm -c unconfigure sb1

Answer: B,C

Potrebbero piacerti anche