- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: no such Device..or address?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-20-2002 07:53 PM
тАО10-20-2002 07:53 PM
no such Device..or address?
May I get your help?
attached device lan1 is not working.
it is connected 10.10.10.x.
other lans are reply very well.
but it is not
root@www:[/etc/rc.config.d]ping 10.10.10.255
PING 10.10.10.255: 64 byte packets
ping: sendto: No such device or address
ping: wrote 10.10.10.255 64 chars, ret=-1
ping: sendto: No such device or address
ping: wrote 10.10.10.255 64 chars, ret=-1
ping: sendto: No such device or address
ping: wrote 10.10.10.255 64 chars, ret=-1
root@www:[/]ioscan -funC lan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 3 10/4/4 btlan1 CLAIMED INTERFACE HP HP-PB 100 Base TX card
lan 1 10/4/12 btlan1 CLAIMED INTERFACE HP HP-PB 100 Base TX card
lan 2 10/12/6 lan2 CLAIMED INTERFACE Built-in LAN
/dev/diag/lan2 /dev/ether2 /dev/lan2
what is problem
the Box is HP-UX www B.10.20 C 9000/819 1008601361
lan1 is connected switch properly..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2002 08:03 PM
тАО10-20-2002 08:03 PM
Re: no such Device..or address?
/etc/ping 10.10.10.x (router)
Can you use 'nslookup' ?
What about traceroute ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2002 08:30 PM
тАО10-20-2002 08:30 PM
Re: no such Device..or address?
hpbaseconf is
# The station address and duplex are set through the lanadmin(1m) command.
#
#####################################################################
HP_BASET_INTERFACE_NAME[0]=lan1
HP_BASET_STATION_ADDRESS[0]=0x080009DA00EA
HP_BASET_DUPLEX[0]=0x080009DA00EA
netconf is not configured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2002 10:07 PM
тАО10-20-2002 10:07 PM
Re: no such Device..or address?
ifconfig lan0
ifconfig lan1
ifconfig lan2
netstat -rn
and finally, make sure that you do not have another script dealing with networking in /etc/rc.config.d Some people make copies of the netconf inside the rc.config.d and that's not right since the copied script will be executed as well during system startup.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2002 10:14 PM
тАО10-20-2002 10:14 PM
Re: no such Device..or address?
lan1: flags=863
inet 10.10.10.1 netmask ffffff00 broadcast 10.10.10.255
root@www:[/etc/rc.config.d]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2002 10:18 PM
тАО10-20-2002 10:18 PM
Re: no such Device..or address?
So again, netstat -rn and ifconfig on all the lan cards.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 12:21 AM
тАО10-21-2002 12:21 AM
Re: no such Device..or address?
Routing tables
Destination Gateway Flags Refs Use Interface Pmtu PmtuTime
10.10.10.1 127.0.0.1 UH 0 18 lo0 4608
127.0.0.1 127.0.0.1 UH 0 0 lo0 4608
211.237.50.1 127.0.0.1 UH 4 1803 lo0 4608
default 211.237.50.2 UG 0 266741 lan3 1500
10.10.10.0 10.10.10.1 U 0 4 lan1 1500
211.237.50 211.237.50.1 U 4 208254 lan3 1500
=============================
root@www:[/]ifconfig lan3
lan3: flags=863
inet 211.237.50.1 netmask ffffff00 broadcast 211.237.50.255
root@www:[/]ifconfig lan1
lan1: flags=863
inet 10.10.10.1 netmask ffffff00 broadcast 10.10.10.255
root@www:[/]ifconfig lo0
lo0: flags=1849
inet 127.0.0.1 netmask ff000000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2002 12:38 AM
тАО10-21-2002 12:38 AM
Re: no such Device..or address?
It wouldn't hurt to do a lanscan command and then use landiag to examine information for the cards.
That's about it,
George