DRシリーズでは、デフォルト設定で全NICがbond0でボンディングされており、例えば4ポートの中で2ポートずつに再ボンディングする場合には、コマンドにてbond0のメンバーから分離するネットワーク・インターフェースを指定した後に、bond1を新規に作成した上でネットワーク・アドレスを設定する必要があります。
作業例)
#1 - DRシリーズのマシンにコンソールからログインします。
#2 – 以下のコマンドを実行しデフォルトの bond0 から eth2 と eth3 を分離し、設定を反映させるためリセットします。
administrator@quest > network --delete --member eth2,eth3
administrator@quest > network --restart
#3 - 以下のコマンドを実行し bond1 を作成し eth2 と eth3 をメンバーとして設定を行います。
administrator@quest > network --create_bond --bondif bond1 –-static --nwif eth2,eth3 --ip 192.168.10.10 --netmask 255.255.0.0 --restart
#4 – 設定されたことを確認するためには以下のコマンドを実行します。
administrator@quest > network --show
(結果出力例)
Device : bond0 Enabled : yes Link : yes Boot protocol : dhcp IP Addr : 192.168.20.10 Netmask : 255.255.0.0 Gateway : 192.168.20.1 MAC Addr : 78:2B:CB:47:D0:08 MTU : 1500 Bonding options : "mode=balance-alb miimon=100 xmit_hash_policy=2" Slave Interfaces : eth0,eth1 ・・・ Device : bond1 Enabled : yes Link : yes Boot protocol : static IP Addr : 192.168.10.10 Netmask : 255.255.0.0 Gateway : 192.168.10.1 MAC Addr : 78:2B:CB:47:E0:31 MTU : 1500 Bonding options : "mode=balance-alb miimon=100 xmit_hash_policy=2" Slave Interfaces : eth2,eth3 ・・・ |
DRシリーズのCLIコマンド等に関する詳細については、以下のCommand Line Reference Guide の内容をご確認ください。
DR Series Software 3.2.6 Command Line Reference Guide
https://support.quest.com/ja-jp/download/downloads?id=6072690
DR Series Software 4.0 Command Line Reference Guide
https://support.quest.com/ja-jp/download/downloads?id=6073676
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center