Oracle provided MMV "Oracle Secure Backup" in 10gR2

I have been reading in oracle paper 1261 titled "Oracle's Vision For High Availability Revealed" that Oracle version 10gR2 contains an Oracle provided MMV fully integrated with RMAN. However I have installed 10gR2 Enterprise and can not find any documentation or reference in this version of such a feature. Does anyone have any additional knowledge on this feature? Is it in 10gR2?

According to one article OSB should ship Q1 2006.
It's too bad 10.2 desupported the integrated Legato Single Server, but did not ship with OSB. I'm currently using OS tools to get tape backups.

Similar Messages

  • Oracle  Secure Backup- Lib Dell PowerVault 114x

    Hi,
    I am a beginner in tape a backup solutions.
    I have installed osb 10.4. My library is Dell™ PowerVault™ 114x
    If i try configured Lib and tape with sg_map -i -x
    [root@bosmgmt ~]# sg_map -i -x
    /dev/sg0 0 0 0 0 0 ATA WDC WD5003ABYX-1 1S02
    /dev/sg1 0 0 1 0 0 ATA WDC WD5003ABYX-1 1S02
    /dev/sg2 0 1 0 0 0 /dev/sda Dell VIRTUAL DISK 1028
    /dev/sg3 4 0 0 0 5 /dev/scd0 TSSTcorp DVD+-RW TS-L633J D250
    /dev/sg4 1 0 1 0 1 /dev/nst0 IBM ULTRIUM-HH4 B6W1
    -- Tape is recongnized by osb : /dev/sg4 1 0 1 0 1 /dev/nst0 IBM ULTRIUM-HH4 B6W1
    But Library not.
    I found in matrix of compability in this link
    http://www.oracle.com/technetwork/products/secure-backup/learnmore/osb-tapedevicematrix-520156.pdf
    and Dell™ PowerVault™ 114x is not.
    Could i install driver or modify file for osb recognize this library??
    Thanks in advance

    Looking at the Dell website I would say that this unit is not a tape autoloader or library, it is just an enclosure that holds up to two drives. From our sg output I would say you have a single drive and that is what is being seen by the OS (and therefore OSB). I don't think there is any other mechanics to automatically load/unload tapes from the drive, so it is effectively a standalone drive.
    Thanks
    Rich

  • Tape Drive and Library Compatibility Matrix - Oracle Secure Backup Express

    Does Oracle Secure Backup Express support IBM System Storage TS3200 Tape Library with two Tape Drives?
    Regards
    Rado

    That library is listed on the support matrix which applies to both OSB-XE and OSB:
    http://www.oracle.com/technology/products/secure-backup/pdf/Tape_Devices10.2.pdf
    Keep in mind that OSB-XE licensing restricts usage to one server direct attached to one tape drive. Per your post, your library has 2 tape drives which cannot be used with OSB-XE but certainly could with OSB.

  • Error while starting Oracle Secure Backup Service on Windows

    Hi,
    I've installed an Oracle 10gR2 database, and an OSB on a Windows XP (SP2) machine, and when trying to start the service (Oracle Secure Backup Services) I got the following error :
    "Unknown():Unable to load dynamic library'./php_osb.dll'-The operating system cannot run %1"
    This error message pops up 2-3 times, and I cannot login to OSB web page.
    My database works ok, but I cannot "test" OSB
    Anyone else had the same problem? Any ideas ?
    Thanks,
    Panagiotis

    Hi-- could you please describe your administrative domain?
    I need to know the operating systems on each of the
    clients and the OSB admin server. Also, does 'obtool' CLI
    tool work? Do any of the machines act as an apache webserver
    for another application? Is there any other backup service
    running on any of the machines?
    thanks,
    Judy
    I noticed that when re-installing the OSB without the
    Administrative Server (only Media Server and Client)
    I got no errors at all (but still cannot connect from
    another Administratice Server to my machine)

  • Oracle secure  backup "lsbackup " not showing in obtool

    hi!
    i am using oracle secure backup with virtual tape drive....
    lsdev -lvlib:
    Device type: library (virtual)
    Model: [none]
    Serial number: 82206a7c
    In service: yes
    Debug mode: no
    Barcode reader: default (hardware-selected)
    Barcodes required: no
    Auto clean: no
    Clean interval: (not set)
    Clean using emptiest: no
    Ejection type: auto
    Min writable volumes: 0
    UUID: d9916f34-cdec-102c-a9cf-000c2912137c
    Attachment 1:
    Host: osb
    Raw device: /vlib
    vt:
    Device type: tape (virtual)
    Model: [none]
    Serial number: 96627110
    In service: yes
    Library: vlib
    DTE: 1
    Automount: yes
    Error rate: 8
    Query frequency: [undetermined]
    Debug mode: no
    Blocking factor: (default)
    Max blocking factor: (default)
    Current tape: [unknown]
    Use list: all
    Drive usage: 1 minute, 9 seconds
    Cleaning required: no
    UUID: f2efc426-cdec-102c-a9cf-000c2912137c
    Attachment 1:
    Host: osb
    Raw device: /vt
    its working fine i use rman and took two backups....but i dont know where are they....on os i have two directory vlib(library) and one more was created 'vt'(tape drive).i know backups are in vlib but how to check them..through obtool ...it shows nothing..
    please help.......
    BACKUP 1:
    RMAN> run
    2> {
    3> allocate channel ch1 device type sbt;
    4> backup datafile 4;
    5> release channel ch1;
    6> }
    using target database control file instead of recovery catalog
    allocated channel: ch1
    channel ch1: sid=130 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00004 name=/u01/app/oracle/product/10.2.0/oradata/orcl/users01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0nl1h7ao_1_1 tag=TAG20091222T061656 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:25
    Finished backup at 22-DEC-09
    released channel: ch1
    BACKUP 2 .......
    RMAN> run
    2> {
    3> allocate channel ch1 device type 'SBT_TAPE';
    4> backup datafile 3;
    5> backup datafile 2;
    6> release channel ch1;
    7> }
    allocated channel: ch1
    channel ch1: sid=130 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00003 name=/u01/app/oracle/product/10.2.0/oradata/orcl/sysaux01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0ol1h7nq_1_1 tag=TAG20091222T062354 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:45
    Finished backup at 22-DEC-09
    Starting backup at 22-DEC-09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    input datafile fno=00002 name=/u01/app/oracle/product/10.2.0/oradata/orcl/undotbs01.dbf
    channel ch1: starting piece 1 at 22-DEC-09
    channel ch1: finished piece 1 at 22-DEC-09
    piece handle=0pl1h7p7_1_1 tag=TAG20091222T062439 comment=API Version 2.0,MMS Version 10.3.0.1
    channel ch1: backup set complete, elapsed time: 00:00:25
    Finished backup at 22-DEC-09
    released channel: ch1
    Edited by: Muhammad.Usman on Dec 22, 2009 8:51 PM

    The configuration you have described is not supported. If you want to use a VTL you will need to purchase one from a supported VTL supplier.
    OSB does not provide its own VTL.
    Rich

  • Unable to see Oracle Secure Backup Selections in EM (10g-10.2.0.1)

    I cannot see the Oracle Secure Backup choices on the maintenance tab page.
    I see Backup/Recovery and Backup/Recovery Settings but no third column Oracle Secure Backup.
    I logon to EM as SYS.
    Any ideas ?
    Thanks

    If you go to the maintenance tab on your EM, are there a couple of links under "Oracle Secure Backup" heading. I don't have this showing on my page. If I look at any of the Oracle demo pages I see it.
    Like I said it is a feature of 10gR2....which I have.

  • Licensing for Oracle Secure Backup Cloud Module

    My company is looking at moving from our internal tape backup to Oracle (Cloud) Database Backup.  We have questions about costs for licensing the Oracle Secure Backup Cloud Module.  We have been using Oracle Secure Backup Express Edition and would like to know if there are additional API/License costs for using Oracle Secure Backup Cloud Module in additional to the $33/TB per month cost listed on the Oracle Cloud Database Backup page at https://cloud.oracle.com/database_backup?tabID=1394421701419.
    We have spoken with 6 different sales and technical reps at Oracle and at Oracle Cloud and none have been able to provide a clear answer for this question.  We have been directed to this forum, by the staff at Oracle Cloud.
    Any feedback would be greatly appreciated.

    I don't know about this tape not appearing to the OS, some other OS related documentation would help you there. This may be due to the fact that this is a removable disk storage device, rather than actual tape.
    However I have checked the OSB tape support matrix and this device is not listed, so this is not supported for use with OSB.
    Thanks
    Rich

  • Oracle Secure Backup 10.3.0.3.0 in Windows 2003 with IBM Tape Not Working

    Hi,
    I am currently implementing Oracle Secure Backup. My environment is this:
    OS: Windows Server 2003 (32Bit) for all servers
    Database: Oracle Database 11.2.0.1.0
    Tape Library: IBM-ULT 3580-TD4
    I will have to configure 2 machines to work with OSB: server01 and server02.
    Server01:
    This serves as the client, admin, mediaserver
    Server02:
    This will serve as the client, admin
    When I log in to Server01, in the device manager, I can see the Tape Drives (no warnings, no questions marks) so I think it's good.
    When I log in to Server02, in the device manager, there are no Tape Drives seen. Is is ok or shall i configure the IBM Tape drives to be also accessible since this is just the client, admin host?
    Also I have noticed that when I installed the OSB in Server02 (client,admin), when I am on the SCSI Devices, i dont see any tape device (since its not in the device manager). Because of this i cannot start OSB Services and cannot add this host to the mediaserver.
    Also, I am having issues Configuring the Library and the devices. I have read the official documentation completely but i think its very general and it does not present the detailed step-by-step process in installing and configuring OSB.
    When I issued: lsdev -lvg in the mediaserver , I can read an error: Warning: bus info unknown or drive not installed.
    Help is very much appreciated. Thanks a lot guys!

    I have resolved the issue. Ill close this thread. :))

  • How to install and configure oracle secure backup(osb-10.4.0.3.0_linux.x64) in linux

    Hello,
    We are planning to install and configure Oracle Secure Backup Version 10.4 in Linux server. I had searched documents and i have not find any relevant steps to install and configure in OEL 6.2.
    Can anyone please suggest me how to install and configure OSB.
    Regards,
    Anil

    Hi
    Installing OSB on Oracle Linux is just the same as installing on any other supported linux and is described in Installation and Configuration guide. Just stick with the directories and procedure described in install guide and you should be fine.
    For media server choose a physical host due to performance considerations. I think it is mentioned in docs somewhere.
    Regards,
    Mitja

  • Oracle Secure Backup is not Appeared in EM

    Dear Sir,
    i have tried to show Oracle Secure Back in my EM as described in its Admin Guide
    a. Navigate to the ORACLE_HOME/hostname_SID/sysman/config directory
    and open the emoms.properties file in a text editor.
    b. Set osb_enabled=true and save the file.
    c. Stop the Oracle Enterprise Manager Database Control console as follows:
    emctl stop dbconsole
    d. Restart the Oracle Enterprise Manager Database Control console as follows:
    emctl start dbconsole
    But after this setting i am not able to see any thing in my EM.
    Any one has idea baout it, what reason it may be.....
    I can access my Oracle Secure Backup by
    https://<host name>:1158/....
    Any Body has any idea, please help
    Regards
    Muhammad Hafeez

    There is a separate forum for Oracle Secure Backup, You will get better response if you post it there.
    Secure Backup
    Daljit Singh

  • Oracle RAC and Oracle Secure Backup Express

    I am building a new RAC environment - 7-Nodes on Linux.
    We are very interested in reviewing Oracle Secure Backup, possible Oracle Secure Backup Express.
    My understanding about Oracle Secur eBackup Express is it is licensed "free" as long as you are working with a single tape drive.
    Does anyone know - does this apply to RAC as well?
    Thanks

    Please refer to the OSB licensing document for
    specific differences between OSB-XE and OSB:
    http://download-west.oracle.com/docs/cd/B32520_01/doc/
    license.101/b25528/toc.htm
    In general, we recommend you backup each RAC node to
    insure all local files are protected which would mean
    the OSB-XE edition would not be recommended since
    OSB-XE is backup of one server.Thank you - I will review this.
    .. and your White Papers regarding performance were just what I was looking for.

  • Oracle Secure Backup- Error during configuration on Linux server

    Dear Gurus
    We are trying to configure Oracle Secure backup with the Oracle StorageTek tape library, on the Oracle Linux server for testing purposes..
    We are getting the following errors when we run the command to configure "discoverdev -ic -h orasecbak":
    Checking each library to associate discovered drive(s) with DTE...
      Assigning DTE 1 in library ora-sec-bk_lib_2 for drive ora-sec-bk_tape_1 with serial number: HUJ4411YD9
    Error: dte2 didn't report serial number to ora-sec-bk_lib_2 library
      Assigning DTE 1 in library ora-sec-bk_lib_1 for drive ora-sec-bk_tape_2 with serial number: HUJ4411YD9
    Error: dte2 didn't report serial number to ora-sec-bk_lib_1 library
    The tape library is connected to the server using two fiber connections..thats why the sg_map -i -x is giving output twice for the same serial number...
    .we installed Oracle Secure Backup 12.1
    Regards,
    Misbah

    What about disk space on your database server, is that OK? How about free RAM on all the systems?
    You can also check other kernel settings to see if you are running out of kernel message buffer space or shared memory.
    Thanks
    Rich

  • Oracle Provider for OLE DB - Security

    Hi,
    Appreciate if anyone can advise on the security of data when using Oracle Provider for OLE DB to connect from a client application to Oracle database.
    Is the data encrypted?
    Thanks.
    oh2l

    First, technical questions should be addressed to an appropriate technical forum. Technologies | Windows | OLE DB would be a good place for this question.
    All client applications, regardless of which API they use, rely on TNS (Transparent Network Substrate) to communicate with the database. You can use Oracle Advanced Security to secure the contents of all the Oracle connections on that machine, but by default, all data (other than the password) goes over the wire unencrypted.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Checkpoints in Oracle Secure backup....

    hi!
    My question is that does Oracle Secure backup has "checkpoint " option...???.
    Basically when we are backing very large databases so any error could accoured so we should define "checkpoint" so in case of some network or any other error , we can restart that backup from last checkpoint.
    Please .....reply .....

    The following policies exists under operations
    obtool lsp operations .....
    fullbackupcheckpointfrequency 8 GB [default]
    incrbackupcheckpointfrequency 2 GB [default]
    I'm not clear if this is just for Filesystem backups though, or if it works for RMAN too.
    Rich

  • Oracle Secure Backup Installation

    Hi all,
    It is the first time I am installing and configuring an Oracle Secure Backup. I have installed Oracle Secure Backup 10.4.0.3 at the Administrative sever (windows 7x64) just to test it before I install it to the production server (windows server 2003). The problem is the following:
    After the installation I try to login to the webtool with the Admin user as described in the documentation. I enter the Admin password I set in the installation but it throws a login incorrect error. I know the password is the correct one as I have also tried to paste it from a notepad.
    What should I check?
    Thank you in advance.

    The username is admin with a lowercase a, see if that helps. Otherwise you should check the log files for the webserver to see where the problem might be.
    Are you putting your admin server on a Windows machine for a specific reason? It's fully supported but that won't give you the best performance, I'd suggest you run a Linux admin/meda server.
    Thanks
    Rich

