- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting lan speed/duplex on HP 10.20
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
09-09-2007 12:21 AM
09-09-2007 12:21 AM
Setting lan speed/duplex on HP 10.20
I am wondering if there is any way to set the speed/duplex on lan cards over HP UX 10.20.
Tried lanadmin but does not wor :-( and can not use SAM.
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 01:14 AM
09-09-2007 01:14 AM
Re: Setting lan speed/duplex on HP 10.20
Then you are out of luck.
sam or lanadmin are the tools.
I bet the landadmin -X command is giving you a core dump.
If you try and change the speed on the built in lan card on many hp-9000 servers, you get a core dump because these built in NIC's can't change speed.
Please provide the lanadmin error message to confirm.
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
09-09-2007 01:22 AM
09-09-2007 01:22 AM
Re: Setting lan speed/duplex on HP 10.20
If I recall correctly, you can't dynamically set the duplex on 10.20. You will need to edit the appropriate '/etc/rc.config.d' configuration file instead --- or use SAM. A restart of the networking services (or a reboot) will be required to affect the change.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 02:29 AM
09-09-2007 02:29 AM
Re: Setting lan speed/duplex on HP 10.20
"If you try and change the speed on the built in lan card on many hp-9000 servers, you get a core dump because these built in NIC's can't change speed."
==> Does this means the built in CORE IO card card operate just at 100 Mbps Full Duplex (HP 9000 K360 server) ?
"You will need to edit the appropriate '/etc/rc.config.d' configuration file instead"
==> Is it netconf file or another file ??
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 02:36 AM
09-09-2007 02:36 AM
Re: Setting lan speed/duplex on HP 10.20
The built in NIC card maxes out at 10 BaseT half duplex on that model, if I'm not mistaken.
You can look up the spec's on http://docs.hp.com
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
09-09-2007 03:34 AM
09-09-2007 03:34 AM
Re: Setting lan speed/duplex on HP 10.20
Mark2010,
Do you have addtional lan card other than core IO lan card ?
please paste your lanscan/ ioscan -fnC lan output of your 10.20 server, to see what kind of lan card and driver it used.
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 07:46 AM
09-09-2007 07:46 AM
Re: Setting lan speed/duplex on HP 10.20
I will try tomorow, and post the printout.
don't worry, I am used to assign points when get tips, you can check my history :-))
Kind Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 08:32 AM
09-09-2007 08:32 AM
Re: Setting lan speed/duplex on HP 10.20
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1042562
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 12:21 AM
09-11-2007 12:21 AM
Re: Setting lan speed/duplex on HP 10.20
lanadmin -X 100FD nmid
You can find the nmid with lanscan.
On my systems, I use J3516A with btlan4 driver. In 10.20, btlan4 driver is configured through the /etc/rc.config.d/hpgsc100conf file with the following parameters:
HP_GSC100_INTERFACE_NAME[n]=xxx
HP_GSC100_INTERFACE_SPEED[n]=100FD
HP_GSC100_STATION_ADDRESS[n]=xxx
The last one is optional.
The speed parameter can be 10 or 100, concatenated to HD or FD.
You can then restart the driver with:
/sbin/init.d/hpgsc100 start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:26 AM
09-11-2007 05:26 AM
Re: Setting lan speed/duplex on HP 10.20
We fixed the problem by changing the card since even if lanscan / ifconfig show status OK, linkloop failed.
Things are now OK.
Thanks all of you for the tips and ideas.
BR