- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Force lan to 100FULL
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
07-27-2005 03:15 AM
07-27-2005 03:15 AM
I'ld like to know how can i force an ethernet lan 10/100 only to 100, like people say (100full), in a SO hp-ux 11.11. On GSP I have 3 choices ( 10, auto, 100). But I can't find that configuration on my SO. I think lanadmin don't resolve my question.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:19 AM
07-27-2005 03:19 AM
Re: Force lan to 100FULL
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=183037
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:22 AM
07-27-2005 03:22 AM
Re: Force lan to 100FULL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:26 AM
07-27-2005 03:26 AM
Re: Force lan to 100FULL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:31 AM
07-27-2005 03:31 AM
Solutionfor system NICs procedure is quite simple
1. Make sure Switch port the NIC is connected to is set to 100FD
2. run
ioscan -fnC lan
and determine your driver type for the interface. (let's say you found them to be btlan)
3. edit /etc/rc.config.d/hpbtlanconf
find or create a block referring to this NIC instance as follows
HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD
making sure index in square brackets is unique for each interface throughout this file. Save the file
4. run commands:
/sbin/init.d/hpbtlan stop
/sbin/init.d/hpbtlan start
5. verify the speed by running
lanadmin -x PPA_No
where PPA_No is 0 for lan0, 1 for lan1 and so on.
if you are talking about the speed of the GSP interface, I am not sure if you have any control over that one. As I hardly ever use it, and the stuff you do over GSP is so low volume, 10 Mbit is more than anyone can ever need on that thing in my opinion.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:53 AM
07-27-2005 03:53 AM
Re: Force lan to 100FULL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 05:09 AM
07-27-2005 05:09 AM
Re: Force lan to 100FULL
Just a word of caution.
UNIX because I majored in cryptology...