1) confirm if your logical logs are in informix01_log.dbs
IBM - How to tell which dbspace logical logs are stored in
2) temporary add 3 new logical logs in any other dbspace (you must do this): "onparams -a ...." (can be rootdbs)
3) force the current log in some of this three ( onmode -l , check with onstat -l)
4) force a checkpoint ( onmode -c )
5) remove ALL old logs: onparams -d -l <log number>
6) remove the dbspace : onspaces -d <log dbspace>
7) remove the cooked file: rm /CCM/informix/informix01/informix01_log.dbs
8) recreate the cooked file : touch /CCM/informix/informix01/informix01_log.dbs
9) recreate the logical log dbspace: "onspaces -c -d ...."
10) recreate all logical logs back in this dbspace "onparams -a ..."
11) put this logical logs as current: "onmode -l ; onmode -c "
12) remove the temporary logical log : "onparams -d -l ..."
13) create new chunk for your dbspace without space...
for information about each command, read the manual:
IBM Informix Dynamic Server v11.50 Information Center