Re: Rolling a TSM instance to a new server/lpar

2016-05-09 Thread Maurice van 't Loo
Hello Richard, Our DR scenario and load balancing method is to "just" swing the lun's between servers and start the TSM Instance. You need to be sure that the passwd and groups files are the same, so the permissions doesn't change. Also /etc/services is needed for some special listening ports. sq

Re: Rolling a TSM instance to a new server/lpar

2016-05-09 Thread Shawn DREW
I go through this exercise when performing DR tests and we swing over the storage. Here is my cheat sheet: - create instance owner user db2icrt -a server -s ese -u tsminstance tsminstance su - tsminstance #copy/validate: ~/sqllib/usercshrc ~/sqllib/userprofile ~/.bash_profile #or whatever she

Re: Rolling a TSM instance to a new server/lpar

2016-05-09 Thread Rhodes, Richard L.
ST.EDU] On Behalf Of Michael Prix Sent: Friday, May 06, 2016 2:52 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: Rolling a TSM instance to a new server/lpar Hello Richard,   gererally yes, it's that easy, but some more steps: - on the old server do a "db2ilist" and for each instance reporte

Re: Rolling a TSM instance to a new server/lpar

2016-05-07 Thread Michael Prix
Hello Richard, in addition to my mail, keep in mind: - Instanceuser and -group - settings under /etc/security/ belonging to this user. - /etc/tunables/nextboot - Stanzas in /etc/services belonging to the TSM-Instance ( often to be found at the end consisting of 5-6 consecutive lines, naming schema

Re: Rolling a TSM instance to a new server/lpar

2016-05-06 Thread Michael Prix
Hello Richard,   gererally yes, it's that easy, but some more steps: - on the old server do a "db2ilist" and for each instance reported do a  "db2icrt " on the new server. - be sure to have the same TSM-Server levels on old and new server, otherwise you have to perform a "db2iupdt " for each ins

Re: Rolling a TSM instance to a new server/lpar

2016-05-06 Thread Efim
Hi, I think that this instruction from p.3 is what you are looking for: http://www-01.ibm.com/support/docview.wss?uid=swg27018195 if you want to change mount points name in the non-root luns the only way is restore tsm db with relocatio