Operating System - OpenVMS
1752794 Members
6741 Online
108789 Solutions
New Discussion юеВ

Re: How to modfy speed for LAN device

 
SOLVED
Go to solution
David B Sneddon
Honored Contributor

Re: How to modfy speed for LAN device

That was the other way of doing it.
Then again, if you can shut the machine down
you can "set ewa0_mode fastfd" at console
level.

Dave
John Gillings
Honored Contributor

Re: How to modfy speed for LAN device

A warning about setting LAN speeds!

Most modern switches (especially unmanaged ones) use autonegotiation to determine their settings. The protocol does NOT work if the host port is hard set. The switch will be able to identify the speed, but cannot identify the duplex setting, and will therefore choose HALF DUPLEX.

The mismatch won't be noticed for low levels of activity, but will cause random packets to be dropped when the network is pushed harder. This manifests as numerous different symptoms, mostly reduced performance.

So, if you connect your OpenVMS system to an unmanaged switch you MUST set the host port to AUTONEGOTIATE. If you wish to choose a particular setting, like 100 FULL DUPLEX, then you MUST set the switch port to the same setting as the host.

The latest LAN patches (post September 2004) contain code to detect a duplex mismatch and issue an OPCOM warning. This doesn't fix the mismatch. If you see the warning, you need to take steps to resolve it by changing the settings on the host and/or switch so they match.
A crucible of informative mistakes
Uwe Zessin
Honored Contributor

Re: How to modfy speed for LAN device

Good point. If possible I try to do a little 'load test' with DTSEND or TCPIP$TTCP to find out of throughput is within a reasonable range.
.
Didier Ravagli
New Member

Re: How to modfy speed for LAN device

And what about the command
>>> set ewa0_mode FASTFD
under the SRM prompt ?
Uwe Zessin
Honored Contributor

Re: How to modfy speed for LAN device

You mean what David Sneddon suggested yesterday?

That is fine, too and even required if you boot via a LAN interface.
.
Antoniov.
Honored Contributor

Re: How to modfy speed for LAN device

Chaim,
if you will set autonegotiation to make simple your work you can type in SRM
>>> set ewa0_mode auto
or in vms
$ MCR LANCP SET DEVICE EWA0 /AUTO
this option always works with switch; usually switch and NIC use 100Mbs and Half Duplex.
As John posted, switch and NIC have some trouble if you dont't set both in the same way.

Antonio Vigliotti
Antonio Maria Vigliotti