6.0.1
Table Of Contents
VMware, Inc. 39
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
Example 21. Example Template for Upgrading a vCenter Server Appliance 5.1 Update 3
{
"__version": "1.1",
"__comments": "Sample template to upgrade a vCenter Server from 5.1 Update 3 to 6.0.",
"source.vc": {
"esx": {
"hostname": "10.100.100.1",
"username": "root",
"password": "P@ss!w0rd"
},
"vc.vcsa": {
"hostname": "10.100.100.10",
"username": "root",
"password": "ssoadm!n513",
"root.password": "Admin1!"
}
},
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "small",
"name": "Upgraded-vCenter-Server-Appliance",
"thin.disk.mode": true
},
"os": {
"ssh.enable": true
},
"sso": {
"password": "SSOadm!n601
"domain-name": "vsphere.local",
"site-name": "Site-One
},
"temporary.network": {
"hostname": "Temporary-vCenter-Server-Appliance",
"dns.servers": [
"10.100.100.7",
"10.100.100.8"
],
"gateway": "10.100.100.253",
"ip": "10.100.100.112",
"ip.family": "ipv4",
"mode": "static",
"prefix": "24"
},
"vc": {
"hostname": "10.100.100.55",
"username": "Administrator@vsphere.local",
"password": "SSOadm!n55",
"datacenter": [
"folder1",
"Datacenter1"
],
"datastore": "Datastore1",
"target": "DRS_Cluster1"
}
}
}