1Z0-821 | All About Vivid 1Z0-821 braindumps


Q61. - (Topic 2) 

You need to install the gzip software package on your system. Which command would you use to find the software package in the configured repository? 

A. pkg search gzip 

B. pkg info gzip 

C. pkg contents gzip 

D. pkginfo gzip 

E. yum list gzip 

Answer:

Explanation: 

Use the pkg search command to search for packages whose data matches the specified pattern. Like the pkg contents command,the pkg search command examines the contents of packages. While the pkg contents command returns the contents,the pkg search command returns the names of packages that match the query. 

Q62. - (Topic 1) 

The default publisher on your system is: 

You want to update the Oracle Solaris 11 environment on your system,but you are not able to connect this system to the Internet to access the default Oracle repository. A repository has been created on your local network and is named http://server1.example.com. 

Which command would you choose to connect your system to the local repository? 

A. pkg publisher to specify the new publisher 

B. pkg set-publisher to set the stickiness on the http://server1.example.com publisher and unset stickiness for http://pkg.oracle.com/solaris/release 

C. pkg add-publisher to add the new publisher 

D. pkg set-publisher to set the origin for the publisher 

Answer:

Explanation: 

Solaris 11 Express makes it pretty easy to set up a local copy of the repository. 

A common reason folks need access to a local repository is because their system is not 

connected to the Internet. 

Tthe pkg set-publisher command can be used to for example add a publisher or to enable 

or disable a publisher. 

Note: Example Adding a Publisher 

Use the -g option to specify the publisher origin URI. 

# pkg set-publisher -g http://pkg.example.com/release example.com 

Example Specifying the Preferred Publisher 

Use the -P option to specify a publisher as the preferred publisher. The specified publisher 

moves to the top of the search order. You can specify the -P option when you add a 

publisher or you can modify an existing publisher. 

# pkg set-publisher -P example.com 

Example Enabling or Disabling a Publisher 

Use the -d option to disable a publisher. The preferred publisher cannot be disabled. A 

disabled publisher is not used in package operations such as list and install. Youcan modify 

the properties of adisabled publishers. 

Use the -e option to enable a publisher. 

# pkg set-publisher -d example2.com 

Q63. - (Topic 2) 

Server A,Server B,and Server C are connected to the same network switch and are on the sari Each server has a single network interface,net0. 

You received a tech support call that Server B has lost network connectivity. Your troubleshooting has discovered: 

Server A can ping Server C,but not Server B. 

Server B can ping localhost,but not Server A or C. 

Server C can ping Server A,but not Server B. 

On Server F3,you enter the following command: 

dladm show-phys | grep net0 

Response: 

net0/v4 Ethernet down 0 unknown el00gl 

What is the next logical troubleshooting action? 

A. Run arp -a on all servers. 

B. Confirm that the router is working. 

C. Confirm that the power light of the network switch is on. 

D. Confirm that the physical network connections are intact. 

E. On Server A and C,run tranceroute –n server. 

F. On Server B,run tranceroute –n servera and tranceroute –n serverc. 

Answer:

Explanation: 

Check the physical connection. 

Q64. - (Topic 1) 

You want to display network interface information. Which command should you use? 

A. ipadm show-if 

B. ipadm show-addr 

C. ipadm show-prop 

D. ipadm show-addrprop 

Answer:

Q65. - (Topic 1) 

User jack logs in to host Solaris and executes the following command sequence: 

Which three statements are correct? 

A. User jack can edit testfile because he has read and write permissions at the group level. 

B. User jack can use cat to output the contents of testfile because he has read permission as the file owner. 

C. User jill can change the permissions of testfile because she has write permission for the file at the group level. 

D. User jill can edit testfile because she has read and write permission at the group level. 

E. User jack can change permissions for testfile because he is the owner of the file. 

F. User jack can change permissions for testfile because he has execute permission for the file. 

Answer: D,E,F 

Q66. - (Topic 1) 

When speakingtoan Oracle Support Engineer,you are asked to verify the version of the Solaris 11 build currently running on your system. 

Which command would display the Solaris 11 build version currently running on your system? 

A. pkg info all 

B. cat /etc/release 

C. cat /etc/update 

D. prtconf | grep –i update 

E. pkg info entire 

Answer:

Explanation: 

Which Solaris release you are running on your system can be determined using the following command: 

cat /etc/release 

This will tell you which release you are running and when it was released. The more recent your system,the more info is contained in this file. 

Example: # cat /etc/release Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC Copyright (c) 1983,2011,Oracle and/or its affiliates. All rights reserved. Assembled 23 August 2011 

Q67. - (Topic 2) 

You are troubleshooting the Oracle Solaris11 Automated Installer (AI),which is not connecting with the IPS software repository. 

Which three steps will help determine the cause of DNS name resolution failure? 

A. Verify the contents of /etc/resolve.conf. 

B. Run netstat -nr to verify the routing to the DNS server. 

C. Ping the IP address of the IPS server to verify connectivity. 

D. On the installation server,verify that the menu.1st file for the client points to a valid boot arc hive. 

E. Run df -k to verify that the boot directory containing the boot archive is loopback mounted under /etc/netboot. 

