How backup ZFS in tape

I think this is an old issue, but I'm not sure if it was solved yet. Someone has a shell script in order to backup to tape a ZFS filesystem in Solaris 10, by using gtar. If it is not possible, why?
Thanks

williamcastrod wrote:
I think this is an old issue, but I'm not sure if it was solved yet.There are many solutions. And you might try amanda also.
Someone has a shell script in order to backup to tape a ZFS filesystem in Solaris 10, by using gtar.I don't know. I dont. But I'll give a couple of pointers:
If it is not possible, why? It is certainly possilble. There are few different ways of dong this. And there a a couple of possilbe gotchas as well ... eg relating to zfs filesystem hidden files.
ThanksDo do a file bacsed backup checkout gtar t oa file ....
root@solaris:/export# zfs create rpool/export/wtest
root@solaris:/export# zfs create rpool/export/wtest/wchild
root@solaris:/export# touch /export/wtest/file1.txt
root@solaris:/export# touch /export/wtest/file2.txt
root@solaris:/export# touch /export/wtest/wchild/file3.txt
root@solaris:/export# (cd $(zfs list -H -o mountpoint rpool/export/wtest); gtar cpf - --one-file-system . ) | gzip > wtest.tar.gz
root@solaris:/export# gtar tvpf wtest.tar.gz
drwxr-xr-x root/root         0 2013-01-19 00:20 ./
-rw-r--r-- root/root         0 2013-01-19 00:20 ./file2.txt
drwxr-xr-x root/root         0 2013-01-19 00:21 ./wchild/
-rw-r--r-- root/root         0 2013-01-19 00:20 ./file1.txt... which seems to be getting the correct result
Obviosuly we could goto tape with something like:-
(cd $(zfs list -H -o mountpoint rpool/export/wtest); gtar cpf /dev/rmt/0 --one-file-system . )
... but this ignores blocking factors which may be important for a not trivial amount of data.
(cd $(zfs list -H -o mountpoint rpool/export/wtest); gtar cpbf 96 /dev/rmt/0 --one-file-system . )
================
Another apporpchs is to take a snapshort of the zfs filesystme and back that up .....
zfs send rpool/export/wtest@fortape | dd obs=49152 of=/dev/rmt/0This is not a file based backup! And dont run the command if you dont have /dev/rmt/0 device!
Please be aware I am rusty on tapes, and may have made mistakes. And testing this and brining it up to production quality is for you. I hate tapes. Restores sometimes go wrong .. and it get exciting ... when you discover the backup was not all you thought it was!
Edited by: bigdelboy on Jan 18, 2013 11:59 PM NB: Having turned off my computer for going to bed I mused the block sizes given above are probably inappropriately low for modern tape drives (ok for 8GB exabytes!)

