>>> On 6/5/2015 at 10:45 AM, "Dazzo, Matt" <[email protected]> wrote: > I am executing the redhat exec on zvm to install RHEL 6.6 and got the below > messages. I believe this relates back to my RHEL6.CONF file and the > subchannels line. When I autolog TCPIP 908,909,90A are the devices that are > started. This the device definition in my system.config file. (define vswitch > vsw1 rdev 090B). I can access vm with 3270 and I can connect via ftp. Any > help is appreciated.
What real devices your VSWITCH is using is completely irrelevant to any of the guests that connect to it. For your guest, you need to have a virtual NIC defined, either via a NICDEF in USER DIRECT for it, or via a CP DEFINE NIC command in something like PROFILE EXEC. Whatever virtual device numbers you use for the virtual NIC are what you specify in your RHEL6.CONF file. (Note that each and every guest connecting to the VSWITCH can use the exact same virtual device numbers, since they're not real devices.) Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
