lloyd:
Yeah, things are going on well at my end, except that there is general slump in all types of markets, here in India.
If you are planning to move the backed up data from Windows to Unix environment and vice versa, using either ontape or onbar utility this may not work, owing to the various factors like different architecture, page size, etc. However, should such requirement arise, you can rely on dbexport & dbimport utilities.
If you do not have any tape device you can still back your data to disk file in both Windows and Unix environments. Make sure that the target file is existing, owner is informix and file has read,write permissions. However, in such scenario the existing data file will be overwritten, each time, you losing the earlier data. Hence, there is need to move or copy the file each time. You can get rid of these and other disadvantages by ordering a tape drive.
If you are sure that your backup data is free of any inconsistency, you can certainly rely on it. You can assure this by running following commands as part of consistency check, before taking a 0 level system archive:
oncheck -cr
oncheck -cc
oncheck -ce
oncheck -cI databasename
oncheck -cD databasename
If you drop a database and initiate a restore process for example using ontape -r the dropped database will be retored properly and automatically. However, if a dbspace or chuck becomes inaccessible due to any reason, the restore process will not gather the lost object automatically. You need to touch or create the relevant chunk path with filename. Also, make sure about the proper ownership and file access mode. Once this been done, you can proceed with restore process.
Regards,
Shriyan
"When you dial a wrong number, you never get a busy signal."