return to PRS Technologies website


When I run oncheck -cr, I get the following error message:
I/O open() chunk 1, pagenum 0, pagecnt 12 --> errno = 13



finderr -13

This message probably means that the disk devices used by Informix have incorrect owner and group and/or permissions.

The correct owner and group is [ informix : informix ] and the correct permissions are [ read-write - read-write - none ].

The Unix commands used to set this configuration is:
chown informix:informix [device name]
chgrp 660 [device name]

It is interesting that you can be using Informix just fine without problems (except for oncheck -cr failing) with the incorrect settings, but that's the way it is.