3.8. Changing the Oracle VM Manager Admin User Password

The Oracle VM Manager admin user is used to log in to the Oracle VM Manager user interface. To change the password for the Oracle VM Manager admin user account, log in to the Oracle VM Manager host computer as the root user and perform the following:

# cd /u01/app/oracle/ovm-manager-3/bin
#./ovm_admin --modifyuser admin password new_password

Where password is the current password for the admin user and new_password is the new password you want to use. The Oracle VM Manager administration tool starts.

Oracle VM Manager Release 3.0.x Admin tool
 
Please enter the password for weblogic :

Enter the Oracle WebLogic password. You set this during the installation of Oracle VM Manager. The utility connects to Oracle WebLogic and changes the Oracle VM Manager admin password.

Initializing WebLogic Scripting Tool (WLST) ...
 
Welcome to WebLogic Server Administration Scripting Shell
 
Type help() for help on available commands
 
Connecting to WebLogic server ...
Connecting to t3://localhost:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain 'base_adf_domain'.
 
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
 
Connected ...
Modifying user 'admin' ...
Modified user 'admin' successfully ...
Disconnected from weblogic server: AdminServer
Exiting...
 
 
Exiting WebLogic Scripting Tool.