User Tools

Site Tools


avaya:ams:root_access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
avaya:ams:root_access [2024/10/28 09:53] – created adminavaya:ams:root_access [2026/01/20 21:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== AMS SET Root Password ====== ====== AMS SET Root Password ======
 +
 +1. Boot VM with Rescue CD.
 +2. Chroot
 +  mount /dev/mapper/storage_vg_root1 /mnt
 +  mount -t proc proc /mnt/proc
 +## mount -t sysfs /sys /mnt/sys
 +## mount --bind /dev /mnt/dev
 +  chroot /mnt
 +  passwd root
 +  passwd "cust"
 +  exit
 +  mount /dev/mapper/storage_vg_root2 /mnt
 +  mount -t proc proc /mnt/proc
 +  chroot /mnt
 +  passwd root
 +  passwd "cust"
 +  exit
 +  reboot
 +
  

This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on Create this page.

avaya/ams/root_access.1730109202.txt.gz · Last modified: (external edit)