From e422deaeb78d5a8efd906a2399614faacfe8717a Mon Sep 17 00:00:00 2001 From: Jonathan Senkerik Date: Fri, 19 May 2017 08:16:38 -0400 Subject: [PATCH] Update documentation --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 75fb495..7592d42 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,31 @@ Network: 192.168.1 Guest OS: centos-64 MAC: 00:0c:29:32:63:92 00:0c:29:32:63:92 +``` + + Create a new VM named testvm04 specifying an ISO file to boot. +``` +./esxi-vm-create -n testvm04 --summary --iso CentOS-7-x86_64-Minimal-1611.iso +FoundISOPath: /vmfs/volumes/5430094d-5a4fa180-4962-0017a45127e2/ISO/CentOS-7-x86_64-Minimal-1611.iso +Create testvm04.vmx file +Create testvm04.vmdk file +Register VM +Power ON VM + +Create VM Success: +ESXi Host: esxi +VM NAME: testvm04 +vCPU: 2 +Memory: 4GB +VM Disk: 20GB +Format: thin +DS Store: DS_3TB_m +Network: 192.168.1 +ISO: /vmfs/volumes/5430094d-5a4fa180-4962-0017a45127e2/ISO/CentOS-7-x86_64-Minimal-1611.iso +Guest OS: centos-64 +MAC: 00:0c:29:ea:a0:42 +00:0c:29:ea:a0:42 + ``` License