- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error with the network
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
05-14-2005 08:05 AM
05-14-2005 08:05 AM
error with the network
I got the following error:
"laninfo: Current: not found."
and then when I press ok
I got the following error
There are currently no network interface cards installed on thissystem. To add a network interface card you should refer to theinstallation manual for the applicable card and ensure that bothhardware and software installation procedures are followed. For more information, choose "Overview" from the "Help" pulldown menu."
on the other hand when I run lanscan I get the three network cards available as well when I run ioscan -funClan
what is wrong with my system, kindly help.
Regards;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:10 AM
05-14-2005 08:10 AM
Re: error with the network
also I can connect to the system fom my workstation.
kindly help
appreciate your cooperation.
Regards;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:11 AM
05-14-2005 08:11 AM
Re: error with the network
Thanks
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:14 AM
05-14-2005 08:14 AM
Re: error with the network
"Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/0/0/0 btlan3 CLAIMED INTERFACE HP PCI 10/100Base-TX Core
/dev/diag/lan0 /dev/ether0
lan 2 0/4/0/0 gelan CLAIMED INTERFACE HP A4926A PCI 1000Base-Sr
/dev/gelan2
lan 1 1/0/0/0 gelan CLAIMED INTERFACE HP A4926A PCI 1000Base-Sr
/dev/gelan1"
and the output from lanscan is
"Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x001083FF6BB4 0 UP lan0 snap0 1 ETHER Yes 119
1/0/0/0 0x001083FCC3E4 1 UP lan1 snap1 2 ETHER Yes 119
0/4/0/0 0x001083FCC3D6 2 UP lan2 snap2 3 ETHER Yes 119"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:18 AM
05-14-2005 08:18 AM
Re: error with the network
Are all filesystems mounted and have free space? can you post the output of the env command.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:27 AM
05-14-2005 08:27 AM
Re: error with the network
Sounds like there is a problem with SAM.
Was there anything mentioned in the SAM log?
Col
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:46 AM
05-14-2005 08:46 AM
Re: error with the network
Something not right with the shell, session or environment maybe?
I'd like to see the output of an env cmd.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 06:49 PM
05-14-2005 06:49 PM
Re: error with the network
_=/usr/bin/env
MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/n
LIBRARY=/dev/scsi/c10t13d0
PATH=/usr/sbin:/opt/perl_64/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrt
COLUMNS=80
EDITOR=vi
LOGNAME=root
MAIL=/var/mail/root
ERASE=^H
SHELL=/sbin/sh
HOME=/
VA=00SG146G0066
TERM=vt100
PWD=/
TZ=WAT-3
LINES=24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:25 PM
05-14-2005 08:25 PM
Re: error with the network
Yes, it is a path issue as when you do it from /sbin directory it works fine. Just add /sbin to your current path and it should be OK. It apparently appears that it can not find some commands of /sbin which are executed by SAM in background as your PATH does not include /sbin.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 08:40 PM
05-14-2005 08:40 PM
Re: error with the network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 09:20 PM
05-14-2005 09:20 PM
Re: error with the network
SAM runs the following command to get the info. What happens when you run it from command line?
# /usr/sam/lbin/laninfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 09:27 PM
05-14-2005 09:27 PM
Re: error with the network
# netstat -ni
# ifconfig lan0
# ifconfig lan1
# ifconfig lan2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 09:41 PM
05-14-2005 09:41 PM
Re: error with the network
"Executing the following command:\Claninfo -i\C
@!@2@1116100341@0
Command completed with exit status 127.
@!@16@1116100341@0
Task: "Get ifconfig(1M) network interfaces." failed. The return code was 127.
Standard error contains "laninfo: Current: not found.^A".
@!@8@1116100341@0"
***************
the output for ifconfig
"ifconfig lan0
lan0: flags=843
inet 172.16.3.22 netmask ffffff00 broadcast 172.16.3.255
ifconfig lan1
lan1: flags=1843
inet 172.16.2.22 netmask ffffff00 broadcast 172.16.2.255
ifconfig lan2
lan2: flags=1843
inet 172.16.1.22 netmask ffffff00 broadcast 172.16.1.255
********************
netstat -ni
"netstat -ni
Name Mtu Network Address Ipkts Opkts
lan2 1500 172.16.1.0 172.16.1.22 2 2
lan1 1500 172.16.2.0 172.16.2.22 1933 1607
lan0 1500 172.16.3.0 172.16.3.22 2501 2264
lo0 4136 127.0.0.0 127.0.0.1 4987 4987"
*************
Regards;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 09:44 PM
05-14-2005 09:44 PM
Re: error with the network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 12:15 AM
05-15-2005 12:15 AM
Re: error with the network
Do you have a $TMPDIR defined?
Maybe try export TMPDIR=/var/tmp and then re-run sam from /
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 01:02 AM
05-15-2005 01:02 AM
Re: error with the network
I suggest that you trace it with 'tusc'. You can get tusc from
ftp://ftp.cup.hp.com/dist/networking/tools/tusc.
Then run it as
# tusc -fv -o tusc.log /usr/sam/lbin/laninfo
Examine tusc.log for possible clues.