Minggu, 01 Maret 2009

ILOM at x 4100

Sun Fire X4100, has an Ilom to control the host, at the default the ILOM has username : root, and password : changeme, for the security reason we must change password, and create new user for administration.

$ create /SP/users/admin role=Administrator cli_mode=alom

and for the web GUI access we must set network by folowing step :

$ cd /SP/network
$ set pendingipaddress=xxx.xxx.xxx.xxx
$ set pendingipnetmask=xxx.xxx.xxx.xxx
$ set pendingipgateway=xxx.xxx.xxx.xxx
$ set pendingipdiscovery=static
$ commitpending=true

Kamis, 05 Februari 2009

RSC Installation SUN-Fire-280R


for checking RSC
#/usr/bin/pkginfo | SUNWrsc

checking platform
#uname -i

if u want update your old RSC packages, u must remove first RSC packages installed on your machine :
# /usr/sbin/pkgrm SUNWrsc SUNWrscj SUNWrscd

to unzip the package that you just download :
# /usr/bin/unzip rsc_packages*.zip

to install RSC Packages
# /usr/sbin/pkgadd -d (directory of rsc packages)