1833782 Members
2559 Online
110063 Solutions
New Discussion

Broadcast

 
BES_1
Occasional Contributor

Broadcast

Can anybody hellp me troubleshoot this error.
Using HP-Uxix B.10.X
" *****ARPA/9000 NETWORKING*****
Mon Jun 30 SAT 2003 20:18:12.xxxxxxx DISASTER Subsys: NS_LS_PROBE LOC:01001
Network NS_LS_PROBE DISASTER 1001, pid [ICS]
arp: ether address is broadcast for IP address zzzzzzz! "

where xxxxxx and zzzzzzz are numbers that change every time.
Any help will be greatly appreciated
Help
7 REPLIES 7
Dagmar Boelen
Frequent Advisor

Re: Broadcast

Could you be a bit more specific? Do you see this error in a log-file. Or when type a certain command? Which logfile or which command are you talking about?
Steven E. Protter
Exalted Contributor

Re: Broadcast

check dmesg

You have a networking problem.

Could be the card.

Could be the cables.

Could be the hub or router.

Check the back of the machine and make sure the proper link lights and such are on.

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
Massimo Bianchi
Honored Contributor

Re: Broadcast

Hi,
adding to SEP hints:
since you are having different IP address each time, i suspect that the problem might also be related to a server with DHCP access.


Please confirm that the message is coming from just one server, otherwise you have many server with problems...

Massimo
Mark Greene_1
Honored Contributor

Re: Broadcast

What does ifconfig lan0 return?

mark
the future will be a lot like now, only later
BES_1
Occasional Contributor

Re: Broadcast

Is there a way to disable this message so it won't be display at the console. Everytime it is displayed, the graphic on the screen gets distroyed.

Thanx for you help
Help
BES_1
Occasional Contributor

Re: Broadcast

Following I received when run dmesg and ifconfig comands:
# ifconfig lan0
lan0: flags=863
inet 132.190.107.241 netmask ffffffc0 broadcast 132.190.107.255
# dmesg

Jul 7 11:22
vuseg=111f000
inet_clts:ok inet_cots:ok 8 bc
8/0 GSCtoPCI
Old GSC Timeout Value 0x00001000
Graphics could not use BTLB entry for 0xf7000000 length 0x1000000
8/0/2/0 graph3
8/0/19/0 c720
8/0/19/0.6 tgt
8/0/19/0.6.0 sdisk
8/0/19/0.7 tgt
8/0/19/0.7.0 sctl
8/0/20/0 btlan3
8/0/63 asio0
8/16 bus_adapter
8/16/4 asio0
8/16/5 c720
8/16/5.2 tgt
8/16/5.2.0 sdisk
8/16/5.7 tgt
8/16/5.7.0 sctl
8/16/0 CentIf
8/16/1 audio
8/16/7 ps2
8/16/10 fdc
8/16/10.1 pflop
8/24 graph3
62 processor
63 memory

System Console is on the ITE
btlan3: Initializing 10/100BASE-TX card at 8/0/20/0....
Networking memory for fragment reassembly is restricted to 10989568 bytes
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 524288
Dump device table: (start & size given in 1-Kbyte blocks)
entry 0 - major is 31, minor is 0x6000; start = 183135, size = 131073
Starting the STREAMS daemons.
B2352B HP-UX (B.10.20) #1: Sun Jun 9 08:03:38 PDT 1996

Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 131072 Kbytes, lockable: 85636 Kbytes, available: 101352 Kbytes


SCSI: Unexpected Disconnect -- lbolt: 1163863, dev: cd013000, io_id: 1000055

SCSI: dev: cd013000
cdb: 12 00 00 00 80 00
residual: 80
status: (400) None -- Incomplete

SCSI: Unexpected Disconnect -- lbolt: 1239728, dev: cb013000, io_id: 1000060

SCSI: Unexpected Disconnect -- lbolt: 1239729, dev: cb013000, io_id: 1000060

SCSI: Unexpected Disconnect -- lbolt: 1239730, dev: cb013000, io_id: 1000060

SCSI: Unexpected Disconnect -- lbolt: 1239731, dev: cb013000, io_id: 1000060

SCSI: Unexpected Disconnect -- lbolt: 1239732, dev: cb013000, io_id: 1000060

SCSI: Unexpected Disconnect -- lbolt: 1239733, dev: cb013000, io_id: 1000060

SCSI: Unexpected Disconnect -- lbolt: 1247757, dev: cb013000, io_id: 100006e

SCSI: Unexpected Disconnect -- lbolt: 1247758, dev: cb013000, io_id: 100006e

SCSI: Unexpected Disconnect -- lbolt: 1247759, dev: cb013000, io_id: 100006e

SCSI: Unexpected Disconnect -- lbolt: 1247760, dev: cb013000, io_id: 100006e

SCSI: Unexpected Disconnect -- lbolt: 1247761, dev: cb013000, io_id: 100006e

SCSI: Unexpected Disconnect -- lbolt: 1247762, dev: cb013000, io_id: 100006e

SCSI: Unexpected Disconnect -- lbolt: 42701406, dev: cb013000, io_id: 1000084

SCSI: Unexpected Disconnect -- lbolt: 42701407, dev: cb013000, io_id: 1000084
Help
Mark Greene_1
Honored Contributor

Re: Broadcast

Your NIC setup looks ok. What does arp -a and netstat -r return? If either returns errors, or you have servers in the netstat output you cannot identify, that would be your most likely culprit.

The SCSI errors in the dmesg output are most likely not related and point to other problems.

mark
the future will be a lot like now, only later