Recently one of the customers reported a problem that they face an issue when setting up domino server on AIX Platform. After installing and starting server in listen mode on AIX Platform, when trying to setup the Domino Server using Remote Server Setup utility, it fails after some progress and below error appears on AIX Console
"Error - unable to get current directory: The file access permissions do not allow the specified action"
During troubleshooting we found that the issue was with file system permission for mount point directory on AIX and the issue got resolved with below steps :
For example if file system is /notes/data on mount point directory then below steps would help to fix the issue.
1) Unmount file system /notes/data
2) Check permissions on the mount point directory when file system is un-mounted
3) Change permissions to be 755
4) Mount the file system /notes/data again.
Hope this would help if anyone face similar issue.
"Error - unable to get current directory: The file access permissions do not allow the specified action"
During troubleshooting we found that the issue was with file system permission for mount point directory on AIX and the issue got resolved with below steps :
For example if file system is /notes/data on mount point directory then below steps would help to fix the issue.
1) Unmount file system /notes/data
2) Check permissions on the mount point directory when file system is un-mounted
3) Change permissions to be 755
4) Mount the file system /notes/data again.
Hope this would help if anyone face similar issue.
No comments:
Post a Comment