The following procedure shows an example of allocating a cooked file usr/data/my_chunk for disk space on UNIX.
su informix
cd /usr/data
cat /dev/null > my_chunk
chmod 660 my_chunk
ls -l my_chunk -rw-rw---- 1 informix informix 0 Oct 12 13:43 my_chunk
For information on how to create a storage space using the file you have allocated, refer to Creating a Dbspace that Uses the Default Page Size, Creating a Blobspace, and Creating an Sbspace.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]