Operating System - HP-UX
1826732 Members
2623 Online
109702 Solutions
New Discussion

Re: lanconfig utility in HP-UX 11

 
SOLVED
Go to solution
Mihails Nikitins
Super Advisor

lanconfig utility in HP-UX 11

Hello,

Do I understand it correctly that utility 'lanconfig' was removed from HP-UX 11.0?

In HP-UX 10.20 it was called by /sbin/init.d/net script which read parameters from /etc/rc.config.d/netconf
like LANCONFIG_ARGS[0]="ether"

Does HP-UX 11.0 specify level 2 protocol type by another utility?

Thanks for your comments!

BR,
Mihails
KISS - Keep It Simple Stupid
6 REPLIES 6
Uday_S_Ankolekar
Honored Contributor

Re: lanconfig utility in HP-UX 11

Hi,
use lanadmin to configure lan cards.
also have a look at ifconfig
Goodluck,

-USA
Good Luck..
Helen French
Honored Contributor

Re: lanconfig utility in HP-UX 11

hey,

For lan card config, use:

'set_parms' or 'ifconfig'

See the man pages of lanadmin, lanscan, netstat too

HTH,
Shiju
Life is a promise, fulfill it!
Sanjay_6
Honored Contributor
Solution

Re: lanconfig utility in HP-UX 11

Hi Mihails,

Try this link,

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=87f558f70a4f3a9c46/screen=ckiDisplayDocument?docId=200000010745233

Here is the actual info,

lanconfig (functionality included in ifconfig/lanadmin).

Hope this helps.

Regds
Roger Baptiste
Honored Contributor

Re: lanconfig utility in HP-UX 11

hi,

lanadmin is the command!

Have a look at /usr/share/doc/11.00RelNotes regarding the change from lanconfig to lanadmin.

HTH
raj
Take it easy.
Deshpande Prashant
Honored Contributor

Re: lanconfig utility in HP-UX 11

HI
You still have /sbin/init.d/net script and /etc/rc.config.d/netconf parameter file in 11.xx
Use lanadmin/landiag command to administer lan card manually.
Check #man lanadmin.

Thanks.
Prashant
Take it as it comes.
Mihails Nikitins
Super Advisor

Re: lanconfig utility in HP-UX 11

Thanks to all of you! So, encapsulation type seems to be defined by interface name (lan or snap) in ifconfig command. LANCONFIG_ARGS from netconf file are just ignored.
KISS - Keep It Simple Stupid