Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

Exam : 310-101

Title : Certified Data Management Engineer with


VERITAS Volume Manager
Ver : 12.14.04

310-101

Total Question 88
QUESTION 1.
The default run level is 3 and the host is configured as an NFS server with valid entries in
/etc/dfs/dfstab.
Which two command strings restart NFS services? (Choose two.)
A. init 6
B. pkill -HUP inted
C. /etc/init.d/nfs.server restart
D. /etc/init.d.nfs.server stop:/etc/init.d/nfs.server start
Answer: AD
QUESTION 2.
Given:
# /etc/init.d/nfs.server start
what is the result of executing this command?
A. This command forces an init 3 command to re-establish NFS services.]
B. This command start the NFS. Server demons if there is any entry in /etc/dfs/dfstab.
C. This command restarts the NFS server daemons regardless of the current system
configuration.
D. This command starts the NFS server daemons and establishes file locking services in the
event that either the client or serve goes down.
Answer: B
QUESTION 3.
What can be added to the /etc/vfstab file to automatically mount the /var directory form
the NFS server Saturn onto the mount point/test so it is mounted as read-only with
interrupts disabled?
A. saaaturn:/var -/test nfs -yes B. Saturn:/var -/test nfs -yes ro
C. Saturn:/var - /test nfs - yes ro,intr
D. Saturn:/var - /test nfs - yes bg,soft
E. Saturn:/var - /test nfs - yes ro,nointr
Answer: E
QUESTION 4.
What can be added to the /etc/vfstab file to automatically mount the /var directory form
the NFS server Saturn onto the moung point /test during boot?
A. /var -/test nfs -fyes Actualtests.com - The Power of Knowing

310-101
B. satirm:/var-/test -a yes C. Saturn:/var - /test nfs - ayes
D. Saturn:/var -/test nfs - yes E. Saturn:/var -/test nfs - yes Answer: E
QUESTION 5.
What is a characteristic of a Fault Tolerant System?
A. RAID 0
B. Expensive
C. Inexpensive
D. T3 single bricks
Answer: B
QUESTION 6.
You want to automatically mount an NFS resource. You also want to mount the NFs
resource so that if the server becomes unavailable, and the client reboots, system
initialization will continue without waiting for the resource to mount.
Which mount option can be added to the client's /etc/vfstab file to achieve this?
A. fg
B. to
C. bg
D. intr
E. soft
F. hard
Answer: C
QUESTION 7.
Which statement describes RAID 5?
A. It is striping with distributed parity.
B. It is striping with distributed parity.
C. It is striping and mirroring with dedicated parity.
D. It is striping with distributed parity and check data.
Answer: B
QUESTION 8.
Which line can be entered into the /etc/dfs/dfstab file Saturn to enable a remote root user
on the client system mars to have root privileges on the /bar shared resource?
Actualtests.com - The Power of Knowing

310-101
A. share -F nfs /var
B. share -F nfs -0 ro/var
C. share -F nfs root=mars /var
D. share -F nfs -0 ro=mars /var
E. share -F nfs-0 root=mars /var
Answer: E
QUESTION 9.
Under which condition will the command mount /mnt cause an NFS client to mount a
resource from an NFS server?
A when there is an ammoniate /mnt entry in the client's/etc/vfstab file
(mistake)
A. when there is an appropriate /mnt entry in the client's/etc/vfstab file
B. when there is an appropriate /mnt entry in the server's /etc/vfstab file
C. when there is an appropriate /mnt entry in the client's /etc/dfs/dfstab file
D. when there is an appropriate /mnt entry in the server's /etc/dfs/dfstab file
Answer: A
QUESTION 10.
What would you see on the partition table of a disk that is in the free disk pool?
A. the var partition
B. the root partition
C. the swap partition
D. a public region partition
Answer: D
QUESTION 11.
Which command can be used to display all resources that an NFS server is allowing client
to mount?
A. df -l
B. dfshares
C. dfmounts
D. shareall
E. mountall
Answer: B
QUESTION 12.
Which is the function of the unshareall command when run on an NFS server?
Actualtests.com - The Power of Knowing

