How to recover vRealize Orchestrator password

Yes, I know. I should have wrote it down but who’s got the time right? 🙂

Anyway, I locked myself off and I cannot open the vRealize Orchestrator configuration page. Here is a quick procedure that will recover vRealize Orchestrator password. Please note that this procedure is intended to recover the vRealize Orchestrator password on the appliance version.

Recover vRealize Orchestrator password

  1. Open the vRO appliance and log in with the root user.
  2. Go to: # /etc/vco/configuration
  3. In this step we will be manipulating the passwd.properties file so it is a good idea to create a backup of this file first. Type: # cp passwd.properties passwd.properties.old
  4. Open the file with vi by typing: # vi passwd.properties
  5. You will see something similar to this.Recover vRealize Orchestrator password 01
  6. Press Insert key and remove all that comes after vmware=
  7. Next, enter this exact phase (92963abd36c896b93a36b8e296ff3387) after the vmware= string. This will be the default password “vmware”.
  8. Press the ESC and type :wq! to save and exit the file.Recover vRealize Orchestrator password 02
  9. Restart the vRO configuration services by typing the following command: # service vco-configurator restart
  10. Open your web browser and navigate to the vRO configuration page.
  11. Log in with password “vmware” and change the password as prompted.

You should now be able to open the vRO configuration page. You can also remove the passwd.properties.old file now.

Cheers!

– Marek.Z

2 Comments

Leave a reply...