Hi,
On 11/18/2013 11:53 AM, Thomas Fehr wrote:
On Mon, Oct 28, Floris Bos / Maxnet wrote:
But it does not seems to work and shows "device '' not found by storage backend" in Yast.
Also tried not specifying an iSCSI section and passing the information through the iBFT in the hope that the installer picks it up automatically (which does work for other OS like CentOS and Windows Server), with the same result.
[...]
If the iscsi setup is done via iBFT on the other hand, it should work. In this case you should not need a <iscsi-client> section on autoyast profile at all since the iscsi disk is integrated into the system via Network card BIOS and should be available to autoyast like a physical disk. Could you provide me with the content of /var/log/YaST2 of such an installation attempt, so that I can check what is wrong. Unfortunatly I do not have a iBFT capable newtork card in one of my test systems.
Will get you the log files later (currently not at the right location)
Regarding the iBFT capable network card: I am not using any special network card either, but am creating the iBFT in software by booting iPXE ( http://www.ipxe.org/ ) first, and creating the iBFT using a script along the lines of:
== #!ipxe set initiator-iqn initiator-iqn set username my-username set password my-password set keep-san 1 set skip-san-boot 1 sanboot iscsi:1.2.3.4::3260::my-target-iqn kernel http://webserver-containing-opensuse/boot/x86_64/loader/linux textmode=1 install=http://webserver-containing-opensuse autoyast=https://my-webserver/autoyast-generating-script.php initrd http://webserver-containing-opensuse/boot/x86_64/loader/initrd boot ==
That works for other OSes, which search for the iBFT table left at a known memory region by iPXE and use the information. (they either call "iscsistart -b" which uses the information to connect automatically, or they modprobe iscsi_ibft, and query the information through /sys)