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 > ISAM: No free disk space” error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-04-04, 05:19
vijay_thatte vijay_thatte is offline
Registered User
 
Join Date: Aug 2004
Posts: 5
ISAM: No free disk space” error

We need to move data from a fragment which resides on one DBSPACE which is currently allocated to a single Logical Volume (on a RAID Level 5 setup). We are using the following query

ALTER FRAGMENT ON TABLE main_table

MODIFY old_dbspace to fragment_id IN ("a”,"b") IN new_dbspace

The new_dbspace is allocated over 4 different logical volumes each with 500 MB of space and the old_dbspace has about 1.2 GB of data.

We are getting “ISAM: No free disk space” error after filling up about 2 volumes, despite the fact that the other volumes have plenty of free space.

Please help.
Reply With Quote
  #2 (permalink)  
Old 08-04-04, 10:01
Big Kahuna Big Kahuna is offline
Registered User
 
Join Date: Jan 2003
Posts: 30
Exclamation Chunks were added ?

When you've created the new_dbspace with the first logical volume did you add the three other logical volumes as a chunk to the new_dbspace ?

Please also check your fragmentation expression that you are not pulling over data from other fragments (data that was not in old_dbspace) of your table into new_dbspace.
Reply With Quote
  #3 (permalink)  
Old 08-05-04, 01:16
vijay_thatte vijay_thatte is offline
Registered User
 
Join Date: Aug 2004
Posts: 5
Thanks very much for the help.

We have verified that there isn’t any problem with the fragmentation expression.

As pointed out by you, the new dbspace was created and then three other logical volumes were added as chunks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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