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
05-08-2006 02:52 AM
05-08-2006 02:52 AM
how should i set network speed for nic as 100 full duplex temproarily as well as i would like to know how to set as permanently.
please advice.
thanks for the help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:00 AM
05-08-2006 03:00 AM
SolutionIt depends on the system.
/etc/rc.config.d/hpbtlanconf
Is a place you can hardcode the speed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:05 AM
05-08-2006 03:05 AM
Re: network
# lanscan
# lanadmin -X 100FD "ppa number"
permanent change
edit the corresponding configuration file in the /etc/rc.config.d/ directory (attachment).
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:06 AM
05-08-2006 03:06 AM
Re: network
You can use sam or lanadmin to configure...
To set permanently would be in a file in /etc/rc.config.d and depends on your car model...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:08 AM
05-08-2006 03:08 AM
Re: network
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:21 AM
05-08-2006 03:21 AM
Re: network
But you could also go interactively by typing lanadmin
after entering lanadmin, if you type display, it will show you the PPA number, the driver and speed...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 03:56 AM
05-08-2006 03:56 AM
Re: network
I have only one more clarification, thanks for your time in advance.
Here is the parameters specified in the hpbtlanconf of my server
HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=?
HP_BTLAN_SPEED[0]=100FD
HP_BTLAN_MTU[0]=?
Not sure what should i specify for station address and mtu.please advice.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 04:09 AM
05-08-2006 04:09 AM
Re: network
you don't need to specify this.
Let it empty.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 04:09 AM
05-08-2006 04:09 AM
Re: network
HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD
HP_BTLAN_MTU[0]=1500
You can set HP_BTLAN_STATION_ADDRESS empty, the hardware(MAC) address will be automatically set after a reboot.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 04:14 AM
05-08-2006 04:14 AM
Re: network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 05:04 AM
05-08-2006 05:04 AM
Re: network
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 08:53 AM
05-08-2006 08:53 AM
Re: network
Thanks for all your replies , were really helpful .
How do i set the autoneg on on the server , it turned off by itself.
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 08:58 AM
05-08-2006 08:58 AM
Re: network
# lanadmin -X 100FD 100 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:13 AM
05-08-2006 09:13 AM
Re: network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:22 AM
05-08-2006 09:22 AM
Re: network
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:33 AM
05-08-2006 09:33 AM
Re: network
Then the network switch should also hardcoded to 100FD ,right. so that there is no negosiation. speed and duplex set to 100 FD.
thank you for all your help.