1825805 Members
3422 Online
109687 Solutions
New Discussion

make_recovery

 
DjLucas
Occasional Contributor

make_recovery

hi,
i'm luca i have a problem...
today i've installed ignite ux for 9000 L class hp server...but when i issue "make_recovery -A v" the system write me "unknow command"
what 's appened?
thank u
DjLucas Andrea
7 REPLIES 7
DjLucas
Occasional Contributor

Re: make_recovery

sorry...the system message is...

sh make_recovery not found...

DjLucas Andrea
T G Manikandan
Honored Contributor

Re: make_recovery

Make sure that the command is in the PATH

#PATH=$PATH:/opt/ignite/bin
#export PATH
#make_recovery ..

OR

just do a

#/opt/ignite/bin/make_recovery

you can add the PATH to the global PATH

edit the file /etc/PATH to add the PATH.

Also make_recovery is replaced by make_tape_recovery.

Robert-Jan Goossens
Honored Contributor

Re: make_recovery

Hi Luca,

Try this command,

# make_tape_recovery
The make_recovery command is not used anymore.

Hope it helps,

Robert-Jan.
DjLucas
Occasional Contributor

Re: make_recovery

yes...
i've modify the etc/PATH but in first i've launched the command in opt/ignite/bin
DjLucas Andrea
Steven E. Protter
Exalted Contributor

Re: make_recovery

You have a $PATH problem and an obselecense problem.

Do not use make_recovery.

Use make_tape_recovery.

I am attaching my script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Patrick Wallek
Honored Contributor

Re: make_recovery

The best way around this is to just explicitly specify the path to the command.

# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00

You should use the make_tape_recovery command as make_recovery is essentially obsolete.
GK_5
Regular Advisor

Re: make_recovery

The best way is to use full path in the command. make_recovery is being replaced by make_tape_recovery. If you have older version of Ignite, you can get latest version at http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB

/opt/ignite/bin/make_tape_recovery -v -a /dev/rmt/0mn -x inc_entire=vg00
will backup eniter vg00. Use other backup method to bakcup data.

-GK-
IT is great!