0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Nutanix CE2.0クラスターでバックプレーンLANを分離

Last updated at Posted at 2025-02-07

構築したクラスターに使用したミニPCはNICが2つあるので
ノード間の通信(バックプレーンネットワーク)を物理的に分けてみようと思います。

参考URL

AHVをメンテナンスモードに

本作業を行う前にCVMを除く仮想VMは全て停止しておきます。
その上でAHVのモードを変更

# 1つのCVMから全AHV操作可能
acli host.enter_maintenance_mode <AHV_IP>

黄色い[!]がついてればよい
image.png

仮想スイッチ作成準備

デフォルトだと全てのNICはvs0に属しているので
先にそれを解除します。
image.png

・Bond Type:Active-Backup ⇒ No Uplink Bond
・NICは未使用(3ノード分)のチェックを外す
 ※Select UPlink Ports Show項目で
  Only Connected Uplink Portsを選択すると未接続NICが消えるので判断できます。

image.png

処理が終わるまで放置
image.png

仮想スイッチ作成

image.png

名前は適当に・・・
image.png

・Bond Type:No Uplink Bond
・NICは未使用(3ノード分)のeth1をチェック
image.png

バックプレーンLAN

image.png

image.png

image.png

完了しました。
image.png

AHVのメンテナンスモードを解除

# 1つのCVMから全AHV操作可能
acli host.exit_maintenance_mode <AHV_IP>

IP確認

eth2が動作している。

#確認
nutanix@NTNX-CVM:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 50:6b:8d:f6:04:cb brd ff:ff:ff:ff:ff:ff
    inet 172.16.0.5/24 brd 172.16.0.255 scope global eth2
       valid_lft forever preferred_lft forever
    inet6 fe80::526b:8dff:fef6:4cb/64 scope link
       valid_lft forever preferred_lft forever
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?