This article is part of a series for configuring PSC HA, for the main article, see:
Configuring PSC HA 6.5 for SSL passthrough
To configure the PSCs for load balancing, run updateSSOConfig.py and UpdateLsEndpoint.py scripts:
Notes:
- The updateSSOConfig.py script updates information local to each PSC and must be ran on all PSCs in the HA instance.
- The UpdateLsEndpoint.py script updates the ServiceRegistration Endpoints in VMDir and only needs to be ran on one of the PSCs in the HA instance.
Running the updateSSOConfig.py script
- Connect to the PSC appliance and log in with root credentials.
- Type shell to access the Bash shell.
- Navigate to /usr/lib/vmware-sso/bin with this command:
cd /usr/lib/vmware-sso/bin
- Run this command:
python updateSSOConfig.py --lb-fqdn=PSC_HA_VIP_FQDN
For example:
python updateSSOConfig.py --lb-fqdn=psc-ha-vip.domain.com - Repeat these steps on remaining PSCs.
Running the UpdateLsEndpoint.py script
- Connect to the PSC appliance and log in with root credentials.
- Type shell to access the Bash shell.
- Navigate to /usr/lib/vmware-sso/bin with this command:
cd /usr/lib/vmware-sso/bin
- Run this command:
python UpdateLsEndpoint.py --lb-fqdn=PSC_HA_VIP_FQDN --user=administrative_user --password=password
For example:
python UpdateLsEndpoint.py --lb-fqdn=psc-ha-vip.domain.com [email protected] --password=VMware123$
Note: Perform these step on a single PSC node only.
Configuring PSC HA 6.5 Update 1 for SSL termination
To configure the PSCs for load balancing, run updateSSOConfig.py and UpdateLsEndpoint.py scripts:
Notes:
- The updateSSOConfig.py script updates information local to each PSC and must be ran on all PSCs in the HA instance.
- The UpdateLsEndpoint.py script updates the ServiceRegistration Endpoints in VMDir and only needs to be ran on one of the PSCs in the HA instance.
Running the updateSSOConfig.py script
- Connect to the PSC appliance and log in with root credentials.
- Type shell to access the Bash shell.
- Navigate to /usr/lib/vmware-sso/bin with this command:
cd /usr/lib/vmware-sso/bin
- Run this command:
python updateSSOConfig.py --lb-fqdn=PSC_HA_VIP_FQDN
For example:
python updateSSOConfig.py --lb-fqdn=psc-ha-vip.domain.com - Repeat these steps on remaining PSCs.
Running the UpdateLsEndpoint.py script
- Connect to the PSC appliance and log in with root credentials.
- Type shell to access the Bash shell.
- Navigate to /usr/lib/vmware-sso/bin with this command:
cd /usr/lib/vmware-sso/bin
- Run this command:
python UpdateLsEndpoint.py --upgrade --lb-fqdn=PSC_HA_VIP_FQDN --user=administrative_user --password=password
For example:
python UpdateLsEndpoint.py --upgrade --lb-fqdn=psc-ha-vip.domain.com [email protected] --password=VMware123$
Note: Perform these step on a single PSC node only.