SunFire V480のRSC設定とか

入れないからパスワードサポートに問い合わせなきゃーとか思ったけどよくよく調べてみたら設定してなかっただけでした。というわけで設定。
ちなみにRSCってのは昔のメインフレームで言うサービスプロセッサみたいなもの。これにシリアルやネットワークで接続することでリモート管理だけでなく電源のON/OFFまでできちゃいます。最近のSunのマシンだとLOM(Light Out Management)に切り替わってるのかな?

RSCの設定スクリプトのあるディレクトリに移動

# cd /usr/platform/`uname -i`/rsc

rsc-configを実行するとrscの設定を行うことができる。
今回はユーザの設定とシリアルポートの設定だけ行う。ネットワークの設定も可能だがその場合マシン本体とは別のIPアドレスが必要になるので注意すること。

# ./rsc-config
Continue with RSC setup (y|n):
Set RSC date/time now (y|n|?) [y]: 
Server Hostname [foo]: 
Edit customer info field (y|n|?) [n]: 
Enable RSC Ethernet Interface (y|n|s|?) [n]: 
Enable RSC Alerts (y|n|s|?) [n]: 
Enable RSC Modem Interface (y|n|s|?) [n]: 
Enable RSC Serial Port Interface (y|n|s|?) [n]: y
Serial port baud rate (9600|19200|38400|57600|115200) [9600]:    
Serial port data bits (7|8) [8]:    
Serial port parity (even|odd|none) [none]:    
Serial port stop bits (1|2) [1]: 
Setup RSC User Account (y|n|?) [y]:    
Username []: bar
User Permissions (c,u,a,r|none|?) [cuar]:
(以下設定確認なので略)

PROMの設定を行う。

ok setenv diag-out-console true
ok setenv input-device rsc-console
ok setenv output-device rsc-console
ok reset-all

これでOK…のはず(PROM設定まだ試してない)。