![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with Database backup | TaZ | UNIX and Linux Applications | 2 | 03-20-2008 01:52 AM |
| Veritas Unix Backup Agent won't start | cnpaul | SCO | 0 | 06-29-2007 11:51 AM |
| Veritas Backup Agent on SCO problem | Yorgy | SCO | 1 | 11-14-2006 10:28 PM |
| SuSE Backup on Veritas | aamirs | Linux | 1 | 08-30-2005 07:55 AM |
| Backup of Product Database | Student37 | UNIX for Dummies Questions & Answers | 2 | 06-05-2005 01:16 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
NetBackup can verify backup images (one at a time) , to guarantee that you can restore it.
Command line : see bpverify -client <CLIENTNAME> -st FULL if you run bpverify without any option, it will verify all taken images from all clients. Additional you can choose only the client <client> and only type <FULL>... GUI : NetBackup Management -> Catalog -> Search tab (verify image or so) A good idea is to install the NetBackup Agent for Oracle Database, then you can make a online backup from the database .... (but costs a bit) bpverify will load the recorded Media in the drive, this can take a while.. I've tested it : (Sol9, NBU DataCenter 4.5,L9 Tape) : root@nbu-server # bpverify -client nbu-server Verify started Fri Jun 24 2005 09:33:21 INF - Verifying policy nbu-server-TEST, schedule Full (nbu-server_1119538208), media id DT3550, created 06/23/2005 16:50:08. INF - Verify of policy nbu-server-TEST, schedule Full (nbu-server_1119538208) was successful. INF - Status = successfully verified 1 of 1 images. this should work Last edited by networkfre@k; 06-24-2005 at 12:34 AM. |
|
||||
|
thanks a lot .
but does this insure that all my images are taken correctly with all the database checkpoints .? does what u have suggested illimintaes the need for a true restore . i was thing of actually restoring the database to a some file system and try starting it up . cheers |
|
|||
|
You canīt verify that your Database is ok , you can verify that the "normal" backup is good....
In true, you canīt only verify your backup instead of test-restoring it. I think your suggestion is a common practice (test restore to a other Filesystem) I dont think that NetBackup can say that your Oracle Database is OK, maybe you can with the additional "NetBackup Agent for Oracle". You can verify that NetBackup can mount and read your backup. On Monday I will ask a colleague from me , heīs a NetBackup specialist and I will post his answer here. Some things to know: x) Do you have the master+media server on the same server ? x) Do you have the Shared storage option enabled (Tape Library in a SAN) ? x) Do you have additional licenses installed (like Oracle extension,open file backup The NetBackup FAQ: http://www.backupcentral.com/cgi-bin...file=1#file_67 You can make hot backups with Oracle extension /RMAN. bye networkfreak Last edited by networkfre@k; 06-24-2005 at 08:08 AM. |
|
||||
|
Quote:
actually we have a hot backup database scipt that comes with veritas and we are doing hotbackups almost daily . veritas uses RMAN to do the backups . it connect to it and opens the chennels and takes backup . only the shutdown /startup is done manually . thanks u very much cheers |
|
|||
|
If your database is consistent, meaning you shutdown immediate or better, and no recovery is needed on startup (and even if it is and in archive log mode), a cold backup to tape or anything else will be very recoverable.
Personally I stopped doing cold backups years ago, and exclusively use RMAN to NetBackup. I don't even use a recovery catalog, and just back the control file up seperately at the end of the backup.
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|||
| Google The UNIX and Linux Forums |