Hello, dear!
Good day!
In this post, I will explain how to reset the iClient password.
Usually, iClient is used with products IVS 3800, IVS1800, and Cloud IVS 3000
Problem Description
Need to reset the admin password of iClient.
Solution Description
Login to the CSP. System > Network Managment > External IP.
Use the SSH tool to log in to the IP address.
User:cspexpert
Password:mt2017@cspos@RD
Run the su - root command to switch to root account.
Password:cnp200@cspos@RD
Login to the GSAP container and run the following commands.
commond:docker ps |grep gauss
command:docker exec -it GSAPI_container_ID bash3c4a5e5d941e4b75bdfa14a171c08922
Note. If the GSAPI was deployed in a two-node cluster ,Please login to the active GSAPI container.
CSP page: Configuration Management > Configuration > Two-Node Cluster.
This interface allows you to check which server the active GSAPI is on.
Run the following commond to reset the password.
command.su -c "psql -d smu -c \"update tbl_smu_user_info set status='1', login_password='0a7b5a34f393eb77b5e460eef28d14fa36400a414792b6b2d5ac9b40d8b2ef50', register_date='20121108190530', PWD_MODIFY_DATE='20200630231104', salt='+dGodha1SVo2Hzh-' where login_name='admin';\"" - postgres lThe new password is super123
That is all, thanks!