6.0

VMware, Inc. 17
Command-Line Deployment of VMware vCenter Server Appliance 6.0
Example 6 displays the content of the second Platform Services Controller template.
Example 6. Template for Deployment of the Second Platform Services Controller
{
"__comments":
[
"Example- Second platform service controller"
],
"deployment":
{
"esx.hostname":"10.100.100.1",
"esx.datastore":"datastore1",
"esx.username":"root",
"esx.password":"P@ss!w0rd",
"deployment.network":"VM Network",
"deployment.option":"infrastructure",
"appliance.name":"platform-service-controller-2",
"appliance.thin.disk.mode":true
},
"vcsa":
{
"system":
{
"root.password":"Admin?61",
"time.tools-sync":true,
"ssh.enable":true
},
"sso":
{
"password":"Admin?61",
"domain-name":"vsphere.local",
"site-name":"Default-second-Site",
"first-instance":false,
"replication-partner-hostname":"platform_services_controller1.my.company.com"
}
}
}