hi,
We are planning to do a reorganization of our data in informix, but as a precautionary measure, we would like to have a reliable backup. So we thought about mirroring our data from hdisk1 to hdisk2. We want to make sure that our data can be read from either disk at any time before we proceed with the db reorganization.
These are the procedures i have done so far:
1. mirrorvg datavg hdisk2
2. chvg -Q n datavg
3. varyoffvg datavg
4. rmdev -l hdisk1 (isolating hdisk1 to test the integrity of the mirrored copy in hdisk2)
5. varyonvg datavg - it says it "0516-056 varyonvg: The volume group is not varied on because a physical volume is marked missing..."
I wonder why can't it varyon the vg when i already have turned quorom off?
How can I isolate (put offline) either of the two disk to test and try if our data can be read from any of them?
Any ideas?
We are planning to do a reorganization of our data in informix, but as a precautionary measure, we would like to have a reliable backup. So we thought about mirroring our data from hdisk1 to hdisk2. We want to make sure that our data can be read from either disk at any time before we proceed with the db reorganization.
These are the procedures i have done so far:
1. mirrorvg datavg hdisk2
2. chvg -Q n datavg
3. varyoffvg datavg
4. rmdev -l hdisk1 (isolating hdisk1 to test the integrity of the mirrored copy in hdisk2)
5. varyonvg datavg - it says it "0516-056 varyonvg: The volume group is not varied on because a physical volume is marked missing..."
I wonder why can't it varyon the vg when i already have turned quorom off?
How can I isolate (put offline) either of the two disk to test and try if our data can be read from any of them?
Any ideas?