Operating System - HP-UX
1826256 Members
3537 Online
109692 Solutions
New Discussion

want to include "VG01" filesystems to ignite ux image.

 
SOLVED
Go to solution
Ricky_4
Frequent Advisor

want to include "VG01" filesystems to ignite ux image.

Hi All,

Please assist us of how to include the filesystem that is not part of VG00 in ignite UX image. How about of excluding the other filesystems?

Thanks in advance.
8 REPLIES 8
Robert-Jan Goossens
Honored Contributor
Solution

Re: want to include "VG01" filesystems to ignite ux image.

Hi,

Example below.

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -lv -a /dev/rmt/1mn

Regards,
Robert-Jan
Sยภเl Kย๓คг
Respected Contributor

Re: want to include "VG01" filesystems to ignite ux image.

make_tape_recovery with -x option will let you include any other volume in to igniteUX backup
regards
SK
Your imagination is the preview of your life's coming attractions
Eric Antunes
Honored Contributor

Re: want to include "VG01" filesystems to ignite ux image.

The easiest way to do this is on a X-Term environment when you can choose all the directories you want to include...
Each and every day is a good day to learn.
MarkSyder
Honored Contributor

Re: want to include "VG01" filesystems to ignite ux image.

It can be done, but as stated on another thread earlier today, ignite is designed to allow you to boot a system in an emergency.

Unless the data on vg01 and subsequent vgs doesn't change, I would recommend Data Protector for everyday backups.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Ricky_4
Frequent Advisor

Re: want to include "VG01" filesystems to ignite ux image.

Hi All,

Thanks for the answers you have provided.

How about if I would like to exclude filesystems from VG01.

Regards,

Bal
MarkSyder
Honored Contributor

Re: want to include "VG01" filesystems to ignite ux image.

I would recommend using the GUI version.

You can then place the LVs you want to backup in one box and the ones you want to exclude in another.

Mark
The triumph of evil requires only that good men do nothing
Kurt Beyers.
Honored Contributor

Re: want to include "VG01" filesystems to ignite ux image.

Bal,

If you want to include certain directories of vg01, use the following option:

-x inc_cross=file|dir

Includes the file or directory in the recovery archive and crosses mount points to access any directories that are mounted or files contained in directories that are mounted.

instead of the option -x inc_entire=vg01

best regards,

Kurt
Robert-Jan Goossens
Honored Contributor

Re: want to include "VG01" filesystems to ignite ux image.

Bal,

you could also use something like this.

make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -x exclude=/apps -c exlude=/apps2 -lv -a /dev/rmt/1mn

Regards,
Robert-Jan