home‎ > ‎storage‎ > ‎

func=newtmp

Create a new temporary storage space.

usage

infx storage func=newtmpdata space size chunk [ pgsize=2|4|6|8|10|12|14|16 ]
     create new temp data space
       required:
         space - the storage space name
         size - the size in mb or add g/k for gb/kb
         chunk - the chunk
       optional:
         pgsize - page size in kb

example

demo1@bobii:/home/informix>infx storage func=newtmpdata space=tmp10 size=50 chunk=new

onspaces -c -d tmp10   -t -p /infx/inst/demo1/chks/tmp10.000 -s 50000 -o 0
Verifying physical disk space, please wait ...
Space successfully added.