View Single Post
  #1 (permalink)  
Old 11-06-08, 07:45
mcrutcher mcrutcher is offline
Registered User
 
Join Date: Jun 2008
Posts: 16
Can't add chunk with onspaces

I have Informix 7.31 running on HPUX. When attempting to add a chunk to a dbspace, I get an error that the chunk needs to be owned by informix, but it is. I am including the error. Any ideas?

{test1}/informix/chunks-> onspaces -a inqdbs -p /informix/chunks/d17 -o 0 -s 100000
Verifying physical disk space, please wait ...
The chunk '/informix/chunks/d17' must have owner-ID "informix" and group-ID "informix".
{test1}/informix/chunks-> ls -l /informix/chunks/d17
lrwxrwxrwx 1 informix informix 17 Nov 5 11:01 /informix/chunks/d17 -> /dev/vg04/rlvol17
{test1}/informix/chunks-> ls -l /dev/vg04/rlvol17
crw-rw---- 1 informix informix 64 0x040011 Nov 5 12:09 /dev/vg04/rlvol17



Mark
Reply With Quote