LoginSignup
0
0

【vSphere】標準仮想スイッチ(VSS)の名前変更

Posted at

作成した標準仮想スイッチの名前は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

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