home‎ > ‎storage‎ > ‎

func=newblob

Create a new blob storage space

usage

infx storage func=newblob space size chunk [ mchunk moffset pageunit ]
     create new blob space
       required:
         space - the storage space name
         size - the size in mb or add g/k for gb/kb
         chunk - the chunk
         pageunit - blob page unit in kb
       optional:
         mchunk - chunk to put mirror on
         moffset - offset into mirror chunk in mb

example

demo1@bobii:/home/informix>infx storage func=newblob space=test01 size=100 chunk=new pageunit=4

onspaces -c -b test01 -g 4  -p /infx/inst/demo1/chks/test01.000 -s 100000 -o 0
Verifying physical disk space, please wait ...
Space successfully added.

** WARNING **  A level 0 archive of Root DBSpace will need to be done.