- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpietherconf file and lan speed
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
09-04-2008 03:51 AM
09-04-2008 03:51 AM
On my new HP-UX 11.31 superdome, some of my interfaces are not staying at 100fd autoneg off after a reboot. I have iether lan cards and have read that I need to modify /etc/rc.config.d/hpietherconf to make these setting persist after a reboot. The interfaces that I need this done on are lan3, lan4 and lan5. Here is what my /etc/rc.config.d/hpietherconf looks like right now:
HP_IETHER_INTERFACE_NAME[0]=lan3
HP_IETHER_STATION_ADDRESS[0]=
HP_IETHER_SPEED[0]=100fd
HP_IETHER_MTU[0]=
HP_IETHER_FLOW_CONTROL[0]=
HP_IETHER_AUTONEG[0]=0
HP_IETHER_SEND_COAL_TICKS[0]=
HP_IETHER_RECV_COAL_TICKS[0]=
HP_IETHER_SEND_MAX_BUFS[0]=
HP_IETHER_RECV_MAX_BUFS[0]=
HP_IETHER_VMTU[0]=
HP_IETHER_ITR_MODE[0]=
HP_IETHER_SEND_CKO[0]=
HP_IETHER_RECV_CKO[0]=
HP_IETHER_DIAG_THRESH[0]=
HP_IETHER_INTERFACE_NAME[1]=lan4
HP_IETHER_STATION_ADDRESS[1]=
HP_IETHER_SPEED[1]=100fd
HP_IETHER_MTU[1]=
HP_IETHER_FLOW_CONTROL[1]=
HP_IETHER_AUTONEG[1]=0
HP_IETHER_SEND_COAL_TICKS[1]=
HP_IETHER_RECV_COAL_TICKS[1]=
HP_IETHER_SEND_MAX_BUFS[1]=
HP_IETHER_RECV_MAX_BUFS[1]=
HP_IETHER_VMTU[1]=
HP_IETHER_ITR_MODE[1]=
HP_IETHER_SEND_CKO[1]=
HP_IETHER_RECV_CKO[1]=
HP_IETHER_DIAG_THRESH[1]=
HP_IETHER_INTERFACE_NAME[2]=lan5
HP_IETHER_STATION_ADDRESS[2]=
HP_IETHER_SPEED[2]=100fd
HP_IETHER_MTU[2]=
HP_IETHER_FLOW_CONTROL[2]=
HP_IETHER_AUTONEG[2]=0
HP_IETHER_SEND_COAL_TICKS[2]=
HP_IETHER_RECV_COAL_TICKS[2]=
HP_IETHER_SEND_MAX_BUFS[2]=
HP_IETHER_RECV_MAX_BUFS[2]=
HP_IETHER_VMTU[2]=
HP_IETHER_ITR_MODE[2]=
HP_IETHER_SEND_CKO[2]=
HP_IETHER_RECV_CKO[2]=
HP_IETHER_DIAG_THRESH[2]=
# End of hpietherconf configuration file
Does this look right?
Thanks in advance for your help
Pam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 04:03 AM
09-04-2008 04:03 AM
Re: hpietherconf file and lan speed
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 04:25 AM
09-04-2008 04:25 AM
Re: hpietherconf file and lan speed
# HP_IETHER_SPEED Change the speed/duplexity for 100Base-T or
# 1000Base-T cards.
# Valid values are: 10hd 10fd 100hd 100fd auto_on
so I think it may be lowercase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 04:28 AM
09-04-2008 04:28 AM
Re: hpietherconf file and lan speed
Pete
Pete