SLES9 on z/VM, autoyast and <dasd> section
Dear all, We're trying to setup an SLES9 SP3 system on a z/VM guest with autoyast. We would like to pre-defined an autoinst.xml file. It looks like the <dasd>...</dasd> section is mandatory since autoyast does not get the dasd hardware settings "on the fly". Unfortunately we don't know the mdisk id a priori, so that we currently are modifying the autoinst.xml file manually for every system with a different mdisk id. Replacing the autoinst.xml file with a new one during the pre-installation step (as described in the SLES documentation) does not work since hardware detection is done before pre-installation. Simply omiting the <dasd>...</dasd> section did not work since yast stops working after hardware detection since it does not detect any disk to install the system on. I tried to add a dasd= (resp. DASD=) parameter to the parmfile but it doesn't help detecting the disks. Does anybody know what we could do to omit that <dasd>...</dasd> section from the autoinst.xml file? Can we specify the mdisk id in that section with a placeholder? Or has it really to be hardcoded in the autoinst.xml file? [...] <dasd> <devices config:type="list"> <listentry> <channel_id>0.0.0150</channel_id> <diag config:type="boolean">false</diag> <format config:type="boolean">true</format> </listentry> </devices> </dasd> [...] Mit freundlichen Gruessen/Kind regards Kai Dusek
On Monday 10 April 2006 18:56, Kai Dusek wrote:
We're trying to setup an SLES9 SP3 system on a z/VM guest with autoyast. We would like to pre-defined an autoinst.xml file.
Unfortunately we don't know the mdisk id a priori, so that we currently are modifying the autoinst.xml file manually for every system with a different mdisk id.
I don't know what that "mdisk id a priori" is that a part of the profile? I don't see it in the pasted profile fragment.
Does anybody know what we could do to omit that <dasd>...</dasd> section from the autoinst.xml file? Can we specify the mdisk id in that section with a placeholder? Or has it really to be hardcoded in the autoinst.xml file?
Have you tried a custom rule? -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
On Monday 10 April 2006 18:56, Kai Dusek wrote:
We're trying to setup an SLES9 SP3 system on a z/VM guest with autoyast. We would like to pre-defined an autoinst.xml file.
Unfortunately we don't know the mdisk id a priori, so that we currently are modifying
Uwe Gansert <ug@suse.de> wrote on 11.04.2006 18:14:28: the
autoinst.xml file manually for every system with a different mdisk id.
[...]
Have you tried a custom rule?
Custom rules doesn't help us since we cannot assume _any_ dasd channel id - so (that is my understanding) we would have to provide 2^16 different custom xml profiles (one for each dasd id 0000-FFFF). Mit freundlichen Gruessen/Kind regards Kai Dusek
On Tuesday 11 April 2006 20:52, Kai Dusek wrote:
Have you tried a custom rule?
Custom rules doesn't help us since we cannot assume _any_ dasd channel id - so (that is my understanding) we would have to provide 2^16 different custom xml profiles (one for each dasd id 0000-FFFF).
okay then you can configure a webserver in a way, that it holds a CGI script that analyses the URL that was called and creates such a dasd section on the fly. Of course you have to use http then for fetching the profile. But anyway, since you are already using a patched driverupdate (SP3 has no DASD support if I remember correctly, so you must be using a patch for the installation system I did a while ago for some other IBM guys). Could you test another patch for SLES9SP3? Then I'll try to fix that for SLES10 and SP4 of SLES9. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
participants (2)
-
Kai Dusek
-
Uwe Gansert