Hi,
Thanks for posting your concern.
This is expected and harmless. It does not indicate any problem with the fix or the binary. Let me explain why it appears:-
This warning comes from a build-time flag which is set in the lsof Makefile during compilation. Since we are compiling it in 7.2 system, we are getting this warning. But this version compilation is supported For AIX 7.3 as well.
We can suppress this warning using "-w" as shown below :
# /usr/sbin/lsof -w /testfs/testfile. -------> warning suppressed
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sleep 7340336 root 0r VREG 39,1 9 4 /testfs/testfile
ksh 10223990 root 0r VREG 39,1 9 4 /testfs/testfile
Thanks !
------------------------------
Santanu Pandey
------------------------------