I have two cluster solaris machine ( machine1 , machine2 ) I have connection between two machines ping and ssh work fine ( cluster is fine )
more /var/tmp/mesg
TEST
I execute the following command:
wall –a /var/tmp/mesg on machine1 ( on machine1 )
on machine 1 I see the message “TEST”
But when I check the message “TEST” also on machine2 , then I not see the message “TEST”
Please advice what chuld be the problem – on machine2 I not get the broadcast message “TEST”
details from machine1 and machine2
machine1 - details
[root@machine1 /var/tmp]#ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.20.24.137 netmask ffffff80 broadcast 10.20.24.255
groupname Data_ipmp
ether 0:21:28:d2:31:3e
e1000g0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.20.24.141 netmask ffffff80 broadcast 10.20.24.255
nxge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
groupname Data_ipmp
ether 0:21:28:e1:1:aa
machine2 – details
[root@machine2 /var/tmp]# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.20.24.140 netmask ffffff80 broadcast 10.20.24.255
groupname Data_ipmp
ether 0:21:28:4f:e9:1e
nxge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
groupname Data_ipmp
ether 0:21:28:e0:15:8a
netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 10.20.24.129 UG 1 0
10.20.24.128 10.20.24.137 U 1 160 e1000g0
10.20.24.128 10.20.24.141 U 1 0 e1000g0:1
224.0.0.0 10.20.24.137 U 1 0 e1000g0
127.0.0.1 127.0.0.1 UH 40 373257 lo0