Hello everyone
I do have 3 Informix instance at the same server.
I would like to backup all 3 databases on 3 different devices on the same time.
I am using OnBar with ISM.
I was thinking to use different spool name to do it.
It is doesn't wotk.
Here is what I did.
onconfig file of the database 1:
ISM_DATA_POOL DEVDISK
ISM_LOG_POOL DEVDISK
onconfig file of database 2
ISM_DATA_POOL QASDISK
ISM_LOG_POOL QASDISK
onconfig file of database 3
ISM_DATA_POOL TSTDISK
ISM_LOG_POOL TSTDISK
I did create devices on ISM.
ism_add -device /backup/dev/data -type file
ism_add -device /backup/qas/data -type file
ism_add -device /backup/tst/data -type file
I did try to create volumes on ISM
ism_op -label /backup/dev/data -volume dev -pool DEVDISK -force
ism_op -label /backup/qas/data -volume qas -pool QASDISK -force
ism_op -label /backup/tst/data -volume tst -pool TSTDISK -force
That part didn't work. I always obtain the following error message:
nsrmm: Invalid pool name `DEVDISK'
nsrmm: Invalid pool name `QASDISK'
nsrmm: Invalid pool name `TSTDISK'
The Question:
How can we start 3 onbar on 3 different devices at the same time?
I do have 3 Informix instance at the same server.
I would like to backup all 3 databases on 3 different devices on the same time.
I am using OnBar with ISM.
I was thinking to use different spool name to do it.
It is doesn't wotk.
Here is what I did.
onconfig file of the database 1:
ISM_DATA_POOL DEVDISK
ISM_LOG_POOL DEVDISK
onconfig file of database 2
ISM_DATA_POOL QASDISK
ISM_LOG_POOL QASDISK
onconfig file of database 3
ISM_DATA_POOL TSTDISK
ISM_LOG_POOL TSTDISK
I did create devices on ISM.
ism_add -device /backup/dev/data -type file
ism_add -device /backup/qas/data -type file
ism_add -device /backup/tst/data -type file
I did try to create volumes on ISM
ism_op -label /backup/dev/data -volume dev -pool DEVDISK -force
ism_op -label /backup/qas/data -volume qas -pool QASDISK -force
ism_op -label /backup/tst/data -volume tst -pool TSTDISK -force
That part didn't work. I always obtain the following error message:
nsrmm: Invalid pool name `DEVDISK'
nsrmm: Invalid pool name `QASDISK'
nsrmm: Invalid pool name `TSTDISK'
The Question:
How can we start 3 onbar on 3 different devices at the same time?