免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4309 | 回复: 9
打印 上一主题 下一主题

RSC口配置管理 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-04-02 15:42 |只看该作者 |倒序浏览
prtdiage 查看系统是否有安装rsc卡


一、RSC是什么
RSC是(Remote System Control)顾名思义就是做远程控制的,它可以实现很多你意想不到的功能,现在我们就开始介绍吧 图片一
.
二、RSC的类型
根据不同机器的PN,有6种RSC的类型
PN                        机器类型                                 TYPE
501-4818         SUN250                                        DB-25、RS232、RJ-45
540-4406                Netra ct400/Netra ct800         RJ-45、DB-15
501-4901                280R                                        RJ-11、RJ-45
501-5856                480、880                                RJ-11、RJ-45
501-6123                Netra ct410、810                        RJ-45、2XDB-15
501-6346                V250、V440                                RJ-45

三、线序
RSC Serial Connector
8-Pin RJ-45

RJ-45        SIGNAL        RJ-45        SIGNAL
1        RTS        5        GND
2        DTR        6        RXD
3        TXD        7        DSR
4        GND        8        CTS

RSC Modem Connector
4-Pin RJ-11
RJ-11        SIGNAL
1        No connection
2        Ring
3        Tip
4        No connection
RSC Ethernet Connector
8-Pin RJ-45
RJ-45        SIGNAL        RJ-45        SIGNAL
1        RXD+        5        N/C
2        RXD-        6        TXD-
3        TXD+        7        N/C
4        N/C        8        N/C
Alarm Port Connector
15-Pin male (DB-15)
PIN        SIGNAL        PIN        SIGNAL
1        RESET0+        9        ALARM1_NC
2        RESET0-        10        ALARM1_COM
3        RESET1+        11        ALARM2_NO
4        RESET1-        12        ALARM2_NC
5        ALARM0_NO        13        ALARM2_COM
6        ALARM0_NC        14        ALARM3_NO
7        ALARM0_COM        15        ALARM3_COM
8        ALARM1_NO               
RS-232 Serial Connector
25-Pin Female D-Sub
PIN        SIGNAL        PIN        SIGNAL
2        TD        8        DCD
3        RD        15        TC
4        RTS        17        RC
5        CTS        20        DTR
6        DSR        24        TCO
7        GND               

四、配置实际操作
# uname -a
SunOS V480 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Fire-480RRSC:2.2.1版本

#/usr/platform/SUNW,Sun-Fire-480R/rsc/rscadm version

RSC Version v2.2.1
RSC Bootmon Version:  v2.0.0
RSC Firmware Version:  v2.2.1

#/usr/platform/SUNW,Sun-Fire-480R/rsc/rsc-config //执行配置命令


Continue with RSC setup (y|n): y

Set RSC date/time now (y|n|?) [y]: y
Server Hostname [V480]:
Edit customer info field (y|n|?) [n]: y
   Customer Info (<= 40 char) []: arthur
Enable RSC Ethernet Interface (y|n|s|?) [n]: y
   RSC IP Mode (config|dhcp|?) [dhcp]: config
   RSC IP Address []: 192.168.0.50
   RSC IP Netmask [255.255.255.0]:
   RSC IP Gateway []: 192.168.0.1
Enable RSC Alerts (y|n|s|?) [n]: y
   Enable Email Alerts (y|n) [n]: y
      SMTP Server IP address []: 202.xx.xxx.xx
      Setup Backup SMTP Server (y|n) [n]:
      Email address []: Arthur@xxx.xxx
   Enable Pager Alerts (y|n) [n]: n
Enable RSC Modem Interface (y|n|s|?) [n]: y
   Modem data bits (7| [8]:
   Modem parity (even|odd|none) [even]:
   Modem stop bits (1|2) [1]:
   Enable PPP over modem (y|n) [n]: y
      PPP Local IP Address [0.0.0.0]: 192.168.0.48
      PPP Remote IP Address [0.0.0.0]: 192.168.0.131
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]:
   Serial port parity (even|odd|none) [none]:
   Serial port stop bits (1|2) [1]:
Setup RSC User Account (y|n|?) [y]:
   Username []: arthur
   User Permissions (c,u,a,r|none|?) [cuar]: ? //有疑虑吗?输入?获得帮助

