skybin090804 发表于 2009-09-29 17:10

新V890上设置rsc

新的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/RSCrsc2.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:
      http://java.sun.com/j2se/index.jsp
      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
Server Hostname :wgs40-127   
Serial port data bits (7|8) :
Serial port parity (even|odd|none) :
Serial port stop bits (1|2) :
Setup RSC User Account (y|n|?) : y
Username []: ed                                    
\
10. 在ok状态下把输入输出定向到rsc的输出
oksetenv output-device   rsc-console
oksetenv input-device    rsc-console
oksetenv diag-out-console true
PS:这里要填写正确,更改了输入输出后,串口就没有输出了。
11. 重置机器
okreset-all
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/102731/showart_2062691.html
页: [1]
查看完整版本: 新V890上设置rsc