0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ESXiをコマンドラインで操作する(Cheet Sheet)

Last updated at Posted at 2022-09-12

コマンド

操作 コマンド 補足
VM一覧の表示 vim-cmd vmsvc/getallvms
VMのパワーオン vim-cmd vmsvc/power.on <vmid> <vmid>はgetallvmsで確認する
VMのパワーオフ vim-cmd vmsvc/power.off <vmid> <vmid>はgetallvmsで確認する
VMのパワー状態 vim-cmd vmsvc/power.getstate <vmid> 電源状態(on or off)を得る
VMへの既存ディスク追加 vim-cmd vmsvc/device.diskaddexisting <vmid> <disk_file> <controller_number> <unit_number> [ctlr_type] <disk_file>:追加するディスクのパス/<controller_number>:コントローラの番号/コントローラに接続するデバイスのユニット番号/[ctlr_type]: コントローラタイプ(デフォルト : SCSI)

確認環境と前提

  • VMware ESXi 6.0 Update 2
  • ESXiホストのSSH Shellを有効化していること

補足情報

  • 筆者がよく使うものの忘れがちなvim-cmdコマンド操作の一覧です。既知の用法でコマンドの綴りやオプション・パラメータを確認することが目的です。コマンドを詳しく説明するものではない点、ご了承ください。
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?