HELP
   SETUP RSC USER ACCOUNT
      USER PERMISSIONS
         There are four different permissions which can be controlled
         for each user.
            c - allow user to connect to console
            u - allow user to setup other users
            a - allow user to setup configuration variables
            r - allow user to reboot/poweron/poweroff server
         Example responses are:
            none
            c
            cuar
            ca
            cua
            a

   User Permissions (c,u,a,r|none|?) [cuar]:



--------------------
Verifying Selections
--------------------


General Setup
-------------
  Set RSC date now  = y
  Server Hostname   = V480
  Customer Info     = arthur

  Is this correct (y|n): y



Ethernet Setup
--------------
  IP Mode      = config
  IP Address   = 192.168.0.50
  IP Netmask   = 255.255.255.0
  IP Gateway   = 192.168.0.1

  Is this correct (y|n): y



Alert Setup
-----------
  Email Enabled      = y
  Email Address      =Arthur@xxx.xxxx
  SMTP Server        = 202.xxx.xx.xxx
  Paging Enabled     = n

  Is this correct (y|n): y



Modem Setup
-----------
  Modem Data Bits = 8
  Modem Parity    = even
  Modem Stop Bits = 1
  PPP Enabled     = y
  PPP Local IP Address  = 192.168.0.48
  PPP Remote IP Address = 192.168.0.131

  Is this correct (y|n): y



Serial Port Setup
-----------------
  Serial Port Baud      = 9600
  Serial Port Data Bits = 8
  Serial Port Parity    = none
  Serial Port Stop Bits = 1


  Is this correct (y|n): y



User Setup
----------
  User Name        = arthur
  User Permissions = cuar

  Is this correct (y|n): y


This script will now update RSC, continue? (y|n):

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
Setting up e-mail alerts: DONE
Disabling pager alerts: DONE
Setting up 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:

rscadm: malformed password  //输入不匹配或者不合格的密码的提示
        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.



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
*******************************

论坛徽章:
0
2 [报告]
发表于 2008-04-02 16:14 |只看该作者
收藏.顶.

论坛徽章:
0
3 [报告]
发表于 2008-04-02 21:11 |只看该作者
配完就可以用了?没写完整吧:wink:

论坛徽章:
1
CU十二周年纪念徽章
日期:2013-10-24 15:41:34
4 [报告]
发表于 2008-04-21 09:25 |只看该作者
是呀,还有个疑问,配置的那个RSC IP地址和PPP地址是随便设置的吗?只用ETHERNET不用PPP可以吗?

论坛徽章:
0
5 [报告]
发表于 2008-04-21 11:16 |只看该作者
图呢?

论坛徽章:
0
6 [报告]
发表于 2008-04-21 13:06 |只看该作者
配置完还要设置:
ok setenv diag-out-console true
ok setenv input-device rsc-console
ok setenv output-device rsc-console

论坛徽章:
0
7 [报告]
发表于 2008-04-21 16:04 |只看该作者
收藏了.谢谢.

论坛徽章:
0
8 [报告]
发表于 2008-05-30 14:40 |只看该作者
顶一下 有个问题 我现在可以通过MODEM 进入RSC>  .但我想使用CONSOLE
可是RSC>CONSOLE  然后什么反应都没有了 .用户权限为CUAR

论坛徽章:
221
15-16赛季CBA联赛之吉林
日期:2017-12-11 12:51:59黑曼巴
日期:2019-04-12 13:40:0515-16赛季CBA联赛之广东
日期:2019-04-23 10:41:1215-16赛季CBA联赛之辽宁
日期:2019-05-06 13:03:2815-16赛季CBA联赛之山西
日期:2019-05-09 10:56:5815-16赛季CBA联赛之青岛
日期:2019-05-17 13:57:0515-16赛季CBA联赛之新疆
日期:2019-06-10 13:39:0515-16赛季CBA联赛之天津
日期:2019-07-08 15:04:4519周年集字徽章-19
日期:2019-08-27 13:31:2619周年集字徽章-19
日期:2019-08-27 13:31:2619周年集字徽章-周
日期:2019-09-06 18:46:4715-16赛季CBA联赛之天津
日期:2019-02-27 11:24:07
9 [报告]
发表于 2008-05-30 14:52 |只看该作者
请问这个和M5000/M8000类的XSCF有什么不同之处

论坛徽章:
0
10 [报告]
发表于 2008-05-30 22:10 |只看该作者
顶一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP