2003-10-20 15:17
simon.yuan
How to Configure RSC on Sun Solaris<br />At first,You must install the packages:SUNWrsc<br /><br />#cd /usr/platform/'uname -i'/rsc<br /><br />#./rsc-config<br />Continue with RSC setup (y|n): y <br /> Set RSC date/time now (y|n|?) [y]: y <br /> Server Hostname [wgs40-127]: wgs40-127 <-hostname of system containing the RSC card, NOT the hostname for the RSC card. <br /><br /> Edit customer info field (y|n|?) [n]: y <br /> Customer Info (<= 40 char) []: <-可选项 <br /><br /> Enable RSC Ethernet Interface (y|n|s|?) [n]: y <br /> RSC IP Mode (config|dhcp|?) [dhcp]: config <br /> RSC IP Address []: 129.148.40.139 <br /> RSC IP Netmask [255.255.255.0]: 255.255.255.0 <br /> RSC IP Gateway []: 129.148.40.254 <- On host system containing the RSC card, execute netstat -rn to obtain default gateway. <br /><br /> Enable RSC Alerts (y|n|s|?) [n]: n <br /> Enable RSC Modem Interface (y|n|s|?) [n]: n <br /> Serial port baud rate (9600|19200|38400|57600|115200) [9600]: <cr> <br /> Serial port data bits (7|8) [8]: <cr> <br /> Serial port parity (even|odd|none) [none]: <cr> <br /> Serial port stop bits (1|2) [1]: <cr> <br /> Setup RSC User Account (y|n|?) [y]: y <br /> Username []: ed <- 必须指定<br /> User Permissions (c,u,a,r|none|?) [cuar]: cuar<br /><br /> Is this correct (y|n): y<br /> This script will now update RSC, continue? (y|n): y <br /> Updating flash, this takes a few minutes <br /> ............................................................................... <br /> ............................................................................... <br /> ................................................................................ <br /> ................................................................... <br /> Download completed successfully<br /> Resetting RSC (takes about 90 seconds): DONE <br /> Setting up server to update RSC date on boot: DONE <br /> Setting up server hostname: DONE <br /> Setting up customer info field: DONE <br /> Setting up ethernet interface: DONE <br /> Disabling RSC alert engine: DONE <br /> Disabling modem interface: DONE <br /> Setting up serial port interface: DONE <br /> Adding user to RSC:<br /> A valid password is between 6 and 8 characters, has at least two alphabetic characters, and at least one numeric or special character. <br /> The password must differ from the user's login name and any reverse or circular shift of that login name. <br /> Setting User Password Now ... <br /> Password: <br /> Re-enter Password: <br /> User has been added to RSC<br /> Resetting RSC (takes about 90 seconds): <br /> Are you sure you want to reboot RSC (y/n)? y <br /> DONE <br /> Setting up RSC date: DONE <br /> *******************************<br /> RSC has been successfully setup <br /> *******************************<br /><br /> Before you redirect console output to the RSC card, ensure that the RSC card is accessible.......<br /><br /># vi /etc/hosts<br /><br /># Internet host table <br /># <br />127.0.0.1 localhost <br />129.148.40.127 wgs40-127 loghost <br />129.148.40.139 wgs40-127-rsc <--Entry for RSC <br /><br /># ping 129.148.40.139 or #ping wgs40-127-rsc <br /> wgs40-127-rsc is alive<br /><br /># telnet wgs40-127-rsc <br /> Trying 129.148.40.139... <br /> Connected to wgs40-127-rsc. <br /> Escape character is '^]'. <br /><br /> RSC version 2.2.0 (wgs40-127) <br /> Please login: ed <br /> Please Enter password: <br /> rsc><br /><br /> After the RSC has been properly configured & is accessible ( via telnet, modem, or serial ) <br /> Modify the OBP NVRAM parameters on host server <br />ok setenv output-device rsc-console <br />ok setenv input-device rsc-console <br />Reset host server <br />ok reset-all
2003-10-29 11:23
虾皮
You can install the RSC 2.2 server software package, SUNWrsc, on:<br /><br />A Sun Fire V480 server running the SolarisTM 8 10/01 operating environment<br /><br /><br />A Sun Fire 880 server running the Solaris 8 7/01 operating environment or another Solaris version that supports the RSC 2.2 product<br /><br /><br />A Sun Fire 280R server running the Solaris 8 1/01 operating environment or another Solaris version that supports the RSC 2.2 product <br /><br /><br />A Sun EnterpriseTM 250 server running one of the following operating environments:<br /><br /><br />Solaris 2.6 <br />Solaris 7 <br />Solaris 8 <br /><br />那么这个RSC就不能装到Solaris 9 X86 上了吧?