新的V890上rsc是不能使用,要进行软件安装,然后设置:
1. 收集完安装rsc所需的软件包:
2. # ls -a
. README-RSC rsc2.2.3_packages_s9.zip
.. rsc2.2.3_packages_s8.zip
3. 阅读README-RSC,安装里面的步骤就行解压,安装:
#more README-RSC
This is the Remote System Console for Solaris
=============================================
To unpack for Solaris 8 & earlier:
mkdir /tmp/RSC
unzip -d /tmp/RSC rsc2.2.3_packages_s8.zip
cd /tmp/RSC
To unpack for Solaris 9 & Solaris 10:
mkdir /tmp/RSC
unzip -d /tmp/RSC rsc2.2.3_packages_s9.zip
cd /tmp/RSC
Then consult the README file in that directory.
There are patches under .../sun2/patch/RSC/2.2.3
# mkdir /tmp/RSC
# unzip -d /tmp/RSC rsc2.2.3_packages_s9.zip
# cd /tmp/RSC
3. # ls
README SUNWerscj SUNWirscd SUNWkrscj
SUNWcrsc SUNWesrsc SUNWirscj SUNWrsc
SUNWcrscd SUNWfrrsc SUNWitrsc SUNWrscd
SUNWcrscj SUNWfrscd SUNWjersc SUNWrscj
SUNWdersc SUNWfrscj SUNWjrscd SUNWsrscd
SUNWdrscd SUNWhrsc SUNWjrscj SUNWsrscj
SUNWdrscj SUNWhrscd SUNWkrsc SUNWsvrsc
SUNWerscd SUNWhrscj SUNWkrscd en_us_relnotes.pdf
继续阅读 README获取安装步骤
4. # more README
---------------------------------------------------------------
READ ME FIRST
Sun Remote System Control (RSC) 2.2.3 Software for Solaris 9 or later
---------------------------------------------------------------------
You have just downloaded the Solaris packages for Sun's Remote System
Control (RSC) product. This version provides support for the following
platforms:
- Enterprise 250
- Sun Fire 280R
- Sun Fire V880
- Sun Fire V480
- Sun Fire V890
- Sun Fire V490
RSC allows you to monitor and control servers that are located remotely
or are physically inaccessible.
Note: The RSC GUI requires a Sun JVM of version 1.3.0 or later
and will not run with any other JVM. Earlier versions of
Solaris may not have a suitable JVM installed. You can find a
suitable JVM at:
This will not be required on systems that will not themesleves
run the Java GUI.
Solaris Installation Instructions
---------------------------------
This version of the RSC packages is intended for Solaris 9 or later
Solaris releases. It is not intended for system running Solaris 8 or
earlier. If your system is running Solaris 8 or earlier please get
the Solaris 8 version of the RSC Solaris software.
Follow these steps to install the RSC software:
1. Make sure you are logged in as superuser.
2. Place the zip file (for example, rsc2.2.3_packages_s9.zip) in a
temporary directory (for example, /tmp).
3. Type the following command to extract the Sun packages from the zip
file:
# /usr/bin/unzip rsc2.2.3_packages_s9.zip
4. Type the following command to install the Solaris packages using
the pkgadd command:
# /usr/sbin/pkgadd -d .
………………
………………
------------------------------------
5. pkgadd -d .
到这里配置rsc的软件已经按照完毕
6. #cd /usr/platform/`uname -i`/rsc
7. #./rsc-config
8. 以下是配置信息
Continue with RSC setup (y|n): y
Set RSC date/time now (y|n|?) [y]: y
Server Hostname [wgs40-127]: wgs40-127 <-Enter hostname of system containing the RSC card, NOT the hostname for the RSC card.
Edit customer info field (y|n|?) [n]: y
Customer Info (<= 40 char) []: HES-EIS <-Optional, Not required.
Enable RSC Ethernet Interface (y|n|s|?) [n]: y
RSC IP Mode (config|dhcp|?) [dhcp]: config
RSC IP Address []: 129.148.40.139
RSC IP Netmask [255.255.255.0]: 255.255.255.0
RSC IP Gateway []: 129.148.40.254 <- On host system containing the RSC card, execute netstat -rn to obtain default gateway.
Enable RSC Alerts (y|n|s|?) [n]: n
Enable RSC Modem Interface (y|n|s|?) [n]: n
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]: y
Username []: ed <- You MUST specify a username, if no user had been specified previously.
User Permissions (c,u,a,r|none|?) [cuar]: 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 customer info field: DONE
Setting up ethernet interface: DONE
Disabling RSC alert engine: DONE
Disabling modem interface: DONE
Setting up serial port interface: DONE
Adding user to RSC:
A valid password is between 6 and 8 characters, has at least two alphabetic characters, and at least one numeric or special character.
The password must differ from the user's login name and any reverse or circular shift of that login name.
Setting User Password Now ...
Password:
Re-enter Password:
User has been added to RSC
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
*******************************
Before you redirect console output to the RSC card, ensure that the RSC card is accessible.......
9. 测试网络
# /usr/sbin/ping wgs40-127-rsc
wgs40-127-rsc is alive
# telnet wgs40-127-rsc
Trying 129.148.40.139...
Connected to wgs40-127-rsc.
Escape character is '^]'.
RSC version 2.2.0 (wgs40-127)
Please login: ed
Please Enter password:
rsc>
\
10. 在ok状态下把输入输出定向到rsc的输出
ok setenv output-device rsc-console
ok setenv input-device rsc-console
ok setenv diag-out-console true
PS:这里要填写正确,更改了输入输出后,串口就没有输出了。
11. 重置机器
ok reset-all
阅读(2438) | 评论(0) | 转发(0) |