- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover command problems
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
10-09-2005 01:49 PM
10-09-2005 01:49 PM
I'm trying to restore just a single file (ie /etc/passwd) from fbackup tape, but it doesn't restore it.
I have read the contents of fbackup tape and it does have /etc/passwd file, however I'm able to restore other files successfully which means there is nothing wrong with the tape or tape drive itself.
The command I have used to restore /etc/passwd file is below...
frecover -xXvf /dev/rmt/3m -g /graph.
The contents of graph file is below....
i /etc/passwd...
Please advise what should i do to restore the /etc/passwd file successfully...
Thanks in advance...
Raf
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 02:12 PM
10-09-2005 02:12 PM
SolutionFrecover, by default will not restore a file, if the time stamp of the file in disk is newer than that in the fbackup.
Chek the time stamp of /etc/passwd and if it is modified after ur fabckup was taken , frecover will not restore it. In that case you have to use -o option along with frecover.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 02:13 PM
10-09-2005 02:13 PM
Re: frecover command problems
You need to follow the command below to restore a single file with frecover command :
# cd /etc
# frecover -xvF -i /etc/passwd
Following url (docID : KBRC00006523) about 'Example backup/recover commands for fbackup, cpio, tar' for your reference :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076534448
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 02:27 PM
10-09-2005 02:27 PM
Re: frecover command problems
Check the url below :
Which query concerning frecover do you have?
http://www2.itrc.hp.com/service/iv/node.do?source=search&node=prodITRC/WW_Start/N1|20|4|9|3
How to restore single files?
http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C20%7C4%7C9%7C3%7C4
Check also the man page of frecover :
# man frecover
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 03:44 PM
10-09-2005 03:44 PM
Re: frecover command problems
Thanks Guys,
This has resolved my problem, I will now assign points. We have a great team here.
Kind Regards,
Raf