db1.dsm file missing.

gobi21

Active Newcomer
Joined
Apr 23, 2013
Messages
5
Reaction score
0
Points
0
Hi, i am trying to start my TSM service using the dsmserv command. and receiving the below error message.
ANR0900I Processing options file dsmserv.opt.
Tivoli Storage Manager for Sun Solaris 8/9
Version 5, Release 3, Level 1.0
Licensed Materials - Property of IBM
(C) Copyright IBM Corporation 1990, 2004.
All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.
ANR7800I DSMSERV generated at 03:42:02 on Mar 29 2005.
ANR7801I Subsystem process ID is 8655.
ANR4726I The ICC support module has been loaded.
ANR0990I Server restart-recovery in progress.
ANR7806W Unable to open file /sbcimp/dyn/data/RAR/TSM_App1/db1.dsm.
ANR9999D blkdisk.c(1477): ThreadId<0> Explanation (open error), errno=2 (No such file or directory).
ANR9999D ThreadId<0> issued message 9999 from: <- 0x00000001015AA99C outDiagf <- 0x000000010006DE70 OpenDisk <- 0x000000010006A208 bdOpen <- 0x0000000100BB94BC ReadRestartArea <- 0x0000000100BB5EB0 lvmInit <- 0x00000001002B4D04
admStartServer <- 0x0000000100060FD8 main <- 0x000000010005D99C _start
ANR0259E Unable to read complete restart/checkpoint information from any database or recovery log volume.
/opt/tivoli/tsm/server/bin


TSM service was running file a week ago and it stopped suddenly and i am facing this issue now. Please let me know how can i restore this file. Not sure how the file was deleted from the server.

there are db.dsm,db2.dsm,db3.dsm files also defined in dsmserv.dsk file. these files are available.
 
If the database file has genuinely been deleted (as opposed to just missing because, for example, a filesystem containing it has not been mounted) then you will have to restore the database from a database backup.
 
The file system is mounted properly. How to restore the database from database backup.
Also i am receiving the below error message. Is this issue related to this error.
[email protected]:119> dsmadmc
IBM Tivoli Storage Manager
Command Line Administrative Interface - Version 5, Release 3, Level 2.0
(c) Copyright by IBM Corporation and other(s) 1990, 2005. All Rights Reserved.
Enter your user id: archive
ANS1017E Session rejected: TCP/IP connection failure
ANS8023E Unable to establish session with server.
ANS8002I Highest return code was -50.
[email protected]:120>

Can you please help to resolve this issue?.
 
Hi.. Thanks for replying.

I see file system is mounted properly. However when i try to connect to TSM Console, i am getting the below error message.
[email protected]:119> dsmadmc
IBM Tivoli Storage Manager
Command Line Administrative Interface - Version 5, Release 3, Level 2.0
(c) Copyright by IBM Corporation and other(s) 1990, 2005. All Rights Reserved.
Enter your user id: archive
ANS1017E Session rejected: TCP/IP connection failure
ANS8023E Unable to establish session with server.
ANS8002I Highest return code was -50.
[email protected]:120>

Is this error something related to the db1.dsm file missing issue. Any idea to resolve this error msg above?.

Thanks for your support.
 
Hi,

dsmadmc is an administrative client trying to connect to the TSM server (dsmserv) - if the server does not run (it cannot find one of its database volumes), then the client cannoct connect and you get the (-50) error. So the later is consequence of the former.
Tiger22 is right - if you cannot find the db volume (it was deleted somehow) - then you have to restore the DB. Follow this guide

http://publib.boulder.ibm.com/infoc.../com.ibm.itsmmsmunn.doc_5.3.3/anrsgd53717.htm

Harry
 
Hi,

I was reading some of the queries posted in this forum and found it may be an issue with the port 1500,which may not be listening. In my case also the TSM port 1500 is not listening. do you have any idea on, which application should be started on that port to make it listen.
or making the DB restore will solve this issue.

Thanks
Gobi
 
Hi,

as I said before - TSM server (dsmserv) listens on port 1500 and dsmadmc connects to it. DB restore will solve this issue.

Harry
 
Back
Top