310-101
A. unshares only the last shared reasource
B. unshares all resources listed in the /etc/vfstab file
C. unshares only those resources that are not currently being used
D. unshares allshared resources listed in the /etc/dfs/sharetab file
E. unshares and thenre-shares all resources listed in the /etc/dfs/dfstab file
Answer: D
QUESTION 13.
What is the effect of the sharcall command when run on an NFS server?
A. shares only new entries in the /etc/dfs/dfstab file
B. shares all file systems listed in the /etc/vfstab file
C. shares or attempts to share all resources listed in the /etc/dfs/dfstab file
D. unshares and then re-shares all resources listed in the /etc/dfs/dfstab file
Answer: C
QUESTION 14.
Which RAID level provides redundancy by using the XOR algorithm?
A. RAID 0
B. RAID 0 + 1
C. RAID 1
D. RAID 5
Answer: D
QUESTION 15.
You have a stable, mature system that is running out of disk space in the/var file system.
You want to avoid the creation of unix.X and vincore.X files. By default, the system will
transfer crash dump information following a panic into unix.X and vmcore. X fil when
revooting.
Which command will disable this default behavior?
A. Dumpadm -n
B. Dumpadm -y
C. Dumpadm -s
D. Dumpadm -c
Answer: A
QUESTION 16.
You have edited the /etc/dfs/dfstab file added two new lines on a system which already
functioning as an NFS server. When command causes these two new resources to be made
available?
Actualtests.com - The Power of Knowing

310-101

A. share
B. mount -a
C. mountall
D. shareall
E. showmount -a
Answer: D
QUESTION 17.
What is the maximum number of plexus a volume can have?
A. 2
B. 8
C. 16
D. 32
Answer: D
QUESTION 18.
The NFS server daemons are running, however there is no entry for/var/tmp in the dfstab
file.
Without editing the/ etc/dfs/dfstab file, which command should be used to add the /var/tmp
resource to the list of existing shared resources?
A. shareaall /var/tmp
B. share -F /var/tmp
C. mountall -d /var/tmp
D. share -F nfs /var/tmp
E. export -F nfs /var/tmp
Answer: D
QUESTION 19.
Which line in the /etc/dfs/dfstab file is used to hsare the /export/home/guest directory so
that all clients can mount the resource but cannot change the data?
A. share -ro/export/home/guest
B. share -F nfs/export/home/guest
C. share /export/home/guest -F nfs -o ro
D. share -F nfs -o ro /export/home/gurst
E. share -F nfs root=anon /export/home/guest
Answer: D

Actualtests.com - The Power of Knowing

310-101
QUESTION 20.
Which is the smallest unit of storage in Volume Manager?
A. Disk
B. Plex
C. Volume
D. Subdisk
Answer: D
QUESTION 21.
Which two are function of an NFS client? (Choose two.)
A. runs the nfsd daemon
B. makers resources available over the network
C. mounts remote resources across the network
D. is configured using the /etc/dfs/dfstab file
E. mounts a remote resource and uses it as through it were local
Answer: CE
QUESTION 22.
What is the operation of NFS logging?
A. The kernel NFS module writes binary data directly to the log file specified by the NFS
logging configuration file.
B. The NFS kernel module wirtes logging information to a buffer. The NFS logging damon
processed this informatioin and interprets items such as 1P addresses and file handles.
The NFS logging daemon writes its result to a binary lob file.
C. The NFS kernel module wirtes logging information to a buffer. The NFS logging daemon
processes this information and interprets items such as 1P addresses and file handles. The
NFS logging daemon writes its result to an ASCII log file.
D. The NFS kernel module writes logging information to a buffer. The NFS logging daemon
processes this information without interpreting items such as 1P addresses and file
handles. The NFS logging daemon writes its result to an ASCII log file.
Answer: C
QUESTION 23.
Based upon the default configuration for generating core files, in which directory canas
administrator find and examine per process ccre files?
A. The / (root) directory
B. The user's home directory
C. The current directory of the process
D. The / var/ crash/ hostname directory
Actualtests.com - The Power of Knowing

310-101

