TSM server recovery with database copy2 volumes

mfarooqi

ADSM.ORG Member
Joined
Sep 19, 2002
Messages
11
Reaction score
0
Points
0
Location
Washington, DC
Website
Visit site
Hi,

I have a TSM/AIX server. TSM server database copy1 volumes are on filesystem A. TSM server database copy2 volumes are on filesystem B. If I loose filesystemA, can I restart TSM server with copy2 volumes? If yes what do I need to do?

Thanks,

Mubashir Farooqi

World Bank, HQ

Washington DC
 
Hi, there's nothing to do to start the server with only one copy. The second will be offline.But then you should try to get your second copy online and sync'd as soon as possible.
 
Hi, thank you for the reply. Let me rephrase the question. TSM server is down. AIX system is rebooted. I only see filesystemB which has TSM database copy2 files. Should I be able to restart TSM server?

Regards,

Mubashir Farooqi
 
Hi,

so you have your DB copies on fsB which is online and TSM server code on the working filesystem.

When you start TSM, it searches dsmserv.dsk file where location of DB and RLog files are kept and tries to put them online. If the primary DB volume is cannot be varied online, TSM prints out a warning message and switches to copy volume ...

So if you have DBcopy AND RLog copy on the working filesystemB you should be able to start the TSM.

Can you provide us with error messages you get?



Hope it helps

Harry
 
Hi,



I have TSM db copy1 on /tsmdb1 and /tsmdb2. I have TSM log copy1 on /tsmlog1. I have TSM db copy2 on /tsmdb3 and /tsmdb4. I have TSM log copy2 on /tsmlog2. Both db and log copy1 and copy2 files are listed in dsmserv.dsk file. I have set MirrorRead db and log to Verify.



I bring down TSM server, unmount /tsmlog1, /tsmdb1 and /tsmdb2 filesystems. When I try to bring up TSM server it complains that it cannot find copy1 db and log files and aborts with 'ANR0259E Unable to read complete restart/checkpoint information from any database or recovery log volume.' Here is the console output:



wbes037:/:# umount /tsmlog1

wbes037:/:# umount /tsmdb1

wbes037:/:# umount /tsmdb2

wbes037:/:#

wbes037:/:# df -k

Filesystem 1024-blocks Free %Used Iused %Iused Mounted on

/dev/hd4 65536 34196 48% 2840 9% /

/dev/hd2 1179648 10644 100% 22297 8% /usr

/dev/hd9var 131072 54968 59% 1637 5% /var

/dev/hd3 65536 47400 28% 238 2% /tmp

/dev/hd1 327680 37520 89% 1565 2% /home

/proc - - - - - /proc

/dev/hd10opt 65536 54888 17% 778 5% /opt

/dev/monitorlv 589824 253784 57% 4666 4% /monitor

/dev/tsmlog2 12582912 848204 94% 19 1% /tsmlog2

/dev/tsmdb3 83886080 3916932 96% 21 1% /tsmdb3

/dev/tsmdb4 83886080 3916932 96% 21 1% /tsmdb4

/dev/ldatalv 3014656 111700 97% 42661 6% /ldata

wbes037:/:# cd /usr/tivoli/tsm/server/bin

wbes037:/usr/tivoli/tsm/server/bin:# dsmserv

ANR7800I DSMSERV generated at 09:54:33 on Apr 6 2004.

****************************************************************

* Patch 5.2.2.4 TSM Server (Driver 0000, Build 04097.0954) *

* This is a server interim fix based on certified service *

* fixpack level 5.2.2.0 and has not been fully tested. List of *

* fixes made can be found in the README *

* *

****************************************************************



Tivoli Storage Manager for AIX-RS/6000

Version 5, Release 2, Level 2.4



Licensed Materials - Property of IBM



(C) Copyright IBM Corporation 1999,2003. All rights reserved.

U.S. Government Users Restricted Rights - Use, duplication or disclosure

restricted by GSA ADP Schedule Contract with IBM Corporation.



ANR0900I Processing options file dsmserv.opt.

ANR7811I Direct I/O will be used for all eligible disk files.

ANR0990I Server restart-recovery in progress.

ANR7807W Unable to get information for file /tsmdb1/db1a.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb1/db1b.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmlog1/log1b.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb1/db1c.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmlog1/log1a.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb1/db1d.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb2/db2e.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb2/db2f.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb2/db2g.dsm.

A file or directory in the path name does not exist.

ANR7807W Unable to get information for file /tsmdb2/db2h.dsm.

A file or directory in the path name does not exist.

ANR0259E Unable to read complete restart/checkpoint information from any datab

ase or recovery log volume.



Regards,



Mubashir
 
Hi,

I cannot see any obvious error for now .. can you provide us with

"q dbvol f=d" and "q logvol f=d" commands?

Can you read the db and log volumes on /tsmdb3(4) and /tsmlog2 ?



Harry
 
Back
Top