Valid 1Z0-821 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-821 Exam! ExamDiscuss.com now offer the newest 1Z0-821 exam dumps, the ExamDiscuss.com 1Z0-821 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-821 dumps with Test Engine here:
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?
Correct Answer: D
Explanation/Reference: 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. You can modify the properties of a disabled publishers. Use the -e option to enable a publisher. # pkg set-publisher -d example2.com