Brocade SAN SwitchのDomain ID設定方法

2025年3月28日

Brocade SAN Switchの ドメイン ID 設定手順です。

事前準備

telnetで接続

作業用端末からBrocade SAN スイッチにtelnetで接続し、adminでログインします。

Domain ID 設定

スイッチをdisableにする

switchdisable コマンドを実行してスイッチをdisableにします。

swd77:admin> switchdisable

Domain IDを設定する

configure コマンドを実行して設定を進めます。ドメインIDだけ設定したら、[ctrl + D]で設定を抜けます。

swd77:admin> configure

configure...
Fablic parameters(yes, y, no, n):[no]y★yを入力
Domain:(1...239)[1]2★設定したいドメインIDを入力
WWW Based persistent PID (yes, y, no, n):[no]^D ★Ctrl+D で抜ける

スイッチをenableにする

switchenable コマンドを実行してスイッチをenableにします。

swd77:admin> switchenable

設定確認

switchshow コマンドで設定を確認します。

swd77:admin> switchshow

~~中略~~

switchDomain: 2 ★設定したドメインIDが表示される

設定されていることが確認できましたね。