#
# create dataspace file for INFORMIX demo database
#
cat /dev/null > discdemoinf
chmod 660 discdemoinf
chgrp informix discdemoinf
echo null tablespace file "\"discdemoinf\"" created.
#
# to complete, log on as informix user, and issue
# the following command:
#
# tbspaces -c -d discdemoinf -p $OMNIDEX_HOME/demo/informix/discdemoinf -o 0 -s 1000
