Hello, Community!
Have a good day!
This post brings you the procedure of how to reset the IVS Client and the OMU password of VCN510. Please have a look below.

Issue Description-1
The user has forgotten the OMU password.
Procedure
SSH into the VCN510 server.
Enter the below command line:
STIME=`date +%s`;
su -c "psql -d omu -c \"UPDATE TBL_OMU_USER_INFO SET LOCK_STATUS=0, PASSWD='33867eea994c22edb1e157f3f0f7fbd4ce30324c315320b490091f89b074cb10', LOCK_TIME=0, FIRST_***=0,PASSWD_WRONG_TIME=0, PASSWD_WRONG_COUNT=0, SALT='HWGtNEAzVjXaXjkg', LAST_MODIFY_TIME=${STIME} where USER_NAME='Admin';\"" - postgres;
After the reset, the default password is Change_Me.
Issue Description-2
The user has forgotten the IVS Client password.
Procedure
SSH in to the VCN500 server.
Enter the below command line:
su postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set login_password='e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3',first_login='0', salt='' where login_name='Admin';\""
After the reset, the default password is Change_Me.
This is all, thanks for reading!

thanks

