It looks like you do not have a valid dsmserv.dsk file. This is the location dsmserv looks to to find out where its db and log files are. Look at your existing dsmserv.dsk file to see the syntax. Orville L. Lantto Glasshouse Technologies, Inc.
________________________________ From: ADSM: Dist Stor Manager on behalf of Otto Chvosta Sent: Tue 7/25/2006 08:51 To: [email protected] Subject: [ADSM-L] Test before upgrade from 5.2 to 5.3 Hi ! I'm a TSM newbie and going to migrate our TSM server (AIX) from level 5.2.7.3 up to 5.3.3. Before that I'll test the upgrade (especially database upgrade) using a copy of our existing database (160GB). I copied the db and log volumes (only 1st copy) from our halted server to another (test) machine where TSM 5.3.3 is installed. On this machine the copied db and log volumes were in different directories than the original path. On the test machine I treid to create a new server instance : # mkdir /usr/tivoli/tsm/server3 # cd /usr/tivoli/tsm/server3 # cp /...oldmachine.../dbs/dbvol*.dsm /usr/tivoli/tsm/server/dbcopy/ # cp /...oldmachine.../db/logvol*.dsm /usr/tivoli/tsm/server/logcopy/ # cp /...oldmachine.../tsm/server/bin/dsmserv.opt /usr/tivoli/tsm/server3/. # cp /...oldmachine.../tsm/server/bin/dsmserv.dsk /usr/tivoli/tsm/server3/. # ln -s /usr/tivoli/tsm/server/bin/dsmserv /usr/tivoli/tsm/server3/dsmserv3 # export DSMSERV_DIR=/usr/tivoli/tsm/server/bin # export DSMSERV_CONFIG=/usr/tivoli/tsm/server3/dsmserv.opt after that - edit dsmserv.opt changing TCPPORT, SHMPORT, TCPADMINPORT and HTTPPORT for the new instance - also dsmserv.dsk changing the old path into the new for the db and log volumes i.e.: /usr/tivoli/tsm/server/dbs/dbvol20.dsm to /usr/tivoli/tsm/server/dbcopy/dbvol20.dsm and then I tried to start the new instance # ./dsmserv3 ANR7800I DSMSERV generated at 04:58:24 on Mar 28 2006. Tivoli Storage Manager for AIX-RS/6000 Version 5, Release 3, Level 3.0 Licensed Materials - Property of IBM (C) Copyright IBM Corporation 1990, 2006. 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 /usr/tivoli/tsm/server3/dsmserv.opt. ANR4726I The ICC support module has been loaded. ANR0990I Server restart-recovery in progress. ANR7807W Unable to get information for file /usr/tivoli/tsm/server/db/logvol1.dsm. A file or directory in the path name does not exist. . . . . ANR7807W Unable to get information for file /usr/tivoli/tsm/server/dbs/dbvol19.dsm. A file or directory in the path name does not exist. ANR7807W Unable to get information for file /usr/tivoli/tsm/server/dbs/dbvol20.dsm. A file or directory in the path name does not exist. ANR0259E Unable to read complete restart/checkpoint information from any database or recovery log volume. # The pathes in the ANR7807W messages are the old ones and not the new ones I altered in dsmserv.dsk Any hints what I'm doing wrong ??? Thank you, Otto Chvosta Medical University of Vienna
