You are on page 1of 5

School name

first row second row third row

Test Results
surname name user user12 points 90.000 ( 60%)

test: SNIA
start time: end time: time: test time [min]: basic points: points for wrong answer: points for no answer: max score: correct: 2011-06-21 17:44:53 2011-06-21 18:09:44 00:24:51 30 1.000 0.000 0.000 150.000 18 ( 60%)

# 1S

points 5.000

IP 281473913980303

start [hh:mm:ss] 18:01:51

end [hh:mm:ss] 18:03:24

time [mm:ss] 31:33

reaction [sec] 93.777

Every user's home directory is located in the /export/home file system as /export/home/ <username>. 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? 1 + 2 3 2S 0.000 ls -lr /export/home du -sh /export/home/* du -h /export/home 281473913980303 17:50:40 17:58:23 37:43 21.221

A disk is returned from the accounts department for reformatting, using their predefined disk layout. Which command in the partitions sub-menu load the predefined table and commit it to the disk? 1 2 3 3S 0.000 name choose label 281473913980303 18:03:24 18:04:24 31:00 60.039

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 procedure present the new disk to the Solaris 10 OS? 1 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 1) execute # devsfadm -C disk . 1) execute # touch /reconfigure 2) execute # init 5 3) install the new disk into the workstation 4) power on the workstation 281473913980303 17:49:23 17:50:12 30:49 48.761

2 3

4S

5.000

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? 1 2 + 5S 3 5.000 format <device> . prtvtoc /dev/rdsk/<device>s2 . fmthard -s /dev/null /dev/rdsk/<device>s2 281473913980303 17:59:11 18:01:25 32:14 134.067

Company.comhas an order-processing server that has only 512 megabytes of physical RAM and no disk-based swap space. Due to an increase in orders, 512 megabytes of disk swap space is added to the system:

page 1 / 5

School name
first row second row third row
# swap -l swapfile dev swaplo blocks free /dev/dsk/c0t0d0s1 136,1 16 1049312 1049312 # swap -s total: 148136k bytes allocated + 22344k reserved = 170480k used, 744232k avail What is the total virtual memory configured on the system? 1 + 2 3 6S 0.000 1 2 3 512 megabytes 1024 megabytes 1049312 blocks 281473913980303 18:06:00 18:07:01 31:01 61.406

Which statement is true about paging and swapping on a Solaris 10 OS? Swapping involves moving all modified data memory pages associated with a process to swap space Adding additional swap causes more paging to occur and should be avoided Swapping occurs frequently on a system with sufficient physical memory for the processes that are running 281473913980303 18:04:24 18:05:11 30:47 46.749

7S

0.000

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? 1 2 8S 3 0.000 /dsk /devices /dev 281473913980303 17:46:26 17:47:25 30:59 59.281

Following a security and standards audit at Thank You From Authors Team at www.ePlanetLabs.com management 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? 1 2 3 9S + 5.000 1 2 3 10 S 0.000 prtvtoc -S format -d EFI format -e 281473913980303 17:45:45 17:45:58 30:13 13.328

Which of the following is activity related to the format command? Labeling the disk Discovering the device on the system Writing the boot record on the disk 281473913980303 17:57:23 17:58:34 31:11 6.649

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? 1 2 3 11 S 5.000 select choose name 281473913980303 17:54:09 17:55:48 31:39 99.162

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? 1 + 2 3 12 S 5.000 init 5 shutdown -g300 -i0 shutdown -g5 -i0 281473913980303 18:05:45 18:06:00 30:15 14.468

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? 1 2 svcadm restart sendmail pkill sendmail

page 2 / 5

School name
first row second row third row
+ 13 S 3 0.000 svcadm disable sendmail 281473913980303 17:47:56 17:48:54 30:58 58.118

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? 1 2 3 14 S 0.000 1 2 3 15 S 5.000 boot -a debug boot -v boot -m debug 281473913980303 17:55:48 17:57:23 31:35 94.721

# svcadm milestone -d svc:/milestone/single-user:default Which statement is true? This system will boot to run level 3 at next boot This system will boot to run level S at next boot This system will not start svc.startd controlling services at the next boot 281473913980303 17:52:08 17:53:16 31:08 68.485