Answer: C
QUESTION 24.
When a volume is removed with the VMSA, what happens to the volume's plexes?
A. They are preserved in another disk group.
B. They are marked as reserved for that disk group.
C. They are moved to another disk in that disk group.
D. They are deleted and their free space is returned to that disk group.
Answer: D
QUESTION 25.
Which three functions can an NFS server perform? (Choose three.)
A. share resources read-only
B. share resources read/write
C. monitor client automount utilities
D. control the /etc/rmttab file on the client
E. control the /etc/mnttab file on the client
F. share resources only to a selected client list
G. update the clients' /etc/vfstab file automatically for remote mounts
Answer: ABF
QUESTION 26.
What is the absolute path name of the file where the components of NFS server logs are
defined?
Answer: /etc/nfs/nfslog.conf
QUESTION 27.
What does Sun's StorEdge T3 utilize to configure LUNs?
A. RAID Manager
B. Veritas Volume Manager
C. The "luxadm" command
D. Plug-in Silicone Operating System
Answer: D
QUESTION 28.
What is the absolute path name of the configuration file from which the system reads its
crash dump gencration behavior at boot time?
Actualtests.com - The Power of Knowing

310-101

Answer: /etc/dumpadm.conf
QUESTION 29. What is the absolute path name of the file that is used to control the
behavior of the NFS server logging daemon?
Answer: /etc/default/nfslogd
QUESTION 30.
What does Sun's StoreEdge T3 utilize to configure LUNs?
A. Solstice DiskSuit
B. Veritas Volume Manager
C. The "luxadm" command
D. Plug-in Silicone Operating System
Answer: D
QUESTION 31.
What is the absolute path name of the configuration file from which the system reads its
core file generation behavior at boot time?
Answer: /etc/coreadm.conf
QUESTION 32.
Your NFS server log configuration file contains the entry:
Applog defaultdir=/var/nfs\
Buffer=/var/tmp/vuffer fhtable=fhtable log=applog
Which two are correct statements about this entry? (Choose two.)
A. The transaction buffer file is /var/tmp/buffer.
B. The human-readable log file is /var/tmp/applog.
C. The human-readable log file is /var/nfs/applog.
D. This entry will be applied to all NFS shares by default.
E. The file handle mappint table is /var/tmp/fhtable.
F. This entry represents the default NFS logging configuration.
Answer: AC
QUESTION 33.
The /etc/dfs/dfstab file on your Solaris system contains the entries:
Share -o log=global /export/home
Share -o ro/opt/.NSCPeom.
What is the purpose to the entry global?
A. It specifies that NFS transactions are logged in the /var/adm/global file.
Actualtests.com - The Power of Knowing

310-101
B. It specifies the tag to send to the syslogd daemon when logging the NFS share.
C. It specifies the logging configuration to use from the NFS logging configuration file.
D. It specifies the file in the /export/home directory in which to record NFS mount requests.
Answer: C
QUESTION 34.
What does free space pool in disk group refer to?
A. The disks that are not yet initialized by Volume Manager
B. The disks that are initialized but that are not used in a disk group
C. The space on all disks which are part of all disk groups on the system
D. The space on all disks within the disk group that has not been reserved or allocated as
subdisks
Answer: D
QUESTION 35.
Given this content from/etc/dumpadm.conf:
DUMPADM_DEVICE=/dev/dsk/c2t3d0s0
DUUMPADM_SAVDIR=/var/crash/wm 13w6
DUMPADM_CONTENT=kernel
DUMPADM_ENABLE=no
And the output of this command:
# swap -1
/dev/dsk/c0t0d0s1 136,1 16 1051328 1051328
Which two statements correctly describe the system dump behavior? (Choose two.)
A. The system has dedicated dump slice.
B. The system will NOT dump kernel information in event of a system panic.
C. In the event of panic, when the system reboots, is places kernel core information into
/var/crash/wm13w6/vmcore.X, where X is an integer.
D. In the event of a panic, when the system reboots, it does NOT place kernel core
information into /var.crash/wm13w6/vmcore. X, or into any file.
Answer: D
QUESTION 36.
The configuration file for the NFS server logging daemon contains the entry:
IDLE_TIME=30
What does this entry signify?
A. The NFS logging daemon should ookfor work every 30 mintues.
B. The NFS logging daemon should ookfor work every 30 seconds.
C. The NFS logging daemon should stop itself if no activity occurs for 30 hours.
D. The NFS logging daemon should stop itself if no activity occurs for 30 minutes.
Actualtests.com - The Power of Knowing

