Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 I/O 系统管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

显示串行连接属性 (Oracle ILOM CLI)

交换机支持通过串行连接来连接到管理终端。

处于连接两端的交换机和主机必须具有相同的串行连接属性。使用此任务可以显示交换机连接端的串行连接属性,如流控制和连接波特率。

  1. 显示与外部设备的连接的属性。
    -> show -d properties /SP/serial/external
     /SP/serial/external
     	Properties:
     		commitpending = (Cannot show property)
     		flowcontrol = software
     		pendingflowcontrol = software
     		pendingspeed = 115200
     		speed = 115200
    ->
    
  2. 显示交换机的串行连接属性。
    -> show -d properties /SP/serial/host
     /SP/serial/host
     	Properties:
     		commitpending = (Cannot show property)
     		flowcontrol = software
     		pendingflowcontrol = software
     		pendingspeed = 115200
     		speed = 115200
    ->
    
  3. 显示控制串行连接的实体。
    -> show -d properties /SP/serial/portsharing
     /SP/serial/portsharing
     	Properties:
     		owner = sp
    ->
    

相关信息