Tuesday, June 2, 2009

SC and SMS command may useful.... Just a notes

Following list of SC and SMS command may useful during field intervention:

1. Reset CHS with SMS
# showchs -v -c sb10
# setchs -s OK -r "Now its Okay" -c sb10/P0


2. Shutdown domain gracefully (init 0) from SC (tested on SF15K platform)
# setkeyswitch -y -d Domain_name standby

3. .postrc file owner and permission

/etc/opt/SUNWSMS/SMS.x.x.x/config/Domain_Name/.postrc ==> [rw-r--r--] root/sms

4. .postrc ==> "allow_us3_cpus"
allowing old CPU model into domain (mixed cpu type)

5. Allowing hpost without IO board (useful during SB test/diagnostic)
# cat .postrc
--snip--
no_ioadapt_ok
no_obp_handoff
verbose 40
err_print 64
level 32

--snip--

(to be continue...)