Originally posted by: nagger
A few questions:
1) Do all the servers have exactly the same AIX level?
Use: oslevel -s
2) Do they all have the same network adapters?
I have no idea if this is the limit but bizarre large ping packets might be an adapter limitation.
This would not appear as a AIX feature.
Use lsconf to list the adapters then: lscfg -v -l ent0
3) Like the previous reply I would also suspect this could be a network switch limitations and so not appear in AIX.
Are all the machines directly connected to the same switch and the switch ports don't have limitations.
4) When I tried this I had to use massive packet sizes to get it to fail like:
ping -c 3 -p ff -s327200 green
0821-076 ping: packet size too large.
You could ask AIX Support for the details of the error message.
5) I have never seen a limit on ping sizes but it could be buried in the "no" command options.
As root user, list them with: no -L
and compare your two machines.
If this is an adapter or switch issue then you will not find the cause from AIX details as its external to the machine.
Hope this helps, Nigel Griffiths
#AIX-Forum