6.0.1

42
Command-Line Deployment and Upgrade of VMware vCenter Server Appliance 6.0 Update 1
If you have comments about this documentation, submit your feedback to: docfeedback@vmware.com
VMware, Inc. 3401 Hillview Ave., Palo Alto, CA 94304 www.vmware.com
Copyright © 2015 VMware, Inc. All rights reserved. Copyright and trademark information
Item: EN-001786-00
Example 23. Example Template for Upgrade of a vCenter Server Appliance 5.5.x
{
"__version": "1.1",
"__comments": "Sample template to upgrade a vCenter Server from 5.5 to 6.0.",
"source.vc": {
"esx": {
"hostname": "10.100.100.1",
"username": "root",
"password": "P@ss!w0rd"
},
"vc.vcsa": {
"hostname": "10.100.100.11",
"username": "Administrator@vsphere.local",
"password": "SSOadm!n55",
"root.password": "Admin1!"
}
},
"target.vcsa": {
"appliance": {
"deployment.network": "VM Network",
"deployment.option": "management-small",
"name": "Upgraded-vCenter-Server-Appliance",
"thin.disk.mode": true
},
"os": {
"ssh.enable": true
},
"sso": {
"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"
}
}
}