XEN and SLES11

 
Thread Tools Search this Thread
Operating Systems Linux SuSE XEN and SLES11
# 1  
Old 01-14-2011
XEN and SLES11

Good morning,

Server:HP ProLiant DL165 G7 diskless with Disc on Storage
OS:SLES11 SP1 and xen-3.3.1_18546_12-3.1
iSCSI:INTEL Gigabit ET Dual Port Server Adapter 825768

When I start SLES11 with Xen in boot-loader menu, then the boot will stop because linux could'nt find the iscsi interface :
Code:
Starting iSCSI daemon
iscsiadm: No records found!
Trying manual resume from /dev/disk/by-id/scsi-360060...

It's really strange because when I start SLES11 in normal mode (default) then all are ok and here're the result of commands:
Code:
# iscsiadm -m session -P 1
Target: iqn.1994-04.jp.com
    Current Portal: 192.168.192.160:3260,1
    Persistent Portal: 192.168.192.160:3260,1
        **********
        Interface:
        **********
        Iface Name: default
        Iface Transport: tcp
        Iface Initiatorname: iqn.2011.xen1
        Iface IPaddress: 192.168.192.166
        Iface HWaddress: default
        Iface Netdev: default
        SID: 1
        iSCSI Connection State: LOGGED IN
        iSCSI Session State: LOGGED_IN
        Internal iscsid Session State: NO CHANGE

lsscsi
[6:0:0:0]    cd/dvd  TEAC     DV-18S-A         B.0C  /dev/sr0
[8:0:0:0]    disk    HITACHI  DF600F           0000  /dev/sda
[8:0:0:1]    disk    HITACHI  DF600F           0000  /dev/sdb
[8:0:0:2]    disk    HITACHI  DF600F           0000  /dev/sdc
[8:0:0:3]    disk    HITACHI  DF600F           0000  /dev/sdd
[8:0:0:4]    disk    HITACHI  DF600F           0000  /dev/sde

...and the boot loader :
Code:
# cat /boot/grub/menu.lst
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 11 - 2.6.27.19-5 (default)
    root (hd0,0)
    kernel /vmlinuz-2.6.27.19-5-default root=/dev/disk/by-id/scsi-360060e80104d32a004f3423200
000001-part3 apic=bigsmp resume=/dev/disk/by-id/scsi-360060e80104d32a004f3423200000001-part2 
splash=silent crashkernel=256M-:128M@16M showopts vga=0x31d
    initrd /initrd-2.6.27.19-5-default

###Don't change this comment - YaST2 identifier: Original name: xen###
title Xen -- SUSE Linux Enterprise Server 11 - 2.6.27.19-5
    root (hd0,0)
    kernel /xen.gz 
    module /vmlinuz-2.6.27.19-5-xen root=/dev/disk/by-id/scsi-360060e80104d32a004f34232000000
01-part3 apic=bigsmp resume=/dev/disk/by-id/scsi-360060e80104d32a004f3423200000001-part2 spla
sh=silent showopts vga=0x31d
    module /initrd-2.6.27.19-5-xen

Are a specials config's files for XEN or where could I find my problem?

Have someone an Idea?

Thanks
nm

Last edited by hiddenshadow; 01-14-2011 at 04:58 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SuSE

Network issue in SLES11.2

I had installed suse linux 11.2 . I had some strange problem with my network , after configuring it showing some error like tulip_stop_rxtx() failed . The server is not reachable from outside. Could some one help me with it. (1 Reply)
Discussion started by: nanduri
1 Replies

2. Red Hat

Help using XEN in CentOS 5.9

Hey guys, I've been straddling with this issue for quite some time now and I'm getting absolutely nowhere with it. It took me a long time to get XEN up and running on my server. We only use SSH to manipulate our servers, but we finally got it up and running. Now I'm at the point of actually... (1 Reply)
Discussion started by: mccabec123
1 Replies

3. Linux

Apache2-mpm-itk installation SLES11

Hi, do anyone know how to apply the corresponding apache2-mpm-itk patches to an already installed apache2 on a SLES11 machine? This is the link to the module: apache2-mpm-itk And this is the link to the patches: Index of /apache2.2-mpm-itk-2.2.17-01 Thanks (0 Replies)
Discussion started by: asanchez
0 Replies

4. Red Hat

xen lvm

how can i mount lvm on another disk (like xvdc)to dom0? (0 Replies)
Discussion started by: daxian
0 Replies

5. Red Hat

XEN on RHEL 6

Hi guys. I read that RHEL will not support XEN in version 6 and it will support KVM. Does this mean we can't install XEN from RHEL repositories? Should we install it from source code? (8 Replies)
Discussion started by: majid.merkava
8 Replies

6. UNIX and Linux Applications

OpenQRM-4.6 with XEN

has anyone deployed openQRM-4.6 with XEN... On the site they don't have good documention for XEN.. I am testing it for last 2 month but still no luck with XEN. Please help me with this. :mad: Thanks Prashant (0 Replies)
Discussion started by: prashant_ohol
0 Replies

7. SuSE

SLES11 - RAID6 all disks marked as Spare

Hello, After a replacement of the motherboard of my server, all disks belonging to a raid6 are now marked as spare. Is there any way to mark those disks as active and restore the raid6? $ cat /proc/mdstat Personalities : md1 : inactive sda1(S) sdk1(S) sdj1(S) sdi1(S) sdh1(S)... (0 Replies)
Discussion started by: xavix
0 Replies

8. UNIX for Advanced & Expert Users

xen

was looking for some help /tutorials on xen ..im a beginner on virtualisation ..so any help would be greatly appreciated ...p.s. whats the basic difference between para and full virtualisation (2 Replies)
Discussion started by: tarunicon
2 Replies

9. Virtualization and Cloud Computing

Opensolaris and Xen

Quick question- When installing a VM with xen on Opensolaris to get paravirtualizion you need an install tree and I can't seem to use an .iso. What what is exactly an intsall tree in this contex? (0 Replies)
Discussion started by: Lespaul20
0 Replies
Login or Register to Ask a Question