Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Probleme nach Migration zu XenServer

Empfohlene Antworten

Guten Morgen,

ich habe ein Problem bei der Migration eines Suse 10 in virtuelle Maschine (Citrix XenServer).

Die Migration wurde soweit ohne Fehler durchgef?hrt, jedoch bekomme ich beim Hochfahren der Maschine folgenden Fehler:

Resume device /dev/sda1 not found (ignoring)

Waiting for device /dev/sda2 to appear: ............... not found -- existing to /bin/sh

Ich habe nun versucht die initrd nun zu erstellen. Hierbei habe ich folgendes durchgef?hrt:

1. Ich habe von einer Live-CD gebootet

2. Inhalt der BY-ID ausgelesen:

Urspr?ngssystem:

- ata-SlimtypeDVD_A_DS8A1P_710310011091

- edd-int13_dev80

- edd-int13_dev80-part1

- edd-int13_dev80-part2

- scsi-360015174fae540000f45ad5ec8e76c9b

- scsi-360015174fae540000f45ad5ec8e76c9b-part1

- scsi-360015174fae540000f45ad5ec8e76c9b-part2

Bei Boot Live CD

- ata_QEMU_HARDDISK_QM00001

- ata_QEMU_HARDDISK_QM00001-part1

- ata_QEMU_HARDDISK_QM00001-part2

- edd-int13_dev80

- edd-int13_dev80-part1

- edd-int13_dev80-part2

- scsi-SATA_QEMU_HARDDISK_QM00001

- scsi-SATA_QEMU_HARDDISK_QM00001-part1

- scsi-SATA_QEMU_HARDDISK_QM00001-part2

Migrierte Version (nach mount-befehl: mount /dev/sda2 /mnt)

- Kein Ordner Disk im Ordner /mnt/dev

3. Auslesen der Treiber ben?tigten mit dem Befehl: HWINFO -Storage-ctrl

09: None 00,0: 0102 Floppy disk controller

......

13: PCI 01,1: 0101 IDE interface

-----

Driver: "ata_pixx"

Driver Modules: "ata_pixx"

.....

17: PCI03,0: 0100 SCSI Storage controller

....

20: None 00.0: 0180 Storage controller

.....

Driver Info #0:

Driver Status: xen-vbd is not active

Driver Activation Cmd: "modprobe xen-vdb"

4. Mount-Vorg?nge durchgef?hrt:

- Mount --bind /dev /mnt/dev

- chroot /mnt

- mount /proc

- mount /sys

5. Festplatten-IDs vergleichen:

/etc/fstab (Migriertes System)

/dev/sda1 swap swap defaults 0 0

/dev/sda2 / reiserfs acl,user_xattr 1 1

proc /proc proc defaults 0 0

sysfs /sys sysfs noauto 0 0

debugfs /sys/kernel/debug debugfs noauto 0 0

usbfs /proc/bus/usb usbfs noauto 0 0

devpts /dev/pts devpts mode=0620,gid=5 0 0

/etc/fstab (Original System)

/dev/sda1 swap swap defaults 0 0

/dev/sda2 / reiserfs acl,user_xattr 1 1

proc /proc proc defaults 0 0

sysfs /sys sysfs noauto 0 0

debugfs /sys/kernel/debug debugfs noauto 0 0

usbfs /proc/bus/usb usbfs noauto 0 0

devpts /dev/pts devpts mode=0620,gid=5 0 0

/boot/grub/menu.lst (migriertes System):

color white/blue black/light-gray

defaults

timeout 8

gfxmenu (hd0,1)/boot/message

title SUSE Linux Enterprise Server 10

root (hd0,1)

kernel /boot/vmlinuz root=/dev/sda2 vga=0x317 resume=/dev/sda1 splash=silent showopts

initrd /boot/initrd

title Failsafe - - SUSE Linux Enterpreise Server 10

root (hd0,1)

kernel /boot/vmlinuz root=/dev/sda2 vga=normal showopts ide=nodma apm=off noresume nosmp noapic maxcpus=0

edd=off 3

initrd /boot/initrd

/boot/grub/menu.lst (original System):

color white/blue black/light-gray

defaults

timeout 8

gfxmenu (hd0,1)/boot/message

title SUSE Linux Enterprise Server 10

root (hd0,1)

kernel /boot/vmlinuz root=/dev/sda2 vga=0x317 resume=/dev/sda1 splash=silent showopts

initrd /boot/initrd

title Failsafe - - SUSE Linux Enterpreise Server 10

root (hd0,1)

kernel /boot/vmlinuz root=/dev/sda2 vga=normal showopts ide=nodma apm=off noresume nosmp noapic maxcpus=0

edd=off 3

initrd /boot/initrd

6. Kontrolle geladene Treiber in der Kernel-Datei

/etc/sysconfig/kernel (Migriertes System)

INITRD_MODULES="processor thermal ata_pixx fan reiserfs edd"

DOMU_INITRD_MODULES="xennet xenblk"

Modules_LOADED_ON_BOOT=" "

ACPI_DSDT=" "

SCHED_MINITIMESLICE=" "

SCHED_MAXTIMESLICE=" "

SKIP_RUNNING_KERNEL=" "

/etc/sysconfig/kernel (Original System)

INITRD_MODULES="pixx processor megaraid_sas thermal ata_pixx fan reiserfs edd"

DOMU_INITRD_MODULES="xennet xenblk"

Modules_LOADED_ON_BOOT=" "

ACPI_DSDT=" "

SCHED_MINITIMESLICE=" "

SCHED_MAXTIMESLICE=" "

SKIP_RUNNING_KERNEL=" "

7. befehl mkinitrd ausgef?hrt:

sed: can't read /sys/class/graphics/fbcon/virtual_size: No such file or directory

Root device: /dev/disk/by-id/sda2 (Mounted on / as reiferfs)

Module list: processor thermal fan reiserfs edd (xennet xenblk)

Kernel image: /boot/vmlinuz-2.6.16.21-0.8-bigsmp

Initrd image: /boot/initrd-2.6.16.21-0.8-bigsmp

Share libs: lib/ld-2.4.so lib/libacl.so.1.1.0 lib/libattr.so.1.1.0 lib/libc-2.4.so lib/libdl2.4.so lib/libhistory.so.5.1

lib/libncurses.so.5.5 lib/libpthread-2.4.so lib/libreadline.so.5.1 lib/librt-2.4.so lib/libuuid.so.1.2

Driver modules: ide-core ide-disk processor thermal fan edd pixx

Filesystem modules: reiserfs

Including: initramfs fsck.reiserfs

Bootsplash: SuSE-SLES (1024x768), SuSE-SLES (800x600)

12708 blocks

Nach einem Neustart erscheint der gleiche Fehler. Könnt ihr mir bitte weiterhelfen, verzweifel schon dem Problem.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.