Maybe you are looking for

  • Pdfmaker.xla "accidentally" on my system - need to remove

    I used to have Acrobat 6.0 installed on my laptop (provided by work).  When they upgraded my computer they did not move Acrobat over.  I didn't really mind -- except..... They used the Windows transfer feature to move my program settings over -- and

  • How to show customers and vendors in balance sheet

    hi guru, i want to show my customer and vendor balances individually under head debtors and creditors in the balance sheet. that in balance sheet report when i click on debtors or creditors it should be expand and system should show the individually

  • SAP LSO - Time Mgmt integration

    Hello Gurus Iu2019m working in a SAP environment where are managed companies in more countries and all companies are using SAP Learning Solution (ECC6.00 EhP4). We are introducing a new country A, in which is managed company X, having 3 personnel sub

  • USB Drive not available after 10.5.2 - URGENT (cannot access work files)

    Just got the Software update for 10.5.2, everything seems to work fine, except that my system no longer recognizes my USB Western Digital My Book 500GB drive. The drive does not mount automatically as it did before. When I go into Disk Utility, I can

  • Hide/collapse iTunes Store in navigation on left

    Hi, I have a lot of playlists and whatnot on the navigation bar on the left in iTunes 10 (where it says Library, Store, Genius, Plaslists) - so it's important for me to be able to hide things to safe space + access things I use the most. When I hover