- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change setting of lan card
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
08-01-2001 01:01 AM
08-01-2001 01:01 AM
I want to change the speed, duplex mode, autoneg of our server's lan card which running HP-UX 11.0. I do the process in sam but it show
"The driver specific script in /usr/sbin doesn't support the setting of Speed, Duplex and Autonegotiation parameters. Please obtain the latest configuration script or contact your support personnel for further assistance."
The parameters is dimmed and cannot be changed.
Does anyone know what is the problem ?
Best Regards,
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 01:16 AM
08-01-2001 01:16 AM
Re: Change setting of lan card
The LAN card probably is an internal 10BaseT card.
Check with "ioscan -fnClan"
If it is a Built-in with a lan2 driver 100Mb and full duplex is not supported. The newer models like the L and N class (PCI based) do have internal LAN cards that support 100FD. Systems like the K class don't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 01:31 AM
08-01-2001 01:31 AM
Re: Change setting of lan card
My server is the L2000 class and have two 4-ports pci lan card. I want to change individual setting of the port which beginning from lan1 to lan8.
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 02:17 AM
08-01-2001 02:17 AM
SolutionOK, those cards support 100FD. Check whether the driver software is installed using swlist:
A5506A B.11.00.01 PCI 4 PORT 100BASE-T/9000
If so, you can use lanadmin to set it to 100FD:
lanadmin -X 100FD [ppa nr]
retrieve the ppa nr from "lanscan"
lanadmin -x [ppa nr] shows the current setting.
PLease note that the ports on the switches should be 100FD as well !
Also you need to edit /etc/rc.config.d/hpbtlanconf to enable 100FD during boot time, just like this:
HP_BTLAN_INTERFACE_NAME[0]=lan1
HP_BTLAN_SPEED[0]=100FD
Good luck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 02:25 AM
08-01-2001 02:25 AM
Re: Change setting of lan card
Do you know why I can't change the setting in sam ?
Best regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 02:28 AM
08-01-2001 02:28 AM
Re: Change setting of lan card
How about setting the Autoneg parameter ?
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 02:57 AM
08-01-2001 02:57 AM
Re: Change setting of lan card
I don't know why it is not possible in SAM.
The possible settings are:
Valid types:10HD, 10FD, 100HD, 100FD, AUTO_ON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 07:29 AM
08-01-2001 07:29 AM