1758838 Members
2904 Online
108876 Solutions
New Discussion

make_tape_recovery error

 
Mast-San
Occasional Contributor

make_tape_recovery error

Hi,

 

We have HP-UX rx2620 11.23 U ia64 server. In this regards, we are trying to take ignite backup but it giving below error.

 

Command : make_tape_recovery -Av -x inc_entire=/dev/vg00 -a /dev/rmt/1m -t "Ignite BKP DR-TINXDB3-17082011"

 

Error: # make _tape _recovery -Av -x inc _entire=/dev/vg00 -a /dev/rmt/1m -t "Ignite BK

 # dev/vg00 -a /dev/rmt/1m -t "Ignite BKP DR-TINXDB3-18082011"

sh: make_tape_recovery: not found.

 

Please suggest.

 

Thanks & Regards,

Mastan.

4 REPLIES 4
rariasn
Honored Contributor

Re: make_tape_recovery error

Hi Mastan:

 

 

# /opt/ignite/bin/make_tape_recovery -Av -x inc_entire=/dev/vg00 -a /dev/rmt/1m \

-t    "Ignite BKP DR-TINXDB3-17082011"

 

Verify ignite log:

 

/var/opt/ignite/recovery/latest/recovery.log

 

rgs

 

 

Dennis Handly
Acclaimed Contributor

Re: make_tape_recovery error

>sh: make_tape_recovery: not found.

 

This is shell 101.  You need to specify the absolute path of the command or you need to make sure the directory is in your PATH.

Pete Randall
Outstanding Contributor

Re: make_tape_recovery error

You also need to make sure it is spelled correctly.  In your error line you show it as both "make _tape _recovery" (with a space) and "make_tape _recovery" (without a space).


Pete
Arunabha Banerjee
Valued Contributor

Re: make_tape_recovery error

Try this:

 

/opt/ignite/bin/make_tape_recovery -Av -x inc _entire=/dev/vg00 -a /dev/rmt/1mn -t "Ignite BKP"

 

And always try to run the command against no rewind devices.

AB