Piotr
unread,Jun 9, 2015, 9:30:22 AM6/9/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
Informix: IDS 12.10 Developer Edition
OS: Centos 6.6 (2.6.32-504.16.2.el6.x86_64)
NFS mounted folder: /home/informix/ixinst1/storage
NFS export:
[informix@informix1 ~]$ more /etc/exports
/home/informix/nfstest 192.168.1.133(rw,sync,no_root_squash,no_subtree_check)
I'm trying to create new DBSpace in NFS mounted folder and I get error related to permissions.
[informix@informix2 storage]$ onspaces -c -d datadbs04 -p /home/informix/ixinst1/storage/DATADBS04.01 -o 0 -s 4194304
Verifying physical disk space, please wait ...
The chunk '/home/informix/ixinst1/storage/DATADBS04.01' must have READ/WRITE permissions for owner (600)
[informix@informix2 storage]$ ls -l
total 876548
-rw-rw---- 1 informix informix 0 Jun 9 05:48 DATADBS04.01
[informix@informix2 ixinst1]$ ls -l
drwxrwx--- 2 informix informix 4096 Jun 9 05:48 storage
[informix@informix2 bin]$ ls -l onspaces
-rwsr-sr-x. 1 informix informix 2745009 Jun 3 03:25 onspaces
I think file and folder permissions look fine. What is the reason of such error? Is such functionality not supported or is this just a bug? Maybe the problem is not in Informix executable but in my OS? Any help appreciated!
Best Regards,
Piotr