- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How To Speed Up "frecovery " recovery time.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 08:50 AM
05-07-2003 08:50 AM
How To Speed Up "frecovery " recovery time.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:01 AM
05-07-2003 09:01 AM
Re: How To Speed Up "frecovery " recovery time.
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:01 AM
05-07-2003 09:01 AM
Re: How To Speed Up "frecovery " recovery time.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:04 AM
05-07-2003 09:04 AM
Re: How To Speed Up "frecovery " recovery time.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2003 09:14 AM
05-07-2003 09:14 AM
Re: How To Speed Up "frecovery " recovery time.
#renice -n -10 -p