I am trying to add a chunk to a location that is symlinked. The phyiscal location of the chunk is in /var/opt/informix/mounts/c0d1p1/inst0/data. The link resides in /var/opt/informix/inst0/data. When attempting to add the chunk using onspaces i am getting the following:
The file /var/opt/informix/inst0/data/chunk06 does not exist.
Here's the link in said directory:
lrwxrwxrwx 1 root root 50 Mar 25 10:20 chunk06 -> /var/opt/informix/mounts/c0d1p1/inst0/data/chunk06
There already is a chunk05 in existence that is symlinked the same. Here's the syntax for adding the chunk:
onspaces -a datadbs01 -o 0 -s 2000000 -p /var/opt/informix/inst0/data/chunk06
Can someone tell me what i'm doing wrong?
The file /var/opt/informix/inst0/data/chunk06 does not exist.
Here's the link in said directory:
lrwxrwxrwx 1 root root 50 Mar 25 10:20 chunk06 -> /var/opt/informix/mounts/c0d1p1/inst0/data/chunk06
There already is a chunk05 in existence that is symlinked the same. Here's the syntax for adding the chunk:
onspaces -a datadbs01 -o 0 -s 2000000 -p /var/opt/informix/inst0/data/chunk06
Can someone tell me what i'm doing wrong?