Operating System - HP-UX
1836455 Members
2481 Online
110101 Solutions
New Discussion

Re: Does D-Class support 100 full duplex

 
SOLVED
Go to solution
Randy_9
Regular Advisor

Does D-Class support 100 full duplex

I get the following when running "lanadmin"
# lanadmin -x 0
Error: This option is not supported for this hardware.
My interface
# ioscan -fnkC lan
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/ether0

Which file in /etc/rc.config.d do I need to
configure? If not 100FD how about 10FD?

Thanks,

Randy
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: Does D-Class support 100 full duplex

The internal built in lan card for D class servers is a 10 BaseT half duplex interface.

Thats why lanadmin gives you the message.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jeff_Traigle
Honored Contributor

Re: Does D-Class support 100 full duplex

As best I can recall, D-class systems had built-in 10Mbps only. You needed to purchase 10/100Mbps NICs to install in expansion slots.

And I don't think there is such a thing as 10FD... FD only became available with 100Mpbs bandwidth. If it's 10Mpbs, it's going to be HD.
--
Jeff Traigle
Prashant Zanwar_4
Respected Contributor

Re: Does D-Class support 100 full duplex

Try and see what is it set to.
lanadmin > lan > ppa > dis this should show to what it is configured to.

conf will hold this config.
HP_PCI100_SPEED[0]=10FD to set.

Similar is 100FD..
Hope this helps
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
G. Vrijhoeven
Honored Contributor

Re: Does D-Class support 100 full duplex

Hi Randy,

As far as i know 100 FD is not supported on lan0 of a dclass. There are nics available for a D-Class that support 100 FD.


http://www.openpa.net/systems/ultralight.html


HTH,

Gideon
Randy_9
Regular Advisor

Re: Does D-Class support 100 full duplex

Thanks everyone,
Points assigned, this is quicker than
calling in to HP support to get an answer: )

Randy