If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Can't add chunk with onspaces

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-06-08, 06: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
  #2 (permalink)  
Old 11-26-08, 02:36
nitin_math nitin_math is offline
Registered User
 
Join Date: Nov 2004
Posts: 143
Please check if both the devices created in /dev for the logical volumes are owned by informix

ls -lt /dev/vg04/*lvol17

Also try adding this with onmonitor


Nitin
Reply With Quote
  #3 (permalink)  
Old 10-09-09, 02:55
papajack papajack is offline
Registered User
 
Join Date: Oct 2009
Posts: 15
use onspaces -a (to add) -d (dbspacename) -p Path (e.g./informix/dbspace/dbspace1) -o 0 (this is the offset, or initial) -s (size) -m (if mirrored)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On