1833875 Members
1981 Online
110063 Solutions
New Discussion

boot image

 
Indrajit Bhagat
Regular Advisor

boot image

What is the command & syntax to make boot image through Ignite-UX.
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: boot image

make_tape_recovery will create a bootable backup on tape.

make_net_recovery will create a bootable archive to an Ignite/UX server.

See the man pages for each for syntax information.
skt_skt
Honored Contributor

Re: boot image

With ignite server. GUI wouild best option
CLI
man make_net_recovery
e.g:-
"/opt/ignite/bin/make_net_recovery -s $igt_server -x inc_entire=vg00 -x include=/usr/openv -x exclude=/usr/op
env/netbackup/logs -x exclude=/usr/openv/netbackup/db -x exclude=/usr/openv/netbackup/debug -n 1"


w/o an ignite server;
man make_tape_recovery
e.g:-
/opt/ignite/bin/make_tape_recovery -A -a /dev/rmt/0mn inc_entire=vg00 -x include=/usr/openv -x exclude=/usr/op
env/netbackup/logs -x exclude=/usr/openv/netbackup/db -x exclude=/usr/openv/netbackup/debug
Patrick Wallek
Honored Contributor

Re: boot image

You are being redundant by including '-A' and 'inc_entire=vg00'. You should use one or the other, but not both.
dipesh_2
Regular Advisor

Re: boot image

Hi,

make_tape_recovery -A will create a bootable root vg00 image backup on tape.

make_net_recovery will create a bootable archive to an Ignite/UX server.

dips