Re: Network card speed

2012-06-20 Thread Mauro Souza
I use this trick to determine the real speed of any connection:

On guest 192.168.0.2:
nc -l  > /dev/null

(on some distros, nc is called netcat, so check if it's installed)

On guest 192.168.0.3:
dd if=/dev/zero bs=1M count=64 | nc 192.168.0.2 

This will dump 64MB of zeros over the network and show the speed after it.
Try this between your guests on the same guest lan, and with a guest and an
external host.

Mauro
http://mauro.limeiratem.com - registered Linux User: 294521
Scripture is both history, and a love letter from God.


2012/6/20 Ron Foster 

> Victor,
>
> The output you included showed that Linux thinks this is Guestlan QDIO
> connection.  I always thought that between the Linux guests and the
> VSWITCH, you used the QDIO protocol.  And from the SHARE presentations that
> I have attended, that if you have settings like correct MTU sizes, that
> this protocol is very fast.  (I don't have a presentation handy at the
> moment, but it think I remember that the speed that this protocol can
> operate at is much faster than the OSA adapter can send it out over the
> wire.)
>
> Ron Foster
>
> Baldor Electric Company
>
> 5711 R S Boreham Jr Street
>
> Fort Smith, AR 72901
>
> Phone:479-648-5865
>
> Fax:479-646-5440
>
> Email: ron.fos...@baldor.abb.com
>
> www.baldor.com
>
>
>
> 
> From: Linux on 390 Port [LINUX-390@VM.MARIST.EDU] on behalf of Victor
> Echavarry Diaz [vechava...@evertecinc.com]
> Sent: Wednesday, June 20, 2012 10:56 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: Network card speed
>
> Ron:
> Is through VSWITCH. The OSA is Gb speed. The issue is we use velocity to
> monitor it show the guest with 100 Mbs. You go to the SLES 11 and with
> ethtool show 1Gb card speed. So, we need a utility to confirm which is the
> real speed inside the guest.
> Regards,
> Victor Echavarry
> System Programmer
> Technology Systems & Operations Division
> EVERTEC
>
>
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ron
> Foster
> Sent: Wednesday, June 20, 2012 11:43 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: Network card speed
>
> Victor,
>
> How do the guests attach to this OSA card?
> Is it through a VSWITCH?
>
> Also, the network folks who control the switch that the OSA card is
> attached to should be able to tell
> you the speed at which the connection from the switch to the OSA adapter
> is operating.
>
> Ron Foster
>
> Baldor Electric Company
>
> 5711 R S Boreham Jr Street
>
> Fort Smith, AR 72901
>
> Phone:479-648-5865
>
> Fax:479-646-5440
>
> Email: ron.fos...@baldor.abb.com
>
> www.baldor.com
>
>
>
> 
> From: Linux on 390 Port [LINUX-390@VM.MARIST.EDU] on behalf of Victor
> Echavarry Diaz [vechava...@evertecinc.com]
> Sent: Wednesday, June 20, 2012 10:27 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: Network card speed
>
> Ursula:
> This is my output
> # lsqeth eth0
> Device name : eth0
> -
>card_type   : GuestLAN QDIO
>cdev0   : 0.0.0360
>cdev1   : 0.0.0361
>cdev2   : 0.0.0362
>chpid   : 23
>online  : 1
>portno  : 1
>route4  : no
>route6  : no
>checksumming: sw checksumming
>state   : UP (LAN ONLINE)
>priority_queueing   : always queue 2
>fake_ll : 0
>fake_broadcast  : 0
>buffer_count: 16
>add_hhlen   : 0
>layer2  : 0
>    large_send  : no
>
> Regards,
> Victor Echavarry
> System Programmer
> Technology Systems & Operations Division
> EVERTEC
>
>
>
> -Original Message-
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of
> Ursula Braun
> Sent: Wednesday, June 20, 2012 11:14 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: Network card speed
>
> On Wed, 2012-06-20 at 09:15 -0400, Victor Echavarry Diaz wrote:
> > Ursula:
> > Which tool we have for SLES 10? Our majority of servers are on SLES 10.
>
> Victor,
>
> for SLES10 (and SLES11) you can derive the maximum speed from the
> card_type line in the output of
>lsqeth eth
> Once OSA-devices are online, it displays one of these values
>OSD_100
>OSD_1000
> 

Re: Network card speed

2012-06-20 Thread Ron Foster
Victor,

The output you included showed that Linux thinks this is Guestlan QDIO 
connection.  I always thought that between the Linux guests and the VSWITCH, 
you used the QDIO protocol.  And from the SHARE presentations that I have 
attended, that if you have settings like correct MTU sizes, that this protocol 
is very fast.  (I don't have a presentation handy at the moment, but it think I 
remember that the speed that this protocol can operate at is much faster than 
the OSA adapter can send it out over the wire.)

Ron Foster

Baldor Electric Company

5711 R S Boreham Jr Street

Fort Smith, AR 72901

Phone:479-648-5865

Fax:479-646-5440

Email: ron.fos...@baldor.abb.com

www.baldor.com




From: Linux on 390 Port [LINUX-390@VM.MARIST.EDU] on behalf of Victor Echavarry 
Diaz [vechava...@evertecinc.com]
Sent: Wednesday, June 20, 2012 10:56 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

Ron:
Is through VSWITCH. The OSA is Gb speed. The issue is we use velocity to 
monitor it show the guest with 100 Mbs. You go to the SLES 11 and with ethtool 
show 1Gb card speed. So, we need a utility to confirm which is the real speed 
inside the guest.
Regards,
Victor Echavarry
System Programmer
Technology Systems & Operations Division
EVERTEC



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ron Foster
Sent: Wednesday, June 20, 2012 11:43 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

Victor,

How do the guests attach to this OSA card?
Is it through a VSWITCH?

Also, the network folks who control the switch that the OSA card is attached to 
should be able to tell
you the speed at which the connection from the switch to the OSA adapter is 
operating.

Ron Foster

Baldor Electric Company

5711 R S Boreham Jr Street

Fort Smith, AR 72901

Phone:479-648-5865

Fax:479-646-5440

Email: ron.fos...@baldor.abb.com

www.baldor.com




From: Linux on 390 Port [LINUX-390@VM.MARIST.EDU] on behalf of Victor Echavarry 
Diaz [vechava...@evertecinc.com]
Sent: Wednesday, June 20, 2012 10:27 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

Ursula:
This is my output
# lsqeth eth0
Device name : eth0
-
card_type   : GuestLAN QDIO
cdev0   : 0.0.0360
cdev1   : 0.0.0361
cdev2   : 0.0.0362
chpid   : 23
online  : 1
portno  : 1
route4  : no
route6  : no
checksumming: sw checksumming
state   : UP (LAN ONLINE)
priority_queueing   : always queue 2
fake_ll : 0
fake_broadcast  : 0
buffer_count: 16
add_hhlen   : 0
layer2  : 0
large_send  : no

Regards,
Victor Echavarry
System Programmer
Technology Systems & Operations Division
EVERTEC



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ursula 
Braun
Sent: Wednesday, June 20, 2012 11:14 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

On Wed, 2012-06-20 at 09:15 -0400, Victor Echavarry Diaz wrote:
> Ursula:
> Which tool we have for SLES 10? Our majority of servers are on SLES 10.

Victor,

for SLES10 (and SLES11) you can derive the maximum speed from the
card_type line in the output of
lsqeth eth
Once OSA-devices are online, it displays one of these values
OSD_100
OSD_1000
OSD_10GIG

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/



-
CONFIDENTIALITY NOTE: This email communication and its attachments
contain information that are proprietary and confidential to
EVERTEC, INC., its affiliates or its clients.  They may not be
disclosed, distributed, used, copied or modified in any way without
EVERTEC, Inc.’s authorization. If you are not the in

Re: Network card speed

2012-06-20 Thread Ursula Braun
On Wed, 2012-06-20 at 11:27 -0400, Victor Echavarry Diaz wrote:
> Ursula:
> This is my output
> # lsqeth eth0
> Device name : eth0
> -
> card_type   : GuestLAN QDIO

Victor,

then you are running a virtual net interface connected to a z/VM VSWITCH
or GuestLAN. In this case Linux cannot provide a value for the maximum
speed - only for real OSA-devices added to Linux.

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Network card speed

2012-06-20 Thread Victor Echavarry Diaz
Ron:
Is through VSWITCH. The OSA is Gb speed. The issue is we use velocity to 
monitor it show the guest with 100 Mbs. You go to the SLES 11 and with ethtool 
show 1Gb card speed. So, we need a utility to confirm which is the real speed 
inside the guest.
Regards,
Victor Echavarry 
System Programmer
Technology Systems & Operations Division
EVERTEC



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ron Foster
Sent: Wednesday, June 20, 2012 11:43 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

Victor,

How do the guests attach to this OSA card?
Is it through a VSWITCH?

Also, the network folks who control the switch that the OSA card is attached to 
should be able to tell
you the speed at which the connection from the switch to the OSA adapter is 
operating.

Ron Foster

Baldor Electric Company

5711 R S Boreham Jr Street

Fort Smith, AR 72901

Phone:479-648-5865

Fax:479-646-5440

Email: ron.fos...@baldor.abb.com

www.baldor.com




From: Linux on 390 Port [LINUX-390@VM.MARIST.EDU] on behalf of Victor Echavarry 
Diaz [vechava...@evertecinc.com]
Sent: Wednesday, June 20, 2012 10:27 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

Ursula:
This is my output
# lsqeth eth0
Device name : eth0
-
card_type   : GuestLAN QDIO
cdev0   : 0.0.0360
cdev1   : 0.0.0361
cdev2   : 0.0.0362
chpid   : 23
online  : 1
portno  : 1
route4  : no
route6  : no
checksumming: sw checksumming
state   : UP (LAN ONLINE)
priority_queueing   : always queue 2
fake_ll : 0
fake_broadcast  : 0
buffer_count: 16
add_hhlen   : 0
layer2  : 0
large_send  : no

Regards,
Victor Echavarry
System Programmer
Technology Systems & Operations Division
EVERTEC



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ursula 
Braun
Sent: Wednesday, June 20, 2012 11:14 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

On Wed, 2012-06-20 at 09:15 -0400, Victor Echavarry Diaz wrote:
> Ursula:
> Which tool we have for SLES 10? Our majority of servers are on SLES 10.

Victor,

for SLES10 (and SLES11) you can derive the maximum speed from the
card_type line in the output of
lsqeth eth
Once OSA-devices are online, it displays one of these values
OSD_100
OSD_1000
OSD_10GIG

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/



-
CONFIDENTIALITY NOTE: This email communication and its attachments
contain information that are proprietary and confidential to
EVERTEC, INC., its affiliates or its clients.  They may not be
disclosed, distributed, used, copied or modified in any way without
EVERTEC, Inc.’s authorization. If you are not the intended
recipient of this email, you are not an authorized person.  Please
delete it and notify the sender immediately. EVERTEC, Inc. and its
affiliates do not assume any liability for damages resulting from
emails that have been sent or altered without their consent.
Moreover, EVERTEC, Inc. has taken precautions to safeguard its
email communications, but cannot assure that such is the case and
disclaim any responsibility attributable thereto.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Network card speed

2012-06-20 Thread Ron Foster
Victor,

How do the guests attach to this OSA card?
Is it through a VSWITCH?

Also, the network folks who control the switch that the OSA card is attached to 
should be able to tell
you the speed at which the connection from the switch to the OSA adapter is 
operating.

Ron Foster

Baldor Electric Company

5711 R S Boreham Jr Street

Fort Smith, AR 72901

Phone:479-648-5865

Fax:479-646-5440

Email: ron.fos...@baldor.abb.com

www.baldor.com




From: Linux on 390 Port [LINUX-390@VM.MARIST.EDU] on behalf of Victor Echavarry 
Diaz [vechava...@evertecinc.com]
Sent: Wednesday, June 20, 2012 10:27 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

Ursula:
This is my output
# lsqeth eth0
Device name : eth0
-
card_type   : GuestLAN QDIO
cdev0   : 0.0.0360
cdev1   : 0.0.0361
cdev2   : 0.0.0362
chpid   : 23
online  : 1
portno  : 1
route4  : no
route6  : no
checksumming: sw checksumming
state   : UP (LAN ONLINE)
priority_queueing   : always queue 2
fake_ll : 0
fake_broadcast  : 0
buffer_count: 16
add_hhlen   : 0
layer2  : 0
large_send  : no

Regards,
Victor Echavarry
System Programmer
Technology Systems & Operations Division
EVERTEC



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ursula 
Braun
Sent: Wednesday, June 20, 2012 11:14 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

On Wed, 2012-06-20 at 09:15 -0400, Victor Echavarry Diaz wrote:
> Ursula:
> Which tool we have for SLES 10? Our majority of servers are on SLES 10.

Victor,

for SLES10 (and SLES11) you can derive the maximum speed from the
card_type line in the output of
lsqeth eth
Once OSA-devices are online, it displays one of these values
OSD_100
OSD_1000
OSD_10GIG

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/
--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Network card speed

2012-06-20 Thread Victor Echavarry Diaz
Ursula:
This is my output
# lsqeth eth0
Device name : eth0
-
card_type   : GuestLAN QDIO
cdev0   : 0.0.0360
cdev1   : 0.0.0361
cdev2   : 0.0.0362
chpid   : 23
online  : 1
portno  : 1
route4  : no
route6  : no
checksumming: sw checksumming
state   : UP (LAN ONLINE)
priority_queueing   : always queue 2
fake_ll : 0
fake_broadcast  : 0
buffer_count: 16
add_hhlen   : 0
layer2  : 0
large_send  : no

Regards,
Victor Echavarry 
System Programmer
Technology Systems & Operations Division
EVERTEC



-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ursula 
Braun
Sent: Wednesday, June 20, 2012 11:14 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

On Wed, 2012-06-20 at 09:15 -0400, Victor Echavarry Diaz wrote:
> Ursula:
> Which tool we have for SLES 10? Our majority of servers are on SLES 10.

Victor,

for SLES10 (and SLES11) you can derive the maximum speed from the
card_type line in the output of
lsqeth eth
Once OSA-devices are online, it displays one of these values
OSD_100
OSD_1000
OSD_10GIG

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Network card speed

2012-06-20 Thread Ursula Braun
On Wed, 2012-06-20 at 09:15 -0400, Victor Echavarry Diaz wrote:
> Ursula:
> Which tool we have for SLES 10? Our majority of servers are on SLES 10.

Victor,

for SLES10 (and SLES11) you can derive the maximum speed from the
card_type line in the output of
lsqeth eth
Once OSA-devices are online, it displays one of these values
OSD_100
OSD_1000
OSD_10GIG

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Network card speed

2012-06-20 Thread Victor Echavarry Diaz
Ursula:
Which tool we have for SLES 10? Our majority of servers are on SLES 10.
Regards,
Victor Echavarry 
System Programmer
Technology Systems & Operations Division
EVERTEC


-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Ursula 
Braun
Sent: Wednesday, June 20, 2012 3:39 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Network card speed

On Tue, 2012-06-19 at 16:15 -0400, Victor Echavarry Diaz wrote:
> We have installed an OSA gigabit card. When we check the speed of any zlinux 
> guest attached to this OSA card velocity show 100Mbs instead of Gigabit. Is 
> there a tool or a command to check inside the zlinux guest the speed of the 
> card? We have z/vm 5.4 and z/linux 10SP4 and SLES 11SP1. I use ethtool and 
> show  no data available for eth0.
> Regards,
> Victor Echavarry
> System Programmer
> Technology Systems & Operations Division
> EVERTEC

Victor,

with SLES11 SP1 you can use "ethtool eth". This feature is not
available with SLES10 SP4.

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


-
CONFIDENTIALITY NOTE: This email communication and its attachments
contain information that are proprietary and confidential to
EVERTEC, INC., its affiliates or its clients.  They may not be
disclosed, distributed, used, copied or modified in any way without
EVERTEC, Inc.’s authorization. If you are not the intended
recipient of this email, you are not an authorized person.  Please
delete it and notify the sender immediately. EVERTEC, Inc. and its
affiliates do not assume any liability for damages resulting from
emails that have been sent or altered without their consent.
Moreover, EVERTEC, Inc. has taken precautions to safeguard its
email communications, but cannot assure that such is the case and
disclaim any responsibility attributable thereto.

Re: Network card speed

2012-06-20 Thread Ursula Braun
On Tue, 2012-06-19 at 16:15 -0400, Victor Echavarry Diaz wrote:
> We have installed an OSA gigabit card. When we check the speed of any zlinux 
> guest attached to this OSA card velocity show 100Mbs instead of Gigabit. Is 
> there a tool or a command to check inside the zlinux guest the speed of the 
> card? We have z/vm 5.4 and z/linux 10SP4 and SLES 11SP1. I use ethtool and 
> show  no data available for eth0.
> Regards,
> Victor Echavarry
> System Programmer
> Technology Systems & Operations Division
> EVERTEC

Victor,

with SLES11 SP1 you can use "ethtool eth". This feature is not
available with SLES10 SP4.

Regards, Ursula Braun, IBM Germany

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Network card speed

2012-06-19 Thread Victor Echavarry Diaz
We have installed an OSA gigabit card. When we check the speed of any zlinux 
guest attached to this OSA card velocity show 100Mbs instead of Gigabit. Is 
there a tool or a command to check inside the zlinux guest the speed of the 
card? We have z/vm 5.4 and z/linux 10SP4 and SLES 11SP1. I use ethtool and show 
 no data available for eth0.
Regards,
Victor Echavarry
System Programmer
Technology Systems & Operations Division
EVERTEC






-
CONFIDENTIALITY NOTE: This email communication and its attachments
contain information that are proprietary and confidential to
EVERTEC, INC., its affiliates or its clients.  They may not be
disclosed, distributed, used, copied or modified in any way without
EVERTEC, Inc.’s authorization. If you are not the intended
recipient of this email, you are not an authorized person.  Please
delete it and notify the sender immediately. EVERTEC, Inc. and its
affiliates do not assume any liability for damages resulting from
emails that have been sent or altered without their consent.
Moreover, EVERTEC, Inc. has taken precautions to safeguard its
email communications, but cannot assure that such is the case and
disclaim any responsibility attributable thereto.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu 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/


Re: Verify network card speed

2007-06-19 Thread Mark Post
>>> On Tue, Jun 19, 2007 at  3:13 PM, in message
<[EMAIL PROTECTED]>, David Kreuter
<[EMAIL PROTECTED]> wrote: 
-snip-
> So you need CMS and OSA/SF do to this. I can't think of a way to get this 
> info in a linux virtual machine, unless the
> card_type file when it returns OSD_xxx where x = 100 (I've seen that) means 
> something.

It should.  On a system connected to a VSWITCH, the value I get back is 
"GuestLAN QDIO"


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


Re: Verify network card speed

2007-06-19 Thread Clark, Douglas
I am not running z/VM and I don't have osa/sf running either (at least
that is what my co-worker tell me) so I guess the only way to know is to
use the HMC.  -  

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
David Kreuter
Sent: Tuesday, June 19, 2007 12:20 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed

... just using function 4 to read the config works in osa/sf. No need
for functions 12/13.
You learn something everyday if you want.
David

-Original Message-
From: Linux on 390 Port on behalf of Clark, Douglas
Sent: Mon 6/18/2007 7:51 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed
 
I have not had a chance to check the HMC; but I didn't see anything
using netstat 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Monday, June 18, 2007 2:09 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed

On Monday, 06/18/2007 at 01:43 MST, "Clark, Douglas"
<[EMAIL PROTECTED]> wrote:
> I was asked if I "can you verify you are set t o100/Full on your side"
> for my Linux LPAR; I have looked at the output from the hardware scan 
> and the sys log messages but I did not see anything that would show 
> that information / at least what I could understand from the data.
> The output from "ifstatus eth0" is here:

IIRC, this information is available in the OSA Advanced Functions of the
HMC or via z/OS queries (NETSTAT DEV, I think).

Alan Altmark
z/VM Development
IBM Endicott

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



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


Re: Verify network card speed

2007-06-19 Thread David Kreuter
... just using function 4 to read the config works in osa/sf. No need for 
functions 12/13.
You learn something everyday if you want.
David

-Original Message-
From: Linux on 390 Port on behalf of Clark, Douglas
Sent: Mon 6/18/2007 7:51 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed
 
I have not had a chance to check the HMC; but I didn't see anything
using netstat 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Monday, June 18, 2007 2:09 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed

On Monday, 06/18/2007 at 01:43 MST, "Clark, Douglas"
<[EMAIL PROTECTED]> wrote:
> I was asked if I "can you verify you are set t o100/Full on your side"
> for my Linux LPAR; I have looked at the output from the hardware scan 
> and the sys log messages but I did not see anything that would show 
> that information / at least what I could understand from the data.  
> The output from "ifstatus eth0" is here:

IIRC, this information is available in the OSA Advanced Functions of the
HMC or via z/OS queries (NETSTAT DEV, I think).

Alan Altmark
z/VM Development
IBM Endicott

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



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


Re: Verify network card speed

2007-06-19 Thread David Kreuter
wow - I just used OSA/SF - what a strange interface. But I guess if I got used 
to RACF -
Anyway OSA/SF does what you want.
As Alan also indicated you can get this info from the HMC, I did that, too.
I guess I prefer using OSA/SF.

I did function 12, 4, 13 (start managing, get configuration, stop managing) in 
OSADMIN1 via IOACMD EXEC.  I will maybe (or not) play with the GUI. But then 
again I don't like GUIs in the mainframe environs.

So you need CMS and OSA/SF do to this. I can't think of a way to get this info 
in a linux virtual machine, unless the
card_type file when it returns OSD_xxx where x = 100 (I've seen that) means 
something.

A simple NETSTAT query interface would be nice. But at least you can get the 
info.
David


-Original Message-
From: Linux on 390 Port on behalf of Clark, Douglas
Sent: Mon 6/18/2007 7:51 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed
 
I have not had a chance to check the HMC; but I didn't see anything
using netstat 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Monday, June 18, 2007 2:09 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed

On Monday, 06/18/2007 at 01:43 MST, "Clark, Douglas"
<[EMAIL PROTECTED]> wrote:
> I was asked if I "can you verify you are set t o100/Full on your side"
> for my Linux LPAR; I have looked at the output from the hardware scan 
> and the sys log messages but I did not see anything that would show 
> that information / at least what I could understand from the data.  
> The output from "ifstatus eth0" is here:

IIRC, this information is available in the OSA Advanced Functions of the
HMC or via z/OS queries (NETSTAT DEV, I think).

Alan Altmark
z/VM Development
IBM Endicott

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



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


Re: Verify network card speed

2007-06-18 Thread Clark, Douglas
I have not had a chance to check the HMC; but I didn't see anything
using netstat 

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Alan Altmark
Sent: Monday, June 18, 2007 2:09 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Verify network card speed

On Monday, 06/18/2007 at 01:43 MST, "Clark, Douglas"
<[EMAIL PROTECTED]> wrote:
> I was asked if I "can you verify you are set t o100/Full on your side"
> for my Linux LPAR; I have looked at the output from the hardware scan 
> and the sys log messages but I did not see anything that would show 
> that information / at least what I could understand from the data.  
> The output from "ifstatus eth0" is here:

IIRC, this information is available in the OSA Advanced Functions of the
HMC or via z/OS queries (NETSTAT DEV, I think).

Alan Altmark
z/VM Development
IBM Endicott

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


Re: Verify network card speed

2007-06-18 Thread Alan Altmark
On Monday, 06/18/2007 at 01:43 MST, "Clark, Douglas"
<[EMAIL PROTECTED]> wrote:
> I was asked if I "can you verify you are set t o100/Full on your side"
> for my Linux LPAR; I have looked at the output from the hardware scan
> and the sys log messages but I did not see anything that would show that
> information / at least what I could understand from the data.  The
> output from "ifstatus eth0" is here:

IIRC, this information is available in the OSA Advanced Functions of the
HMC or via z/OS queries (NETSTAT DEV, I think).

Alan Altmark
z/VM Development
IBM Endicott

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


Re: Verify network card speed

2007-06-18 Thread Adam Thornton

On Jun 18, 2007, at 3:43 PM, Clark, Douglas wrote:


I was asked if I "can you verify you are set t o100/Full on your side"
for my Linux LPAR; I have looked at the output from the hardware scan
and the sys log messages but I did not see anything that would show
that
information / at least what I could understand from the data.  The
output from "ifstatus eth0" is here:



Well, on Intel systems you'd generally do "ethtool eth0".

That didn't work so well on my Layer 3 Guest LAN, but maybe that's
not surprising:

[EMAIL PROTECTED]:~# ethtool eth0
Settings for eth0:
No data available


Adam

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


Verify network card speed

2007-06-18 Thread Clark, Douglas
I was asked if I "can you verify you are set t o100/Full on your side"
for my Linux LPAR; I have looked at the output from the hardware scan
and the sys log messages but I did not see anything that would show that
information / at least what I could understand from the data.  The
output from "ifstatus eth0" is here:

dvelnux1:/local # ifstatus eth0
eth0
eth0  configuration: qeth-bus-ccw-0.0.3200
eth0 is up
4: eth0:  mtu 1492 qdisc pfifo_fast qlen 1000
link/ether 00:02:55:89:0a:21 brd ff:ff:ff:ff:ff:ff
inet 10.128.24.233/24 brd 10.128.24.255 scope global eth0
inet6 fe80::2:5500:2189:a21/64 scope link
   valid_lft forever preferred_lft forever
eth0  IP address: 10.128.24.233/24
Configured routes for interface eth0:
  default 10.128.24.1 - -
  169.254.0.0 - 255.255.0.0 eth0
Active routes for interface eth0:
  10.128.24.0/24  proto kernel  scope link  src 10.128.24.233
  169.254.0.0/16  scope link
  default via 10.128.24.1
1 of 2 configured routes for interface eth0 up

But I don't see anything that tell me the speed or full / half duplex.
Did I miss something?

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