Hi, I've tried to figure this one out as well, and I couldn't, so I used an external script (kix), using the same query, and then used kix to isolate the process_num, and issue command to tsm to cancel that process. If you figure out a way to do it without the external script, please post a note on ADSM.org, saying so.
Rgds. Geirr G. Halvorsen -----Original Message----- From: Robert Ouzen [mailto:[EMAIL PROTECTED]] Sent: 10. februar 2003 13:03 To: [EMAIL PROTECTED] Subject: Question about cancel process Hi My question is how to cancel a process which take too long .... I tried: select process_num from processes where process='Backup Storage Pool' if(rc_ok) goto cancel exit cancel: Here I am stuck !!!!!!!! How can I do a can process from the output I got before. My TSM server is on AIX version 4.1.5 T.I.A Regards Robert Ouzen E-mail:[EMAIL PROTECTED]
