BenoitLair edited a comment on issue #5876:
URL: https://github.com/apache/cloudstack/issues/5876#issuecomment-1042920683


   If a Netscaler is being added with vpx11, once upgrade is done towards 
vpx13, default password is forced to change
   
   So when vpx13 password is changed, it need to be changed in ACS Database as 
there are no Gui for this on ACS for an existing Netscaler device
   Then new password has to be encrypted with Jasypt library with two way 
handshake using the private "key" given on ACS cloudstack installation 
(cloudstack-setup-databases cloud:<password>@<DbIp> 
--deploy-as=<Db_User:<Db_Pass> -e file -m <key> -k <key> -i <Acs_ip_node>)
   
   There is an online encryption tool here : 
[https://www.devglan.com/online-tools/jasypt-online-encryption-decryption](url)
   
   The encrypted password to be changed is on host_details, entry named 
'password' where "host_details"."host_id" is 
"external_load_balancer_devices"."host_id"
   
   Created an VPC Redundant Offering with Netscaler public LB capability .
   Lb rules are well working !
   
   Due to password change, ACS is trying to connect in background to Netscaler 
devices, it could pass in state "Disconnected" in host table
   For reconnecting it, it is necessary to reboot ACS Mgmt servers
   
   Tested on vpx 11.0, vpx 12.1 and vpx 13.0 build 84.11


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to