1Z0-821 Dumps

1Z0-821 Free Practice Test

Oracle 1Z0-821: Oracle Solaris 11 System Administrator

QUESTION 11

You are attempting to troubleshoot an event that should have made an entry into the messages log. This event happened about two weeks ago. Which file should you look at
first?

Correct Answer: A
The /var/adm/messages is the file to which all the messages printed on the console are logged to by the Operating System. This helps to track back check the console messages to troubleshoot any issues on the system.
Syslog daemon also writes to this /var/adm/messages file.
The /var/adm/messages file monitored and managed by newsyslog and its configuration file is /usr/lib/newsyslog.
This script runs as the roots cron job everyday, checks the /var/adm/messages file and copies/moves it to /var/adm/messages.0, 1, 2, 3, 4, 5, 6, 7. In other words, it does the Log Rotation for the /var/adm/messages.
In an event the /var file system is running out of space, these files needs to checked and can be removed (not the actual /var/adm/messages itself) to free up space on the file system.
However, care has to be taken, if you decide to empty the /var/adm/messages itself for any reason. This process is called Truncation.
SOLARIS SYSTEM ADMIN TIPS, /var/adm/messages

QUESTION 12

View the Exhibit to inspect the boot environment Information displayed within a non global zone on your system.
1Z0-821 dumps exhibit
Which two options describe the solaris-1 boot environment?

Correct Answer: AE
A: The – of the Active Column indicates that this boot environment is inactive, and hence not bootable.
Note: The values for the Active column are as follows: R – Active on reboot.
N – Active now.
NR – Active now and active on reboot. “-” – Inactive.
“!” – Unbootable boot environments in a non-global zone are represented by an exclamation point.
http://docs.oracle.com/cd/E23824_01/html/E21801/unbootable.html#scrolltoc

QUESTION 13

You created an IP address for interface not.3 with the following command, which executed successfully:
ipadm create-addr –T static –a 192.168.0.100/24 net3/v4
You then ran: ipadm show–if
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?

Correct Answer: B
The first IP address is already in use.

QUESTION 14

You have set up the task.max-lwps resource control on your Solaris 11 system.
Which option describes how to configure the system so that syslogd notifies you when the resources control threshold value for the task.max-lwps resource has been exceeded?

Correct Answer: A
rctladm - display and/or modify global state of system resource controls
The following command activates system logging of all violations of task.max-lwps.
# rctladm -e syslog task.max-lwps
#

QUESTION 15

View the Exhibit and review the file system information displayed from a remote server.
1Z0-821 dumps exhibit
You are configuring a new server. This new server has the following storage pool configured:
1Z0-821 dumps exhibit
This new server also has the following file systems configured:
1Z0-821 dumps exhibit
When you are finished building this new server, the pool1/data dataset must be an exact duplicate of note server. What is the correct procedure to create the pool1/data dataset on this new server?

Correct Answer: A