I have made myself some how-to doc on this, and i have SLES 8 running on s390x. Here 
is my Doc, it is very short really.
of course you will have to change the device id's and such to fit your configuration.


                Hipersockets Configuration

1. First add an alias to the hipersocket in /etc/modules.conf
using vi open up /etc/modules.conf and at the end of the file add the following
                        #  alias hsi1 qeth
2. Second add the following to the bottom of the file /etc/chandev.conf
        
                #  noauto;qeth1,0xed04,0xed05,0xed06,8192
        
        Address ed04 is the read control I/O device, address ed05 is the write control 
I/O device, and address ed06 is the data exchange device. 

3. Refresh /proc/chandev with the following command

                #  echo reset_conf\;read_conf > /proc/chandev

4. Configure network with ifconfig

#  ifconfig hsi1 IP_ADDRESS netmask NETMASK_ADDRESS broadcast BROADCAST_ADDRESS up


Cameron Seader
Idaho Power




-----Original Message-----
From: James Melin [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 7:58 AM
To: [EMAIL PROTECTED]
Subject: Re: Attempting to get hipersockets configured in Linux


Are there any SLES-8 specific hipersockets documentation out there?




             "Lucius, Leland"
             <[EMAIL PROTECTED]
             olab.com>                                                  To
             Sent by: Linux on         [EMAIL PROTECTED]
             390 Port                                                   cc
             <[EMAIL PROTECTED]
             IST.EDU>                                              Subject
                                       Re: Attempting to get hipersockets
                                       configured in linux
             05/27/2004 08:37
             AM


             Please respond to
             Linux on 390 Port
             <[EMAIL PROTECTED]
                 IST.EDU>






>
> in /etc/rc.config (which was blank)
>
>
> pepin:/ # more /etc/rc.config
> NETCONFIG="_0 _1"
> IPADDR_1="192.168.252.13"
> NETDEV_1="hsi1"
> IFCONFIG_1="192.168.252.13 netmask 255.255.255.0"
>
> For this linux guest the hipersocket address assigned is
> 192.168.252.13 as opposed to the example having 192.0.1.60.
>
In SLES8, this stuff would go in /etc/sysconfig/network/ifcfg-hsi1
instead of rc.config and would look more like:

BOOTPROTO='static'
STARTMODE='ONBOOT'
IPADDR='192.168.252.13'
NETMASK='255.255.255.0'
NETWORK='192.168.252.0'
BROADCAST='192.168.252.255'

Leland

----------------------------------------------------------------------
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 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



[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law.  If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format.  
Thank you.   A2

----------------------------------------------------------------------
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

Reply via email to