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 /repodirectory.
2. Configure the repository server service properties. The svcprop command display, the IPSrelated 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
solaris origin online http://pkg.oracle.com/solaris/release/
Which steps needs to be performed to set the local IPS publisher to the local IPS repository/repo?
Select an option, then click Submit answer.
-
○
Issue the pkgrepo refresh -s command to refresh the repository.
-
○
Restart the svc:/application/pkg/server:default service.
-
○
pkg set-publisher command to set the new repository location.
-
○
Issue the pkgrepo rebuild command to rebuild the repository.
-
○
Issue the pkgrepo set command to set the new repository location.