Emulex LP1005DC-CM2 Bedienungsanleitung Seite 60

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 162
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 59
Driver for Linux - Configuration Section Page 54
4. Make file systems ext3 and label the file systems:
tune2fs -j -L /boot /dev/sda2
tune2fs -j -L / /dev/sda3
5. Mount file systems and copy files:
a. For /boot:
mkdir /boot2; mount /dev/sda2 /boot2
cd /boot
To copy files, enter the following:
tar cvf - * | ( cd /boot2; tar xf - )
b. For /:
mkdir /slash2; mount /dev/sda3 /slash2
mkdir /slash2/proc
mkdir /slash2/boot
Make a list of files to copy from /:
ls / > filelist
Edit filelist and remove the following:
•proc
boot
•slash2
lost+found
•.
•..
Edit filelist to look like the following (it will not be exactly the same).
tar cvf - dev etc home initrd lib64 misc mnt opt root saved sbin
setup_disks tmp usr var | ( cd /slash2; tar xf - )
Execute sh /filelist to copy the remaining files to the Fibre Channel disk.
6. Edit /slash2/etc/fstab and replace the device name for swap, /dev/hda4, with /dev/sda4.
The Fibre Channel disk is now ready to use as a boot device. See the IBM document IBM eServer
BladeCenter Remote SAN Boot, which is available from the IBM Web site (www.ibm.com), for
instructions on configuring boot sequence and open firmware for remote boot.
Note: The lines above are a single line; do not insert a carriage return after sbin.
Seitenansicht 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 161 162

Kommentare zu diesen Handbüchern

Keine Kommentare