Software >> OS >> Unix >> Solaris >> 11 >> IPS >> What is the difference between the Oracle Solaris Release Repository (/solaris/release) and Oracle Solaris Support Repository (/solaris/support)

 

Depending on your current environment, there are two main approaches for updating to Oracle Solaris 11.1:

  • Through the Oracle Solaris Release Repository
  • Through the Oracle Solaris Support Repository (if you have an Oracle support agreement).

Most users who have installed Oracle Solaris 11 without an Oracle support agreement will be using the Oracle Solaris Release Repository as their configured package repository, as shown below using the pkg publisher command:

# pkg publisher
PUBLISHER   TYPE    STATUS  URI solaris     origin  online  http://pkg.oracle.com/solaris/release/

 

Customers who have an Oracle support agreement will be using the Oracle Solaris Support Repository as their configured package repository, as shown below:

# pkg publisher
PUBLISHER   TYPE    STATUS  URI solaris     origin  online  https://pkg.oracle.com/solaris/support

 


Note: To set your publisher to the Oracle Solaris Support Repository.

1. Login to https://pkg-register.oracle.com/register/certificate/ with your My Oracle Support (MOS) account 

2. Download your own private key (pkg.oracle.com.key.pem) and certificate (pkg.oracle.com.certificate.pem) 

3. Configure the publisher using the key and certificate :  

root@solaris:~# pkg set-publisher -k /var/tmp/pkg.oracle.com.key.pem -c /var/tmp/pkg.oracle.com.certificate.pem -G "*" \
-g https://pkg.oracle.com/solaris/support/ solaris


4. Confirm it is set

root@solaris:~# pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
solaris                     origin   online F https://pkg.oracle.com/solaris/support/

 

 

References

[1]  http://www.oracle.com/technetwork/articles/servers-storage-admin/howto-update-11dot1-ips-1866781.html