1Z0-822 | What Printable 1Z0-822 exam Is?


Q21. You are about to configure an AI server and you need to determine if NWAM is configured, if the system has a manually configured IP interface. Which command gives you this information? 

A. nscfg list 

B. netadm list 

C. netcfg list 

D. svcs network/physical 

Answer:

Q22. Which option describes how to revert a service back to a previous version? 

A. Issue the svccfg delcust command. 

B. Issue the revetsnap command. 

C. Issue the restore_repository command. 

D. Issue the svccfg revert command. 

Answer:

Q23. Your organization uses a fixed base configuration for all Oracle Solaris native brand zones that are created. You want to configure your server so that it will use your company template when the create command is issued. Identify the preferred way to accomplish this. 

A. Change the /etc/zones/SYSblank.xml link to link to your company template and use create –b. 

B. Set the default_template property in the system/zones service to your company template. 

C. Change the /etc/zones/SYSsolaris.xml link to link to your company template. 

D. Set the zone_default_template parameter in the /etc/default/zones file. 

Answer:

Q24. The zpool configuration on serverA is: 

pool 1 c3t2d0 c3t3d0 pool 2 c3t4d0 c3t5d0 

The zpool configuration on servetB is: 

pool1 mirror-0 c3t2d0 c3t3d0 mirror-1 c3t4d0 

c3t5d0 

Which option will modify the configuration on serverA to match serverB? 

A. zpool destroy pool2zpool attach pool1 c3t4d0 c3t5d0 

B. zpool destroy pool2zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d0 

C. zpool destroy pool2zpool add pool1 c3t4d0 c3t5d0 

D. zpool destroy pool2zpool mirror pool1 pool2 

E. zpool destroy pool2zpool attach pool1 c3t2d0 attach pool1 c3t3d0zpool attach pool1 c3t4d0 attach pool1 c3t5d0 

F. zpool destroy pool1zpool destroy pool2zpool destroy pool1 mirror c3t2d0 c3t3d0 c3t4d0 c3t5d0 

Answer:

Q25. You created a role. The role should be able to change the configuration of a zone. How will you assign that privilege to the role? 

A. Modify the zone using the admin resource, set the user property to the role and the auths property to manage. 

B. Assign to the role the zone Management Rights Profile. 

C. Assign to the role the solaris.zones.* authorization. 

D. Assign to the role the zone Security Rights Profile. 

Answer:

Q26. Can you change the scheduling class of a zone's processes to FSS without rebooting? 

A. No. Set the zone's scheduling-class attribute to FSS and reboot. 

B. No. Run dispadmin –d FSS inside the zone, then reboot. 

C. No. Run dispadmin –d FSS in the global zone, then reboot the nonglobal zone. 

D. Yes. Run dispadmin –d FSS inside the zone. 

E. Yes. Run priocntl –s –c FSS –i all inside the zone. 

Answer:

Q27. You administer an Oracle Solaris 11 server. You created an IPS repository and set the pkg publisher origin. You did not configure the pkg/service service. 

What type of access have you provided for your now repository? 

A. a file interface repository 

B. a local host-only repository 

C. a testing-interface repository 

D. a pkg.depotd configured interface 

Answer:

Q28. You plan to use the Automated Installer (AI) to install a nonglobal zone named zone1. You created custom manifest for the nonglobal zone and named it zone1manifest. 

Which command must you use to add this custom manifest to the s11-sparc install service and associate this custom manifest with the nonglobal zone? 

A. installadm create-profile –n s11-sparc –f /term/zone1manifest.xml –c zonename=“zone1” 

B. installadm create-manifest –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c 

zonename=“zone1” 

C. installadm create-client –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c 

zonename=“zone1” 

D. installadm create-server –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c 

zonename=“zone1” 

Answer:

Q29. Which two actions permit the system-log service to receive messages from a remote Solaris host? 

A. setting the property config/log_from_remote to true and restarting the service 

B. setting the property config/log_from_remote to *.noticoand restart the service 

C. configuring a selector for remote messages in the /etc/syslog.conf file 

D. ensuring that port 514 is open to remote traffic and doesn't require a password 

Answer: A,D 

Q30. The zfs holds command displays the following information: 

Which two statements are true? 

A. Use zfs destroy –d pool12/data@nov to destroy the snapshot immediately. 

B. Attempts to destroy the snapshot using zfs destroy pool12/data@nov will fail. 

C. Attempts to destroy the pool12/data@nov snapshot will not destroy the snapshot immediately. 

D. The zfs directory –R pool12/data command will destroy the file system immediately. 

E. The defer_destroy property is set to on for the pool12/data@nov data set. 

F. The userrefs property is set to 1 (or higher) for the pool12/data@nov data set. 

Answer: C,E