You are configuring a system on a public network. Because of the risk of other systems snooping network traffic and obtaining login and password information that is sent in clear text, you want to force users who access this system remotely to use ssh instead of telnet. To do this, you want to disable in.telnetd. Which command accomplish this? + 1 2 3 16 S 5.000 svcadm disable svc:/network/telnet inetd delete svc:/network/telnet svcadm destroy svc:/network/telnet 281473913980303 17:45:58 17:46:26 30:28 28.031

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? 1 2 + 17 S 3 5.000 svcs -w| grep rusers svcs -b |grep rusers svcs -a |grep rusers 281473913980303 17:58:34 17:59:07 30:33 33.492

You have installed a package called SUNWvts onto your system. Where is the information about every file and directory contained in this package stored? 1 2 + 18 S 3 0.000 /var/spool/SUNWvts /var/sadm/messages /var/sadm/install/contents 281473913980303 17:50:12 17:50:40 30:28 28.834

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? 1 2 19 S 3 5.000 1 + 2 3 20 S + 5.000 1 2 pkgconvert -f /var/tmp/SUNWvts -d /var/tmp/SUNWvts.pkg pkgtrans /var/tmp /tmp/SUNWvts.pkg SUNWvts pkgstream SUNWvts /var/tmp/SUNWvts.datastream 281473913980303 18:05:11 18:05:20 30:09 8.563

Which command displays detailed information about the SUNWcsr package? pkginfo -v SUNWcsr pkginfo -l SUNWcsr pkgask -k SUNWcsr 281473913980303 17:44:53 18:09:03 54:10 43.272

how do you know the version of the OBP? .version local-mac-address

page 3 / 5

School name
first row second row third row
3 21 S 0.000 version 281473913980303 17:53:16 17:54:09 30:53 52.156

Given the command: # pkgrm -s spool SUNWaudd .What is the result? 1 2 22 S 3 5.000 It removes the SUNWaudd package from the /var/spool/pkg directory It removes the SUNWaudd package that is currently installed in the Solaris Operating Environment. It removes the SUNWaudd package, but saves a copy in a spooling area 281473913980303 17:59:07 17:59:11 30:04 3.84

Given the patch: 111021-01.zip Which command should you use first in a series of steps to install the patch? + 1 2 3 23 S 5.000 1 + 2 3 24 S + 5.000 What describes RAID 0? 1 2 3 25 S 5.000 1 + 2 3 26 S + 5.000 1 2 3 27 S 5.000 1 2 + 28 S 3 0.000 1 2 3 29 S 5.000 striping parallel access with parity mirroring 281473913980303 17:51:58 17:52:08 30:10 9.476 unzip 111021-01.zip patchadd 111021-01 patchadd 111021-01.zip 281473913980303 18:07:01 18:08:14 31:13 72.892

What is the advantage of IP storage networking? Lowers propagation delay Uses existing Ethernet technologies Supports up to 126 devices 281473913980303 18:05:36 18:05:45 30:09 9.264

Which connectivity types are associated with block level access? LAN and SAN DAS and SAN NAS and SAN 281473913980303 17:47:25 17:47:56 30:31 30.137

Which disk drive interfaces are considered to be parallel interfaces? SCSI SATA SAS 281473913980303 17:45:14 18:09:44 54:30 40.77

Which hardware component provides the interface between the storage network and the server backplane? inter-switch link gigabit link module host bus adapter 281473913980303 18:01:25 18:01:51 30:26 25.362

Which statement describes a Fibre Channel HBA? A device that interfaces Fibre Channel to a SCSI bus A device that interfaces Fibre Channel with a Gigabit Ethernet A device that interfaces Fibre Channel with a computer system 281473913980303 18:05:20 18:05:36 30:16 16.127

Which statement describes the "cylinder" in the disk drive?

page 4 / 5

School name
first row second row third row
1 + 2 3 30 S 0.000 1 2 3 Used to read or write data onto the disk media A group of concentric slices through the physical disks Where the data is stored or retrieved 281473913980303 17:48:54 17:49:23 30:29 28.723

What is one advantage of hardware RAID controllers? Volume management is performed by the switch Volume management is performed by the host Dedicated cache memory increases server write performance

topics points correct points module correct

topic

60 / 110 ( 55%)

12 / 22 ( 55%) solaris10 40 / 80 ( 50%) 20 / 30 ( 67%) 6 / 8 ( 75%) SNIA 30 / 40 ( 75%) 6 / 8 ( 75%) snia 8 / 16 ( 50%) Disk Management 4 / 6 ( 67%) Boot Process

30 / 40 ( 75%)

page 5 / 5

You might also like