1833751 Members
2687 Online
110063 Solutions
New Discussion

lanscan problem

 
SOLVED
Go to solution
Azaru
Regular Advisor

lanscan problem

Hi All,

I am unable to get the output from lanscan command.
When i try to take ignite backup i am getting the following error

dbnode:root-/usr/sbin>/opt/ignite/bin/make_net_recovery -s 172.17.112.171
* Creating NFS mount directories for configuration files.
ERROR: "lanscan" command did not return lanic id's for the system.
ERROR: Failed to create NFS mount directories for configuration files.

======= 04/11/09 22:19:28 IST make_net_recovery completed unsuccessfully

I hope this is the right place to find the fine solution for this issue.

Thanks in advance
azaru
10 REPLIES 10
Patrick Wallek
Honored Contributor

Re: lanscan problem

What happens if you run the lanscan command from the command line?

# lanscan

What does this show?
Azaru
Regular Advisor

Re: lanscan problem

Hi Patrick,

It shows nothing.

dbnode:root-/>lanscan
dbnode:root-/>

Thanks
azaru
rick jones
Honored Contributor

Re: lanscan problem

That would seem to suggest there are no lan interfaces in the system visible to lanscan - perhaps a missing driver. What does ioscan -fk show - does it show any lan class interfaces?
there is no rest for the wicked yet the virtuous have no pillows
Suraj K Sankari
Honored Contributor

Re: lanscan problem

hi,

can you post of this command
ioscan -fnC lan

Suraj
Steven E. Protter
Exalted Contributor

Re: lanscan problem

Shalom,

This condition occurs when all lan interfaces are not working or not installed.

The ioscan output is likely to show a NO_HW warning, if an NIC interface is installed on the system.

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
Azaru
Regular Advisor

Re: lanscan problem

Hi all,

Please check the optput of #ioscan -fnC lan


dbnode:root-/>ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
===========================================================================
lan 1 0/0/1/0/0 btlan CLAIMED INTERFACE HP A5230A/B5509BA PCI 10/100Base-TX Addon
/dev/diag/lan1 /dev/ether1 /dev/lan1
lan 3 0/0/14/0/0 gelan CLAIMED INTERFACE HP A4926A PCI 1000Base-SX Adapter
lan 8 1/0/14/0/0/6/0 igelan CLAIMED INTERFACE HP A9784-60002 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter
dbnode:root-/>


We have installed NIC and its driver is still there.Even its not showing NO_HW status.I don't know what may be the wrong thing.


Thanks
azaru
F Verschuren
Esteemed Contributor

Re: lanscan problem

a few questions that can help us help you...
do you have a working network? ora are you conected by the console?

Are the network kernel drivers enabled? (sam, kernel, drivers)

dit you tryed to recreate the special divice files?
insf -e

can you post lanscan output?
what type of os are you running?
F Verschuren
Esteemed Contributor

Re: lanscan problem

Please also check the kernel, Subsystems (in sam)
Fabio Ettore
Honored Contributor
Solution

Re: lanscan problem

Hi azaru,

which is OS HP-UX version?

I've already faced the issue on lanscan command which returns no output and I know 2 reasons for that:

1- check that lanscan executable is not of size zero:

ll /usr/sbin/lanscan

2- did you boot the system from an alternate kernel (for example /stand/vmunix.prev)? If so then it's expected. Try to run

lanscan /stand/vmunix

and check if it's returning an output.

Hope this helps you.

Best regards,
Fabio
WISH? IMPROVEMENT!
Azaru
Regular Advisor

Re: lanscan problem

Hi all,


I have rebboted the system with proper kernel. Now its working fine. Now thw lanscan command returning the proper output.
Issue is resolved. Thanks for your support.

dbnode:root-/>lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
1/0/14/0/0/6/0 0x0015605E21F9 8 UP lan8 snap8 1 ETHER Yes 119
0/0/1/0/0 0x00306E21C849 1 UP lan1 snap1 2 ETHER Yes 119
0/0/14/0/0 0x00306E0FA249 3 UP lan3 snap3 3 ETHER Yes 119
dbnode:root-/>




azaru