我刚刚收到一个新的IBM交换机,一个G8000R。它写在指南上,有必要在交换机和超级终端控制台之间建立一个连接。因此,我已经通过一个“迷你USB到以太网”适配器(与IBM交换机一起交付)连接到串行以太网适配器(也与它一起交付)通过串口连接到我的PC上。
但是当我试图用指南(9600 B)所示的设置通过超级终端连接到它时,软件告诉我我已经“连接”了,但什么也没有出现.屏幕是黑色的。
你有办法解决这个问题吗?
天啊萨姆。
发布于 2012-09-11 17:09:25
有趣的是,connected状态并不意味着它是相互关联的。
尝试确保您正在尝试连接到本地计算机上正确的COM端口。实际上,它不是COM1,因为您使用的是适配器。一个很好的测试是重新启动G8000,看看是否能在屏幕上看到任何初始的自我测试,如下面所示。
Memory Test ................................
Production Mode
PPCBoot 0.0.0.10 (new flash)
Memory Test (0x00) .............................PASSED
...
Blade Network Technologies RS 8000
Jan 1 00:01:27 2008:
NOTICE-5:Interface Oper Status Indication - Port 7 State UP
Password: 这至少会让你知道信息是否正在进入计算机。
来自BladeNetworks关于HyperTerminal安装的在线文档:
Use the mini-USB console cable to connect the RS-232 serial port on the switch unit’s front panel to a terminal or a PC running a terminal emulation program. You can access the command-line interface to perform initial configuration tasks.
The console port’s terminal-emulation requirements are as follows:
Default baud rate = 9,600 bps
Character size = 8 characters
Parity = none
Stop bits = 1
Data bits = 8
Flow control = nonehttps://serverfault.com/questions/426276
复制相似问题