Skip to main content
Reset the OCSM Admin Account From the CLI

Reset the OCSM Admin Account From the CLI

·71 words·1 min
Mike Curtis
Author
Mike Curtis
Dedicated to Technology
Table of Contents

CLI Method
#

LINK

  • Log in via ssh (see Document KB579370)
  • after you have received shell access, run the following command:
mysql vsp -e "update users set digest=md5('admin:oracle') where user_name='admin';"
  • if you entered the password incorrectly too many times and got “Your account has been suspended.” run as well:
mysql vsp -e "update users set disabled=0, login_attempts=NULL where user_name='admin';"
  • then you will be able to login as admin with password: oracle