Ensurepass.com : Ensure you pass the IT Exams
2018 Jan Oracle Official New Released 1z0-877
100% Free Download! 100% Pass Guaranteed!
http://www.EnsurePass.com/1z0-877.html
Oracle Solaris 10 System Administrator Certified Professional Exam, Part IVersion 7.0
Question No: 131 – (Topic 3)
Several patches have been installed on your system to resolve a specific problem. The performance of your system degrades and you are advised to back out one of the patches. Which three conditions must exist for the patch to be successfully removed? (Choose three.)
-
The patch must NOT be a recommended patch.
-
The patch must NOT be required by another patch.
-
A previous revision of the patch must already be installed.
-
The patch must NOT have been obsoleted by another patch.
-
The patch must have been installed using the patchadd -d command.
-
The patch must NOT have been installed using the patchadd -d command.
Answer: B,D,F
Question No: 132 – (Topic 3)
You have a Sun V880 server with twelve disk drives installed. You are trying to document the server hardware configuration and need toYou have a Sun V880 server with twelve disk drives installed. You are trying to document the server? hardware configuration and need to identify and document each disk drive that is installed. In addition, you want to note both the physical device name and the logical device name for each installed disk.
Which two commands will display the physical device name along with the corresponding logical device name for each disk installed in the server? (Choose two.)
-
ls -l /dev/dsk
-
Use the dmesg command
-
Use the prtconf command.
-
In the format utility, from the main menu, select show
-
In the format utility, from the main menu, select disk
-
In the format utility, from the main menu, select verify
Answer: A,E
Question No: 133 – (Topic 3)
Every user#39;s home directory is located in the /export/home file system as
/export/home/lt;usernamegt;. The output from df -h shows the user#39;s home file system filling up:
Which command would display disk usage by user?
-
du -h /export/home
-
df -k /export/home/*
-
ls -lR /export/home
-
du -sh /export/home/*
Answer: D
Question No: 134 – (Topic 3)
You have an x86-based server with two SATA drives. Each drive has an installation of x86 Solaris and both drives are identical. The system currently boots from the first SATA disk drive, but, after modifying the /etc/vfstab file on the boot drive, the first SATA drive will not boot. You want to boot the system from the second SATA disk drive, but it won boot. want to boot the system from the second SATA disk drive, but it won boot. What do you need to do to get the system booted?
-
Select the second SATA drive in the GRUB menu during bootup; boot to the second drive; once booted to the second drive, mount and copy the /etc/vfstab file to the boot disk.
-
Edit the boot string in the GRUB menu to boot from the second SATA drive; once
booted to the second drive, mount and fix the /etc/vfstab file on the boot disk.
-
Install a bootblock onto the second SATA drive; select the second drive during bootup; once booted to the second drive, mount and fix the
/etc/vfstab file on the boot disk.
-
Boot from DVD to get into a single user shell; mount and fix the /etc/vfstab file on the boot drive.
Answer: D
Question No: 135 – (Topic 3)
The IT manager, who wants to prevent anyone from accessing the CD-ROM drive and installing unauthorized software, asks you, as the system administrator, to disable the volume management service from starting upon reboot on a production server. Which of the following actions should you take to secure your system in this way?
-
Using vi, edit the /etc/inittab file and comment out the /etc/rc3.d/S81volmgt entry.
-
Run the rm /etc/rc3 command.
-
Rename the /etc/rc3.d/S81volmgt script to /etc/rc3.d/s81volmgt.
-
Run the svcadm disable /etc/rc3_d/S81volmgt command.
Answer: C
Question No: 136 – (Topic 3)
You need to set up a cron job that will run the /usr/bin/banner command to display the message System Backups tonight in a console window at 5:00 P.M. each Thursday. Which is the correct cron table entry?
-
0 5 * * 5 /usr/bin/banner quot;System Backups tonightquot; gt; /dev/console
-
0 5 * * 4 /usr/bin/banner quot;System Backups tonightquot; gt; /dev/console
-
0 17 * * 5 /usr/bin/banner quot;System Backups tonightquot; gt; /dev/console
-
0 17 * * 4 /usr/bin/banner quot;System Backups tonightquot; gt; /dev/console
Answer: D
Question No: 137 – (Topic 3)
You have two users that are abusing the system by creating scripts that run periodically as cron jobs that continuously harass other users. You have been instructed to disable cron for these two users. Which three (what?) describe how to configure the server to block specific users from using cron? (Choose three.)
-
Protect the crontab command so that only privileged users are allowed to run it.
-
Remove the /etc/cron.d/cron.allow file and add their names to /etc/cron.d/cron.deny
-
Remove the crontabs associated with each offending user in the
/var/spool/cron/crontabs director.
-
Remove their names from the /etc/cron.d/cron.allow file and add their names to
/etc/cron.d/cron.deny
-
Add their names to the /etc/cron.d/cron.deny file. It is not necessary to remove their names from the /etc/cron.d/cron.allow file.
-
Remove their names from the /etc/cron.d/cron.allow file only. If the default
/etc/cron.d/cron.deny exists, it does not need to be changed.
Answer: B,D,F
Question No: 138 – (Topic 3)
There is a requirement to run a script every other month starting next month (March). This script is to be run every Monday, Wednesday, and Friday. What is the crontab entry that achieves this?
-
25 23 * 1, 3, 5 3, 5, 7, 9, 11, 1 /opt/application/gather_data
-
25 23 3, 5, 7, 9, 11, 1 * 1, 3, 5 /opt/application/gather_data
-
25 23 1, 3, 5 * 3, 5, 7, 9, 11, 1 /opt/application/gather_data
-
25 23 * 3, 5, 7, 9, 11, 1 1, 3, 5 /opt/application/gather_data
Answer: D
Question No: 139 – (Topic 3)
Up to now, your users have been allowed to use cron for their own use. Because some users have abused the system, you want to block the use of cron by all users, except root. The following files exist on your system:
What should you do to block all users, except root, from creating and running cron jobs?
-
Remove the crontabs associated with each user in the /var/spool/cron/crontabs directory.
-
Write protect the crontabs associated with each user in the /var/spool/cron/crontabs directory.
-
Remove the crontabs associated with each offending user in the
/var/spool/cron/crontabs directory.
Answer: C
Question No: 140 – (Topic 3)
When creating a ZFS file system, which of the following scenarios are not recommended?
-
Drives should not be partitioned with both UFS and ZFS file systems.
-
A disk that is used as a swap or dump device should not be used for a ZFS file system.
-
Constructing ZFs file system on top of LUNs that are created from hardware RAID arrays.
-
Constructing ZFS file systems on top of software based volume managers such as SVM meta devices.
Answer: D
100% Ensurepass Free Download!
–Download Free Demo:1z0-877 Demo PDF
100% Ensurepass Free Guaranteed!
–1z0-877 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