Background
When spinning up a virtual OP5 Monitor system in Azure marketplace, the root password is not set. A root password is needed to use the OP5 Portal to update the system, configure mail services and load a license.
NOTE: It is possible to do all these tasks from the command line without the root password, but it is out of scope for this article.
Scope
The scope of this article is to describe how to change the root password, so it is possible to login to the OP5 Portal. How to use portal and command-line is described in the OP5 manual and other how-tos. The guide assumes that you have a running system and that you have the Azure user/password or SSH certificate to login. This was created when the system was initialized.
Step-by-step guide to change the root password
-
SSH to your OP5 Monitor system
On windows: Download putty here
Connect to your op5 Monitor system
On UNIX like systems i.e. :# ssh -l azureuser <ipadress>
Accept the new hosts RSA key by entering yes
-
Run the command to change the root password
$ sudo passwd root
Congratulations, now you have changed the root password.
-
Now you can log in to the portal. For more information, see System Configuration Manual
Comments
0 comments
Please sign in to leave a comment.