Go to main content
Oracle EDR InfiniBand Switch および仮想 I/O システム管理ガイド

印刷ビューの終了

更新: 2016 年 11 月
 
 

構成可能スイッチプロパティーの表示 (nm3tool コマンド)

nm3tool を使用する場合、help を発行して、ツールで制御するすべてのプロパティーの一覧を表示できます。


注 -  スイッチで実行しているスイッチファームウェアのバージョンに応じて、これらのすべてのプロパティーが使用できるとは限りません。たとえば、一覧表示されたプロパティーは、ファームウェアバージョン 1.0.1.0 と 1.0.2.0 で異なることがあります。
  • 次のように入力します。
    [root@switch1 ~]# nm3tool help
    
    /usr/local/bin/nm3tool:
        apply                                 Write config to OS config files
        ip proto     <dhcp|static>
        ip address   <x.x.x.x>
        ip netmask   <x.x.x.x>
        ip broadcast <remove|x.x.x.x>
        ip gateway   <enable|disable|x.x.x.x>
    
        dns source <ilom|local|none>
            ilom:  retrieve values from ilom xml
            local: use locally stored values
            none:  disable dns
        dns auto   <yes|no>
            yes: use settings from dhcp, override other settings
        dns search  <domain>    [<domain> ...]
             domain: Up to 6 domains
        dns servers <server_ip> [<server_ip> ...]
             server_ip: Max 3 servers
        dns timeout <seconds>
             seconds: Silently capped at 30
        dns retries <attempts>
             attempts: Silently capped at 5
    
        ssh root <yes|no>
    
    
    Usage:
    nm3tool <apply|help|hostname|import_ilom_config|ipaddress|menu|show|timezone|upgrade|verify|version>
    [root@ovn82-102 ~]# 

関連情報