[opensuse-autoinstall] autoyast and vlan
Hello Is there a resolution for installing vlan now ? We start the autoyast installation with bootcd and have to configure the vlan afterwards. But we want this to do automaticly. We try it to build a spezial initrd. Vlan is configured then but it is not working. The next Problem is, that we have to configure the vlan config after the first reboot again We configure vlan like this VLAN Konfiguration bei installation. Erst mal ganz normale installation über autoyast Wenn SUSE nach dem Installationserver fragt ALT F9 betätigen um eine Console zu bekommen. Dann den vlan treiber laden mit: modprobe 8021q wenn z.b. 3963 das Dialog vlan ist mit ifconfig eth0 auf irgendeine private ip legen. vconfig add eth0 3963 Das darduch erzeugte device muss jetzt mit der eigentlich Dialog IP konfiguriert werden. Die Route nicht vergessen. Danach mit F1 zurück in den Installationmodus wechseln und ganz normal installieren. Nach dem ersten boot möchte SUSE noch den Postinstall durchführen der auf die Nase fällt, dort muss leider das ganze noch mal gemacht werden. Nach Installation konfigurieren wir das Netz richtig über yast. (a)dd Device Type Bond ed(i)t Bond B(o)nd Slaves ( Die beiden eth Devices für das Bonding auswählen ) (a)dd Device Type VLAN con(f)iguration Name <VlanNummer> (N)ext Real Interface for (V)LAN bond0 und die IP konfigureren. Fertig Dirk Lohmann -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
2010/11/11 <Dirk.Lohmann@bertelsmann.de>:
Hello Is there a resolution for installing vlan now ?
If you refer to an old thread, please provide pointers. I guess you are talking about this thread? http://lists.opensuse.org/opensuse-autoinstall/2010-08/msg00024.html
We start the autoyast installation with bootcd and have to configure the vlan afterwards.
By bootcd, are you saying "opensuse install dvd" or "custom-made cd with autoyast profile"? Which (open)suse version are we talking about?
But we want this to do automaticly. We try it to build a spezial initrd. Vlan is configured then but it is not working.
What exactly does not work? The automation part, the initrd creation or bringing up the vlan?
The next Problem is, that we have to configure the vlan config after the first reboot again
I had that problem with my setup too (see my almost-working setup here: http://lists.opensuse.org/opensuse-autoinstall/2010-11/msg00006.html). In my case it helped to use two autoyast profiles, one very small one - also for bringing up the network, by the way - on a selfmade CD, and a second larger one on the network.
We configure vlan like this
VLAN Konfiguration bei installation.
Erst mal ganz normale installation über autoyast
What is "normal" in your case? Boot from CD with manually entered boot parameters?
Wenn SUSE nach dem Installationserver fragt ALT F9 betätigen um eine Console zu bekommen.
I'm not sure about the key combo, this is after having booted from the CD, within yast, right?
Dann den vlan treiber laden mit: modprobe 8021q wenn z.b. 3963 das Dialog vlan ist mit ifconfig eth0 auf irgendeine private ip legen. vconfig add eth0 3963 Das darduch erzeugte device muss jetzt mit der eigentlich Dialog IP konfiguriert werden. Die Route nicht vergessen.
If you know these values up front (and they are always the same) or can detect them programatically, you really could take my profiles and adjust them to your needs.
Danach mit F1 zurück in den Installationmodus wechseln und ganz normal installieren. Nach dem ersten boot möchte SUSE noch den Postinstall durchführen der auf die Nase fällt, dort muss leider das ganze noch mal gemacht werden.
If you do the patching stuff from my change-ns script, the settings will be saved to stage 2. If you dont want that or can't do that, you basically have to rescue the files with a chroot script from the stage1 ramdisk to the stage2 chroot (the docs on that is hidden in the "file" column here: http://www.suse.de/~ug/autoyast_doc/CreateProfile.Ask.html).
Nach Installation konfigurieren wir das Netz richtig über yast. (a)dd Device Type Bond ed(i)t Bond B(o)nd Slaves ( Die beiden eth Devices für das Bonding auswählen ) (a)dd Device Type VLAN con(f)iguration Name <VlanNummer> (N)ext Real Interface for (V)LAN bond0 und die IP konfigureren. Fertig
That looks like it is configurable via yast. Have you tried cloning a system that has been set up manually and using that snippet for installation? tty, 686f6c6d -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
686f6c6d
-
Dirk.Lohmann@Bertelsmann.de