- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover 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
06-10-2002 04:19 AM
06-10-2002 04:19 AM
frecover problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 04:22 AM
06-10-2002 04:22 AM
Re: frecover problems
It sounds like some of the files you are backing up are still in use by some process or other when you actually do the backup, and as a result their checksums are not correct on tape and you cant restore them.
Are you absolutely sure no-one/no process is accessing these files when the backup runs ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 04:31 AM
06-10-2002 04:31 AM
Re: frecover problems
I see what you mean but I am trying to recover database files which are not in use at the time of backup because the databases are offline! For instance i can restore:-
/DB_04/oracle/PPIP/index201_PPIP.dbf
But none of:-
/DB_05
/DB_05/lost+found
/DB_05/oracle
/DB_05/oracle/DBUP
/DB_05/oracle/DBUP/ctrl03_DBUP.dbf
/DB_05/oracle/DBUP/temp01_DBUP.dbf
/DB_05/oracle/DBUP/tools01_DBUP.dbf
/DB_05/oracle/DBUP/users01_DBUP.dbf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 04:39 AM
06-10-2002 04:39 AM
Re: frecover problems
I assume that these files were present when the list of files were prepared for backup and
when the backup really started it could not find the files they were gone.
That is the reason it tells unable to stat.
Thanks
G Manikandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 04:43 AM
06-10-2002 04:43 AM
Re: frecover problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 04:49 AM
06-10-2002 04:49 AM
Re: frecover problems
Is the database down when you attempt the restore? Try doing a frecover displaying the file sizes.
frecover -r -Nv
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 07:34 AM
06-10-2002 07:34 AM
Re: frecover problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:32 AM
06-11-2002 05:32 AM
Re: frecover problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:50 AM
06-11-2002 05:50 AM
Re: frecover problems
The disc where the files will not recover.
Is it NFS
Also. Note this.You parameters are important
frecover
1 What is written on my `fbackup' tape?
To read your tape you must always use the `frecover' command.
/etc/frecover -I - (break or control-c will pause the list)
This command will display the contents to the standard output.If the list is long, it may be better to save the index in a file.
/etc/frecover -I /tmp/index
The advantage of `fbackup' is that the index is written in the beginning of the tape. `frecover' does not scan the whole tape.
THUS . The index being there does not mean the files are
2 Restore a complete directory
/etc/frecover -xi/directory
/etc/frecover -x -i/directory1 -i/directory2
REMEMBER THIS
When restoring a directory, `frecover' will not overwrite an existing file, except if the -o option is used.
It may be nice to recover relative somewhere in a directory like /tmp/local.
To restore relative, you must go first to the directory with cd, and then use the X or F option.
cd /tmp/local; /etc/frecover -xvXi /directory
(with directory tree path )
cd /tmp/local; /etc/frecover -xvFi /directory
(without path, only files names)
3 Restore of a few files from archive.
cd /tmp/local;/etc/frecover -xvF -i/path1/filename1 -i/path2/filename2
The files will be restored under the local directory.
4 Restore of backup over network.
Restore from a remote DAT/DDS drive
/etc/frecover -xi/directory -f remote_name:/dev/rmt/0m
Remote restore with local DAT/DDS drive
remsh remote_name " /etc/frecover -xi/directory -f local_name:/dev/rmt/0m"
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 11:59 PM
06-11-2002 11:59 PM
Re: frecover problems
The discs are not NFS mounted!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 12:42 AM
06-12-2002 12:42 AM
Re: frecover problems
About the only item that has not been looked at is patches. Have a look for the latest patches for 'fbackup/frecover', you just could find something there, that fixes your problem.
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 01:14 AM
06-12-2002 01:14 AM
Re: frecover problems
Ex: If you are backing up Oracle data, It will have the group as dba. So you have to ensure the particular user-id is added in the dba group too.
I am not sure abt this - You can try recovering files step by step( I mean one directory followed by the other). I beleive this will work.
Regards,
Gnana A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:05 AM
06-12-2002 05:05 AM
Re: frecover problems
1)get
Patch Name: PHCO_25424
Patch Description: s700_800 11.00 cumulative fbackup(1M)/frecover(1M) patch
Handles some DLT7000 problems.
2)Extract the index and then attempt to reload a file from the end of the tape.
3)retry your recover.
Steve steel