Valid 1Z0-820 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-820 Exam! ExamDiscuss.com now offer the newest 1Z0-820 exam dumps, the ExamDiscuss.com 1Z0-820 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-820 dumps with Test Engine here:
You need to update an OS image on a client. The pkg publishers command displays the wrong publisher with the wrong update: PUBLISHER TYPE STATUS URI Solaris origin online http://pkg.oracle.com/solaris/release The update is available on the updated publisher: PUBLISHER TYPE STATUS URI Solaris origin online http://sysA.example.com Select the option that describes the procedure used to update the OS image on the system from the updated publisher.
Correct Answer: C
Explanation/Reference: You can use the pkg set-publisher command to change a publisher URI. Changing a Publisher Origin URI To change the origin URI for a publisher, add the new URI and remove the old URI. Use the -g option to add a new origin URI. Use the -G option to remove the old origin URI. # pkg set-publisher -g http://pkg.example.com/support \ -G http://pkg.example.com/release example.com Note: You can use either the install or update subcommand to update a package. The install subcommand installs the package if the package is not already installed in the image. If you want to be sure to update only packages that are already installed, and not install any new packages, then use the update subcommand. Reference: Oracle Solaris 11 Express Image Packaging System Guide, Managing Package Publishers