- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC setting
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-01-2004 03:51 AM
03-01-2004 03:51 AM
The card shows as
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 8/16/6 lan2 CLAIMED INTERFACE Built-in LAN
/dev/diag/lan0 /dev/i4target
/dev/ether0 /dev/lan0
Checked SAM and the speed shows 10HD. I wish to change to 10FD. SAM does not allow a change and neither does landmin -x / -X
This card is I the built in LAN card on a D370 running 10.20.
Are there any patches I could get to allow 10FD speed ?
Thanks
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:02 AM
03-01-2004 04:02 AM
Re: NIC setting
Run 'lanadmin -X 100FD 0' and see the error. If it says "hardware does not support.." then it doesn't.
The built-in lan of D370 supports only 10HD I believe.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:13 AM
03-01-2004 04:13 AM
Re: NIC setting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:14 AM
03-01-2004 04:14 AM
Re: NIC setting
The only thing you can try is setting in /etc/rc.config.d/hpbtlanconf
Its likely to produce an error and no network connectivity so make sure you have a console or something hung off the box.
I thought that card can go full duplex though, so I'd look at the switch setting as a possible impediment.
Attaching my hpbtlanconf, use it with care and a backout plan. Note mine is an example on a 100 BT card, modify appropriately.
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-01-2004 04:21 AM
03-01-2004 04:21 AM
Re: NIC setting
I think it may only support 10HD, as when I try
# lanadmin -x 4
Error: This option is not supported for this hardware.
Have not actually tried a large -X yet as the machine is not local to the office !
Just wondered if there were any patches.
I have not got a hpbtlanconf file either !
May have to get a new card !
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:30 AM
03-01-2004 04:30 AM
Re: NIC setting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:31 AM
03-01-2004 04:31 AM
Solutionhttp://docs.hp.com/hpux/pdf/A3262-90013.pdf
Try the lanadmin command
lanadmin -X 10FD 0
If it fails - then it is not supported....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:52 PM
03-01-2004 07:52 PM
Re: NIC setting
Paul