310-101
E. The NFS logging daemon should wait for 30 transactions to occur before performing
work.
Answer: B
QUESTION 37.
What would you see on the partition table of a disk that is in the free disk pool?
A. The root partition
B. The swap partition
C. The home partition
D. A private region partition
Answer: D
QUESTION 38.
The configuration file for the NFS server logging daemon contains the entry:
MIN_ PROCESSING_SIZE=2048
What does this entry signify?
A. The NFS logging daemon should wait for 2048 transactions to occur before performing
any work.
B. The NFS logging daemon should not record transactions, which involve transferring less
than 2048 bytes.
C. The NFS logging daemon should wait for the buffer to reach 2048 bytes in size before
performing any work.
D. The NFS logging daemon should wait for the buffer to reach 2048 Kbytes in size before
performing any work.
Answer: C
QUESTION 39.
What forces Veritas Volume Manager to scan the SCSI bus to detect the disks under its
control?
A. Initializing a disk
B. Formatting a disk
C. A system reboot
D. Creating a disk group
Answer: C
QUESTION 40.
Which action forces Verital Volume Manager to scan the SCSI bus to detect the under its
control?
Actualtests.com - The Power of Knowing

310-101
A. Running "format"
B. Running " vxdg init"
C. Running "vxdetl enable"
D. Running "vxdisk setup-i"
Answer: C
QUESTION 41.
You are monitoring a Solris system named host I as it boots, and the boot sequence stops
and waits at the following line:
Setting default 1Pv4 interface for multicast: add net 224.0/4: gateway host 1
What is a possible cause of the system stopping at this point?
A. The system was unable to successfully start the rpebind daemon.
B. The fsck command failed when checking one of the / (root), /usr. Or /var file systems.
C. The system was attempting to mount a resource from an NFS server which was not
responding.
D. Edit the /etc/mnttab file and remove the entry for the file system.
Answer: B
QUESTION 42.
You are monitoring a Solaris system named host I as it boots, and the boot sequence
proceeds as far as the line:
Setting default 1Pv4 interface for multicast: add net 224.0/4: gateway host 1
The system then stops and waits.
Which is a possible solution to this problem?
A. edit the /etc/vfstab file fo that all boot time NFS mounts use the bg mount option
B. wait for the login prompt, supply the root password, and edit the /etc/nodename file
C. boot the system to single user mode and run the fsck command on all local file systems
D. wait for the login prompt, supply the root password, and manuallystart the rpcbind
daemon
Answer: A
QUESTION 43.
You are working on a system connected to network. You attempt to access a directory
which you know is provided to your system using NFS, and which you have not accessed
for some time. Your system displays the massage:
Stale NFS file handle
What is a possible cause of this problem?
A. The locked daemon on the local system is no longer running.
B. The mountd daemon on the local system has out of date configuration information.
C. The automountd daemon has not been informed of changes to the automount maps.
Actualtests.com - The Power of Knowing

310-101
D. The file or directory has been removed on the NFS server without the client's knowledge.
Answer: D
QUESTION 44.
Which is a feature of the D1000 controller?
A. One single Ended SCSI-2 interface
B. Two Differential-wide SCSI-2 interfaces
C. One Ultra Differential-wide SCSI-2 interface
D. Two Ultra Differentia-wide SCSI-2 interfaces
Answer: D
QUESTION 45.
You have a stable, mature system that is running out of disk space in the/var file system.
You want to avoid the creation of unix.X and vincore.X files. By default, the system will
transfer crash dump information following a panic into unix.X and vmcore. X fil when
revooting.
Which command will disable this default behavior?
E. Dumpadm -n
F. Dumpadm -y
G. Dumpadm -s
H. Dumpadm -c
Answer: A
QUESTION 46.
You are working on a system connected to the network. You attempt to NFS mount a
directory.
# mount host 1:/usr/share/man/usr/share/man
Your system displays the massage:
Nfs mount: host 1: :RPC: Program not registered
Nfs mont: retrying: /usr/share/man
What is a possible solution to this problem?
A. send a HUP signal to rpebind the local system
B. rnsure that nfsd in running on the local system
C. ensure that mountd is running on the NFS sever
D. use repeinfo -p to ensure that the mount command is registered with rpebind
Answer: C
QUESTION 47.
Which is an ability of a D1000 backplane?
Actualtests.com - The Power of Knowing

