You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh-3.2# mdadm --examine --scan >> /dev/mdadm.conf
sh-3.2# mdadm --assemble --scan /dev/md0
mdadm: /dev/md0 has been started with 2 drives.
sh-3.2# mdadm --assemble --scan /dev/md1
mdadm: /dev/md1 has been started with 2 drives.
Scan and activate LVM volumes
sh-3.2# lvm vgscan -v
sh-3.2# lvm vgchange -ay
Mount the volumes
sh-3.2# mount /dev/VolGroup00/root /mnt/sysimage
sh-3.2# mount /dev/VolGroup00/var /mnt/sysimage/var
sh-3.2# mount /dev/md0 /mnt/sysimage/boot
sh-3.2# mount --bind /dev /mnt/sysimage/dev
sh-3.2# mount --bind /proc /mnt/sysimage/proc
sh-3.2# mount --bind /sys /mnt/sysimage/sys