1835988 Members
2414 Online
110088 Solutions
New Discussion

Make_tape_recovery

 
Shattia Moorthi
Frequent Advisor

Make_tape_recovery

dear experts,

Currently i doing make_tape_recovery to my rx6600 server os Hpux 11.31 The command which i used was :
nohup make_tape_recovery -Av -a /dev/rmt/16mn &
and the error was job name not known.
when i type tail -f nohup.out no output at all.
then I check tail -f /var/opt/ignite/recovery/latest/recovery.log
nothing display.
ioscan tape claimed. then i try copy file and view using tar command can.
So why make tape recovery cannot run?
please help me.
27 REPLIES 27
Patrick Wallek
Honored Contributor

Re: Make_tape_recovery

You might need to specify the full path to the make_tape_recovery command.

Try:

nohup /opt/ignite/bin/make_tape_recovery -Av -a /dev/rmt/16mn &
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

I try bro,
still not working. BTW my drive HP C5683A and tape :DDS-3 format
Hakki Aydin Ucar
Honored Contributor

Re: Make_tape_recovery

Without nohup, is it working ?

Do you use Veritas Volume Manager (VxVM)?
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

bro without nohup also not working.
seems like it not create recovery log.
i check recovery.log file it was o bytes.
......
Michal Kapalka (mikap)
Honored Contributor

Re: Make_tape_recovery

hi,

check if all ignite parts are installed

swinstall |grep IGNITE

execute the make_tape_recovery without any argument/switches.

mikap
rariasn
Honored Contributor

Re: Make_tape_recovery

Hi:


Verify next file:

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

rgs,
Patrick Wallek
Honored Contributor

Re: Make_tape_recovery

Can you please paste the EXACT command you are using and the EXACT error message you receive?
Chandrahasa s
Valued Contributor

Re: Make_tape_recovery

HI,

After firing make_tape_recovery without nohup what is the message your getting??

Is tape drive start to blink after firing command??

Chandra
Arunabha Banerjee
Valued Contributor

Re: Make_tape_recovery

Hi,

Can you please paste (ioscan -fnC tape) o/p here.
AB
Raj D.
Honored Contributor

Re: Make_tape_recovery

Shattia,

Take a look at the following:

1. # which make_tape_recovery
2. # swlist -l product | grep -i ignite
3. # ls -l /opt/ignite/bin/make_tape_recovery
4. # ioscan -fn /dev/rmt/16mn
5. # run the above command without nohup & &.

16mn doesn't seems to be a local tape drive, can you check # ioscan -fnC tape

Hth,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: Make_tape_recovery

Also: #find / -name make_tape_recovery -exec ls -ld {} +
" If u think u can , If u think u cannot , - You are always Right . "
Dennis Handly
Acclaimed Contributor

Re: Make_tape_recovery

What's different now than the last time you tried it?
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1433343
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

dear frenz

attn Mr.Raj D

please refer the attached file.
i still fail to make tape recovery.

tq

sudheerch
Frequent Advisor

Re: Make_tape_recovery

try this one without any options

#make_tape_recovery

let me know the output please
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

dear

even i run make tape recovery stil same
Arunabha Banerjee
Valued Contributor

Re: Make_tape_recovery

Hi,

Could you please run the following command:

1. # ioscan
2. # insf -e
3. # ioscan -fnC tape (Please paste the o/p here, not # ioscan -fn /dev/rmt/16mn o/p).


AB
rariasn
Honored Contributor

Re: Make_tape_recovery

Hi:

Verify binary file "make_tape_recovery"

# what /opt/ignite/bin/make_tape_recovery

# ll /opt/ignite/bin/make_tape_recovery

rgs,
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

as per requested
Dennis Handly
Acclaimed Contributor

Re: Make_tape_recovery

>-r-xr-xr-x 0 Apr 6 13:50 make_tape_recovery

It appears your ignite software has been corrupted. You'll need to remove and reinstall it.
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

how to remove and install ignite software. anybody can give command. RX6600 HpUx 11.31.

tq

Dennis Handly
Acclaimed Contributor

Re: Make_tape_recovery

>how to remove and install ignite software.

swremove Ignite-UX

Download the latest ignite from:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB

Then use swinstall.
Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

dear frenz,

At RX6600 hpux 11.31, Ignite C.7.7.93 and Ignite-Ux-11-31 C.7.7.93.

Let say i reinstall without removing. is taht ok.

Our server running cluster. If i remove and install is that cause any error.

Latest version was C.7.11.444 can i reinstall it.


Need advice.
rariasn
Honored Contributor

Re: Make_tape_recovery

Hi:

Cleaning up after an update (if needed)
If you select different Ignite-UX bundles for update than were previously installed, you can end up with a mix of old and new software on the system. This situation causes problems when you try to run the make_tape_recovery (1M) and make_net_recovery (1M) commands. Both commands check the local system to ensure that Ignite-UX does not have mixed-revision filesets before allowing the command to run. Mixed-revision filesets will cause the command to end in error, and a recovery archive will not be created. If you accidentally create this scenario, you can clean up the older software using the swremove (1M) command, or you can add newer software using the swinstall (1M) command.
For example, assume you installed the Ignite-UX-11-11 bundle from version C.7.2.x. A few months later you realize you need to support HP-UX 11i v2. Using your current OE media, you install the Ignite-UX-11-23 bundle. However, the newer media contains Ignite-UX version C.7.3.x. The second installation results in mixed versions of Ignite-UX. To correct this situation, you can either remove the Ignite-UX-11-11 bundle (assuming you no longer need to support HP-UX 11i v1), or you can install the C.7.3x version of the Ignite-UX-11-11 bundle.



http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01942666/c01942666.pdf

rgs,


Shattia Moorthi
Frequent Advisor

Re: Make_tape_recovery

Thank frenz ,

manage to do it. after reinstall and install ignite.

Last question if we do make_tape_recovery is it reinstall os and over right all the patches.

tq