Browsed by
Category: VCSA

Create role and assign global permissions in vCenter or VCSA

Create role and assign global permissions in vCenter or VCSA

This script will help you to create a new role and assign permission to the role. Please create a JSON file before executing the script as below and then you can execute the script.

 

 

Install Identity Source Using Command Line in VCSA

Install Identity Source Using Command Line in VCSA

We can configure AD LDAP from UI but in case you are looking to configure Identity Source using the command then following is the procesure. Login to VCSA over SSH Switch to shell Navigate path /opt/vmware/lib64/ In case required, you can take a backup of the existing configuration by copying file “/opt/vmware/lib64/vmware-identity-sso-config.jar” Next, you can run the following command to create an identity source

Please update the parameters with the correct values

Install VCSA Using CLI

Install VCSA Using CLI

We can install or automate VCSA deployment using the CLI. VMware has already provided CLI option for the installation and completely documented solution. You can refer VMware documentation below. https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-vcenter-installation/GUID-C17AFF44-22DE-41F4-B85D-19B7A995E144.html There are the following steps involved in installing VCSA using CLI JSON templates are available in the VCSA installation bundle which we have to use for the installation. Under the folder \vcsa-cli-installer\templates\install you can find the templates. embedded_vCSA_on_ESXi.json embedded_vCSA_on_VC.json embedded_vCSA_replication_on_ESXi.json embedded_vCSA_replication_on_VC.json vCSA_with_cluster_on_ESXi.json Copy the respective JSON template to the temp…

Read More Read More