- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- changing to full duplex requires reboot?
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
03-12-2002 09:54 AM
03-12-2002 09:54 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:00 AM
03-12-2002 10:00 AM
SolutionYou should be able to enter
lanadmin -X 100FD
The above w/change it to 100 full duplex. Use nmid or ppa depending on which platform your on.
To make permanent these changes, just make the entries in your /etc/rc.config.d/
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbc3eec08252fd611abd50090277a778c,00.html
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:02 AM
03-12-2002 10:02 AM
Re: changing to full duplex requires reboot?
Forgot to mention...make sure your auto-negotiation is OFF. And always make sure the port switch is set the same. I have gotten burned by switches that got reset to half duplex with auto on. - so whenever you see your network having trouble always make sure both ends are set the same.
Rgrds,
Rita
....all done now...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:23 AM
03-12-2002 10:23 AM
Re: changing to full duplex requires reboot?
But kame sure you have changed the settings in proper files so it could take effect during next reboot.
look for file in /etc/rc.config.d/hp*
lanadmin -X speed nmid to change it on the fly
ex lanadmin -X 100FD 2
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:51 AM
03-12-2002 10:51 AM
Re: changing to full duplex requires reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:09 AM
03-12-2002 11:09 AM
Re: changing to full duplex requires reboot?
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:32 AM
03-12-2002 11:32 AM
Re: changing to full duplex requires reboot?
Usually you'll be fine to use lanadmin -X "on the fly". However, I have had lanadmin hang before when the switch port was still configured to autoneg.
I've never had a problem changing from 100HD to 100FD on the server if the switch was already forced to 100FD (not autoneg).
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:43 AM
03-12-2002 11:43 AM
Re: changing to full duplex requires reboot?
Hi,
I have done this many times, never needed a reboot. Can be done on the fly. Make sure you get the settings right and also note that there will be a small moment (couple of minutes), when the network connection on the port will freeze while the change is on.
That's why if you have another lan port on the system, you can login through that port and issue the command. Not a big deal, but helps.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:49 AM
03-12-2002 11:49 AM
Re: changing to full duplex requires reboot?
You can do the change through SAM and the change will be recorded in the configuration file and sam will restart the network. So you don't need a reboot. If you use lanadmin to make the change, you'll have to edit the corresponding configuration file manually. If you don't do so, the change will be lost on a reboot. Lanadmin changes are temporary and are lost on reboot.
So i would suggest, you try to make the change using SAM, this will modify the required configuration file and you won't have to edit anything manually.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 07:08 PM
03-12-2002 07:08 PM
Re: changing to full duplex requires reboot?
One other thing, I am using an ethernet card, and I noticed in /etc/rc.config.d there was a file called hpetherconf. Do I need to update this also? I don't think so.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 07:37 PM
03-12-2002 07:37 PM
Re: changing to full duplex requires reboot?
No. The only file that needs updating in this
instance is the /etc/rc.config.d/hpbase100conf
file.
-Michael