Go to main content
Oracle EDR InfiniBand Switch および仮想 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
    ->
    

関連情報