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

Both sides previous revisionPrevious revision
Next revision
Previous revision
avaya:ams:root_access [2024/10/28 09:53] adminavaya:ams:root_access [2026/01/20 21:45] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 1. Boot VM with Rescue CD. 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.1730109227.txt.gz · Last modified: (external edit)