I am following the docs for the upgrade from my 11.1 installation to 11.2. I attempt to set the repository publisher to pkg.oracle.com/solaris/beta and I get "unknown repository origin" Has the location of the repository changed or am I doing something *really* wrong?
Here's my command and output:
sudo pkg set-publisher \
-k /var/pkg/ssl/Oracle_Solaris_11_Support.key.pem \
-c /var/pkg/ssl/Oracle_Solaris_11_Support.certificate.pem \
-G http://pkg.oracle.com/solaris/beta \
-g https://pkg.oracle.com/solaris/support \
solaris
pkg set-publisher: Unknown repository origin 'http://pkg.oracle.com/solaris/beta/'
Any advice or pointers would be greatly appreciated.
Dave Thompson