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

Similar Messages

  • 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 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. :))

  • 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

  • Monitor Oracle Secure Backup by 12c

    Hi all,
    Is there any way to monitor oracle secure backup by cloud control 12c.
    regards,
    Utp

    The steps are as you reported in your initial thread:
    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.
    If this doesn't work, then please file a TAR

  • 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)

  • 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 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.

  • 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.

  • Oracle Secure Backup with partitioned SL3000

    A Client has a partitioned SL3000 tape library with two Access Expansion Modules, T10000D drives, LTO6 drives and dual robotics.
    Three Partitions - one for SAMFS including one AEM - this partition works fine.
    Two partitions created for OSB - one for LTO6 and media and the other for T10000D and media due to mixed media not supported in OSB.
    OSB 12.1 has been implemented, device configuration has been completed and verified. Library inventory completes successfully, when a test backup is started no media mounts to the tape drives. MTX utility for Linux has been implemented for test purposes - successful mounts using MTX was performed - a library inventory was then done using OSB and completed successfully identifying the media mounted in the drive that was initiated by MTX, a successful unload was then done using OSB.
    We are unable to mount media using OSB.
    Here is a output of devdump from OSB:
    ob> dumpdev prd-mgmt2_tape_4
    Oracle Secure Backup hardware error log for "prd-mgmt2_tape_4", version 1
          STK T10000D, prom/firmware id 4.07, serial number 579004000975
    Tue Mar 31, 2015 at 12:05:31.057 (SAST)  devtype: 26
       obexec: prd-mgmt2:/dev/sg4, args to wst__exec: handle=0x0
          accessed via host prd-mgmt2: Linux 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 09:13:42 PST 2014
          op=0 (nop), buf=0x00, count=1 (0x1), parm=0x00
       cdb: 00 00 00 00 00 00 tur
       sense data:
          70 00 02 00 00 00 00 12 00 00 00 00 00 00 00 00
          00 00 00 00 00 00 40 01 00 00
             ec=0, sk=not ready, asc=0, ascq=0
             error is: unknown check condition
             flags: (none)
       returned status: code=unknown check condition,
          resid=0 (0x0), checks=0x0 []
    Tue Mar 31, 2015 at 12:05:38.142 (SAST)  devtype: 26
       obrobotd: /dev/sg4, args to wst__exec: handle=0x1
          accessed via host prd-mgmt2
          op=8 (rewind), buf=0x00, count=0 (0x0), parm=0x00
       cdb: 01 00 00 00 00 00 rewind
       sense data:
          70 00 02 00 00 00 00 12 00 00 00 00 00 00 00 00
          00 01 00 00 00 00 40 01 00 00
             ec=0, sk=not ready, asc=0, ascq=0
             error is: unknown check condition
             flags: (none)
       returned status: code=unknown check condition,
          resid=0 (0x0), checks=0x0 []
    Tue Mar 31, 2015 at 12:29:31.060 (SAST)  devtype: 26
       obexec: /dev/sg4, args to wst__exec: handle=0x0
          accessed via host prd-mgmt2
          op=0 (nop), buf=0x00, count=1 (0x1), parm=0x00
       cdb: 00 00 00 00 00 00 tur
       sense data:
          70 00 02 00 00 00 00 12 00 00 00 00 00 00 00 00
          00 00 00 00 00 00 40 01 00 00
             ec=0, sk=not ready, asc=0, ascq=0
             error is: unknown check condition
             flags: (none)
       returned status: code=unknown check condition,
            resid=0 (0x0), checks=0x0 []

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

  • Installation of Oracle Secure Backup 10.3.0.3 on RedHat EL6.2 x8664

    Hi , My comany has got a new server to run RHEL6.2 x8664,
         and Oracle Secure Backup 10.3.0.3 should be hosted in that machine.
        when i begin installation , the installer quickly exit with errors:
    Welcome to Oracle's setup program for Oracle Secure Backup.  This
    program loads Oracle Secure Backup software from the CD-ROM to a
    filesystem directory of your choosing.
    This CD-ROM contains Oracle Secure Backup version 10.3.0.3.0_LINUX64.
    Please wait a moment while I learn about this host...mach_arch: Undefined variable.
    ERROR: can't determine sufficient info about this machine to continue.
    WHAT'S THE MATTER OF IT?

    OSB 10.3 is not supported on Oracle Linux 6. The steps you've listed in that post render your installation unsupported.
    You should install OSB 10.4.0.3.0 which is fully supported.
    Thanks
    Rich

  • Oracle Secure Backup error: 'No such file or directory'

    Hi,
    could you help me to fix the following issue?
    RMAN> run {   ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS='SBT_LIBRARY=C:\windows\
    system32\orasbt.dll' ; backup database format 'CF_%d_%T_s%sp%pt%t'; }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=8 device type=SBT_TAPE
    channel c1: Oracle Secure BackupStarting backup at 26-OCT-09
    channel c1: starting full datafile backup set
    channel c1: specifying datafile(s) in backup set
    input datafile file number=00001 name=C:\APP\AIME\ORADATA\ORCL\SYSTEM01.DBF
    input datafile file number=00002 name=C:\APP\AIME\ORADATA\ORCL\SYSAUX01.DBF
    input datafile file number=00003 name=C:\APP\AIME\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile file number=00004 name=C:\APP\AIME\ORADATA\ORCL\USERS01.DBF
    input datafile file number=00005 name=C:\APP\AIME\PRODUCT\11.2.0\DBHOME_1\DATABA
    SE\TBS_5.F
    channel c1: starting piece 1 at 26-OCT-09
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 10/26/2009 00:20:54
    ORA-19506: failed to create sequential file, name="CF_ORCL_20091026_s10p1t701223
    652", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece CF_ORCL_20091026_s10p1t701223652 failed.
    (Oracle Secure Backup error: 'No such file or directory').
    Thanks,
    jun

    You can work entirely in Xcode by using the command-line tool template in C. Xcode > File > New > Project > Command-Line Tool > Next > Language: C > Next > Create.
    If you do want to work on the command line, you may as well just use the "clang" program instead. The "gcc" tool is just a compatibility tool for existing scripts that are expecting the actual "gcc" program. Apple hasn't used the real "gcc" for years. (Read up on the GPLv3 for more information.)
    The gcc/clang arguments are the same. The "-c" flag instructs the compiler to only compile a single .c file into a .o object file. It won't create an executable. If you are only compiling a single source file, just omit the "-c" flag and the compiler will create an executable named "a.out" that you can run by typing "./a.out". You can specify "-o <executable name>" if you want to specify a name. Once you get more than a handful of source files, using the terminal starts to become a hassle. At that point, you definitely want to start using Xcode.
    I'm not sure why you would try to compile "helloworlddot1.c" and then get an error message about "filename.c". Something else is wrong.
    If you are working in the Terminal, it is easiest to use the "cd" command to move into the same directory as your source files. Then you don't have to keep typing the full path.
    It is hard to say what the "best" community is. There are many to choose from.

  • Oracle Secure Backup on Windows: file permission problem?

    Hi all.
    I did a new Oracle Secure Backup installation.
    I implemented a real simple domain:
    a Linux box is the media/administrative server. Then I have some Windows and Linux Client.
    On a Windows 2000 server SP4 box I'm experiencing an error.
    On certain directories i get the following:
    The directory is not a subdirectory of the root directory.
    On certain files I get the following instead:
    The directory name is invalid.
    The OSB service is running under the local system account on the client.
    Can you help me trouble this error?
    Thanks
    Giovanni

    Thanks for your reply.
    Disks are mounted using CIFS.
    we got the fix for this, need to do the following changes.
    # Turns off locking
    echo 0 > /proc/fs/cifs/OplockEnabled
    # Turns off inode caching
    echo 0 > /proc/fs/cifs/LookupCacheEnabled
    cheers...
    Edited by: TJ_DBA on 14/02/2011 16:43

  • Configuring Internal DELL RD1000 for Oracle Secure Backup

    Hi all,
    I have a Dell R710 server running Solaris 10 9/10 which has an internal Dell RD1000 drive. I intend to use this as a target for Oracle Secure Backup but am so far unable to configure the solaris sgen driver to see it as a valid tape/scsi drive.
    iostat -En reveals the ff
    c2t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: DELL Product: RD1000 Revision: 0053 Serial No:
    Size: 160.04GB <160037691392 bytes>
    Also after reboot
    -bash-3.00# dmesg | grep -i RD1000
    Feb 21 22:02:10 genunix: [ID 846691 kern.info] model DELL RD1000
    however after following the installation guide i am still unable to see any /dev/scsi/changer or /dev/scsi/sequential directories.
    Any help will be greatly appreciated.
    Thanks

    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 Module for the Amazon  cloud

    I want to backup a 11g r2 database in the amazon cloud s3 service. I have on premise database
    11g r2 on windows 2008 r2 64 bit OS.
    Supported platforms for Oracle Secure Backup Module for the cloud are Windows 32 bit. linux 32 bit and 64bit. Does that mean I cannot use this on my Windows box. Cloud module seems like java jar files which should run on Windows 32 bit as well as 64 bit.

    Pl do not post duplicate threads - Oracle Secure Backup MOdule for Amazon Cloud S3
    Srini

Maybe you are looking for

  • Cd/dvd drive inoperable

    My CD/DVD drive will not open, nor will it "spin" after I place a disc in the draw (I had to manually open the drawer).  I have a Presario  F756NR notebook operating under Windows Vista  (32 bit).  The drive (according to the Device Manager screen) i

  • My Wife and I are both getting an getting an error message please help!!!

    We both got this error message: Your ipod needs to be reformatted for use with windows, and i get the option to open itunes. When i do, itunes says (On Both ipods) that an ipod appears to be corrupted and that it needs to be restored. When i restore

  • Show detailed screen for "WORK ITEMS"

    Hi We have configured POWL for showing Leave / Travel request. The requirement is ... we have to show detailed screen of respective item which are displaying under "Work Items", it's a combination of Leave / Travel etc. How do I show complete detail

  • Cant edit or delete my personalization created button

    I created button via personalization. But now I can't neither edit it nor delete. Where is my mistake?

  • How to install oracle enterprise edition on windows 2000

    I have tried installing oracle 8.04 enterprise edition for NT on windows 2000 for several times. But it always missed listening on some serives. could anyone help me? Thank you!