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: PUBLISHERTYPESTATUSURI
solarisoriginonlinehttp://pkg.oracle.com/solaris/release/ You will be replacing the current
publisher with: PUBLISHERTYPESTATUSURI
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?
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.
Refresh the application/pkg/server service with the svcadm refresh command.
G.
Enable the application /pkg/server service.