F. Run the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS server information. 

Answer: A,B,F 

Explanation: 

Check DNS 

*

 (A) Check whether DNS is configured on your client by verifying that a non-empty /etc/resolv.conf file exists. 

*

 (F) If /etc/resolv.conf does not exist or is empty,check that your DHCP server is providing DNS server information to the client: # /sbin/dhcpinfo DNSserv If this command returns nothing,the DHCP server is not set up to provide DNS server information to the client. Contact your DHCP administrator to correct this problem. 

*

 (B) If an /etc/resolv.conf file exists and is properly configured,check for the following possible problems and contact your system administrator for resolution: 

** The DNS server might not be resolving your IPS repository server name. ** No default route to reach the DNS server exists. 

Q68. - (Topic 2) 

Select the five tasks that need to be performed on the Automated Installer (AI) install server before setting up the client. 

A. Create a local IPS repository on the AI Install server and start the repository server service,the publisher origin to the repository file. 

B. Set up a IP address on the AI install server. 

C. The DHCP server must be enabled on the install server and must provide the DHCP service for the clients. 

D. DHCP must be available on the network for the Install server and the clients,but the install server does not need to be the DHCP server. 

E. Download the AI boot image. The image must be the same version as the Oracle Solaris OS that you plan to install on the client. 

F. Download the text install image into the IPS repository. 

G. Install the AI installation tools. 

H. Create the AI install service. Specify the path to the AI network boot image ISO file and the path where the AI net image ISO file should be unpacked. 

I. Create the AI install service. Specify the path to the AI network boot image ISO file and the path to the IPS repository. 

Answer: B,D,F,G,I 

Explanation: 

B: Configure the AI install server to use a static IP address and default route..

D: The create-service command can set up DHCP on the AI install server. If you want to set up a separate DHCP server or configure an existing DHCP server for use with AI. The DHCP server must be able to provide DNS information to the systems to be installed. 

E: An automated installation of a client over the network consists of the following high-level 

steps: 

1.

 The client system boots over the network and gets its network configuration and the 

location of the install server from the DHCP server. 

2.

 The install server provides a boot image to the client. 

3.

 Characteristics of the client determine which installation instructions and which system 

configuration instructions are used to install the client. 

4.

 The Oracle Solaris 11 OS is installed on the client,pulling packages from the package 

repository specified by the installation instructions in the AI install service. 

G: Install the AI tool set. 

Use the.installadm create-service.command to create an AI install service. Give the service 

a meaningful name,and specify the path where you want the service created. Specify the 

source of the network boot image (net image) package or ISO file. 

installadm create-service [-n svcname] [-s FMRI_or_ISO] [-d imagepath] 

-d.imagepath The.imagepath.is the location of the new install service. The.install-image/solaris-auto-install.package is installed to this location,or the specified ISO file is expanded at this location. 

Q69. - (Topic 2) 

Which four can the SMF notification framework be configured to monitor and report? 

A. all service transition states 

B. service dependencies that have stopped or faulted 

C. service configuration modifications 

D. legacy services that have not started 

E. services that have been disabled 

F. service fault management events 

G. processes that have been killed 

Answer: A,E,F,G 

Explanation: 

Note 1: State Transition Sets are defined as: 

to<state> 

Set of all transitions that have <state> as the final state of the transition. 

form-<state> 

Set of all transitions that have <state> as the initial state of the transition. 

<state> 

Set of all transitions that have <state> as the initial state of the transitional. 

Set of all transitions. (A) 

Valid values of state are maintenance,offline (G),disabled (E),online and degraded. An 

example of a transitions set definition: maintenance,from-online,to-degraded. 

F: In this context,events is a comma separated list of SMF state transition sets or a comma separated list of FMA (Fault Management Architecture) event classes. events cannot have a mix of SMF state transition sets and FMA event classes. For convenience,the tags problem- {diagnosed,updated,repaired,resolved} describe the lifecycle of a problem diagnosed by the FMA subsystem - from initial diagnosis to interim updates and finally problem closure. 

Note 2: SMF allows notification by using SNMP or SMTP of state transitions. It publishes Information Events for state transitions which are consumed by notification daemons like snmp-notify(1M) and smtp-notify(1M). SMF state transitions of disabled services do not generate notifications unless the final state for the transition is disabled and there exist notification parameters for that transition. Notification is not be generated for transitions that have the same initial and final state. 

Q70. - (Topic 2) 

Which command should you choose to display the current parameters for the FSS scheduler? 

A. dispadmin - c FSS 

B. prionctl -c FSS 

C. dispadmin -c FSS -g 

D. priocntl -c FSS -g 

Answer:

Explanation: 

The.dispadmin.command displays or changes process scheduler parameters while the system is running. 

-c class 

Specifies the class whose parameters are to be displayed or changed. Valid class values 

are: RT for the real-time class,TS for the time-sharing class,IA for the inter-active 

class,FSS for the fair-share class,and FX for the fixed-priority class. The time-sharing and 

inter-active classes share the same scheduler,so changes to the scheduling parameters of 

one will change those of the other. 

-g 

Gets the parameters for the specified class and writes them to the standard output.