Hi Axel, Tell us on which operating system you are working with which version. I know on some operating systems you had to handle the libobk.so in a special way (make a softlink, or copy ...).
Best wishes Chris -----Ursprüngliche Nachricht----- Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im Auftrag von Axel Kiessig Gesendet: Donnerstag, 27. Oktober 2005 15:59 An: [email protected] Betreff: Antwort: Re: [ADSM-L] tdpo SBT error = 7011, errno = 2230 hi, thanks for all the hints! I reduced the error to an ora-27211 so far... 27211, 00000, "Failed to load Media Management Library" // *Cause: User-supplied SBT_LIBRARY or libobk.so could not be loaded. Call // to dlopen for media library returned error. See Additional // information for error code. // *Action: Retry the command with proper media library. Or re-install // Media management module for Oracle. I keep working on this now.... Has anyone experience with tdpo <-> ora-27211? regards Axel Richard Sims <[EMAIL PROTECTED]> Gesendet von: "ADSM: Dist Stor Manager" <[email protected]> 27.10.2005 13:38 Bitte antworten an "ADSM: Dist Stor Manager" An: [email protected] Kopie: Thema: Re: [ADSM-L] tdpo SBT error = 7011, errno = 2230 Axel - The TSM API is the "media manager layer" for this Oracle DB interface, and the errno can be expected to be a TSM API error number, as documented in its manual. 2230 tells of the alleged dsm.sys file not being present, or the inclexcl file pointed to by it. I would check environment variables. If you also have the standard B/A client in place, do 'dsmc q opt' and 'dsmc q inclexcl' to assure that it can access those files as a basis: the TDP may use those, or its own files, as per environment variables. Richard Sims On Oct 27, 2005, at 2:09 AM, Axel Kiessig wrote: > hi, > I'm trying to set up tape backup for oracle db server via tdpo. > installing > tdpo and setting up the passwordfile is successfull. > > testing to write data to tsm fails with > > RMAN-03009: failure of allocate command on ch1 channel at 10/27/2005 > 08:03:09 > ORA-19554: error allocating device, device type: SBT_TAPE, device > name: > ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) > layer > SVR4 Error: 2230: Unknown error > Additional information: 7011 > ORA-19511: Error received from media manager layer, error text: > SBT error = 7011, errno = 2230, sbtopen: system error > > has anyone experience in fixing that...? exists an overview for all > the > different 'errno'? > > regards > Axel >
