Está en la página 1de 6

http://www.Officialcerts.

com

1Z0-821
Oracle
Oracle Solaris 11 System Administration

OfficialCerts.com is a reputable IT certification examination guide, study guides and


audio exam provider. We ensure that you pass your 1Z0-821 exam in first attempt
and also get high scores to acquire Oracle certification.
If you use OfficialCerts 1Z0-821 Certification questions and answers, you will experience
actual 1Z0-821 exam questions/answers. We know exactly what is needed and have all the exam
preparation material required to pass the exam. Our Oracle exam prep covers over 95% of the
questions and answers that may be appeared in your 1Z0-821 exam. Every point from pass4sure
1Z0-821 PDF, 1Z0-821 review will help you take Oracle 1Z0-821 exam much easier
and become Oracle certified.
Here's what you can expect from the OfficialCerts Oracle 1Z0-821 course:
* Up-to-Date Oracle 1Z0-821 questions as experienced in the real exam.
* 100% correct Oracle 1Z0-821 answers you simply can't find in other 1Z0-821 courses.
* All of our tests are easy to download. Your file will be saved as a 1Z0-821 PDF.
* Oracle 1Z0-821 brain dump free content featuring the real 1Z0-821 test questions.
Oracle 1Z0-821 certification exam is of core importance both in your Professional
life and Oracle certification path. With Oracle certification you can get a good
job easily in the market and get on your path for success. Professionals who passed
Oracle 1Z0-821 exam training are an absolute favorite in the industry.
You will pass Oracle 1Z0-821 certification test and career opportunities will be
open for you.
http://www.officialcerts.com/exams.asp?examcode=1Z0-821

1Z0-821

QUESTION: 1
zone1 is a non-global zone that has been configured and installed. zone1 was taken
down for maintenance, and the following command was run: zoneadm z zone1
mark incomplete The following information is displayed when listing the zones on
your system:

Which task needs to be performed before you can boot zone1?

A. The zone needs to be installed.


B. The zone needs to be brought to the ready state.
C. The zone needs to be uninstalled and reinstalled.
D. The zone needs to be brought to the complete state.

Answer: C
Reference:
http://docs.oracle.com/cd/E19683-01/817-1592/z.inst.task-1/index.html(Marking the
zone incomplete, see the note)

QUESTION: 2
You need to make sure that all of the software packages on your server are up to date.
Without installing any updates, which two commands would display .my software
updates that are available in the default Oracle repository?

A. pkglistu
B. pkg verifyu*
C. pkg searchu
D. pkrj infor*
E. pkg installnv
F. pkg update nv *

Answer: C, F

QUESTION: 3
Which best describes the svc:/system/boot-config service?

A. It is used to change the milestone on a system.


2

http://www.ipass4sure.com

1Z0-821

B. It is used to setthe default run level of the system.


C. It provides the parameters used to set the system to automatically perform a fast or
slow reboot.
D. When the service is enabled, the system performs a fast reboot by default; when it
is disable the system performs a slow reboot by default.

Answer: D
Reference:
http://docs.oracle.com/cd/E19963-01/html/821-1451/etmjx.html(second paragraph)

QUESTION: 4
A user Jack, using a korn shell, requests a directory listing as follows:
jack@solaris:/export/home/jack $ 1s file filea Filea fileb Fileb filec Filec
Which two statements are correct?

A. The pattern [?i]*a will expand to fileaFilea.


B. The pattern [fF]*a? will expand to [fF] *a?.
C. The pattern [gfe] * will expand to file filea fileb filec.
D. The pattern [g-e] * will expand to file filea fileb filec.
E. The pattern [fF] [a-zA-z]i*e will expand to file.

Answer: B, E

QUESTION: 5
You created an IP address for interface net3 with the following command, which
executed successfully:
ipadm create-addr T static a 192.168.0.100/24 net3/v4
You then ran:
ipadm showif
The result indicated that the interface was down.
You then ran:
ipadm delete-addr net3/v4
ipadm create-addr T static a 192.168.0.101/24 net3/v4
ipadm show-if
The last command indicated that the interface was up.
Why did it work with the second address specified, but not the first?

A. The 192.168.0.100 address is reserved for broadcast messages.


