If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Invalid access permission detected for directory

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-06, 05:53
dr_suresh20 dr_suresh20 is offline
Registered User
 
Join Date: Sep 2003
Posts: 218
Invalid access permission detected for directory

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.
Reply With Quote
  #2 (permalink)  
Old 07-04-06, 16:10
Peter.Vanroose Peter.Vanroose is offline
Registered User
 
Join Date: Sep 2004
Location: Belgium
Posts: 1,079
Possible cause: /u02 or / do not have execute permission.

Last edited by Peter.Vanroose; 07-04-06 at 16:21. Reason: duplicate
Reply With Quote
  #3 (permalink)  
Old 07-04-06, 16:12
Peter.Vanroose Peter.Vanroose is offline
Registered User
 
Join Date: Sep 2004
Location: Belgium
Posts: 1,079
Possible cause: /u02 or / do not have execute permission.

chmod a+x / /u02
chmod a+rx /u02/db2inst1
chmod u+w /u02/db2inst1
__________________
--_Peter Vanroose,
__IBM Certified Database Administrator, DB2 9 for z/OS
__IBM Certified Application Developer
__ABIS Training and Consulting
__http://www.abis.be/
Reply With Quote
  #4 (permalink)  
Old 07-05-06, 09:28
dr_suresh20 dr_suresh20 is offline
Registered User
 
Join Date: Sep 2003
Posts: 218
thanks.. tried it already but no luck.
Reply With Quote
  #5 (permalink)  
Old 07-05-06, 10:37
Peter.Vanroose Peter.Vanroose is offline
Registered User
 
Join Date: Sep 2004
Location: Belgium
Posts: 1,079
Maybe the disk is mounted in read-only mode?
In that case, try to remount it with "-o rw".

To verify this check if you can create a file manually:
> /u02/db2inst1/file
__________________
--_Peter Vanroose,
__IBM Certified Database Administrator, DB2 9 for z/OS
__IBM Certified Application Developer
__ABIS Training and Consulting
__http://www.abis.be/
Reply With Quote
  #6 (permalink)  
Old 07-05-06, 18:05
Tank Tank is offline
Registered User
 
Join Date: Feb 2004
Location: Copenhagen
Posts: 220
Or

Try the 'chmod 0777 yourdirectory' to se if there are no
special file permissions/blocks on your file system

Remeber to set it to 0750 after you are done
__________________
Kristian K. Hansen
Project Supervisor
National Board of Health
Reply With Quote
  #7 (permalink)  
Old 07-07-06, 01:11
dr_suresh20 dr_suresh20 is offline
Registered User
 
Join Date: Sep 2003
Posts: 218
thanks for all the suggestions.. I had already tried them all. But it rather seems to be an issue with the filesystem. Hence we are planning to reconfigure the same.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On