ADSM-L

Re: Changing the Tivoli server hostname

2001-05-30 12:25:56
Subject: Re: Changing the Tivoli server hostname
From: "Cook, Dwight E" <cookde AT BP DOT COM>
Date: Wed, 30 May 2001 11:16:01 -0500
OK, just to make things easy and remove potential problem area...
on a different server (say your recovery server) allocate DB, LOG, DBcopy, &
LOGcopy files under the same names & size allocations as exists on your
production server...
If you have an ATL attached and tape drives, it is always nice to have those
device names the same (keeps things simple)
In an AIX env. with 3494ATL & 3590 drives you might have
        library /dev/lmcp0
with drives
        /dev/rmt1
        /dev/rmt2
        ...
Now say you've installed TSM in this different server... and I mean just a
base install...
nothing more than
        dsmserv format 1 /somepath/mytsmlog 1 /somepath/mytsmdb
Now, to recover an environment the main things you need are
        log file
        db file
        dsmserv.opt
        dsmserv.dsk
        devconfig
        volhist (is nice but not absolutely needed)
        Oh, and a data base backup tape ;-)
your db & log files, you can create with your straight dsmfmt command...
(here is where IF all your names are alike in both environments, things get
REALLY REALLY EASY !)
ftp from your primary server, over to your recovery server
        dsmserv.opt
        dsmserv.dsk
        devconfig
(now if you set up a recovery environment you will want to do this, say,
daily )
eject your dbbackup tape from the primary server's atl and put it in the
recovery server's atl
        dsmserv restore db dev=3590devcblah vol=XXX123 commit=yes
BOOM, you are up and running !

Now, if all your clients are using DNS services, that is IF in your client's
dsm.sys files you have the server entry set like
        SErver mytsmserv
        TCPServeraddress  mytsmserv.myplace.com
all you have to do is have DNS updated with the new IP address and have all
the clients bounce their schedulers
        Oh, once the changes have been pushed out through DNS
IF you have hard coded IP addresses in the client's dsm.sys files...
just change the entries to reflect the new address AND bounce the
schedulers...
ANOTHER option is to have a server entry already coded for the "recovery"
server and just alter the reference in the dsm.opt file AND bounce the
scheduler....
AND there are still additional options but you get the drift...

We have used the above methods to move environments around... they work fine
!

later,
Dwight



<Prev in Thread] Current Thread [Next in Thread>