Red Hat SATELLITE 5.1.0 RELEASE NOTES Instrukcja Instalacji Strona 210

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 268
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 209
192 The Virtualization Cookbook for Red Hat Enterprise Linux 5.2
be no device nodes under /dev). If you need to rewrite the master boot record (MBR), run
zipl from the chroot shell.
To exit the shell, type: exit.
If the rescue image cannot find your partition, or if you chose Skip when prompted to
search for the existing file systems, you can mount the file systems manually.
First, bring the LVM logical volumes online with the following two commands:
sh-3.2# lvm vgscan
Reading all physical volumes. This may take a while...
Found volume group "system_vg" using metadata type lvm2
sh-3.2# lvm vgchange -a y
5 logical volume(s) in volume group "system_vg" now active
When the LVM is online, create a mount point, and then mount the file systems.
sh-3.2# mkdir /mnt/sysimage
sh-3.2# mount /dev/system_vg/root_lv /mnt/sysimage/
sh-3.2# mount /dev/system_vg/tmp_lv /mnt/sysimage/tmp
sh-3.2# mount /dev/system_vg/opt_lv /mnt/sysimage/opt
sh-3.2# mount /dev/system_vg/var_lv /mnt/sysimage/var
sh-3.2# mount /dev/system_vg/usr_lv /mnt/sysimage/usr
Lastly, mount the /boot file system located on dasda1:
sh-3.2# mount /dev/dasda1 /mnt/sysimage/boot
8. When finished, type: exit to leave the chroot shell, then type: exit again to leave rescue
mode.
Note: You can use the lvm <command> to troubleshoot any LVM problems in rescue
mode. For a list of possible commands, run:
sh-3.2:# lvm help
Przeglądanie stron 209
1 2 ... 205 206 207 208 209 210 211 212 213 214 215 ... 267 268

Komentarze do niniejszej Instrukcji

Brak uwag