Similar Messages

  • How to copy the backup files from TAPE to Local disc

    Hi Gurs,
    i want to make as replica trrough  PRD offline backup , on new server, while database installing i will take the option systemcopy /backup/restore , so for that how installation master can recognise the tape from tape device, so that now i wanted to copy the backup files from Tape to local disk so that it was already mounted ,i can show the path of backup files.
    the OS is Susi 9
    Oracle 9i
    ECC 5.0
    please any one can help me
    cheers

    What do you use to backup the files to disk? cpio? dd?
    Markus

  • How to mount two tapes for differente backup types (FS bkps and RMAN Bkps)

    Hi all,
    I have installed OSB and at first time I just could run database backups through RMAN to my tape.
    I created two tapes but all of then are mounting with a volume like VOL00000XX and I can't mount it in a volume like RMAN-DEFAULT00000XX anymore.
    What do I need to do?
    I have two tapes like that:
    ob> lsdev --mount
    drive TAPE_1 in service write obtar VOL000001
    drive TAPE_2 in service write obtar VOL000001

    Pending resource availability error message usually points to one of two things:
    1) Tape is not available that OSB can use for the backup operation....this is what I suspect in your case
    2) Tape drive not available
    You have existing tapes in the library which have a vol-xxx ID...can only guess that is the "null" media family unless you have created another media family. The null media family is used for file system backup operations where a media family was not user defined. The null media family expiration is defined in the defaults/policies, media section. By default the null media family volumeretaintime is disabled meanding they won't automaticallly expire.
    You should determine what media family was utilized to create the existing tapes....this will tell you what the retention methodology OSB is using. If OSB believes these tapes are still valid (ie no expiration time), OSB will not use them for future backup operations unless to same media family. If you tried to backup to rman-default media family but all tapes in library have already been assisned to another media family, then the backup operation will error out with pending resource availability.
    You may want to review media families. If all tapes in library have been labeled and you want to unlabel to be able to use for different media family, you can do a force unlabel operation. Please know this effectively "erases" tape from OSB perspective so prior to doing that make sure there is NO valid backup data on tape you want to keep.
    Donna

  • Restore bkf Backup Files on Tape with Windows Server 2008 R2

    We have to migrate an application from a legacy server (OS Windows Server 2003) to a new server (OS Windows Server 2008 R2).
    Due to legal obligations we have to keep backups for 10 years. Until now NTBACKUP was used to store the data on tape.
    We must be able to restore data from tapes of the last 10 years for audit purposes.  
    We installed Update für Windows Server 2008 R2 x64 Edition (KB974674) containing NTBackup-RestoreUtility on the new server.
    It seems that this tool is not able to restore from tapes.
    How can we fullfil the legal requirements to restore backuped data from tape on Windows Server 8 R2 (and in future with Windows Server 2012 R2)?

    Hi,
    This is Exchange server forum. Actually, we have a dedicated support team regarding the Microsoft Windows Server. I recommend you ask your question on our Windows Server forum which is staffed by more experts specializing in this kind of problems. Thanks
    for your understanding.
    For your convenience:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver
    Hope it helps.
    If you have any problem with Exchange server, welcome to our Exchange server forum.
    Best regards,
    Amy Wang
    TechNet Community Support

  • How many types of tape drive

    Hi all;
    how many types of tape drive for rman backup.which one is best.
    thanks

    Hi,
    Below Are the factors ...
    •The amount of data you must back up
    •The interfaces your equipment supports
    •The data throughput you need
    •The tape standard that is best for your needs
    •The cost of the drive and tapes
    •The capabilities and compatibility of the included driver and backup software
    •Support for disaster recovery
    Read below links u will get some help.
    http://e-articles.info/e/a/title/How-to-choose-a-Tape-Backup-Drive/
    Thanks & Regards
    Rahul Sharma

  • How to use multiple tape drive for single filesystem on single client.

    Hello All.
    I want to backup single filesystem with multiple tape drive.
    Incase of Symantec veritas netbackup "NEW_STREAM" for multi-stream backup.
    Backup client has a  single backup filesystem like /data1  directory with 4 LTO6 drives.
    /data1 directory doesn't have a sub-direcotry, just present a files.
    If /data1 directory has a sub-directory like /data1/aaa, /data1/bbb, /data1/ccc , Is it possible to use multiple drives?
    Please anybody answer the questions.
    Thanks advanced.

    See how to use multiple tape drive from single client when I want to backup single filesystem?

  • Easy Server 2012 backup solutions with tape support?

    We have several smaller to midsized customers that have invested money in tape drives and tapes. They are using Symantec BackupExec on Server 2003 / 2008 and 2008 R2. Unfortunately, Symantec postponed Server 2012 support in their products  many times
    already. This fact costs us many business opportunities to upgrade infrastructures to Server 2012.
    DPM 2012 is good for larger customers, but less suited for smaller companies (and the DPM "philosophy change" of the backup procedures, compared to older tape based backup solutions is an obstacle as well.)
    So we are looking for EASY backup solutions that support tape drives and server 2012. The "perfect" product for us would be just a tape driver and an extension to the integrated Windows Server Backup that would allow to store backups on tapes,
    the same way that Windows Backup allows backups to network shared folders.
    Does anyone knows EASY backup software that provides this functionality? I'm also very interested in feedback from peoples that have successfully used such products on Server 2012 and are satisfied with them.
    Thank you all in advance for any help.
    Franz

    Looks like we are in the same boat here with 2012.
    For all its trouble, BackupExec has been instrumental for us in providing our customers with a backup application that no other software vendor has been able to match. This includes:
    1) Granular backup and restore of Exchange allowing the restore of individual mailboxes and single mail items
    2) The same Granular backup and restore of Hyper-V's VMs
    3) The ability to backup to Tape, Removable USB HDD and NAS and Network shares
    Not even Shadow Protect cuts the mustard anymore – it’s become simply “stupid”.
    Although we love the simplicity and robustness of Windows Backup, there are some very serious deficiencies including;
    1) The extreme difficulty of adding additional USB HDD after the backup schedule has been created. I believe that this has partially been resolved in R2 but in 2012 it was a utter mess-up. We
    resorted to hooking up two 5-port USB Powered Hubs so we could make sure that all USB HDDs could be included in the schedule - what a mission! One blown hub after the other - couldn't find one that could handle the electrical current load of 5x USB HDDs!
    2) No Granular restore ability of nothing... had to resort back to the "old school" ESEUTIL "after" restoring the entire Exchange database to alternate location.
    3) Backup to a Network Share is pathetic - can't store more than the current backup. What use is that? Had to resort to backing up to Network Share then including that backup in another Windows backup - go figure!
    Like Franz, our customers have invested HEAVILY in Tape Drive hardware (some of which cost the customer in excess of $8000) and that excludes the cost of Symantec BackupExec.
    Although BackupExec 2012 now supports Server 2012, the re-purchase of the software is not a consideration to most of our customers.
    Sorry Franz, I don’t have a solution for Tape Drives yet. This is one reason why we have stayed away from deploying 2012 that already have a recent investment in Tape Drive technology.
    However, because there is NO other backup solution that compares to Symantec BackupExec (version <2010), we have been successfully implementing a hybrid solution (which, unfortunately, still does not include Tape Drives) including our own business.
    As BackupExec 2010 does not support Windows 2012 as a “Media Server” there IS a workaround in a “virtual environment”.
    We have successfully installed BackupExec 2010 on a Hyper-V Virtual Server as the “media server” and targeted the backups to shared folders on both NAS and removable USB HDD shares (off the Host Server).
    Although it works GREAT, there is still the serious deficiency of not been able to use Tape Drives (unless some really bright spark out there has an idea on how to make a Tape Drive accessible to a VM).
    Another REALLY good solution in which we deployed just last week was to supply the customer with a dirt-cheap PC, install it with Windows 2008 and the Tape Drive and schedule all the normal (and yummy) BackupExec 2010 granular backups to. Remember, the BackupExec
    agent WILL install and run just fine on Server 2012 - no problems there.
    This has become an INSTANT hit and this is OUR solution – a very small price to pay for “real granular” backups to Tape Drive.
    I hope that you find that the mentioned "good solution" a viable and cost-effective workaround.
    Backup Exec DOES NOT support Windows 2012.  I just got of the phone with them today April 24, 2014.  I have been using BE since Seagate made version 7.  Every product Symantec buys eventually turns to crap!  I just left Symantec Endpoint
    Protection after 13 years because it is unreliable and has very poor detection compared to other products.  In fact, it is so bad, that Symantec won't participate in any third-party evaluations that they don't pay for such as AV-Comparatives.org. 
    Don't let the door hit you on the way out, Symantec!

  • DPM 2010 How to use autoloader tape library

    Dear Team
    Hello All,
    We have implemented the DPM 2010 successfully in our organization. But while creating the protection group it shows the tape library name but not the individual tapes. 
    So, our requirement is as below.
    We want to create the daily backup in one tape. and weekly backup in another tape.
    How we can select the specific tape Slot in library for different backup?
    An early response will be highly appreciated.
    Regards
    Selvaraj.S
    [email protected]

    Hi,
    DPM has a flat tape handling model and does not provide the direct ability to assign certain tapes or slots to specific backup jobs.   Depending on the retention period of the two goals, DPM should use separate tapes by default.  You have
    some control by tweaking the TapeWritePeriodRatio and ExpiryToleranceRange settings.
    See the following resources for more information on the above parameters:
    Enabling Data Co-Location on DPM
    http://technet.microsoft.com/en-us/library/ff399230.aspx
    http://blogs.technet.com/b/dpm/archive/2012/05/14/things-you-can-do-to-help-data-protection-manager-utilize-your-tapes-full-capacity.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • RMAN :  Backup to a tape.

    Hi every Body,
    I need please help on how to backup to a tape.
    Exactly how to configure the MML interface ?

    You can consider Oracle Secure Backup or a vendor from Oracle Backup Solutions Program.
    Check Configuring RMAN to Make Backups to a Media Manager for configuration of RMAN and the vendor specific documentation for the media management configuration.

  • How do I capture tape-based media to my external hard drive?  There is only one firewire 800 port on the back of my I mac.  The manual says to import tape footage directly into fcpx, but then I lose my external hard drive.   thanks for your help.

    In FCP X How do I capture tape-based media (hdv clips)- which I want to import-to my external hard drive?  There is only one firewire 800 port on the back of my I mac.  The FCPX manual says to import tape footage directly into final cut, which works, but then I lose  my external hard drive    Do I  have to import it into an event, then copy it over to an external hard drive?  On Larry Jordan's tutorial, he has 3 external hard drives that show up on his monitor WHILE he imports his tape based media.  How is that done?  I can only get either the camera to appear OR my external hard drive.   thanks for your help.

    Thanks for your response, but that doesn't solve the problem.  Yes, the LaCie hard drive has 2 firewire ports-
    I have always done what you suggest (works fine in FCP7), but in FCPX when I do that the camcorder icon
    does not appear.  It only shows up when I DIRECTLY import the footage via firewire.  ????

  • How to enable trackpad tap to click windows 7 64 bit macbookpro mid 2009

    how to enable trackpad tap to click windows 7 64 bit macbookpro mid 2009:
    The following link has a solution for 32 bit but not 64 bit, is there a new update that works for 64 bit??
    https://discussions.apple.com/thread/2308135?threadID=2308135

    Hi Rhondavas77,
    To enable/disable Just-In-Time debugging
    On the Tools menu, click Options.
    In the Options dialog box, select the Debugging folder.
    In the Debugging folder, select the Just-In-Time page.
    In the Enable Just-In-Time debugging of these types of code box, select or clear the relevant program types:
    Managed, Native, or Script.
    To disable Just-In-Time debugging, once it has been enabled, you must be running with Administrator privileges. Enabling Just-In-Time debugging sets a registry key, and Administrator privileges are required to change that key.
    Click OK.
    More information is here.
    http://msdn.microsoft.com/en-us/library/k8kf6y2a(v=vs.85).aspx
    Best Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Offline backup terminated on tape drive

    Detail log: beodflqb.aft
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: beodflqb.aft 2014-06-23 02.00.29
    BR0484I BRBACKUP log file: N:\oracle\PRD\sapbackup\beodflqb.aft
    BR0477I Oracle pfile E:\oracle\PRD\102\database\initPRD.ora created from spfile E:\oracle\PRD\102\database\spfilePRD.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     PRD
    oracle_home                    E:\oracle\PRD\102
    oracle_profile                 E:\oracle\PRD\102\database\initPRD.ora
    sapdata_home                   N:\oracle\PRD
    sap_profile E:\oracle\PRD\102\database\initprd.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                tape
    compress                       no
    tape_copy_cmd                  dd
    cpio_flags                     -ovB
    cpio_in_flags                  -iuvB
    dd_flags                       bs=64k
    dd_in_flags                    bs=64k
    rewind                         mt -f $ rewind
    rewind_offline                 mt -f $ offline
    tape_size                      409600.000 MB
    tape_address                   /dev/nmt0
    tape_address_rew               /dev/mt0
    volume_backup PRDB01,PRDB02,PRDB03,PRDB04,PRDB05,PRDB06,PRDB07,PRDB08,PRDB09,PRDB10,
    PRDB11,PRDB12,PRDB13,PRDB14,PRDB15,PRDB16,PRDB17,PRDB18,PRDB19,PRDB20,
    PRDB21,PRDB22,PRDB23,PRDB24,PRDB25,PRDB26,PRDB27,PRDB28,PRDB29,PRDB30,
    PRDB31,PRDB32,PRDB33,PRDB34,PRDB35
    expir_period                   6
    tape_use_count                 100
    exec_parallel                  0
    system_info                    SAPServicePRD KRBLPRD Windows 5.2 Build 3790 Service Pack 1 AMD64
    oracle_info                    PRD 10.2.0.2.0 8192 20731 782785761 KRBLPRD UTF8 UTF8
    sap_info                       700 SAPSR3 PRD U1634407522 R3_ORA 0020225501
    make_info                      NTAMD64 OCI_10201_SHARE Feb  6 2008
    command_line                   brbackup -u / -jid ALGOF20140620020000 -c force -t offline_force -m all -p initprd.sap -a -c force -p initprd.sap -cds
    BR0116I ARCHIVE LOG LIST before backup for database instance PRD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            J:\oracle\PRD\oraarch\PRDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     20728
    Next log sequence to archive   20731
    Current log sequence           20731            SCN: 782785761
    Database block size            8192             Thread: 1
    Current system change number   782801616        ResetId: 785315093
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status File Size   Id.     Device Link    Type       MaxSize     IncrSize BlkSize
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_1\SR3.DATA1               7549755392    4           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_2\SR3.DATA2               7633641472    5           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_3\SR3.DATA3               7591698432    6           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_4\SR3.DATA4               7633641472    7           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3_5\SR3.DATA5               7549755392    8           5 NOLINK  FILE   10485760000     20971520 8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10             7402954752   13           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_6\SR3.DATA6               7633641472    9           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_7\SR3.DATA7               7717527552   10           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_8\SR3.DATA8               7507812352   11           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3_9\SR3.DATA9               7319068672   12           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_11\SR3.DATA11             7444897792   14           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_12\SR3.DATA12             7780442112   15           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_13\SR3.DATA13             7465869312   16           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_14\SR3.DATA14             7759470592   17           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3_15\SR3.DATA15             7864328192   18           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_16\SR3.DATA16             7948214272   19           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_17\SR3.DATA17             8199872512   20           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_18\SR3.DATA18             8178900992   21           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_19\SR3.DATA19             7969185792   22           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3_20\SR3.DATA20             7738499072   23           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_1\SR3700.DATA1         4865400832   24           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_2\SR3700.DATA2         4865400832   25           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_3\SR3700.DATA3         4844429312   26           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3700_4\SR3700.DATA4         4613742592   27           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_5\SR3700.DATA5         4550828032   28           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_6\SR3700.DATA6         4236255232   29           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_7\SR3700.DATA7         4131397632   30           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ G:\ORACLE\PRD\SAPDATA2\SR3700_8\SR3700.DATA8         4152369152   31           6 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_10\SR3700.DATA10       4152369152   33           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_11\SR3700.DATA11       4089454592   34           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_12\SR3700.DATA12       4299169792   35           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ H:\ORACLE\PRD\SAPDATA3\SR3700_9\SR3700.DATA9         4236255232   32           7 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_13\SR3700.DATA13       4529856512   36           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_14\SR3700.DATA14       4928315392 37           8  NOLINK FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_15\SR3700.DATA15       4907343872   38           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+ I:\ORACLE\PRD\SAPDATA4\SR3700_16\SR3700.DATA16       4991229952   39           8 NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SR3USR_1\SR3USR.DATA1           83894272   40           5 NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE G:\ORACLE\PRD\SAPDATA2\TEMP_1\TEMP.DATA1             3145736192   -1           6 NOLINK  FILE             0            0     8192
    PSAPTEMP       ONLINE#    ONLINE G:\ORACLE\PRD\SAPDATA2\TEMP_2\TEMP.DATA2             3145736192   -2           6 NOLINK  FILE             0            0     8192
    PSAPUNDO       ONLINE-    ONLINE+ H:\ORACLE\PRD\SAPDATA3\UNDO_1\UNDO.DATA1             9751764992    2           7 NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+ F:\ORACLE\PRD\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          398467072    3           5 NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+ F:\ORACLE\PRD\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          922755072    1           5 NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File Size  Group     Device Status    Link    Type
    L:\ORACLE\PRD\MIRRLOGA\LOG_G11M2.DBF            52429312    1           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGA\LOG_G11M1.DBF            52429312    1           10 INUSE     NOLINK  FILE
    L:\ORACLE\PRD\MIRRLOGB\LOG_G12M2.DBF            52429312    2           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGB\LOG_G12M1.DBF            52429312    2           10 INUSE     NOLINK  FILE
    L:\ORACLE\PRD\MIRRLOGA\LOG_G13M2.DBF            52429312    3           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGA\LOG_G13M1.DBF            52429312    3           10 INUSE     NOLINK  FILE
    L:\ORACLE\PRD\MIRRLOGB\LOG_G14M2.DBF            52429312    4           11 INUSE     NOLINK  FILE
    K:\ORACLE\PRD\ORIGLOGB\LOG_G14M1.DBF            52429312    4           10 INUSE     NOLINK  FILE
    BR0120I Control files
    File Size   Id.      Device Link    Type
    K:\oracle\PRD\origlogA\cntrl\cntrlPRD.dbf       26787840    0           10 NOLINK  FILE
    K:\oracle\PRD\origlogB\cntrl\cntrlPRD.dbf       26787840    0           10 NOLINK  FILE
    N:\oracle\PRD\sapdata1\cntrl\cntrlPRD.dbf       26787840    0           13 NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.30
    BR0057I Backup of database: PRD
    BR0058I BRBACKUP action ID: beodflqb
    BR0059I BRBACKUP function ID: aft
    BR0110I Backup mode: ALL
    BR0077I Database files for backup:
    L:\ORACLE\PRD\MIRRLOGA\LOG_G11M2.DBF
    L:\ORACLE\PRD\MIRRLOGB\LOG_G12M2.DBF
    L:\ORACLE\PRD\MIRRLOGA\LOG_G13M2.DBF
    L:\ORACLE\PRD\MIRRLOGB\LOG_G14M2.DBF
    K:\oracle\PRD\origlogA\cntrl\cntrlPRD.dbf
    BR0061I 47 files found for backup, total size 232665.877 MB
    BR0143I Backup type: offline_force
    BR0112I Files will not be compressed
    BR0130I Backup device type: tape
    BR0102I Following backup device will be used: /dev/nmt0
    BR0103I Following backup volume will be used: PRDB11
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0208I Volume with name PRDB11 required in device /dev/nmt0
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.30
    BR0226I Rewinding tape volume in device /dev/mt0 ...
    BR0351I Restoring N:\oracle\PRD\sapbackup\.tape.hdr0
    BR0355I from /dev/nmt0 ...
    BR0241I Checking label on volume in device /dev/nmt0
    BR0242I Scratch volume in device /dev/nmt0 will be renamed to PRDB11
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.30
    BR0226I Rewinding tape volume in device /dev/mt0 ...
    BR0202I Saving N:\oracle\PRD\sapbackup\.tape.hdr0
    BR0203I to /dev/nmt0 ...
    BR0209I Volume in device /dev/nmt0 has name PRDB11
    BR0202I Saving init_ora
    BR0203I to /dev/nmt0 ...
    BR0202I Saving E:\oracle\PRD\102\database\initprd.sap
    BR0203I to /dev/nmt0 ...
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.45
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2014-06-23 02.00.46
    BR0307I Shutting down database instance PRD ...
    BR0280I BRBACKUP time stamp: 2014-06-23 02.01.12
    BR0308I Shutdown of database instance PRD successful
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_1\SR3.DATA1
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_1\SR3.DATA1
    #SAVED.... SR3.DATA1  PRDB11/4
    BR0280I BRBACKUP time stamp: 2014-06-23 02.06.29
    BR0063I 1 of 47 files processed - 7200.008 MB of 232665.877 MB done
    BR0204I Percentage done: 3.09%, estimated end time: 5:13
    BR0001I **________________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_2\SR3.DATA2
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_2\SR3.DATA2
    #SAVED.... SR3.DATA2  PRDB11/5
    BR0280I BRBACKUP time stamp: 2014-06-23 02.10.49
    BR0063I 2 of 47 files processed - 14480.016 MB of 232665.877 MB done
    BR0204I Percentage done: 6.22%, estimated end time: 4:46
    BR0001I ***_______________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_3\SR3.DATA3
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_3\SR3.DATA3
    #SAVED.... SR3.DATA3  PRDB11/6
    BR0280I BRBACKUP time stamp: 2014-06-23 02.15.05
    BR0063I 3 of 47 files processed - 21720.023 MB of 232665.877 MB done
    BR0204I Percentage done: 9.34%, estimated end time: 4:36
    BR0001I *****_____________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_4\SR3.DATA4
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_4\SR3.DATA4
    #SAVED.... SR3.DATA4  PRDB11/7
    BR0280I BRBACKUP time stamp: 2014-06-23 02.19.34
    BR0063I 4 of 47 files processed - 29000.031 MB of 232665.877 MB done
    BR0204I Percentage done: 12.46%, estimated end time: 4:33
    BR0001I ******____________________________________________
    BR0202I Saving F:\ORACLE\PRD\SAPDATA1\SR3_5\SR3.DATA5
    BR0203I to /dev/nmt0 ...
    #FILE..... F:\ORACLE\PRD\SAPDATA1\SR3_5\SR3.DATA5
    #SAVED.... SR3.DATA5  PRDB11/8
    BR0280I BRBACKUP time stamp: 2014-06-23 02.23.50
    BR0063I 5 of 47 files processed - 36200.039 MB of 232665.877 MB done
    BR0204I Percentage done: 15.56%, estimated end time: 4:30
    BR0001I ********__________________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_10\SR3.DATA10
    #SAVED.... SR3.DATA10  PRDB11/9
    BR0280I BRBACKUP time stamp: 2014-06-23 02.28.02
    BR0063I 6 of 47 files processed - 43260.047 MB of 232665.877 MB done
    BR0204I Percentage done: 18.59%, estimated end time: 4:28
    BR0001I *********_________________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_6\SR3.DATA6
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_6\SR3.DATA6
    #SAVED.... SR3.DATA6  PRDB11/10
    BR0280I BRBACKUP time stamp: 2014-06-23 02.32.19
    BR0063I 7 of 47 files processed - 50540.055 MB of 232665.877 MB done
    BR0204I Percentage done: 21.72%, estimated end time: 4:26
    BR0001I ***********_______________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_7\SR3.DATA7
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_7\SR3.DATA7
    #SAVED.... SR3.DATA7  PRDB11/11
    BR0280I BRBACKUP time stamp: 2014-06-23 02.36.45
    BR0063I 8 of 47 files processed - 57900.063 MB of 232665.877 MB done
    BR0204I Percentage done: 24.89%, estimated end time: 4:26
    BR0001I ************______________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_8\SR3.DATA8
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_8\SR3.DATA8
    #SAVED.... SR3.DATA8  PRDB11/12
    BR0280I BRBACKUP time stamp: 2014-06-23 02.40.58
    BR0063I 9 of 47 files processed - 65060.070 MB of 232665.877 MB done
    BR0204I Percentage done: 27.96%, estimated end time: 4:25
    BR0001I **************____________________________________
    BR0202I Saving G:\ORACLE\PRD\SAPDATA2\SR3_9\SR3.DATA9
    BR0203I to /dev/nmt0 ...
    #FILE..... G:\ORACLE\PRD\SAPDATA2\SR3_9\SR3.DATA9
    #SAVED.... SR3.DATA9  PRDB11/13
    BR0280I BRBACKUP time stamp: 2014-06-23 02.45.11
    BR0063I 10 of 47 files processed - 72040.078 MB of 232665.877 MB done
    BR0204I Percentage done: 30.96%, estimated end time: 4:24
    BR0001I ***************___________________________________
    BR0202I Saving H:\ORACLE\PRD\SAPDATA3\SR3_11\SR3.DATA11
    BR0203I to /dev/nmt0 ...

    Hi,
    Have you changed or used any other tape as it could be because of faulty/damaged tape .
    Regards,
    Gaurav

  • HT4623 How to turn-off tap display during passcode entry

    I recently bought Iphone 4s. I like the phone as such but one thing that I want to change is tap display while entering the passcode on lock screen. I don't want to see which keys I am entering as this can put my phone on risk as anyone close to me can see what keys I had pressed to unlock the phone.
    Please help to let me know "How to turn-off tap display during passcode entry" on locked screen.
    Thanks for the answers and suggestion.

    This cannot be done.  You should simply hide the display from others' view.
    iPhone 5S allows you to use your fingerprint instead of the passcode.

  • How to convert VCR Tape to DVD on MACbook Pro?

    Any insight into how to convert VCR tapes to DVD on Macbook Pro would be much appreciated!

    The first question is:  how to get video into your Mac? 
    My answer is:  use a DV camcorder as a translator.  Most Canons and Sonys do this.  Here are some general steps:
    1.  connect the video and audio outputs of your VCR to the input jacks of the camcorder.  (If the video is on an S-video jack instead of the conventional yellow phono jack, it will be a little bit better quality.) 
    2.  Using your camcorder's menu, set it to "AV IN->DV OUT".  This will vary according to the model of your DVCAM.  One hint:  all camcorders have a 3-position camera/off/play(vcr) switch.  In this application, most of them use the PLAY position. 
    3.  Connect the DV out of the camcorder to a firewire port on the Mac.  This requires the cable that comes with the camera...it's a mini-firewire on one end, and a regular firewire 400 on the other.  (If your Mac has only a FW 800 jack, you may need another adapter.) 
    4.  Turn on the DVCAM.  Usually, iMovie will automatically open and be ready to record...if not, start it. 
    5.  Hit PLAY on the VHS machine.  You should see the video in the iMovie window.  When you see what you want to save, press iMovie's button to start recording.  You're free to edit the movie in any way you want. 
    When you have enough for a DVD, save it and use iDVD to burn a disc. 
    Alternatively, if you want to save a step, you can skip the iMovie step and just open up iDVD and select the feature...I forget the exact name...but it's like "Quick Movie" that will just save it as one stream. 

  • How to record vhs tape to mac

    how to record vhs tape to mac

    Most "on the fly" digitization for the Mac was abandoned as "just too fussy" for successful daily use. Instead, cameras that pre-digitized and passed the digitized packets (with NO time contraints) were adopted instead.
    The Hardware to do this capture is now old and cranky, and never got substantially cheaper. It is not a good value.
    The affordable way to transfer VHS tapes to digital form today is to find a local service to do a one-time transfer for a fee.

Maybe you are looking for

  • Import Bank Details qualifier table not getting mapped in vendor scenario

    Hi All, I am using MDM5.5 SP5. Trying to import the IDoc CREMDM04 from ECC 5.0 to MDM. Using the note 830864 i have copied all the reference data to MDM using the xml that was generated by the program referred in the note.. But Bank details is missin

  • My iphone wont sync photos

    from a panasonic lumix what can i do? the photos are in iphoto and wont sync to either my ipad or iphone

  • Cannot download pre-ordered song??

    I pre-ordered a song over a week ago and it became available this morning. I clicked the link in the email to download the song but it wouldn't work. I didn't have my payment details on my itunes at the time I pre-ordered but I have it on now and it'

  • Using Actions in batch editing??

    Is there any way to use Actions in Batch Editing in Photoshop Elements 10 or any Elements??  Thanks!

  • Update to 7.3.1 reverts back to ver 7.0.  Help?

    I am trying to upgrade my AE to 7.3.1. I can update to 7.2.1 and it seems to work. I tried powering down for > 30 seconds and then booting into 7.2.1. When the 7.3.1 update is applied and the AE is rebooted, the new firmware version shows 7.0. This m