FYI,as I know it will come up eventually in this forum, so I've included an
example:

The system is 2.4.7, SuSE GA (10/30/01 kernel)

I have a hipersocket connection, 2 OSA GB express, and 1 OSA FEX installed
on my zSeries in 3 LPARS. To get them all working at the same time, I coded
the following (example from 1 LPAR):

In /etc/chandev.conf
      noauto
      add_parms,0x10,0x7e00,0x7e02,portname:HIPR7E00  # portnames for all entries must 
agree between hosts
      add_parms,0x10,0x4000,0x4002,portname:QDIO4000  # I happen in insert the device 
address for clarity
      add_parms,0x10,0x4300,0x4302,portname:QDIO4300
      add_parms,0x10,0x4d00,0x4d02,portname:QDIO4D00
      qeth0,0x7e00,0x7e01,0x7e02,4096           #Hipersocket - genned to a free channel
      qeth1,0x4000,0x4001,0x4002,0,0,polltime:0 #Gigabit Express - genned OSD
      qeth2,0x4300,0x4301,0x4302,0,0,polltime:0 #Gibabit Express - genned OSD
      qeth3,0x4d00,0x4d01,0x4d02,0,0,polltime:0 #FE Express - genned OSD
in /etc/modulles.conf
      alias hsi0 qeth
      alias eth1 qeth
      alias eth2 qeth
      alias eth3 qeth
in /etc/rc.config
      #
      # networking
      #
      # number of network cards: "_0" for one, "_0 _1 _2 _3" for four cards
      #
      # _0 - hsi0 - hipersocket 7E00
      # _1 - eth1 - VLAN1
      # _2 - eth2 - VLAN3
      # _3 - eth3 - VLAND
      #
      NETCONFIG="_0 _1 _2 _3"
      #
      # IP Adresses
      #
      IPADDR_0="10.32.254.11"
      IPADDR_1="10.32.81.10"
      IPADDR_2="10.32.82.10"
      IPADDR_3="10.32.90.140"
      #
      # network device names (e.g. "eth0")
      #
      NETDEV_0="hsi0"
      NETDEV_1="eth1"
      NETDEV_2="eth2"
      NETDEV_3="eth3"
      #
      IFCONFIG_0="10.32.254.11 broadcast 10.32.254.255 netmask 255.255.255.0 up"
      IFCONFIG_1="10.32.81.10 broadcast 10.32.81.255 netmask 255.255.255.0 up"
      IFCONFIG_2="10.32.82.10 broadcast 10.32.82.255 netmask 255.255.255.0 mtu 8992 up"
      IFCONFIG_3="10.32.90.140 broadcast 10.32.90.255 netmask 255.255.255.0 up"


To find IBM's redbook on hipersockets, go to http://www.ibm/com and search for 
redbooks.

Regards, Jim
Linux S/390-zSeries Support, SEEL, IBM Silicon Valley Labs
t/l 543-4021, 408-463-4021, [EMAIL PROTECTED]
*** Grace Happens ***

Reply via email to