与V240不同的是,Sun Fire™ V480, V880, V490, and V890 SC使用的不是ALOM而是RSC,RSC的配置可以在正常状态#下完成,并不需要借助console口!rsc的配置软件不是系统默认安装的,首先要在服务器上安装rsc的软件包Sun Remote System Control (RSC) 2.2.3 Software,可以在sun的补丁光盘里面找到,位于光盘的目录:sun/progs/RSC/2.2.3中。该软件包也可以从sun的网站上下载,如下是参考链接地址:
在solaris 8上软件包是rsc2.2.3_packages_s8.zip,solaris 9和solaris 10使用同样的软件包是rsc2.2.3_packages_s8.zip
该软件安装步骤如下:
先准备软件包,然后解压缩,
# unzip rsc2.2.3_packages_s8.zip
解压缩后出现很多的软件包,如下:
README SUNWfrscd SUNWkrscd
README-RSC SUNWfrscj SUNWkrscj
SUNWcrsc SUNWhrsc SUNWrsc
SUNWcrscd SUNWhrscd SUNWrscd
SUNWcrscj SUNWhrscj SUNWrscj
SUNWdersc SUNWirscd SUNWsrscd
SUNWdrscd SUNWirscj SUNWsrscj
SUNWdrscj SUNWitrsc SUNWsvrsc
SUNWerscd SUNWjersc en_us_relnotes.pdf
SUNWerscj SUNWjrscd rsc2.2.3_packages_s8.zip
SUNWesrsc SUNWjrscj rsc2.2.3_packages_s9.zip
SUNWfrrsc SUNWkrsc软件包中是针对不同语言环境不同的软件包,英文的软件包是必须安装的,中文的软件包是
SUNWcrsc SUNWcrscd SUNWcrscj
英文的软件包是:
SUNWrsc SUNWrscd SUNWrscj
除了中文和英文的软件包外把多余的软件包删除掉,剩下如下软件包:
README SUNWcrscj en_us_relnotes.pdf
README-RSC SUNWrsc rsc2.2.3_packages_s8.zip
SUNWcrsc SUNWrscd rsc2.2.3_packages_s9.zip
SUNWcrscd SUNWrscj
然后安装这些软件包。
# pkgadd -d .
安装完之后,会在/usr/platform/`uname -i`/ 路径下生成rsc目录
# cd /usr/platform/`uname -i`/rsc
# ./ rsc-initscript
# ./rsc-config
Continue with RSC setup (y|n): y
Set RSC date/time now (y|n|?) [y]:
Server Hostname [SUN280R]:
Edit customer info field (y|n|?) [n]:
Enable RSC Ethernet Interface (y|n|s|?) [n]: y
RSC IP Mode (config|dhcp|?) [dhcp]: n
RSC IP Mode (config|dhcp|?) [dhcp]: config
RSC IP Address []: 192.168.81.12
RSC IP Netmask [255.255.255.0]:
RSC IP Gateway []: 192.168.81.254
Enable RSC Alerts (y|n|s|?) [n]:
Enable RSC Modem Interface (y|n|s|?) [n]:
Enable RSC Serial Port Interface (y|n|s|?) [n]:
Setup RSC User Account (y|n|?) [y]:
Username []: admin
User Permissions (c,u,a,r|none|?) [cuar]:
--------------------
Verifying Selections
--------------------
General Setup
-------------
Set RSC date now = y
Server Hostname = PMDB01
Set Customer Info = n
Is this correct (y|n): y
Ethernet Setup
--------------
IP Mode = config
IP Address = 192.168.81.12
IP Netmask = 255.255.255.0
IP Gateway = 192.168.81.254
Is this correct (y|n): y
Alert Setup
-----------
- Alerts disabled
Is this correct (y|n): y
Modem Setup
-----------
- Modem disabled, ppp disabled
Is this correct (y|n): y
Serial Port Setup
-----------------
- Serial port disabled
Is this correct (y|n): y
User Setup
----------
User Name = neusoft
User Permissions = cuar
Is this correct (y|n): y
This script will now update RSC, continue? (y|n): y
Updating flash, this takes a few minutes
........................................
........................................
........................................
........................................
........................................
........................................
........................................
...........................
Download completed successfully
Resetting RSC (takes about 90 seconds):
DONE
Setting up server to update RSC date on boot: DONE
Setting up server hostname: DONE
Setting up ethernet interface: DONE
Disabling RSC alert engine: DONE
Disabling modem interface: DONE
Disabling serial port interface: DONE
Adding user to RSC:
rscadm: user already exists
when this script completes,
use the rscadm command to correct the error.
Resetting RSC (takes about 90 seconds):
Are you sure you want to reboot RSC (y/n)? y
DONE
Setting up RSC date: DONE
*******************************
RSC has been successfully setup
*******************************
至此,配置完毕,可以使用telnet连接RSC了
与V240类似,系统也提供了rscadm命令用于在正常状态下管理配置rsc!不再赘述。
转载自:
http://space.itpub.net/?uid-1698901-action-viewspace-itemid-103300