- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing Auto Neg Parameter thru SAM
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
03-05-2003 04:40 PM
03-05-2003 04:40 PM
I have to change the Auto Negotiate parameter and the speed of the Network Interface Card which is in state enabled. I am not able to do thru SAM as these parameters are not highlighted . What can be the other way to do this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:49 PM
03-05-2003 04:49 PM
SolutionUse lanadmin command.
lanadmin -x 0
gives the speed of lan0.
lanadmin -X 100FD 0
will set the speed of lan0 to 100 Full Duplex Auto negotiation off. This is the recommended speed if you have 100 speed card.
The above is for 11.0 and above. For 10.20, you will need to find the nmid of the lancard. 'lanscan' can give you nmid corresponding to your lan device.
You also need to modify the corresponding file under /etc/rc.config.d/hp(type)conf. You will need to add the entries so that they will survive the reboot. type is dependent on the type of card you have. For gsc card, it will be /etc/rc.config.d/hpgsc100conf.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:53 PM
03-05-2003 06:53 PM
Re: Changing Auto Neg Parameter thru SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 09:08 PM
03-05-2003 09:08 PM
Re: Changing Auto Neg Parameter thru SAM
/etc/rc.config.d/hpbtlan
There are widely reported problems with auto negotiate on cisco switches and many HP-UX systems NIC cards.
I'm working on publishing an itrc paper on how it helped make an Ignite call last 4 weeks.
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
03-06-2003 05:37 PM
03-06-2003 05:37 PM
Re: Changing Auto Neg Parameter thru SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 07:22 PM
03-06-2003 07:22 PM
Re: Changing Auto Neg Parameter thru SAM
But remember though you have changed using lanadmin command this change will not be permanent unless you change in the file inside /etc/rc.config.d/hppci100conf or the related file depending what type of card you have. Other wise when next time you reboot your server the lan card will be set to previous settings.
Rajeev