Powered By Blogger

Monday, January 28, 2013

steps to enable web browser M5000/M3000

Steps to enable web browser


M5000 (Enable https for XSCF)


XSCF> sethttps -c genserverkey

Server key already exists. Do you still wish to update? [y
n] :y

Enter passphrase:


XSCF> sethttps -c selfsign US Georgia Atlanta GROUP myemal@unixlead.com
CA key and CA cert already exist. Do you still wish to update? [y
n] :y


XSCF> sethttps -c enable

Continue? [y
n] :y

Please reset the XSCF by rebootxscf to apply the https settings.

XSCF> rebootxscf

The XSCF will be reset. Continue? [y
n] :y


After reboot, we can access XSCF using web brower.

Monday, January 7, 2013

Steps to upgrade from Solaris 11 to Solaris 11.1 (update 1)

1) Make sure we have publisher setup already if not we have to use pkg command to set publisher (Using SSL certs if we have valid support)




# pkg publisher

PUBLISHER TYPE STATUS P LOCATION

solaris origin online F http://pkg.oracle.com/solaris/release/



2) Update the system with latest patches/release



# pkg update



3) Reboot the system to boot from alternate boot enviromnent



# reboot



3) Update the package itself



# pkg update pkg:/package/pkg



4) Update to Solaris 11.1 with accept option



#pkg update --accept



A clone of solaris-1 exists and has been updated and activated.

On the next boot the Boot Environment solaris-2 will be

mounted on '/'. Reboot when ready to switch to this updated BE.





---------------------------------------------------------------------------

NOTE: Please review release notes posted at:



https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=REFERENCE&id=1372094.1



5) Reboot the system



# reboot



6) Check bootenvironment



# beadm list





BE Active Mountpoint Space Policy Created

-- ------ ---------- ----- ------ -------

solaris - - 14.56M static 2011-12-15 00:32

solaris-1 N / 20.56M static 2012-12-03 11:11

solaris-2 R - 14.22G static 2012-12-03 11:47

solaris-backup-1 - - 145.0K static 2011-12-15 00:50







7) Check /etc/release



Oracle Solaris 11.1 X86

Copyright (c) 1983, 2012, Oracle and/or its affiliates. All rights reserved.

Assembled 19 September 2012



8) Check pkg list entire



# pkg list entire

NAME (PUBLISHER) VERSION IFO

entire 0.5.11-0.175.1.0.0.24.2 i--

Welcome to the UNIX world