310-101
A. It can be split into two with individual external SCSI ports.
B. It can be split into four with individual external SCSI ports.
C. It can accept SCSI connections from four different hosts.
D. It can be manually switched from SCSI to fibre connections.
Answer: A
QUESTION 48.
Given:
# dynoadm
Dump content: kernel pages
Dump device: /dev/dsk c2t3d0s0 (dedicated)
Savecore directory: /var/crash/wm13w6
Savecore enabled: yes
A dedicated dump slice has been assigned Given that this is NOT the default setup which
command did the system administrator rum to achieve this?
A. dumpadm-d c2t3d0s0
B. coreadm-d / dev/dsk/c2t3d0s0
C. dumpadm-d /dev/dsk/c2t3d0s0
D. coreadm-s/dev/dsk/c2t3d0s0
E. dumpadm-s/dev/dsk/c2t3d0s0
Answer: C
QUESTION 49.
You are working on a system connected to the network. You attempt to NFS mount a
directory.
# mount host 1:/usr/share/man/usr/share/man
Your system displays the message:
nfs mount: host 1: :PRC: Program not registered
nfs mount: retrying: /usr/share/man
What is a possible cause of this problem?
A. The nfsd process is not registered with the rpebind process.
B. The mountd process is not registered with the rpebing process.
C. The mount command is not registered with the repcbing process.
D. The rpebing process cannot access the /usr/share/man directory.
Answer: B
QUESTION 50.
What is the function of battery in the A3500?
A. It contains the NVSRAM settings.
B. It maintains LUN configuration information when power is off.
Actualtests.com - The Power of Knowing

