Deploying VMware VCSA with CLI command line 6.5

Source: Internet
Author: User

In this article, we discuss how to use the CLI to deploy VMware VCSA 6.5,VCSA 6.0, which provides two types of implementations, wizards, and scripting. The VCSA uses the CLI. We will use a utility called Vcsa-deploy. The same vcsa-deploy enables you to perform installation, upgrades, and migrations for VCSA VMware.

Do you have this kind of operation? Right! This kind of operation is very advanced, saves the mouse to click the all. 66666 AH

Note:

  1. CLI deployment requires Python runtime environment, Python download: http://www.python.org/downloads/

  2. Version 6.7 JSON configuration file differs from version 6.5, do not apply

Deploying VMware VCSA with the CLI 6.5

1. Download VCSA 6.5 ISO
2. Extract the contents and enter the Vcsa-cli-installer directory.
You will find 4 folders available for the Windows,linux and Mac OSX three different types of scenarios for VCSA devices.

3. In the template directory, there are 8 templates that you can use to perform an installation.
Embedded – Deploy a vcenter server with an embedded platform service controller.
psc– Deploy a platform Services Controller.
PSC replication – Deploy a platform service controller that joins an existing SSO domain.
vc– Deploy Vcenter Server.


4. We will use the Embedded_vcsa_on_esxi.json template to deploy vcenter on ESXi VCSA
5. Copy a file to another location, and after modifying it, the file will look like this.

{"__version":  "2.3.0", "__comments":  "Sample template to deploy a vcenter"  Server Appliance with an embedded Platform Services Controller  On an esxi host. "," NEW.VCSA ":  {" ESXi ":  {" hostname ": " 10.0.0.20 ", #esxi主机名或ip" Username ": " root "," password ": " password123! "," Deployment.network ": " Vm network "," datastore ": " Datastore1 "#存放的数据存储}," Appliance ":  {" Thin.disk.mode ":  true, #硬盘模式: Compact Preparation" Deployment.option ":   "Medium", #部署大小: Tiny small medium large, respectively   micro, small, medium, large "name":  "VCSA" #虚拟设备名称}, " Network ":  {" ip.family ": " IPv4 "," mode ": " Static "," IP ": " 10.0.0.30 "," dns.servers ":  [" 10.0.0.10 "]," prefix ": ", "#网络前缀24位" gateway ": " 10.0.0.1 "," System.Name ": " 10.0.0.30 "#如果FQDN不能解析, Please use the IP address as the system name, otherwise it will firstboot error yo}, "OS":  {"Password":  "password123!", #vc系统密码 "ssh.enable":  False#ssh close}, "SSO":  {"PAssword ": " password123! ", #单点登录密码" Domain-name ": " vsphere.local "," Site-name ": " Site1 "}}," CEIP ":  {"Settings":  {"ceip.enabled":  false# (CEIP) Customer Experience Improvement Program: You're happy.}}

esxi– information about the target location required for the ESXi host to deploy the VM (VCenter Appliance).

Device – Details such as disk configuration type, implementation type, and VM name.
Network – for IP details and system names (required by the certificate)
Details operating system – Password and SSH details
Sso–sso domain details.

After providing the information, run the following command to start deploying the VMware VCenter Appliance

6. Navigate to \ vcsa-cli-installer \ Win32 and run the following command

>vcsa-deploy.exe-help

7. Install and run the following command

> Vcsa-deploy.exe install-help

8. Run the following command to deploy the VCSA using the Embedded_vcsa_on_esxi.json template

> Vcsa-deploy.exe install-accept-eula-acknowledge-ceip << FILE location>


9. VCSA installation is in progress
Once the template is implemented, it will eventually open and start the installation service.


10. You can find the VMware vCenter Server virtual Appliance (embedded-vcenter-server-appliance) running on the ESXi host
11. Use the https://VCSA FQDN or the ip/vsphere-client with SSO to sign in to the Web Client (Single sign-on) the credentials that you provide in the template.
Using the CLI to successfully deploy VMware VCSA 6.5


Deploying VMware VCSA with CLI command line 6.5

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.