ASE 15.7 and tivoli 7.1.6 - restore issues

Deven

Newcomer
Joined
Mar 17, 2017
Messages
1
Reaction score
0
Points
0
Hi

Am running AIX and Sybase 15.7 and trying to use Tivoli Storage Manager (TSM) 7.1.6 for backup and restore.

While we have been able to take a backup, we are not able to restore.

It seems TSM is unable to find object and hence unable to recover.

details as under. Request assistance.

___________________________________

TSM Server: OS - Redhat Enterprise Linux 7 64bit TSM server 7.1 Communication - 1G LAN Target disk-pool - DAS Disk storage connected on TSM server locally.

TSM Client: OS - AIX 7.1.00 -02 -00 -0000 Application - SAP ECC6 EHP-6 Database - Sybase 15.7.0.041

OS Level backup - we are using TBMR Application Binary level backup - using BA client Sybase DB online backup - using TSM API

Sybase backup is happening through TSM API from inside the Sybase database using script. But restoration is not happening since we can't find the backup object from TSM client which should be called from database restoration command

> load database testdb from "syb_tsm::eek:bj1.2"

We can't find object name (for the above example object name is obj1.2)

For quirery object we are issuing command :

> sp_querysmobj "syb_tsm", "/tmp/qtsm/5_1.out", "P3SRMQ_SAP"

-------------command and output--------------------------

1> use master

2> go

3> sp_querysmobj "syb_tsm", "/tmp/somnath_list_of_object.out", "p3srmq_sap"

4> go

Backup Server: 3.68.2.3: Cannot query backup objects from storage manager.

Message = 'No backup object matching specified criteria found.'.

(1 row affected)

(return status = -1)

1>

2> use ASQ

3> go

4> sp_querysmobj "syb_tsm", "/tmp/somnath_list_of_object.out", "p3srmq_sap"

5> go

Backup Server: 3.68.2.3: Cannot query backup objects from storage manager.

Message = 'No backup object matching specified criteria found.'.

(1 row affected)

(return status = -1)
 
Back
Top