Hi, here is the end of the original mail from this list: "I have several iSCSI target using OpenSolaris. Windows clients can connect to them no problem and I’ve been able to get Linux hosts connected using open-iscsi. Lastly I tried to mount the target with iscsiadm –t node –T iqn.1986-03.com.sun:02:fba3b3f8-bed4-c2c6-e6b9-ede113caffef.tgt-nas1 –p 172.17.10.87:3260 –login And then the kernel panics and the server reboots. Now I start wondering if Xen is right for production?? Any help, pointers, references, suggestions are appreciated."
I have exactly the same problem, my XenServer crashes and reboots automaticaly when I want to log in to a target. My iSCSI targets are on OpenSolaris, and I can use them from Windows and Linux too.
[root@xenserver ~]# iscsiadm --mode discovery --type sendtargets --portal iscsi-portal.tld 192.199.11.50:3260,1 iqn.1986-03.com.sun:02:0ff4asdasd 192.199.11.240:3260,1 iqn.1986-03.com.sun:02:eaasdasd 192.199.11.50:3260,1 iqn.1986-03.com.sun:02:f6a6asdasd
As you can see, the discovery is working fine. But, if I want to log in, kernel crash and reboot, in both cases:
xe sr-create host-uuid=b4ksdif46-a4d8-4a71-9fc6-9fc41sdfe1211 content-type="Content-type" name-label="iSCSI SR" device-config-target=192.199.11.50 type=lvmoiscsi device-config-targetIQN= iqn.1986-03.com.sun:02:f6a6asdasd
OR
iscsiadm --mode node --targetname iqn.1986-03.com.sun:02:f6a6asdasd --portal 192.199.11.50:3260 --login
= Crash&Reboot
Comment: [root@xenserver ~]# iscsiadm --version iscsiadm version 2.0-754
I can use the initiator from open-scsi with opensolaris with this version: initiator:~# iscsiadm --version iscsiadm version 2.0-865
Any suggestions? Please help!
Best Regards, |