Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resetting Root PW on SBCE

Status
Not open for further replies.

rtsoi

Technical User
Apr 28, 2015
100
0
16
US
Hi, I tried following Avaya's instructions to reset the root password:

Procedure

At the boot menu, press e to edit the first boot entry.

Optional If the server prompts you to enter the user name and password for the grub menu, enter the user name as root and password as @V@Y@_123.

From the grub options, navigate to the end of the line that starts with linux16 and enter:

rd.break
Press Ctrl+x.

This option will boot to the initramfs prompt with a root shell.

The root file system is mounted in read-only mode to /sysroot and must be remounted with read/write permissions to make changes.
To remount the root file system with read/write permissions, run the following command:

mount -o remount,rw /sysroot
Once the file system has been remounted, run the command:

chroot /sysroot
To reset the password, do one of the following:

To reset the root password, run the following command:

echo “root:SIPera_123” | chpasswd

To reset the root password, run the following command:

echo “ipcs:SIPera_123” | chpasswd

You can enter any password in place of SIPera_123.
Enter the exit command twice.

Once the reboot has completed, you can use the root or ipcs account with the newly set password.

I am getting stuck on Optional Step 2, where it prompts username and pw where the default is @V@Y@_123.

How do I reset this password?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top