broadcast


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers broadcast
# 1  
Old 07-07-2003
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.
______________________________________________
-the server has a static IP
-the server is conected to a router
-the output of ifconfig lan0 is:
# ifconfig lan0
lan0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST>
inet 131.190.107.24 netmask ffffffc0 broadcast 131.190.107.255

Is there a way to disable this message beacuse everytime it is displayed, it destroys anything that is being displayed.
Any help will be greatly appreciated
# 2  
Old 07-08-2003
You could change /etc/syslog.conf to insure nothing goes to the console screen but to a file instead. Anywhere you have /dev/console in the /etc/syslog.conf, change it to a file.

You also might want to look at nettl and nettlgen.conf man pages which may be the reason you are getting these on the console.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Broadcast on AIX

hello how to disable brodcast from AIX 5.3 ? user get on workstation massage from root thx (3 Replies)
Discussion started by: ariec
3 Replies

2. Shell Programming and Scripting

script broadcast email

Dear All need advice, I just want broadcast email with mail from shell script, where the script look up the file that contain email address and password #!/bin/bash SUBJECT="Mailserver Baru" ISIEMAIL="/tmp/emailmessage.txt" for a in `(sed 's/"//g;s/\,.*//g' $1)`; do echo > $ISIEMAIL... (2 Replies)
Discussion started by: survive
2 Replies

3. Programming

how to do udp broadcast with multithreading

hello to all i want to use multithreading to my UDP broadcast server client program. will anyone help me by proving C code. i am working in fedora. also my requirement is POSIX compliance.please help me..... (6 Replies)
Discussion started by: moti12
6 Replies

4. IP Networking

how to do udp broadcast with multithreading

hello to all i want to use multithreading to my UDP broadcast server client program. will anyone help me by proving C code. i am working in fedora. also my requirement is POSIX compliance.please help me..... (0 Replies)
Discussion started by: moti12
0 Replies

5. Programming

How to broadcast a message ?

My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (0 Replies)
Discussion started by: vigneshinbox
0 Replies

6. AIX

Hacmp broadcast error

Hello, I tried searching for the solution on the google...nothing so far... anyone know anything about this. Broadcast message from root@pr2serv (tty) at 00:01:04 ... Cluster Verification detected cluster configuration errors on node pr1serv. Detailed clverify output is available in... (7 Replies)
Discussion started by: filosophizer
7 Replies

7. Shell Programming and Scripting

network and broadcast address

Hi Suppose You have two computers. One named kenny which has an IP address of 192.168.0.7. kenny lives on a subnet with a subnet mask of 255.255.255.240. The second computer is called zathras, which has an IP address of 192.168.0.17, zathras lives on a network with the same subnet mask. i)... (4 Replies)
Discussion started by: scofiled83
4 Replies

8. UNIX for Dummies Questions & Answers

broadcast email???

Hi all, How can i send email to all the users on a box? Thank you all (1 Reply)
Discussion started by: solvman
1 Replies

9. IP Networking

broadcast address

What is the significance of the broadcast address? (1 Reply)
Discussion started by: 98_1LE
1 Replies
Login or Register to Ask a Question