1834659 Members
2264 Online
110069 Solutions
New Discussion

Golden Image

 
SAM_24
Frequent Advisor

Golden Image

Hi,

When I create OS archieve I want to exclude all the disk groups except vg00. How to do it?

Thanks.
Never quit
5 REPLIES 5
Scott Van Kalken
Esteemed Contributor

Re: Golden Image

make_tape_recovery -v -A -I -x inc_entire=vg00


the -x inc_entire lets you include all from a volume group
Sanjay_6
Honored Contributor

Re: Golden Image

Hi Raj,

Scott has given you the correct syntax. In case you are using an older version of ignite s/w, the command would be make_recovery. The syntax is,

make_recovery -Avi

You can download and install the latest version of ignite from this link,

http://www.software.hp.com/products/IUX/index.html

Check out the download link.

Hope this helps.

Regds
SAM_24
Frequent Advisor

Re: Golden Image

Hi guys,

I am using make_sys_image command.

Thanks.
Never quit
RAJESH GANGADHARAN
Regular Advisor

Re: Golden Image

Hi
the command make_sys_image is a shell script
you can edit this script and add the mount points of filesystems which you don't want to add in the image. Put the entries below "LEVEL2_NO_ARCHIVE='" this line.

Regds
Rajesh
Let the choices you make today be the choices you can live with tomorrow.
MCP-DOC
Advisor

Re: Golden Image

Hi,

We recently start using an Ignite-server to store all our images. We use the Ignite-client-menu which is easy to use.

# make_net_recovery -i

And you'll have this menu where you can select the VG's to be included in your image.