VMware: vCenter 7 CLI appliance deployment and configuration
Jump to navigation
Jump to search
- Download Required Files:
- Download vCenter ISO
\\10.0.0.222\software\VMware\vCenter\7\VMware-VCSA-all-7.0.0-15934039.iso- Download vCenter deployment template:
boston-v-0-0-1_embedded_vCSA_on_ESXi.json
- Amend template, change the following:
- ESXi hostname
- ESXi username
- ESXi password
- ESXi datastore name
- The appliance will deploy with the following usernames and passwords:
- Appliance:
- U/N: root
- P/W: asdfASDF1234!
- vCenter
- U/N: administrator@vsphere.local
- P/W: asdfASDF1234!
- Appliance:
- Mount the above ISO
- Open a command prompt and enter the following commands:
- Validate configuration file:
D:\vcsa-cli-installer\win32\vcsa-deploy.exe install --accept-eula --acknowledge-ceip --no-esx-ssl-verify --verify-template-only .\boston-v-0-0-1_embedded_vCSA_on_ESXi.json- Expected output:
Template verification completed.
- Deploy vCenter Appliance and Configure Appliance
D:\vcsa-cli-installer\win32\vcsa-deploy install --accept-eula --acknowledge-ceip --no-esx-ssl-verify --log-dir=. .\boston-v-0-0-1_embedded_vCSA_on_ESXi.json