If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
My onconfig is in the /informix/PRD/ertc directory.
ONCONFIG.SERVER.PRD:
TAPEDEV /backup/prd/prd
TAPEBLK 1024
TAPESIZE 2000000
LTAPEDEV /backup/prd/log/prdlog
LTAPEBLK 1024
LTAPESIZE 2000000
when I am running ontape -a I do obtain the following error:
Performing automatic backup of logical logs.
Logbackup failed - Log backup to device '/dev/null' not allowed
Program over.
What did I missed? Why ontape still try to send to /dev/null and not at /backup/prd/log/prdlog?
Please make sure that you are editing the correct onconfig file.
echo $ONCONFIG
will give you the file name of the onconfig file that your engine is using
Did you change onconfig with an editor without bouncing the engine? If so - it's still set to /dev/null. You have to use onmonitor if you want an immediate change.