作成した標準仮想スイッチの名前はGUI上から変更できない。そのためSSHで入り、コマンドで変更する。
設定方法
「vswitch0 rename」で検索
https://www.yellow-bricks.com/2021/06/14/how-do-i-change-the-name-of-a-vswitch-with-vsphere-7-0-u2-and-higher/
-
コンフィグの確認
configstorecli config current get -c esx -g network_vss -k switches
-
コンフィグエクスポート
configstorecli config current get -c esx -g network_vss -k switches > vswitch.json
-
jsonファイル編集
vi vswitch.json
-
jsonファイルの変更を反映
configstorecli config current set -c esx -g network_vss -k switches -i vswitch.json --overwrite
-
再起動
reboot