I have a system with 3 volume group (vg00, vg01 and vgdata).
I need to make a bootable tape, so I used the command below ad backup completed successfully.
make_tape_recovery -a /dev/rmt/0mn -x inc=vg00 -x inc=vg01
(this is not the exact syntax of -x inc=vg00
but that is not the problem).
Now, I would like to know, when booting on the tape, will it give me one vg (vg00) or two vg (vg00+vg01) ?
I suppose there is enough disk space to hold the data.