Oracle® Switch ES2-72 および Oracle Switch ES2-64 構成ガイド

印刷ビューの終了

更新: 2015 年 4 月
 
 

CLI からホストのネットワーク管理を構成する

SP のネットワーク構成が完了したあとは (Configure Network Management on the SP)、ssh を使用してアクセスできます。ホストの構成を行うには、SP のシリアルコンソールにログインするか、ssh を使用します。

  1. SP の IP アドレスに対して ssh を実行します。
    # ssh root@10.134.178.170
    Password: changeme
    Oracle(R) Integrated Lights Out Manager
    Version 3.2.5.60 r98416
    Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    Warning: password is set to factory default.
    Warning: HTTPS certificate is set to factory default.
    Hostname: ES2-72-swi-sp
    ->
    
  2. ホストの電源を投入し、ホストのシリアルコンソールに接続します。
    -> start /SYS
    Are you sure you want to start /SYS (y/n)? y
    Starting /SYS
    -> start /HOST/console
    Are you sure you want to start /HOST/console (y/n)? y
    

    スイッチホストの Oracle ILOM のログインプロンプトが表示されます。

  3. ホストの Oracle ILOM CLI にログインします。

    デフォルトのユーザーは root です。デフォルトのパスワードは changeme です。

    スイッチの Oracle ILOM のログインプロンプトが表示されます。

    Detecting screen size; please wait...done
    Oracle(R) Integrated Lights Out Manager
    Version xxxxxxx
    Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    ...
    Hostname: ES2-72-primary
    ES2-> 
    
  4. ホストのネットワーク構成を検出します。
    ES2-> cd /SP/network/
    /SP/network
    ES2-> show
     /SP/network
        Targets:
            ipv6
            test
        Properties:
            commitpending = (Cannot show property)
            dhcp_clientid = none
            dhcp_server_ip = 10.134.178.5
            ipaddress = 10.134.178.167
            ipdiscovery = dhcp
            ipgateway = 10.134.178.1
            ipnetmask = 255.255.255.0
            macaddress = 00:19:0F:16:D4:19
            pendingipaddress = 10.134.178.167
            pendingipdiscovery = dhcp
            pendingipgateway = 10.134.178.1
            pendingipnetmask = 255.255.255.0
            state = enabled
            vlan_id = (none)
     
        Commands:
            cd
            set
            show
    
  5. ホストのネットワーク設定を構成します (オプション)。

    dhcp がデフォルトで有効になっているため、ネットワーク上に dhcp サーバーが存在する場合、ホストはネットワーク構成を自動的に取得できます。

    以降の例で、名前とアドレスはデモのためだけに使用されています。


    注 - スイッチへのアクセスにシリアルコンソールだけを使用する予定であれば、管理ネットワークの構成は必要ありません。ただし、ネットワーク管理を構成すると、複数の管理者がスイッチをリモートで管理できるようになります。
    ES2-> set pendingipaddress=10.134.178.167
    Set 'pendingipaddress' to '10.134.178.167'
    ES2-> set pendingipnetmask=255.255.255.0
    Set 'pendingipnetmask' to '255.255.255.0'
    ES2-> set pendingipgateway=10.134.178.1
    Set 'pendingipgateway' to '10.134.178.1'
    ES2-> set pendingipdiscovery=static
    Set 'pendingipdiscovery' to 'static'
    ES2-> set commitpending=true
    Set 'commitpending' to 'true'
     
    ES2-> show
    /SP/network
        Targets:
            ipv6
            test
     
        Properties:
            commitpending = (Cannot show property)
            dhcp_clientid = none
            dhcp_server_ip = none
            ipaddress = 10.134.178.170
            ipdiscovery = static
            ipgateway = 10.134.178.1
            ipnetmask = 255.255.255.0
            macaddress = 00:21:28:79:8B:58
            pendingipaddress = 10.134.178.170
            pendingipdiscovery = static
            pendingipgateway = 10.134.178.1
            pendingipnetmask = 255.255.255.0
            pendingvlan_id = (none)
            state = enabled
            vlan_id = (none
    

関連情報