Operating System - HP-UX
1827172 Members
2268 Online
109716 Solutions
New Discussion

Re: lanconfig utility not available in HP-UX 11.00

 

lanconfig utility not available in HP-UX 11.00

I wonder why the /usr/sbin/lanconfig binary is missing in HP-UX 11.00, which was available in HP-UX 10.20. Is there any rationale behind this? Or Is provided by any subsequent HP-UX 11.00 OS Patch?
6 REPLIES 6
Michael Tully
Honored Contributor

Re: lanconfig utility not available in HP-UX 11.00

Try using 'lanadmin'. It works in both command line and has a menu of features as well.

Have a look at the man page 'lanadmin'

Anyone for a Mutiny ?
T G Manikandan
Honored Contributor

Re: lanconfig utility not available in HP-UX 11.00

Have a look at /usr/share/doc/11.00RelNotes for the change from lanconfig in 10.20 to lanadmin on hpux11.0

use lanadmin to configure the lan cards.

Also check this document which should help you..

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=16ac43fb0550fcbcbe/screen=ckiDisplayDocument?docId=200000010745233
John Carr_2
Honored Contributor

Re: lanconfig utility not available in HP-UX 11.00

Hi

lanconfig has been retired for hpux 11.XX try lanadmin instead .

John.
sven verhaegen
Respected Contributor

Re: lanconfig utility not available in HP-UX 11.00

some side info for you , in fact lanconfig is an old HP-UX 9.x command , in the HP-UX 10.x implementation lanadmin was introduced but for continued support reasons lanconfig was kept alongside lanadmin , since moving to 11.x the older lanconfig has been fased out of the OS (as described before)
...knowing one ignores a greath many things is the first step to wisdom...

Re: lanconfig utility not available in HP-UX 11.00

First, thanks for your help to all of you.
Actually one of the application was trying to
use lanconfig utility to enable/configure ieee 802.3 protocol. And hence it was getting failed for HP-UX 11.00.

thanks and regards,
Ravi B Hiremath
Emanuel Sardenberg
Occasional Advisor

Re: lanconfig utility not available in HP-UX 11.00

Hi!

It seems that under 11 the option in the "/etc/rc.config.d/netconf" file
LANCONFIG_ARGS[x] is now obsolete.

under 10.20 the option used was

INTERFACE_NAME[0]=lan0
LANCONFIG_ARGS[0]="ieee"

for connections to an ICL VME Mainframe, does anyone know how to achieve this functionality under 11?

the response centre have been somewhat helpful but keep pointing to encapsulation solutions when what is required is native IEEE
Emanuel Sardenberg