Question 26:
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: PUBLISHERTYPESTATUS URI solarisoriginonlinehttp://pkg.oracle.com/solaris/release/ You will be replacing the current publisher with: PUBLISHERTYPESTATUS URI solarisoriginonlinehttp://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?
Answer options:
A. Perform an rsync on the ISO image to copy the files from the ISO image to the /export/IPS file system. B. chmod 700 on/export/IPS C. Use the svccfg command to set the pkg/inst_root property to export/IPS. D. Use the svccfg command to set the pkg.inst_root property to /export/IPS. E. Use the svccfg command to set the pkg/readonly property to the application/pkg/server service to true. F. Use the svccfg command to set the pkg/readonly property for the application/pkg/server service false. G. Refresh the application/pkg/server service with the svcadm refresh command. H. Refresh the package repository with the pkgrep refresh command. I. Enable the application /pkg/server service. J. Run the pkhrepo rebuild command to rebuild the repository catalog.