- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to modfy speed for LAN device
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 05:55 PM
11-01-2004 05:55 PM
I tried invokinp LANCP help, but I could NOT find anything helpful.
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:08 PM
11-01-2004 06:08 PM
Re: How to modfy speed for LAN device
What is the /media=twited ?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:16 PM
11-01-2004 06:16 PM
Re: How to modfy speed for LAN device
medit=twisted set RJ45 port; on some old alpha server there was the BNC connector too to you could set BNC instead twisted pair.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:20 PM
11-01-2004 06:20 PM
Re: How to modfy speed for LAN device
To see the device characteristics do
LANCP> show device /characteristics DEV
or
LANCP> show device /parameters DEV
You will see how the device is configured.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:23 PM
11-01-2004 06:23 PM
Re: How to modfy speed for LAN device
Does the SET command modify both the volatile and permanent database. I.E. when the system reboots will the new settings be kept with the set command?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:25 PM
11-01-2004 06:25 PM
Re: How to modfy speed for LAN device
SET. SET does the volatile, DEFINE does the
permanent.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:41 PM
11-01-2004 06:41 PM
Re: How to modfy speed for LAN device
So, in fact I have to enter he same command TWICE, once with SET and once with DEFINE? Is this correct?
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:46 PM
11-01-2004 06:46 PM
Re: How to modfy speed for LAN device
are required.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:46 PM
11-01-2004 06:46 PM
Re: How to modfy speed for LAN device
I should use:
define ewao /volatile
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 06:50 PM
11-01-2004 06:50 PM
Re: How to modfy speed for LAN device
Then again, if you can shut the machine down
you can "set ewa0_mode fastfd" at console
level.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 08:27 AM
11-02-2004 08:27 AM
Re: How to modfy speed for LAN device
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 05:13 PM
11-02-2004 05:13 PM
Re: How to modfy speed for LAN device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 06:16 PM
11-02-2004 06:16 PM
Re: How to modfy speed for LAN device
>>> set ewa0_mode FASTFD
under the SRM prompt ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 06:23 PM
11-02-2004 06:23 PM
Re: How to modfy speed for LAN device
That is fine, too and even required if you boot via a LAN interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 07:13 PM
11-02-2004 07:13 PM
Re: How to modfy speed for LAN device
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