- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp 9000 ethernet speed & duplex hp-ux 10.2
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
Discussions
Discussions
Discussions
Forums
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
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-02-2000 07:46 AM
тАО11-02-2000 07:46 AM
hp 9000 ethernet speed & duplex hp-ux 10.2
1. Tell the speed/duplex of lan0
2. Tell if auto-negotiate is enabled
3. Force to a specific speed/duplex
Specifically for a c100 and 735. Under Solaris, I can do all this with ndd. Is there a similar command in hp-ux? landiag gives only speed, not duplex.
Thx
-krp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 07:53 AM
тАО11-02-2000 07:53 AM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
Example, find the NMID of the card through the 'lanscan' command. Once determined, do the 'lanadmin -x $NMID' for the card. You may get the return - 'This option is not supported for this hardware'. If so, see if any patchesa exist for the HW. It may be that none exist.
You could also enter the 'lanadmin' command and go through the application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 07:55 AM
тАО11-02-2000 07:55 AM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
See 'lanadmin':
# lanadmin -x
# lanadmin -X
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 07:59 AM
тАО11-02-2000 07:59 AM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
Check out the lan config file to hard set properties.
# cd /etc/rc/config.d
For example hpbasetconf, hpgsc100conf, hpeisaconf. One of these corresponds to the card you have installed. Use ioscan -fnC lan to check the the bus/driver info.
Then look for the entry for speed. Values used would be 10HD, 10FD, 100HD, 100FD. Where HD is half duplex, and FD is full duplex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 08:14 AM
тАО11-02-2000 08:14 AM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
1. "/usr/sbin/lanadmin" and "/usr/sbin/landiag" appear to be the exact same command (same date and filesize) and do not give duplex setting of the card.
I'm trying to diagnose a communication problem with the switch (lots of Ierrs and Oerrs from netstat -i). Switch is not under my control, but I'm told it's set to auto-negotiate. But why all the errors?
The same problem was solved on a Sun by forcing the card to 100/full; when in auto-negotiate mode, card went to 100/half with LOTS of Ierrs&Oers.
2. Assuming you meant /etc/rc.config.d, I have only hpetherconf file which does not contain any of the mentioned settings. Only HP_ETHER_INTERFACE_NAME[0], .._STATION_ADDRESS[0] and .._INIT_ARGS="HP_EHTER_STATION_ADDRESS".
More help please!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 08:52 AM
тАО11-02-2000 08:52 AM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
-s 0 = half duplex
-s 1 = full duplex
Maybe you need to check your lanadmin command, also. If it is an old version, check the patch database for the updated version. (If you supply your model and os, I can post the patch names here.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 01:11 PM
тАО11-02-2000 01:11 PM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 01:31 PM
тАО11-02-2000 01:31 PM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
We've found the same thing as Jerry -- I'd nail the speed and be done with it.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 01:54 PM
тАО11-02-2000 01:54 PM
Re: hp 9000 ethernet speed & duplex hp-ux 10.2
If you can tell me what kind of lan card and the driver you're using, I can tell you which config file.