6.0
Table Of Contents
- Overview
- General Installation Process
- Creating JSON Configuration Files
- Create a JSON File Manually
- Installation Templates
- Generate a JSON File for the Command-Line Installation by Using the GUI
- JSON Sample Files for Installing vCenter Server with an Embedded Platform Services Controller
- JSON Sample Files for Installing vCenter Server with an External Platform Services Controller
- JSON Sample File for Installing Platform Services Controller with HA or Multisite Deployment
- Installation Parameters
- Perform a Preinstall Check
- Creating JSON Configuration Files
- Troubleshooting
- Uninstall vCenter Server
VMware, Inc. 7
Command-Line Installation of vCenter Server 6.0
JSON Sample File for Installing Platform Services Controller with HA or Multisite
Deployment
You can use the following sample JSON file to install a Platform Services Controller and join it as a replication
partner to a vCenter Single Sign-On domain in an existing Platform Services Controller. Two Platform Services
Controller instances can replicate their infrastructure data either within the same site or across different sites.
To configure two Platform Services Controller instances within one site in HA mode, when installing the
second Platform Services Controller, use the same site name as the site name of the first Platform Services
Controller. You must change the parameters in bold to your specific values.
For information about the parameters and their descriptions, see “Installation Parameters” on page 8.
Example 9. Sample JSON File for Installing the Second Platform Services Controller and Joining it to the
Same or Different Site Name
{
"appliance.net.pnid" :
"enter_dns_fqdn_of_the_second_platfrom_services_controller",
"deployment.node.type" : "infrastructure",
"vmdir.domain-name" : "enter_replication_partner_domain_name",
"vmdir.first-instance" : false,
"vmdir.replication-partner-hostname": "enter_replication_partner_hostname",
"vmdir.password" : "enter_replication_partner_sso_password",
"vmdir.site-name" : "enter_same_or_different_site_name"
}