Ensurepass.com : Ensure you pass the IT Exams
2018 Jan Oracle Official New Released 1z0-878
100% Free Download! 100% Pass Guaranteed!
http://www.EnsurePass.com/1z0-878.html
Oracle Solaris 10 System Administrator Certified Professional Exam, Part II
Question No: 181 – (Topic 2)
When you try to NFS mount a directory from the NFS server pepper to the NFS client paprika, the following error occurs:
# mount -F nfs pepper:/export/home /data NFS server pepper not responding, still trying
Which troubleshooting step is used to correct this error?
-
on the NFS server pepper, run the command: # dfmounts
-
on the NFS client paprika, ping the NFS server: # ping pepper
-
on the NFS client paprika, run the command: # dfshares paprika
-
on the NFS client paprika, run the command: # ps -ef |grep nfsd
-
on the NFS client paprika, run the command: # ps -ef |grep mountd
Answer: B
Question No: 182 – (Topic 2)
You try to mount an NFS file system, /datadir, on host fusion from the remote NFS server gravity using the NFSv4 protocol. The following message appears:
# mount -F nfs gravity:/datadir /datadir
nfs mount: gravity:/datadir: No such file or directory What can cause the error?
-
The directory is spelled incorrectly in /etc/vfstab.
-
The directory /datadir does NOT exist on the NFS client fusion.
-
The NFS share /datadir does NOT exist on NFS server gravity.
-
The host fusion is NOT allowed to access /datadir on NFS server gravity.
-
The permissions on the directory /datadir on NFS server gravity are too restrictive.
Answer: C
Question No: 183 – (Topic 2)
During boot up, your x86-based laptop that is running the Solaris 10 OS displays the message:
NFS server arizona not responding, still trying
Which two are valid troubleshooting procedures for this problem? (Choose two.)
-
restart the NFS client-side daemons
-
verify that the nfsd daemon is running on your laptop
-
verify that your laptop is connected to the correct network
-
verify that the server arizona is up and that its network interface is up.
-
verify that the NFS client entry in /etc/inetd.conf is correct, then get inetd to reread the
/etc/inetd.conf
Answer: C,D
Question No: 184 – (Topic 2)
What are four types of AutoFS maps? (Choose four.)
-
Slave
-
Direct
-
Binary
-
Master
-
Indirect
-
Sparse
-
Special
-
Cannonical
Answer: B,D,E,G
Question No: 185 – (Topic 2)
You are creating a new direct map to allow a new application that has been installed on an application server to become available. Which two commands activate the new map?
(Choose two.)
-
/usr/sbin/mountall
-
/usr/sbin/automount
-
/usr/bin/pkill -HUP inetd
-
/usr/sadm/bin/smreg add -d /etc/auto_master
-
/usr/sbin/svcadm restart svc:/system/fileystem/autofs
Answer: B,E
Question No: 186 – (Topic 2)
A system is configured to use automounted home directories and has the following
/etc/auto_master file:
# Master map for automounter
#
/net -hosts -nosuid,nobrowse
/home auto_home -nobrowse
The system also has the following /etc/auto_home file:
# Home directory map for automounter
#
larry stooge1:/export/home/larry curly stooge2:/export/home/curly moe stooge3:/export/home/moe
How should the home directory for curly be specified in the password database?
-
/curly
-
/home/curly
-
/net/stooge2/curly
-
/export/home/curly
-
/net/stooge2/export/home/curly
Answer: B
Question No: 187 – (Topic 2)
A system called renegade is configured to access a CAD application and the man pages using
automount. The system has the following /etc/auto_master file:
# Master map for automounter
#
/home auto_home -nobrowse
/- auto_direct -ro
The renegade system also has the following /etc/auto_direct file: # Superuser-created direct map for automounter
#
/tools/cad -ro,soft cadserver:/export/cad,v2
/usr/share/man -ro,soft docserver1,docserver2:/usr/share/man
Which two statements are true about the renegade system? (Choose two.)
-
To access the CAD application, the user can type # cd /tools/cad.
-
Before trying to access the man pages, the user must first run the # automount command.
-
If the mount of /tools/cad fails for any reason, the system continues to retry until cadserver responds.
-
The /usr/share/man directory is mounted from docserver1 or docserver2, depending upon availability.
-
To access the CAD application, the user must type the full path as follows: # cd
/net/cadserver/export/cad,v2.
Answer: A,D
Question No: 188 – (Topic 2)
Given:
# df -lh
Filesystem size used avail capacity Mounted on
/dev/dsk/c1t0d0s0 31G 3.4G 28G 11% /
/devices 0K 0K 0K 0% /devices proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab fd 0K 0K 0K 0% /dev/fd
swap 4.0G 112K 4.0G 1% /var/run
swap 4.0G 18M 4.0G 1% /tmp
/dev/dsk/c3t1d0s6 115G 8.1G 106G 8% /export
/dev/md/clones/dsk/d10
4.9G 537M 4.3G 11% /export/clones/on81-test
/dev/md/clones/dsk/d20
4.9G 656M 4.2G 14% /export/clones/on10-test
/dev/md/clones/dsk/d30
4.9G 220M 4.7G 5% /export/clones/on10-stc2
Which command helps determine the configuration of the Solaris Volume Manager logical volumes?
-
metadb -i
-
metadb -a
-
metainit -p
-
metastat -a
Answer: D
Question No: 189 – (Topic 2)
Which three statements are true about soft partitions? (Choose three.)
-
An unlimited number of soft partitions can be created from a volume.
-
A soft partition can be grown to use any available space on a volume.
-
Soft partitions can be extended without moving or destroying data on other soft partitions.
-
A soft partition can be included in a volume and directly accessed simultaneously by an application.
-
Soft partitions are an alternative to Solaris Volume Manager software volumes for organizing disk storage.
-
Soft partitions provide a mechanism for dividing large storage spaces into smaller, more manageable sizes.
Answer: B,C,F
Question No: 190 – (Topic 2)
You have Solaris Volume Manager software installed on your system and want to create your first metadevice. What should you do first?
-
run a command to create the first state database
-
run a command to initialize the configuration metadevice
-
run the vxinstall utility to initialize the volume manager software for use
-
create a soft partition using the -s initialize option with the appropriate command
-
run a utility to add a license to enable Solaris Volume Manager software for Solaris 10 OS
Answer: B
100% Ensurepass Free Download!
–Download Free Demo:1z0-878 Demo PDF
100% Ensurepass Free Guaranteed!
–1z0-878 Dumps
EnsurePass | ExamCollection | Testking | |
---|---|---|---|
Lowest Price Guarantee | Yes | No | No |
Up-to-Dated | Yes | No | No |
Real Questions | Yes | No | No |
Explanation | Yes | No | No |
PDF VCE | Yes | No | No |
Free VCE Simulator | Yes | No | No |
Instant Download | Yes | No | No |
100-105 Dumps VCE PDF
200-105 Dumps VCE PDF
300-101 Dumps VCE PDF
300-115 Dumps VCE PDF
300-135 Dumps VCE PDF
300-320 Dumps VCE PDF
400-101 Dumps VCE PDF
640-911 Dumps VCE PDF
640-916 Dumps VCE PDF
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF
220-901 Dumps VCE PDF
220-902 Dumps VCE PDF
N10-006 Dumps VCE PDF
SY0-401 Dumps VCE PDF