AIX -UNIX lsof

Hi,
I am using lsof command to find all open files in our AIX-unix 5.3 server.The o/p looks like this,
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
oracle 372902 cbn cwd VDIR 47,2 4096 4186880 /glotam (/dev/fslv00)
But i want to know which are the files opened in server, this output gives me only the INODE number not the file path of the opened file.How do i find the exact file path from this INODE(using find command i can get the file path).Is any other way to find directly the file path?

Regards,
Nags.

A sample :
[root@srvaixnim]:/var/tmp> lsof
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
(unknown) 0 root cwd VDIR 10,4 4096 2 / (/dev/hd4)
init 1 root cwd VDIR 10,4 4096 2 / (/dev/hd4)
init 1 root 0u VREG 10,4 20736 908 / (/dev/hd4)
snmpmibd6 86258 root cwd VDIR 10,4 4096 5031 / (/dev/hd4)
...
errdemon 118968 root 3r VREG 10,5 40808 37651 /usr (/dev/hd2)
[root@srvaixnim]:/var/tmp> find /usr -inum 37651
/usr/lib/nls/msg/en_US/cmderrlg.cat