Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Informix IDS 12.10 Developer Edition - problems with adding dbspace in NFS mounted folder

81 views
Skip to first unread message

Piotr

unread,
Jun 9, 2015, 9:30:22 AM6/9/15
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

Frank Langelage

unread,
Jun 9, 2015, 3:07:03 PM6/9/15
to
rw-rw---- = 660 !
And 660 <> 600!

p.go...@gmail.com

unread,
Jun 9, 2015, 3:21:07 PM6/9/15
to
Now it's solved. Thanks. I didn't notice the issue with permissions for group.

super...@t-online.de

unread,
Jun 15, 2015, 3:25:27 PM6/15/15
to
Hello Piotr,

i would not recommend it and afaik it is not supported


Superboer.


Op dinsdag 9 juni 2015 21:21:07 UTC+2 schreef p.go...@gmail.com:
0 new messages