310-101
C. It supplies power to cache memory in the event of Ack power failure.
D. It supplies SCSI termination power for use with some third-party hosts.
Answer: C
QUESTION 51.
Given the output from a dumpadm command:
# dumpadm
Duimp content: kernel pages
Dump device: /dev/dsk/c0t0d0s1 (swap0
Save core directory: /var/crash/wm13w1
Savecore canabled: yues
Which statement is correct?
A. The dump device is also the swap device.
B. Crash dupms are written to the /var/crash/wm13w1 file.
C. They system will dump the whole content of memory to the dump device.
D. The savecore command will run as the system shuts down following a panic.
Answer: A
QUESTION 52.
You are in a high availability environment and cannot perform a reboot.
What action is required when the auto_mater map is updated?
A. No action is required.
B. You need to stop and re-start nfsd.
C. You need to stop and restart automountd.
D. You need to run the automount command.
Answer: D
QUESTION 53.
How many Sun StorEdge A5x00 arrays can physically be-connected to a single host
system's controller with no address conflicts and supported?
A. 1
B. 2
C. 4
D. 8
Answer: C
QUESTION 54.
What speed is the fibre interface on the A3500FC?
Actualtests.com - The Power of Knowing

310-101
A. 50mb/sec
B. 60mb/sec
C. 100mb/sec
D. 128mb/sec
Answer: C
QUESTION 55.
Which command changes the configuration for generating core files?
A. coreadm
B. dumpadm
C. correconf
D. dumpcof
E. saveeore
Answer: A
QUESTION 56.
You have added a new entry to the auto_home map.
What action is required to make the change effective?
A. No actions are required.
B. You need to stop and restart nfsd.
C. You needto run the automount command.
D. You need to stop and re-start automountd.
Answer: A
QUESTION 57.
What is the maximum size of cache that can be installed per A3500 controller?
A. 64mb
B. 128mb
C. 256mb
D. 512mb
Answer: B
QUESTION 58.
Based upon the default configuration for generating core files, in which directory canas
administrator find and examine per process ccre files?
E. The / (root) directory
F. The user's home directory
G. The current directory of the process
H. The / var/ crash/ hostname directory
Actualtests.com - The Power of Knowing

310-101

Answer: C
QUESTION 59.
You have a default automount configuration, and you creat a new aauto_direct map.
What action is required to make the change effective?
A. No action is required.
B. You need to stop and restart automounted.
C. You need to stop and restart automountd.
D. You need to run the automount command.
Answer: D
QUESTION 60.
What are the default settings of the A3500 controller SCSI Ids?
A. Top - SCSI ID 0 Bottom - SCSI 1
B. Top - SCSI ID 0 Bottom - SCSI 2
C. Top - SCSI ID 0 Bottom - SCSI 3
D. Top - SCSI ID 0 Bottom - SCSI 4
Answer: D
QUESTION 61.
After creating and adding additional swap space, what should you do to ensure that the
swap space is available following subsequent reboots?
A. You add it as a line entry to the /etc/vfstab file.
B. You modify the startup scripts to include a swap add command.
C. The additional swap space cannot be made available following subsequent reboots.
D. No additional steps are required because the necessary changes are made to the startup
file when the swap space is added.
Answer: A
QUESTION 62.
Which command adjusts the time period the automounter uses to unmount idle resources?
A. automount -I 300
B. automount -t 300
C. automount -v 300
D. automountd -t 300
E. automountd -v 300
Answer: B
Actualtests.com - The Power of Knowing

310-101

QUESTION 63.
Assuning the swap file / swapdir / swapfile I has been created, which command can be used
to ad this file to the available swap space?
A. swapadd /swapdir/swapfilel
B. swap - swapdir/ swapfilel
C. mount -/swapdir/swapfilel/swap
D. growfs/ swap-fswapfidr/swapfilel
Answer: B
QUESTION 64.
What is the function of the switch SW- on the rear of the A1000?
A. It selects the LUN number.
B. It selects the target number.
C. It selects the controller number.
D. It selects the back plane number.
Answer: B
QUESTION 65.
When the system has insufficient memory to handle memory requirements for the current
processes, which pscudo file system provides backing store addresses for anonymous
memory pages?
A. UFS
B. FDFS
C. PCFS
D. SWAPFS
Answer: D
QUESTION 66.
If the automounter is used, which client file no longer needs to be updated to allow the
automatic mounting of NFS reasources upon reboot of the client?
A. /etc/vfstab
B. /etc/default/fs
C. /etc/dfs/dfstab
D. /etc/dfs/fstypes
E. /etc/dfs/sharetab
Answer: A
Actualtests.com - The Power of Knowing

310-101
QUESTION 67.
What does the Sun StorEdge A1000 RAID Controller provide?
A. Host controller numbering
B. Fibre channel connectivity
C. Software RAID functionality
D. Hardware RAID functionality
Answer: D
QUESTION 68.
You are receiving error messages that the/lard file system is full. You check and see that it
has a large file called swap file. Your system has more enough swap space. You suspect that
the file is in use as swap space.
Which sequence of commands confirms that the file was in use as swap space, and helps
correct the file system problem?
A. swap -r /lard/swapfile ; rm /lard/swapfile
B. swap -1 ; swap-d /lard/swapfile ; rm/lard/swapfile
C. swap -1 ; rm/lard/swapfile ; swap-d /lard/swapfile
D. swap -1 ; swap -r /lard/swapfile ; rm /lard/swapfile
Answer: B
QUESTION 69.
What determines the time frame that an automounted NFS resource remains mounted?
A. An entry in the /etc/mnttab file determines the time frame.
B. The time period is built into the executables and cannot be adjusted.
C. The client determines how long the NFS resource remains mounted.
D. The server determines how long the NFS resource remains mounted.
Answer: C
QUESTION 70.
What is one difference between the D1000 and A1000?
A. EIDE drives
B. RAID controller
C. Dual RAID controllers
D. Redundant power and cooling modules
Answer: B
QUESTION 73.
What do the Sun StorEdge A1000 and D1000 Arrays both provide for?
Actualtests.com - The Power of Knowing

310-101

A. A CPU
B. Caching
C. Up to 12 drives
D. RAID functionality
Answer: C
QUESTION 74.
Which type of information does a Dirty Region Log contain?
A. Bits
B. Bytes
C. Pointers
D. Volume data
Answer: A
QUESTION 75.
How many Sun StorEdge A5x00 arrays can physically be-connected to a single host
system's controller with no address conflicts and supported?
E. 1
F. 2
G. 4
H. 8
Answer: C
QUESTION 76.
In addition to high availability, which two characteristics does fault tolerance have?
(Choose two.)
A. FT systems guarantee 100% uptime.
B. FT provides a guarantee against data corruption.
C. FT can cost a lot more than H/A for a small benefit in overall uptime.
D. A hardware disruption will not result in any loss of access to data in an FT system.
Answer: CD
QUESTION 77.
A plex is a structured or ordered collection of ______________.
A. Plexes
B. Mirrors
C. Volumes
D. Subdisks
Actualtests.com - The Power of Knowing

310-101

Answer: D
QUESTION 78.
Differential SCSI allows cable lengths up to ______ meters.
A. 6
B. 25
C. 40
D. 100
Answer: B
QUESTION 79.
What is the primary difference between RAID+0 and RAID+1?
A. RAID 1+0 is not different from RAID+1.
B. RAID 1+0 require more CPU per I/0 and is therefore slower.
C. RAID 1+0 has less redundancy due to the fact that it can sustain a maximum of one drive
failure.
D. RAID 1+0 has more redundancy due to the fact each drive is mirrored first and then
formed into a stripe.
Answer: D
QUESTION 80.
When connecting to a host using the telnet command, you interact with a telnet server
daemon on the target host. One a standard system with default configuration files, what
launches the telnet server daemon?
A. It is launched by the inetd daemon.
B. It is launched by the ttymon dacmon.
C. It is lunched at boot time by a start script in /etc/re2.d.
D. It is launched at boot time by a start script in /etc/re3.d.
Answer: A
QUESTION 81.
Which command is used to display available swap space?
A. swap-a
B. swap-d
C. swap-1
D. swap-v
Answer: C
Actualtests.com - The Power of Knowing

310-101

QUESTION 82.
Which statement is true about RAID 3 and its main performance bottleneck for small 1/0s?
A. The software stack adds too many CPU cycles.
B. All writes must his both the data stripe and the single parity drive.
C. All reads must read from both the data stripe and the single parity drive.
D. Bandwidth is limited to n-1 drives, where n is the total number of drives used for the
RAID 3 set.
Answer: B
QUESTION 83. Which is a reason to become the super user prior to creating an
additional swap file?
A. You cannot create swap files unless you have root access permissions.
B. The swap file will have root permissions making it more difficult to overwrite.
C. The operation of growing a file system on the swappartition requires root access.
D. All swap space resides in the swap partition on the boot disk, therefore root access is
required.
Answer: B
QUESTION 84.
While using FTP to transfer a file to host bryophyte, FTP fails to connect. You investigate
and find that bryophyte is not launching the ftpd daemon.
Which statement describes a potential cause of this behavior?
A. The/etc/ftpd directory has been removed.
B. The/etc/ftpd/ftphosts file has been deleted.
C. The/etc/ftpd/ftphosts file has been deleted.
D. The/tftpboot directory has had its permissions changed to read only.
Answer: C
QUESTION 85.
Given the command:
# mkfile 100m /swapdir/filel
assuming the directory / swapdir exists, what is the result of executing this command?
A. A100-Mbyte swap file named/ swapdir/filed is added to the existing swap space.
B. A 100-Mbyte swap file named/swapdir/filel is added to the existing swap space.
C. The size of the existing swap partition is increased by 100 Mbyte using a file
named/swapdir/filel.
D. This command fails, because swap space can be created only during the initial installation
of the operation system.
Actualtests.com - The Power of Knowing

310-101

Answer: A
QUESTION 86.
You are working on a system connected to the network. You are attempting to access a
currently mountd NFS directory. Your system displays the message:
nfs mount: host 1: : NFS: Service not responding
nfs mount: retrying: /usr/share/man
Whichis a possible cause of this problem?
A. The nfsd process is not running on the NFS server.
B. The inetd process is not running on the NFS server.
C. The mountd process is not running on the NFS server.
D. The rpebing is not running on the NFS server.
Answer: A
QUESTION 87.
Which/etc/dfs/dfstab entry shares the manual pages read-only from thesystem Saturn so
that they are only available for mounting by the clients Pluto and mars?
A. share -F nfs mars,pluto /user/share/man
B. share -F nfs ro=mars,pluto/usr/share/man
C. share -F nfs ro=mars:pluto /usr/share/man
D. share -F nfs -o ro=mars,pluto /usr/share/man
E. share -F nfs -o ro=mars:pluto /usr/share/man
Answer: E
QUESTION 88.
Which command can be used on an NFS server to display the resources that the server is
exporting?
A. share
B. mount
C. df -k
D. shareall
E. mountall
Answer: A

Actualtests.com - The Power of Knowing

You might also like