Along with what Rob wrote regarding the options parameter for netiucv, you would then issue the "ifup iucv0" command to activate the interface. Note that in the "iucv=TCPIP" parameter that "TCPIP" is the name of the VM guest (or service machine) on the other end of the connection, and _not_ anything like a TCP/IP hostname (as would be defined in /etc/HOSTNAME). It's whatever the guest name is as known to VM.
Mark Post -----Original Message----- From: Herve Bonvin [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 06, 2002 4:03 AM To: [EMAIL PROTECTED] Subject: Re: Problem with redhat 7.2 and iucv Thanks, I think whith these solutions I can handle the editing of /etc/modules.conf now, what should I write in this file. Something like "alias iucv0 iucv" ?? and which commands or utilities should I run afterward ? Regards, Herve -----Message d'origine----- De: Stefan Gybas [mailto:[EMAIL PROTECTED]] Date: vendredi, 4. janvier 2002 13:40 �: [EMAIL PROTECTED] Objet: Re: Problem with redhat 7.2 and iucv Alan Cox wrote: >>Try to update /etc/modules.conf with "ed" from x3270 screen. Have lot of fun! >>:-)) Heinz > echo "whatever" >>/etc/modules.conf tends to be simpler 8) Or if you need to change a line you can use something like perl -p -i -e "s/foo/bar/" /etc/modules.conf Regards, Stefan Gybas
