Operating System - HP-UX
1834741 Members
3352 Online
110070 Solutions
New Discussion

How To Speed Up "frecovery " recovery time.

 
iphy onibuje
Occasional Contributor

How To Speed Up "frecovery " recovery time.

Hi there,
i am currently trying to restore using frecovery. i used fbackup with a DLT 8000 tape drive, it took 66mins to backup 31GB, but its taking forever to recover. any ideas on how to speed this up, its killn' me. what commands can i use?... i used:
# frecover -f /dev/rmt/1m -xov -i/source_dir.

help!!!!

iphy
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: How To Speed Up "frecovery " recovery time.

What about the -c options from your fbackup thead?

Define slow.

How much data is on the tape? Might your data be on the very end or something?

I can't find it.

Some possible solutinos.
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf62e5bd3782dd711abdc0090277a778c,00.html&qt=fbackup+%2B-c&hit=8

http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x653ac4c76f92d611abdb0090277a778c,00.html&qt=frecover+%2B-c&hit=3

http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa2bf0bce6f33d6118fff0090279cd0f9,00.html&qt=frecover+%2B-c&hit=2

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
Sachin Patel
Honored Contributor

Re: How To Speed Up "frecovery " recovery time.

Hi Iphy,

I don't think you can speed up anything more now.

You can bump up the priority of your frecover process using renice command and so it will run with higher priority using -n and -p option in renice command

3renice -n -10 -p pid_of_frecove

It will make frecover run at
20(default) -10 = 10 which is higher priority then other process.

Sachin
Is photography a hobby or another way to spend $
Dario_1
Trusted Contributor

Re: How To Speed Up "frecovery " recovery time.

Hi!

You can do it using glance and re-nice the job or you can use the nice command to do it.

man nice for more information

Regards,

DR
Sachin Patel
Honored Contributor

Re: How To Speed Up "frecovery " recovery time.

Sorry typo in my previous reply

#renice -n -10 -p

Is photography a hobby or another way to spend $