Drop one chunk from a storage space. The chunk must be empty. usageinfx storage func=dropchk space chunk offset
drop a chunk file
required:
space - the storage space name
chunk - the chunk
offset - the offset into the chunk in mb
exampledemo1@bobii:/home/informix>infx storage func=dropchk chunk=mtest.002 offset=0 space=mtest
onspaces -d mtest -p /infx/inst/demo1/chks/mtest.002 -o 0 -y
Chunk successfully dropped.
** WARNING ** A level 0 archive for DBspace mtest will need to be done
before '/infx/inst/demo1/chks/mtest.002' can be reused (see Dynamic Server Administrator's manual).
|