- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing network card to full duplex
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
08-24-2000 05:44 AM
08-24-2000 05:44 AM
Changing network card to full duplex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 05:49 AM
08-24-2000 05:49 AM
Re: Changing network card to full duplex
edit the file /etc/rc.config.d/hpsppci100conf and change the line;
HP_SPPCI100_DUPLEX[0]=FULL
and reboot your server. You will need to ensure the network device it connects to (hub/switch) also has full duplex set on the port its plugged into.
Depending on what 100Mb network card you have this file may be called something slightly different, but it should have a 100 in its name. Do a>
grep -i duplex /etc/rc.config.d/* and you will see the file you need to edit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 05:49 AM
08-24-2000 05:49 AM
Re: Changing network card to full duplex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 06:00 AM
08-24-2000 06:00 AM
Re: Changing network card to full duplex
A common return to the command is "hardware not supported for this option". This will go away if you are patched. Depending on the drivers in use will depend on the patches you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2000 07:31 AM
08-24-2000 07:31 AM
Re: Changing network card to full duplex
will work until reboot. The instance number can be found from lanscan.
To make the change permanent, edit the appropriate configuration file and set the speed/duplex setting. The configuration file will differ depending upon which type of NIC you have (HPPB, HSC, EISA). It will be found in /etc/rc.config.d and will have a form like "hpbase100conf" or "hpeisabtconf".