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?

More than 5 years have passed since last update.

vCenterでコマンド操作

Last updated at Posted at 2020-03-24

vCenter コマンドライン操作

DCLIコマンドの使い方

  1. vCSAへSSHにてrootでログインします。
  2. DCLIコマンドに入る
    dcli +interactive

仮想マシン一覧

com vmware vcenter vm list

仮想マシン操作

  • CDROM作成(iso)

vcenter vm hardware cdrom create --backing-type ISO_FILE --backing-iso-file "iso PATH.ISO" --vm vmid

  • CDROM接続
    vcenter vm hardware cdrom connect --cdrom 16000 --vm vmid

  • CDROM削除
    vcenter vm hardware cdrom delete --cdrom 16000 --vm vmid

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?