硬件生产IBM power 740aix 6

HMC连接p740不能打开终端

先说下情况:客户环境1台p720,2台p740都用了串口安装了系统.....然后今天用HMC服务器连接3台小型机可以连接上,但是打开终端报一下错误(3台机器都出现同样情况).open in progress "The open failed .- The session is reserved for physical serial port communication." ...显示全部
先说下情况:
客户环境1台p720,2台p740都用了串口安装了系统.....然后今天用HMC服务器连接3台小型机
可以连接上,但是打开终端报一下错误(3台机器都出现同样情况).
open in progress
"The open failed .
- The session is reserved for physical serial port communication."

hmc1.png








请问有人遇到同样的问题吗?
网上查了下,有人说

解答:
1. 将Server “Power off”
2. 启动 Server到 “standby” 模式
3. 激活Lpar,在选项中选择“Exit the MDC”

注:MDC指出厂设置
"
不知道这方法行吗?明天得解决这个问题,麻烦遇到过同样问题的兄弟
说下怎么解决






收起
参与45

查看其它 23 个回答cwnlinux的回答

cwnlinuxcwnlinux系统工程师CCSU
在HMC中打开终端时报“The session is reserved for physical serial port communication.”的解决方法

     

环境:(产品,平台,机型,软件版本,等) HMC6/ HMC7

问题描述: 在HMC中打开终端时报“The session is reserved for physical serial port communication.”

解答:

1. 将Server “Power off”
2. 启动 Server到 “standby” 模式
3. 激活Lpar,在选项中选择“Exit the MDC”

注:MDC指出厂设置


hmc上无法打开终端窗口

                  


环境

产品: HMC
平台: AIX
问题
  Server自带显示卡,系统通过键盘显示器安装,启动正常。
  和hmc连接,hmc 上server和lpar状态正常。
  在hmc上选择 open termail window 报以下错误:
  " A terminal session is already open for this partition.
  Only one open session is allowed for a partition.
  Exiting...."
  重启服务器,hmc问题仍然存在。
解答
  此情况的发生通常是因为主控台被配置为lft0, 而实际上应该是vty0.
   #lscons
  /dev/lft0
   使用smit chcons将PATHNAME of console改为/dev/vty0
   #smit chcons
   PATHNAME of console ->/dev/vty0
   #shutdown -Fr
   重启系统后问题解决。

               

AIX 实现串口登入方法(vty、tty)
2010年09月30日 星期四 09:31
AIX P510\P550\P560设备串口登入方法,使用securcrt或者putty串口方式登入平台,
首先得使用IBM公司配备的专门串口线,连接到服务器的串口。默认情况下服务器有两个串口。
可以登入服务器看看有多少串口
lsdev -C |grep ty 如下:
   lsdev -C |grep ty            
pty0       Available          Asynchronous Pseudo-Terminal
vty0       Available          Asynchronous Terminal
vty1       Available          Asynchronous Terminal
首先设备必须是available,而不是defined状态
使用命令penable查看当前串口开放情况
#penable
console
vty0
vty1
如果vty0、vty1未启动的话,使用penable -a vty0   penable -a vty1启动
可以pdisable -a vty0关闭串口开放情况
stty查看当前开放串口的消息情况:
stty -a 查看当前连接串口的波特率
# prtconf |grep ty    查看设备的物理位置
* vty1             U789D.001.DQD49WL-P1-C10-T4-L0 Asynchronous Terminal
* vty0             U789D.001.DQD49WL-P1-C10-T3-L0 Asynchronous Terminal



你初始化一下ASM基本上问题就解决了。如果不行,你进到AIX里面,把TTY的属性里面有一个LOGIN项改为 ENABLE 两个TTY都要改。



在HMC上打开终端窗口时出现无Login提示而无法通过HMC登录系统
解决方法一:
1、利用网络登录到出现问题的逻辑分区,用root账户登录。

2、找出虚拟终端所对应的“串口卡”设备:
#lsdev –C|grep Virtual
vsa0    Available         LPAR Virtual Serial Adapter

3、找出虚拟终端所对应的tty设备:
#lsdev –p vsa0
vty0 Available Asynchronous Terminal
4、启用此tty设备上的登录界面:
Penable vty0

登录提示将出现在HMC上的虚拟终端窗口中。

解决方法二:
利用网络登录到出现问题的逻辑分区,用root账户登录。
#smitty console -> assign a console -> /dev/vty0
enable For login -> yes


最大可能问题:
smit tty-Change / Show Characteristics of a TTY-vty2 Available             Asynchronous Terminal,login改为enable
互联网服务 · 2012-10-19
浏览6166

回答者

cwnlinux
系统工程师CCSU
擅长领域: 服务器存储灾备

cwnlinux 最近回答过的问题

回答状态

  • 发布时间:2012-10-19
  • 关注会员:6 人
  • 回答浏览:6166
  • X社区推广