Re: TSM version 7.1.7.100 to version 8.1.0

2017-04-19 Thread Efim
Hi, In accordance with the SP Installation gulde during the moving from 7 to 8, you should use the Update option: "After you start the wizard, in the IBM Installation Manager window, click the Update icon; do not click the Install or Modify icon." (from Installation guide, windows, pdf, Cha

cancelling replication for a nodegroup

2017-04-19 Thread Jeannie Bruno
Hello. I see there is a 'cancel replication' command but it doesn't look like there is an option for a specific node or nodegroup. But what if there are many nodegroups replicating and I want to cancel just one of them. Anyone know of script or 'select' statement I can use to cancel a specific

Re: cancelling replication for a nodegroup

2017-04-19 Thread Vandeventer, Harold [OITS]
I use CAN PRO nnn. I believe the intent for CAN REP is to stop all of them, regardless of how many. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Jeannie Bruno Sent: Wednesday, April 19, 2017 7:24 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-

Re: cancelling replication for a nodegroup

2017-04-19 Thread Jeannie Bruno
Hello. Thanks. But if this was in the middle of the night and you didn't know what the process number was and I wanted to create a script and schedule it so to cancel that same node group at a specific time on a specific day..how do I find out what the process number is? -Original M

Re: cancelling replication for a nodegroup

2017-04-19 Thread Vandeventer, Harold [OITS]
I agree, middle of the night is a problem. I don't know of a way to cancel without knowing the PROCESS number. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Jeannie Bruno Sent: Wednesday, April 19, 2017 7:52 AM To: ADSM-L@VM.MARIST.EDU Subjec

Re: cancelling replication for a nodegroup

2017-04-19 Thread Jeannie Bruno
I thought one could use a 'select' statement and 'cast' the process number as a variablebut I might be remembering incorrectly. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Vandeventer, Harold [OITS] Sent: Wednesday, April 19, 2017 10:00

Re: cancelling replication for a nodegroup

2017-04-19 Thread Richard Cowen
Jeannie, You could try looking in the processes table: Select PROCESS_NUM,PROCESS,START_TIME,FILES_PROCESSED,BYTES_PROCESSED,BYTES_TO_PROCESS,STATUS from processes where process='Replicate Node' Something like this comes back. 32701,Replicate Node,2017-04-02 04:00:25.00,572409,139571931,,