Hi,
To take back up here I am using ON-bar utility. I have configure my ISM.(I have entered the entry in sm_versions file)
My onconfig file parameters
BAR_ACT_LOG /export/home/informixdb/bar_act.log
BAR_DEBUG_LOG /export/home/informixdb/bar_dbug.log
BAR_MAX_BACKUP 0
BAR_RETRY 1
BAR_NB_XPORT_COUNT 10
BAR_XFER_BUF_SIZE 31
RESTARTABLE_RESTORE ON
BAR_PROGRESS_FREQ 0
# Informix Storage Manager variables
ISM_DATA_POOL ISMDiskData
ISM_LOG_POOL ISMDiskLogs
And I have created a file device using the command
./ism_add -device /export/home/informix/backupdir -type file
the device is created successfully and labeled this device using
./ism_op -label /export/home/informix/backupdir -pool ISMDiskData -volume Jasti
and the volume is created successfully.
My device is mounted and running and then I issued onbar -b -w command to take complete backup.
after this it begin processing...
and I got the following messges:
13980 2002-11-19 17:13:56 Successfully connected to Storage Manager.
13980 2002-11-19 17:13:56 Begin level 0 backup rootdbs.
onbar_d 13980 2002-11-19 17:13:54 -b -w
these messages are from /export/home/informixdb/bar_act.log
but the data was not present in my disk path /export/home/informix/backupdir
what can I do?
Jasti