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
06-11-2001 09:10 AM
06-11-2001 09:10 AM
When server boots the speed falls to half duplex. Why and How Do I resolve it??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 09:29 AM
06-11-2001 09:29 AM
Re: lanadmin
lanadmin MODE [ppa|nmid]
where MODE = 100FD
and you get your ppa or nmid from your lanscan for the card will allow you to change this on the fly (sorry if you already knew that).
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 09:35 AM
06-11-2001 09:35 AM
Re: lanadmin
I'd suggest that you explicitly set the speed and mode in the appropriate /etc/rc.config.d/ "conf" file.
For example, if your lan card's driver is 'btlan1' as seen in an ioscan (ioscan -fnk -C lan), then set:
# HP_BASET_SPEED=100FD
in /etc/rc.config.d/hpbasetconf
For a mapping of configuration files and card types see this:
http://techsolutions.hp.com/fe/configs.html#config_files
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 10:04 AM
06-11-2001 10:04 AM
Re: lanadmin
Do a lanscan to identify the card , the add it to /etc/rc.config.d.hpbase100conf , and then stop and start the net services from /sbin/init.d/net file.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 09:34 AM
06-12-2001 09:34 AM
Solutionif one side is hard-coded to a duplex setting - say full-duplex, and the other side is set to auto-negotiate, auto-neg will fail and the auto-neg side will go half-duplex.
so, make sure that both sides of a link are set the same way - either both auto, both half, or both full.
and i suppose it would not hurt to be on the latest patches for your driver(s) :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:53 AM
06-18-2001 06:53 AM
Re: lanadmin
Thanks folks.. That helped me a lot. You won your points.!