Thursday, July 31, 2014

Solaris 11 Repository

configure proxy
# export https_proxy=http://proxy.goweekend.ca:8888

Update local repository
# pkg set-publisher -G '*' -M '*' -g file:///root/repo/repo solaris
# pkgrecv -s http://pkg.oracle.com/solaris/release/ -d /root/repo/repo '*'


# pkg info kerberos-5

-> if is not installed, you will need to recreate your local repo with Solaris11.1 repo image, then you will be able to install the pkg
* full repository can be downloaded from document "Where to download Oracle Solaris ISO images and Update Releases ( Doc ID 1277964.1 )"
* then follow instructions http://docs.oracle.com/cd/E26502_01/html/E28985/copyrepo1.html#scrolltoc

-> if is installed, in order to update it, you will need to recreate your local repository with the full repo of Solaris 11.1 + SRU 20.5
* SRU iso image can be downloaded from document "Oracle Solaris 11.1 Support Repository Updates (SRU) Index ( Doc ID 1501435.1 )" 

No comments:

Post a Comment