Unable to execute snap command

Hi Friends,
I am not able to execute snap -a command in AIX 6 system. Could you please let me know how to make work this command and Path to be set.

Thanks in Advance
Siva.

what happens? does it hang, or error message?

when it hangs, check ps -ef, grep for snap, and for it's child processes,
then you see at least where it hangs

and don't forget

snap -r

before snap -a

I am getting ksh: snap: not found

use the absolute path of snap command in your script

/usr/sbin/snap

have you tried below, hopefully you should get a path

#whereis snap
#which snap

HTH
niv