This post highlights how to solve the login issue on the IVS client for VCN 500.
While trying to log in to the IVS client of VCN 500 as the Admin user, this error appears: 'The Maximum number of logins configured to use this account at the same time has been reached. Error Code: 119101306', as one user can login to it.
Solution
We log in to VCN 500 via PuTTY and as the Root user.
The default password of Admin and root user is Change_Me.
Then, we insert the below command in order to let 10 admin users log in at same time:
su -c "psql -d smu -c \"update tbl_smu_user_info set MAX_SESS_CNT = 10 where user_name='Admin';\"" – postgres

