Rename TSM server instance and DB directory

pavliga

ADSM.ORG Member
Joined
Sep 10, 2015
Messages
24
Reaction score
1
Points
0
Hi, I want rename TSM server instance and DB directory.

Now:
Instance Name: tsminst1
Instance Owner: tsminst1
Instance Directory: /tsminst (dsmserv*, cert*, tsminst1, volhist*, devconf*, tsmdbmgr*, ...)

Database Directory: /tsminst/db001, /tsminst/db002, /tsminst/db004

ActiveLogDir: /tsminst/tsmlog
ArchiveLogDir /tsminst/tsmarchlog
MirrorLogDir /tsminst/tsmlogmirror

Additionaly:
IBM_DB_LIB=/home/tsminst1/sqllib/lib
IBM_DB_DIR=/home/tsminst1/sqllib
DSMI_LOG=/tsminst
IBM_DB_INCLUDE=/home/tsminst1/sqllib/include
DB2_HOME=/home/tsminst1/sqllib
IBM_DB_INCLUDE=/home/tsminst1/sqllib/include
DSMI_CONFIG=/tsminst/tsmdbmgr.opt


And I want rename /tsminst directory to /tsminst1

What would become:
/tsminst1
/tsminst1/db001
/tsminst1/db002
/tsminst1/db004
/tsminst1/tsmlog
/tsminst1/tsmarchlog
/tsminst1/tsmlogmirror
/tsminst1/tsminst1
/tsminst1/dsmserv*
/tsminst1/cert*
etc...

How to perform it?
 
I suggest a new instance first. However, you can do both at the same time.

This would mean a backup and restore to the new instance and DB/Log volumes
 
Thank you very match:)

Can you give me a reference to the manual how to do it? Please.
 
Thanks, I'll try and tell you about the results
 
The link I gave you has the steps to move the DB, which involves backup/restore of it.
 
Probably would be wise to create a test instance on a test box, and test the backup/rename/restore procedure as you figure it out.

To me, it sounds like a lot of work to address something that is purely cosmetic.
 
Hi, I have successfully performed this operation.
Thank
 
Back
Top