Question 49:
You are setting up a local IPS package repository on your Oracle Solaris11 server:solaris.example.com. You want to point the existing local IPS publisher to the new local IPS repository located in /repo. These are the stops that you have followed: 1. Download and rsync the contents of the Oracle Solaris11 repository ISO image to the /repo directory. 2. Configure the repository server service properties. The svcprop command display, the IPS related properties: pkg/inst_root astring/repo pkg/readonly Boolean true The 1s command displays the contents of the /repo directory: #ls/repo Pkg5.repository publisher - The svcs publisher command shows the svc: /application/pkg/server: default service is online. The pkg publisher command shows the svc: /application/pkg/server: default service is online. The pkg publisher command still displays: PUBLISHER TYPE STATUS URI solarisorigin onlinehttp://pkg.oracle.com/solaris/release/ Which steps needs to be performed to set the local IPS publisher to the local IPS repository/repo?
Answer options:
A. Issue the pkgrepo refresh -s command to refresh the repository. B. Restart the svc:/application/pkg/server:default service. C. pkg set-publisher command to set the new repository location. D. Issue the pkgrepo rebuild command to rebuild the repository. E. Issue the pkgrepo set command to set the new repository location.