HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: ABS and Oracle
Operating System - OpenVMS
1832281
Members
2117
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 12:28 AM
08-30-2006 12:28 AM
ABS and Oracle
Hi,
my favorite area is to Integrate Oracle to some backup management system, running on OpenVMS.
now its time for ABS.
OpenVMS - version 7.3-2, last patch UPDATE7
Oracle - version 9.2.0.5
ABS and MDSM - version V4.3a(800)
but it still doesnt work, even the sbttest run successfully !!!
error:
those command just hang
any idea whats wrong ?
Jiri
run
{
allocate channel t1 type 'sbt_tape'
parms="SBT_LIBRARY=abs_sbt,
ENV=(MDMS$SBT_ARCHIVE=REG_RMAN_ARCH,
MDMS$SBT_IO_BLOCK_SIZE=65024)";
backup filesperset 4database;
release channel t1;
}
neither this:
run
{
allocate channel t1 type 'sbt_tape'
parms="SBT_LIBRARY=abs_sbt,
ENV=(MDMS$SBT_ARCHIVE=REG_RMAN_ARCH)";
release channel t1;
}
neither this:
run
{
allocate channel t1 type 'sbt_tape' parms="SBT_LIBRARY=abs_sbt";
release channel t1;
}
my favorite area is to Integrate Oracle to some backup management system, running on OpenVMS.
now its time for ABS.
OpenVMS - version 7.3-2, last patch UPDATE7
Oracle - version 9.2.0.5
ABS and MDSM - version V4.3a(800)
but it still doesnt work, even the sbttest run successfully !!!
error:
those command just hang
any idea whats wrong ?
Jiri
run
{
allocate channel t1 type 'sbt_tape'
parms="SBT_LIBRARY=abs_sbt,
ENV=(MDMS$SBT_ARCHIVE=REG_RMAN_ARCH,
MDMS$SBT_IO_BLOCK_SIZE=65024)";
backup filesperset 4database;
release channel t1;
}
neither this:
run
{
allocate channel t1 type 'sbt_tape'
parms="SBT_LIBRARY=abs_sbt,
ENV=(MDMS$SBT_ARCHIVE=REG_RMAN_ARCH)";
release channel t1;
}
neither this:
run
{
allocate channel t1 type 'sbt_tape' parms="SBT_LIBRARY=abs_sbt";
release channel t1;
}
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 01:52 AM
08-31-2006 01:52 AM
Re: ABS and Oracle
Hello,
check ora_dump:sbtio.log for errors;
You can set higher trace level - check documentation of ABS
OpenVMS 7.3-2
RDBMS 9207(before 9205, 8174,8173).
SBT-366E7ECA 08/31/06 12:48:08 System Backup to Tape V4.3A (800)
You must define:
$define/sys abs_sbt SYS$SHARE:MDMS$SBTSHR_MA64_9I2.EXE
We always define archive and catalog(I think documentation also allows define this as logical name in the begining of the DCL script, not in rman script) in rman script.
We use "sbt_tape" instead of 'sbt_tape' - may be it's ok, I didn't test it.
If sbttest works - it means archive, catalog and tapes are ok.
We had problem in the past with number and size of files - we got only common error - now we use fileperset 1(or you can use: set limit channel ch1 kbytes=2000000 )
.
Names of catalog and archive are in rman script case sensitive.
check ora_dump:sbtio.log for errors;
You can set higher trace level - check documentation of ABS
OpenVMS 7.3-2
RDBMS 9207(before 9205, 8174,8173).
SBT-366E7ECA 08/31/06 12:48:08 System Backup to Tape V4.3A (800)
You must define:
$define/sys abs_sbt SYS$SHARE:MDMS$SBTSHR_MA64_9I2.EXE
We always define archive and catalog(I think documentation also allows define this as logical name in the begining of the DCL script, not in rman script) in rman script.
We use "sbt_tape" instead of 'sbt_tape' - may be it's ok, I didn't test it.
If sbttest works - it means archive, catalog and tapes are ok.
We had problem in the past with number and size of files - we got only common error - now we use fileperset 1(or you can use: set limit channel ch1 kbytes=2000000 )
.
Names of catalog and archive are in rman script case sensitive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 12:11 AM
09-05-2006 12:11 AM
Re: ABS and Oracle
Hi,
I just cannot allocate the SBT_LIBRARY !
ora_dump:sbtio.log doesnt exist, probably its created at first (UN}successfull usage of SBT_LIBRARY :-)
abs_sbt is defined correctly.
but Im afraid, it still doesnt work :(
the command (allocate channel...) just hangs
no touch to the SBT_LIBRARY.
any futher guess ?
thanx Jiri
I just cannot allocate the SBT_LIBRARY !
ora_dump:sbtio.log doesnt exist, probably its created at first (UN}successfull usage of SBT_LIBRARY :-)
abs_sbt is defined correctly.
but Im afraid, it still doesnt work :(
the command (allocate channel...) just hangs
no touch to the SBT_LIBRARY.
any futher guess ?
thanx Jiri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 03:00 AM
09-07-2006 03:00 AM
Re: ABS and Oracle
The whole problem was mishmash with Domain names. First I corrected domain in TCPIP, then put the correct domain to the TNSNAME.ora and LISTENER.ora, change lognames MDMS$DATABASE_SERVERS using correct Domain name, restart MDMS and database.
After that all seems to be alright :-)
Jiri
After that all seems to be alright :-)
Jiri
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP