App Layering 4.X - how to change ELM appliance administrator password

App Layering 4.X - how to change ELM appliance administrator password

book

Article ID: CTX230607

calendar_today

Updated On:

Description

App Layering 4.X - how to change ELM appliance administrator password


Instructions

There are three passwords associated with the ELM: the Layering Management Console "Administrator" account, the Linux "administrator" account for changing IP addresses and other settings, and the Linux "root" account.

The only way to change the Linux administrator password is to login as root and run:  
passwd administrator

If want to reset the management web console Administrator password to Unidesk1, run these two commands:

[root@localhost ~]# cd /usr/local/unitools
[root@localhost unitools]# mono MAService.exe -fire ResetAdminPasswordEvent

The way to change the root password is to login as root and run: passwd

If you do not have the root password, see CTX222218, resetting the root password.

Issue/Introduction

App Layering 4.X - how to change ELM appliance administrator password