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 are setting up a local image packaging System (IPS) package repository on your Oracle Solaris 11 server. The information and specifications that you have are as follows: The Oracle Solaris11 repository ISO image has been downloaded into the /repo directory (a zfs file system). The current publisher is: PUBLISHER TYPE STATUS URI solaris origin online http://pkg.oracle.com/solaris/release/ You will be replacing the current publisher with: PUBLISHER TYPE STATUS URI solaris origin online http://solaris.example.com/ The location of the repository will be /export/IPS. This ZFS file system has already been created. Among the steps you will perform is to set the publisher to the local repository by using the pkg set - publisher command. Which six other steps are required to set up the local IPS package repository?
Correct Answer: A,B,D,E,G,I
Explanation/Reference: B: Set the correct permissions. Serving a Local Repository Using SMF 1. First, create a ZFS file system to hold the repository. 2. Next, make a local copy of the IPS repository file. 3. Make the contents of the repository file available to the pkg.depotd(1M) server, using the lofiadm command to mount the ISO image. 4. (A) Copy the repository files to the ZFS file system you created. This will increase the performance of repository accesses and avoid the need to remount the .iso image each time the system restarts. (Be sure to use /mnt/repo, not /mnt/repo/, so that you copy the repo directory and not just the files and subdirectories in the repo directory.) # rsync -aP /mnt/repo /export/repo2010_11 You can use the df command to confirm the copy: 5. Once the files are copied, unmount the image and deallocate the block device. 6. Now that your local copy is ready, use the svccfg command to configure the repository server service, specifying the location of your local repository and setting readonly to true: (D)# svccfg -s application/pkg/server setprop pkg/inst_root=/export/repo2010_11/repo (E)# svccfg -s application/pkg/server setprop pkg/readonly=true 7. Start the pkg.depotd repository service: (G) # svcadm refresh application/pkg/server (I) # svcadm enable application/pkg/server Reference: How I Created Local Package Repositories http://www.oracle.com/technetwork/articles/servers-storage-admin/localrepositories-1377242.html