6.0

19
Command-Line Deployment of VMware vCenter Server Appliance 6.0
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-001745-00
Example 8 displays the content of the template for deployment of the second vCenter Server Appliance
instance.
Example 8. Template for Deployment of the Second vCenter Server Appliance Instance
{
"__comments":
[
"Example - Second Management node"
],
"deployment":
{
"esx.hostname":"10.100.100.1",
"esx.datastore":"datastore1",
"esx.username":"root",
"esx.password":"P@ss!w0rd",
"deployment.network":"VM Network",
"deployment.option":"management-tiny",
"appliance.name":"management-node-2",
"appliance.thin.disk.mode":true
},
"vcsa":
{
"system":
{
"root.password":"Admin?61",
"ssh.enable":true,
"time.tools-sync":true,
"platform.service.controller":"platform_services_controller2.my.company.com"
},
"sso":
{
"password":"Admin?61",
"domain-name":"vsphere.local",
"site-name":"Default-Second-Site"
}
}
}