B. Another device exists on the network, using the 192.168.0.100 address.
C. The network interface card does not support the address 192.168.0.100.
D. The address 192.168.0.100 is at a boundary and may not be configured in Oracle
Solaris 11.

http://www.ipass4sure.com

1Z0-821

E. 192.168.0.100 is a DHCP address and may not be statically configured in Oracle


Solaris 11.

Answer: B

QUESTION: 6
You have a ticket from a new user on the system, indicating that he cannot log in to
his account. The information in the ticket gives you both the username and password.
The ticket also shows that the account was set up three days ago. As root, you switch
users to this account with the following command:
su newuser
You do not get an error message.
You then run 1s -1a and see the following files:
local1.cshrc local1.login local1.profile .bash_history .bashrc .profile
As root, you grep the /etc/passwd file and the /etc/shadow file for this username, with
these results:
/etc/passwd contains newuser:x:60012:10:/home/newuser:/usr/bin/bash
/etc/shadow contains newuser:UP: : : : :10: :
As root, what is your next logical step?

A. Usermod f 0
B. passwd newuser
C. mkdir /home/newuser
D. useraddD

Answer: D

QUESTION: 7
You have a user that needs to use the cron tool to schedule some repetitive tasks.
When the user enters the crontab e command in a terminal window, the following
error appears:
crontab: you are not authorized to use cron. Sorry
In order to troubleshoot this issue, in what directory would you start your invest

A. /etc/cron.d
B. /var/spool/cron
C. /var/spool/cron/crontable
D. /var/spool/cron/atjobs

Answer: A
Reference:
4

http://www.ipass4sure.com

1Z0-821

http://docs.oracle.com/cd/E23824_01/html/821-1451/sysrescron-23.html(seefirst
sentence, first paragraph)

QUESTION: 8
You are having an issue with the shutdown command. You wish to determine if the
file is a script or an executable program. Which command would you use to
determine this?

A. odshutdown
B. file shutdown
C. test shutdown
D. cksumshutdown
E. attrib shutdown

Answer: E

QUESTION: 9
What determines which bits in an IP address represent the subnet, and which
represent the host?

A. Subnet
B. unicast
C. netmask
D. multicast
E. broadcast

Answer: C

QUESTION: 10
Which two accurately identify features of a Solaris 10 branded zone?

A. executes in a Solaris 10 global zone


B. is created by importing a Solaris 10 flash archive
C. enables Linux binary applicationsto run unmodified
D. provides a complete runtime environment for Solaris 9 applications
E. allows a Solaris 10 global zone to be migrated Into a Solaris 10 non-global zone on
a Solaris 11 system

Answer: B, C

http://www.ipass4sure.com

End of DEMO

OfficialCerts.com Certification Exam Full Version Features;


-

Verified answers researched by industry experts.


Exams updated on regular basis.
Questions, Answers are downloadable in PDF format.
No authorization code required to open exam.
Portable anywhere.
100% success Guarantee.
Fast, helpful support 24x7.

View list of All exams we offer;


http://www.officialcerts.com/allexams.asp
To contact our Support;
http://www.officialcerts.com/support.asp
View FAQs
http://www.officialcerts.com/faq.asp
Download All Exams Samples
http://www.officialcerts.com/samples.asp
To purchase Full Version and updated exam;
http://www.officialcerts.com/allexams.asp
3COM
ADOBE
APC
Apple
BEA
BICSI
CheckPoint
Cisco
Citrix
CIW

CompTIA
ComputerAssociates
CWNP
DELL
ECCouncil
EMC
Enterasys
ExamExpress
Exin
ExtremeNetworks

Filemaker
Fortinet
Foundry
Fujitsu
GuidanceSoftware
HDI
Hitachi
HP
Huawei
Hyperion

IBM
IISFA
Intel
ISACA
ISC2
ISEB
ISM
Juniper
Legato
Lotus

LPI
McAfee
McData
Microsoft
Mile2
NetworkAppliance
Network-General
Nokia
Nortel
Novell

OMG
Oracle
PMI
Polycom
RedHat
Sair
SASInstitute
SCP
See-Beyond
Google

Sun
Sybase
Symantec
TeraData
TIA
Tibco
TruSecure
Veritas
Vmware

También podría gustarte