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

印刷ビューの終了

更新: 2015 年 4 月
 
 

SP のネットワーク管理を構成する

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

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


注 - スイッチへのアクセスにシリアルコンソールだけを使用する予定であれば、管理ネットワークの構成は必要ありません。ただし、ネットワーク管理を構成すると、複数の管理者がスイッチをリモートで管理できるようになります。
  1. SP 上で稼働している Oracle ILOM にログインします。
    ORACLESP-AKCH444444 login: root
    Password: changeme
    Detecting screen size; please wait...done
    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: ORACLESP-AKCH444444
    ->
    
  2. ネットワーク構成を検出します。
    -> cd /SP/network
    /SP/network
     
    -> 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.170
            ipdiscovery = dhcp <---------
            ipgateway = 10.134.178.1
            ipnetmask = 255.255.255.0
            macaddress = 00:21:28:79:8B:58
            pendingipaddress = 10.134.178.170
            pendingipdiscovery = dhcp
            pendingipgateway = 10.134.178.1
            pendingipnetmask = 255.255.255.0
            pendingvlan_id = (none)
            state = enabled
            vlan_id = (none)
     
        Commands:
            cd
            set
            show
    
  3. SP の静的ネットワーク設定を構成します (オプション)。
    -> set pendingipaddress=10.134.178.170
    Set 'pendingipaddress' to '10.134.178.170'
    -> set pendingipnetmask=255.255.255.0
    Set 'pendingipnetmask' to '255.255.255.0'
    -> set pendingipgateway=10.134.178.1
    Set 'pendingipgateway' to '10.134.178.1'
    -> set pendingipdiscovery=static
    Set 'pendingipdiscovery' to 'static'
    -> set commitpending=true
    Set 'commitpending' to 'true'
     
    -> 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
    
  4. SP の hostname を設定します。
    -> set /SP/ hostname=ES2-72-swi-sp
    Set 'hostname' to 'ES2-72-swi-sp'
    

    SP のネットワーク構成が完了したあとは、ssh を使用してアクセスおよび変更が可能です。


    注 - Oracle ILOM Web インタフェースを使用して、管理に関連するほかの設定を構成することもできます。Configure Other Network Settings (Oracle ILOM Web Interface)を参照してください。

関連情報