While installing db2 v8.1 ese on aix5.2, Though, we have given all the necessary permission for /u02/db2inst1 folder.. we are getting the following error.
DBI1088E Invalid access permission detected for directory
/u02/db2inst1.
Explanation:
There may be several reasons for this error. It is likely that
one of the following situations has occurred:
o Either the given name is not a directory, or it does not have
read and execute permission.
o The given directory can be created but cannot be accessed.
It could be that the permissions on any of its parent
directories in its path have been set incorrectly.
User Response:
Check permissions for the given directory and restart the install
process. Suggested directory permissions are u=rwx,go=rx.
Thanks.