Re: Server script condition checking

2020-11-12 Thread Loon, Eric van (ITOP NS) - KLM
inal Message- From: ADSM: Dist Stor Manager On Behalf Of Marc Lanteigne Sent: donderdag 12 november 2020 13:55 To: ADSM-L@VM.MARIST.EDU Subject: Re: Server script condition checking Bonjour Eric, I don't know if this will work, but it's worth a shot. In the query, can you try using

Re: Server script condition checking

2020-11-12 Thread Marc Lanteigne
m Protect Specialist AVP / SRT IBM Systems, Spectrum Protect / Plus IBM -Original Message- From: Loon, Eric van (ITOP NS) - KLM Sent: Thursday, November 12, 2020 08:43 AM To: ADSM-L@VM.MARIST.EDU Subject: [EXTERNAL] [ADSM-L] Server script condition checking Hi guys, I'm tryin

Server script condition checking

2020-11-12 Thread Loon, Eric van (ITOP NS) - KLM
Hi guys, I'm trying to create a script to switch node replication. I created the following script: rem repln $1 upd n $1 repls=en replm=syncse select * from nodegroup where node_name like upper('%$1%') if (rc_ok) goto end def nodegroupm server1 $1 end: The problem is that a SQL query doesn't see

Re: server script to find what schedules a node is associated with?

2016-10-04 Thread David Ehresman
ssage- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Dury, John C. Sent: Tuesday, October 04, 2016 3:47 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] server script to find what schedules a node is associated with? Anyone have any idea how to query a TSM server (v6 or v7)

Re: server script to find what schedules a node is associated with?

2016-10-04 Thread J. Pohlmann
Try q sch * * no= -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Dury, John C. Sent: Tuesday, October 04, 2016 12:47 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] server script to find what schedules a node is associated with? Anyone have any

server script to find what schedules a node is associated with?

2016-10-04 Thread Dury, John C.
Anyone have any idea how to query a TSM server (v6 or v7) to find what backup schedules a node is associated with? I'm trying to do the reverse of a "q assoc" command and looking for way to supply a node parameter to a script and have the TSM server tell me it is in the following list of schedu

Re: Tsm 6.22 server script problem.

2011-02-09 Thread Colwell, William F.
l' to the where clause. Best regards, Bill Colwell Draper Lab -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, Gary D. Sent: Wednesday, February 09, 2011 2:12 PM To: ADSM-L@VM.MARIST.EDU Subject: Tsm 6.22 server script problem. I

Re: Tsm 6.22 server script problem.

2011-02-09 Thread Andrew Raibeck
M: Dist Stor Manager" wrote on 2011-02-09 14:12:14: > From: "Lee, Gary D." > To: ADSM-L@vm.marist.edu > Date: 2011-02-09 14:13 > Subject: Tsm 6.22 server script problem. > Sent by: "ADSM: Dist Stor Manager" > > I ported the following script f

Re: Tsm 6.22 server script problem.

2011-02-09 Thread Paul Zarnowski
Just a guess, but see if end_time = start_time. That would cause a divide by zero situation. At 02:12 PM 2/9/2011, Lee, Gary D. wrote: >I ported the following script from my tsm server v5.5.4 to the 6.2.2 server. >Wanted to compare expiration performance between the two servers. >However, scrip

Tsm 6.22 server script problem.

2011-02-09 Thread Lee, Gary D.
I ported the following script from my tsm server v5.5.4 to the 6.2.2 server. Wanted to compare expiration performance between the two servers. However, script errors out with the following message. ANR0162W Supplemental database diagnostic information: -1:42911:-419 ([IBM][CLI Driver][DB2/LINUXX8

Re: Server Script

2006-09-20 Thread Efim
nd regards, Richard van Denzel. Van: ADSM: Dist Stor Manager namens Whitlock, Brett Verzonden: wo 20-9-2006 17:53 Aan: ADSM-L@VM.MARIST.EDU Onderwerp: [ADSM-L] Server Script When using TSM server scripts to run the commands for backup storage pools etc, Is there a way to execute an operating

Re: Server Script

2006-09-20 Thread Richard van Denzel
Verzonden: wo 20-9-2006 17:53 Aan: ADSM-L@VM.MARIST.EDU Onderwerp: [ADSM-L] Server Script When using TSM server scripts to run the commands for backup storage pools etc, Is there a way to execute an operating system command ie .bat file? Brett Whitlock Storage Management Group COUNTRY(r) Insurance

Server Script

2006-09-20 Thread Whitlock, Brett
When using TSM server scripts to run the commands for backup storage pools etc, Is there a way to execute an operating system command ie .bat file? Brett Whitlock Storage Management Group COUNTRY(r) Insurance and Financial Services (309)821-4162 [EMAIL PROTECTED]

Server-Script-Problem controled with Integrated Solution console

2006-08-01 Thread Christiane Kühn
Hallo, I used the Windows Integrated Solutios Console (ISC) to control the Windows-Backup Server. It works (not everything) nice :-X . Now I have a Problem with the Server-Scirpting. I think I make a small error but I don`t find him. I have following Skript: ## query event * * begindate

Re: Server Script

2001-05-31 Thread Prather, Wanda
ECTED]] Sent: Thursday, May 31, 2001 1:53 PM To: [EMAIL PROTECTED] Subject: Server Script Does anyone have a script that can report all the clients that have never backed up. No Filespaces are present for that node. I am running TSM 4.1 on WIn2000 Sp1. Thanks in advance. Rajesh Oak Get 250

Server Script

2001-05-31 Thread Rajesh Oak
Does anyone have a script that can report all the clients that have never backed up. No Filespaces are present for that node. I am running TSM 4.1 on WIn2000 Sp1. Thanks in advance. Rajesh Oak Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/

Re: Server Script

2001-05-29 Thread Cook, Dwight E
s where (cast((current_timestamp-lastacc_time)day as decimal(18,0))>2 ) -Original Message- From: Rajesh Oak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 11:44 AM To: [EMAIL PROTECTED] Subject: Server Script I need a script that will give me report of all the nodes that were not

Server Script

2001-05-29 Thread Rajesh Oak
I need a script that will give me report of all the nodes that were not backed up for a specific time. It should be similar to the one that gives a report on all clients that have not accessed the Server for a specific time. If anyone can post it or send it to me I would really appreciate it. T