Originally posted by: lnetju
Thanks you for the response.
But it doesn't work!
The NIM script waits the end of the nohup command!
For example :
My NIM script :
#!/usr/bin/ksh
nohup /toto.ksh < /dev/null > /dev/null 2>&1
exit 0
The /toto.ksh on the client :
#!/usr/bin/ksh
sleep 20
exit 0
The NIM script ends only when the "sleep 20" ends.
#AIX-Forum