Re: Current version of system state build recovery image script

2022-06-29 Thread Andrew Raibeck
M.MARIST.EDU Subject: [EXTERNAL] Current version of system state build recovery image script I need to build a pxe image to restore systemstate on a Win 2008 R2 server recently updated to SP V7.1.8.15. (Several weeks ago.) I used to do this by hand using the Best Practices for Recovering Windows Server 2

Current version of system state build recovery image script

2022-06-29 Thread George Huebschman
baclient versions. I had trouble with the last such systemstate restore for a Win 2012 server (using the equivalent Best Practices guide). I opened a PMR that ended up in Andy Raibeck's hands. He had me use the "build_recovery_image.cmd" script. It didn't work the first night. He went

Re: Server script condition checking

2020-11-12 Thread Loon, Eric van (ITOP NS) - KLM
Hi Marc, I just discovered I was testing my script on a different server than the server I altered my script on... I think I should take another coffee. My initial script is working OK after all. Thanks for your help! Kind regards, Eric van Loon Air France/KLM Storage & Backup -Orig

Re: Server script condition checking

2020-11-12 Thread Marc Lanteigne
Bonjour Eric, I don't know if this will work, but it's worth a shot. In the query, can you try using the following: " ... upper(%1) ..." And when run the script, put the node name between single quotes: run script 'NODE' - Thanks, Marc... Marc Lanteigne Spectru

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 SQ

Re: Windows script for DR

2017-10-05 Thread Jacques Van Den Ende
89c rue pafenbruch Capellen, 8308 Luxembourg From: adsm consulting To: ADSM-L@VM.MARIST.EDU Date: 04/10/2017 16:51 Subject:Re: [ADSM-L] Windows script for DR Sent by:"ADSM: Dist Stor Manager" Hello, I already think about "perform libaction" for t

Re: Windows script for DR

2017-10-04 Thread adsm consulting
Hello, I already think about "perform libaction" for the script, but if i want to to integrate it I must also know the device name of the medium changer, for example: lb0.0.0.2. I miss something? Thank you. On Wed, Oct 4, 2017 at 10:52 AM, Erwann SIMON wrote: > Hello, > >

Re: Windows script for DR

2017-10-04 Thread Erwann SIMON
: "adsm consulting" À: ADSM-L@VM.MARIST.EDU Envoyé: Mercredi 4 Octobre 2017 10:22:06 Objet: [ADSM-L] Windows script for DR Hello, somebody has done script for recreate TSM Server (on windows) on disaster recovery? I have some difficulties doing Tape Library creation, where I don't know

Windows script for DR

2017-10-04 Thread adsm consulting
Hello, somebody has done script for recreate TSM Server (on windows) on disaster recovery? I have some difficulties doing Tape Library creation, where I don't know device name, so script must generate the define commands automatically on discovered device. Thank you.

Re: Client Application version script

2017-07-24 Thread Loon, Eric van (ITOPT3) - KLM
juli 2017 14:25 To: ADSM-L@VM.MARIST.EDU Subject: Re: Client Application version script Actually there are the APPLICATION fields/columns. APPLICATION_VERSION,APPLICATION_RELEASE,APPLICATION_LEVEL,APPLICATION_SUBLEVEL For example, on a node that uses the Oracle TDP, I get APPLICATION_VERSION = 7

Re: Client Application version script

2017-07-24 Thread Zoltan Forray
rom: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > rou...@univ.haifa.ac.il > Sent: zondag 23 juli 2017 6:54 > To: ADSM-L@VM.MARIST.EDU > Subject: Client Application version script > > Hello all > > I wonder if a can write a script to get the version of Clients

Re: Client Application version script

2017-07-23 Thread Loon, Eric van (ITOPT3) - KLM
lf Of rou...@univ.haifa.ac.il Sent: zondag 23 juli 2017 6:54 To: ADSM-L@VM.MARIST.EDU Subject: Client Application version script Hello all I wonder if a can write a script to get the version of Clients application as Oracle , SQL , etc My current script give me the version of the B.A clien

Client Application version script

2017-07-22 Thread rou...@univ.haifa.ac.il
Hello all I wonder if a can write a script to get the version of Clients application as Oracle , SQL , etc …….. My current script give me the version of the B.A client. select cast(node_name as varchar(30)) as "Nodename" , cast(contact as varchar(18)) as "Contact" , ca

Script help

2017-07-18 Thread rou...@univ.haifa.ac.il
Hi to all Need a little help with this script below , need to get the summary amount backup result for the node . Now I got a lot of entries from this script as: Protect: POSTBACK>run q_obj_0 IHPPROD_ORA Nodename Date (D/M/Y) Begin timeEnd time Elap

Re: Inactive active filesystem for vm in script

2017-06-27 Thread Ron Delaware
Robert, As you can see there are more that a few way to get the info I will add a couple more for you tool box. You can create a macro or a script to do the same thing. You would have to translate the VM verbage into TSM and use select statement like Neil did. The translation would be as

Re: Inactive active filesystem for vm in script

2017-06-27 Thread Schneider, Jim
ay, June 27, 2017 12:33 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Inactive active filesystem for vm in script Classification: Public Robert I'm not sure this is the best answer to your question, but in the absence of any other replies I thought it might at least prompt somebody to

Re: Inactive active filesystem for vm in script

2017-06-27 Thread Schofield, Neil (Storage & Middleware, Backup & Restore)
Classification: Public Robert I'm not sure this is the best answer to your question, but in the absence of any other replies I thought it might at least prompt somebody to come up with something better. I'm assuming here that your hypervisor is vSphere and not Hyper-V? In which case empirical

Inactive active filesystem for vm in script

2017-06-26 Thread rou...@univ.haifa.ac.il
Hello All I wonder if it is a possibility from the admin console side (dsmadmc) , to run a script to get this information. (If it’s possible) How many inactive versions of a filesystem VM machines I got for a specific machine. I know that I can got this information from the VE side running

Re: Script question

2017-05-17 Thread Heinz Flemming
According to rou...@univ.haifa.ac.il > Hi All > > Need a little help with this script > > select cast(node_name as varchar(20)) as "Nodebane" , cast(TCP_ADDRESS as > varchar(15)) as "IP" , cast(CLIENT_OS_NAME as varchar(35)) as " OS Name" , >

Script question

2017-05-17 Thread rou...@univ.haifa.ac.il
Hi All Need a little help with this script select cast(node_name as varchar(20)) as "Nodebane" , cast(TCP_ADDRESS as varchar(15)) as "IP" , cast(CLIENT_OS_NAME as varchar(35)) as " OS Name" , cast(CLIENT_SYSTEM_ARCHITECTURE as varchar(4)) as "BIT"

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

2016-10-04 Thread David Ehresman
DEFINE SCRIPT Q_SCHED DESC="List all backup schedules associated with a node" UPDATE SCRIPT Q_SCHED "select domain_name,schedule_name,node_name from associations - " UPDATE SCRIPT Q_SCHED " where node_name like upper('$1%') " -Original Me

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 fo

Re: Systemd script DSMCAD

2016-09-29 Thread Josep Manel Andrés
Thanks a lot! On 28/09/16 17:28, David Bronder wrote: With 7.1 clients, at least, there is a systemd unit file included with the client: /opt/tivoli/tsm/client/ba/bin/dsmcad.service On 09/28/2016 10:20 AM, Josep Manel Andrés wrote: Hi, I am trying to do a systemd (Unit file script) to

Re: Systemd script DSMCAD

2016-09-28 Thread David Bronder
With 7.1 clients, at least, there is a systemd unit file included with the client: /opt/tivoli/tsm/client/ba/bin/dsmcad.service On 09/28/2016 10:20 AM, Josep Manel Andrés wrote: > Hi, > I am trying to do a systemd (Unit file script) to launch dsmcad: > > > [Unit] > Descript

Systemd script DSMCAD

2016-09-28 Thread Josep Manel Andrés
Hi, I am trying to do a systemd (Unit file script) to launch dsmcad: [Unit] Description=Tivoli Storage Manager Client After=network.target [Service] Type=oneshot ExecStart=/usr/bin/dsmcad RemainAfterExit=yes [Install] WantedBy=multi-user.target Would that be OK? Because as you can see here

Re: Script help

2016-09-28 Thread Paul van Dongen
- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert Ouzen Sent: 24 September 2016 07:55 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Script help Hi to all I have this script to receive information about restore and retrieve activity. SELECT cast((entity) as ch

Script help

2016-09-24 Thread Robert Ouzen
Hi to all I have this script to receive information about restore and retrieve activity. SELECT cast((entity) as char(36)) as "Node Adsm2" , DATE(start_time) as DATE, cast((activity) as char(15)) as OPERATION, cast(float(SUM(bytes))/1024/1024/1024 as DEC(8,1)) as GB FROM sum

Re: Re: Re: TSM script for the number of tape mounts per tape volume

2016-07-28 Thread David Bronder
I use the following select statement in a server script for figuring out this kind of information (was more useful in 5.5 and earlier when the REMARKS field had nice descriptions for each field, too): select colname from columns where tabname=upper('$1') In this case: tsm: SERV

Re: Re: TSM script for the number of tape mounts per tape volume

2016-07-28 Thread Lamb, Charles P.
Would anyone know what the volume I/O error table labels are so the below script could be run on volume I/O errors?? -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, Gary Sent: Thursday, July 28, 2016 10:21 AM To: ADSM-L@VM.MARIST.EDU

Re: Re: TSM script for the number of tape mounts per tape volume

2016-07-28 Thread David Bronder
AT' order by times_mounted desc > > > > From:"Lamb, Charles P." > To:ADSM-L@VM.MARIST.EDU > Date:28-07-2016 15:27 > Subject:[ADSM-L] TSM script for the number of tape

Re: Re: TSM script for the number of tape mounts per tape volume

2016-07-28 Thread Lee, Gary
Yes, mount count resets to zero when it returns to scratch. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of David Bronder Sent: Thursday, July 28, 2016 11:11 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Re: TSM script for the number of

Re: TSM script for the number of tape mounts per tape volume

2016-07-28 Thread Koos Rietveld
s Northern Europe Geodis Logistics Netherlands B.V. Columbusweg 16 5928 LC VENLO / Netherlands Tel. : + 31 77 389 97 68 - Mob. : + 31 6 538 716 28 koos.rietv...@geodis.com | geodis.nl From: "Lamb, Charles P." To: ADSM-L@VM.MARIST.EDU Date: 28-07-2016 15:27 Subject: [ADSM-L

TSM script for the number of tape mounts per tape volume

2016-07-28 Thread Lamb, Charles P.
Hi... Could someone share a TSM script for the number of tape mounts per tape volume from highest to lowest?? Tnx's a bunch

Re: ANR2174E - admin script failed

2016-07-06 Thread Lee, Gary
No problem. You're quite welcome. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Rhodes, Richard L. Sent: Wednesday, July 06, 2016 9:29 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] ANR2174E - admin script failed That worked. I

Re: ANR2174E - admin script failed

2016-07-06 Thread Rhodes, Richard L.
That worked. I ran a "update schedule" cmd as the "admin" user, which changed the " Last Update by" to "admin". Last night the script ran just fine. So, don't create/update a admin schedule as a user they may get deleted in the future. Thanks Ga

Re: ANR2174E - admin script failed

2016-07-05 Thread Rhodes, Richard L.
e logged in as an ID that will never be deleted. btw: this is TSM v6.3.5 Rick -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, Gary Sent: Tuesday, July 05, 2016 9:38 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: ANR2174E - admin script failed

Re: ANR2174E - admin script failed

2016-07-05 Thread Lee, Gary
: Tuesday, July 05, 2016 9:16 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] ANR2174E - admin script failed Q) Now do you set the TSM Admin ID that an administrative script runs as? Our team lead retired last week and we deleted her TSM admin id from all our TSM servers. The next day, one of our tsm

ANR2174E - admin script failed

2016-07-05 Thread Rhodes, Richard L.
Q) Now do you set the TSM Admin ID that an administrative script runs as? Our team lead retired last week and we deleted her TSM admin id from all our TSM servers. The next day, one of our tsm servers started failing our admin script that performs the db backup and prepare. ANR2174E

Blueprint performance script

2016-06-10 Thread Loon, EJ van (ITOPT3) - KLM
Hi guys! I would like to use the tsmdiskperf.pl script which is part of the Blueprints. We however install TSM on a cluster, so our file systems are all Veritas filesystems, where the Blueprint uses the standard Linux driver. So to trick the script I would like to create a small bash script

Re: Script to register node using Curl and Rest API

2016-04-04 Thread Anderson Douglas
"rest", > "domain":"standard", > "contact":"rest", > "email":"r...@rest.us.ibm.com" > }} > > > **My opinions are my own** > > Evan Dunn > Spectrum Protect Dev-Test > > > > Fr

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Evan Dunn
uot;password":"rest", "domain":"standard", "contact":"rest", "email":"r...@rest.us.ibm.com" }} **My opinions are my own** Evan Dunn Spectrum Protect Dev-Test From: Anderson Douglas To: ADSM-L@VM.MARIST.EDU Date:

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Anderson Douglas
mail":"", > ["schedule":" ]", > ["optionset":" ]", > ["deduplication":" ]", > ["sslrequired":" ]", > ["sessioninitiation":" ]" > }} > > > > Thank you, > > Del > > --

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Del Hoobler
t;", "contact":"", "email":"", ["schedule":" ]", ["optionset":" ]", ["deduplication":" ]", ["sslrequired":" ]", ["sessioninitiation":" ]" }} Tha

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Richard Cowen
Douglas Sent: Friday, April 01, 2016 1:31 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Script to register node using Curl and Rest API Hello Here we have started news tests using REST API through Operation center. We adopted Curl to send the commands. Some commands like this below runs

Script to register node using Curl and Rest API

2016-04-01 Thread Anderson Douglas
Hello Here we have started news tests using REST API through Operation center. We adopted Curl to send the commands. Some commands like this below runs normally curl -X GET -H "Accept: application/json" -H "OC-API-Version: 1.0" -k --user aaa:bbb https://xx.xx.xx.xx:11090/oc/api/help curl -X

Re: Script question

2015-09-08 Thread Meunier, Yann
Ingénierie - Système Stockage Informatique CDC - Etablissement DPI Office : +33 1 58 50 53 01 Mobile : +33 6 62 47 88 56 -Message d'origine- De : ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] De la part de Robert Ouzen Envoyé : mardi 8 septembre 2015 14:04 À : ADSM-L@VM.MARIST.EDU O

Re: Script question

2015-09-08 Thread Robert Ouzen
: [ADSM-L] Script question You didn't indicate which operating system. Here is a AIX/KSH script to prompt for and change a node password. #!/usr/bin/ksh print "" print "Dialog to change a NODE password." print "" print "Please enter a node name, or partial

Re: Script question

2015-09-08 Thread Meunier, Yann
Hi, This is an example. This script can to connect on any TSM instance available in you dsm.sys # #!/bin/ksh # # Philippe VEGA le 29 decembre 2011 # # Menu d'affichage des connexions aux instances TSM # utilise la fonction ListInstance pour recuperer la liste des instances TSM reco

Re: Script question

2015-09-08 Thread Rhodes, Richard L.
You didn't indicate which operating system. Here is a AIX/KSH script to prompt for and change a node password. #!/usr/bin/ksh print "" print "Dialog to change a NODE password." print "" print "Please enter a node name, or partial node name. I'll

Script question

2015-09-07 Thread Robert Ouzen
Hi to all Anybody have an example for during a script , asking for a parameter. Waiting for the input and after pass the parameter to a command For example something like this: “Please enter the process number $1 “ Waiting ……….. can pr $1 Best Regards Robert

Re: Reg: script to get library & drive Serial Nos from OS level

2015-08-07 Thread Shawn Drew
3 Also, here is an old AIX shell script I used to change all the device names so they match on every host. It uses "chdev" instead of "rendev” (I never heard of rendev until today!) For linux, you would use the udev facility. #!/bin/sh TEMPFILE=/tmp/drive-renumber.tmp1 # Change

Re: Reg: script to get library & drive Serial Nos from OS level

2015-08-07 Thread Erwann SIMON
t: [ADSM-L] Reg: script to get library & drive Serial Nos from OS level Hi Team, I am in the need of collecting drive & library serial numbers for 50 servers from os level for lanfree setup any scripts for me to fetch data I have AIX , Linux boxes library 3573 scsi ( linux & AIX

Re: Reg: script to get library & drive Serial Nos from OS level

2015-08-07 Thread Erwann SIMON
bjet: [ADSM-L] Reg: script to get library & drive Serial Nos from OS level Hi Team, I am in the need of collecting drive & library serial numbers for 50 servers from os level for lanfree setup any scripts for me to fetch data I have AIX , Linux boxes library 3573 scsi ( linux & AIX

Re: script to get library & drive Serial Nos from OS level

2015-08-07 Thread Sven Seefeld
Hi, [...] On AIX you can use the rendev cmd to rename a rmt devices. well, that depends. You can rename all devices managed by aTape (lsdev -Cc tape). If you're using a SCSI library that relies on using the TSM drivers and mt devices (lsdev -Cc admstape) instead, you cannot rename them. We

Re: script to get library & drive Serial Nos from OS level

2015-08-07 Thread Rhodes, Richard L.
n the near future. Rick -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Srikanth Kola23 Sent: Thursday, August 06, 2015 3:51 PM To: ADSM-L@VM.MARIST.EDU Subject: Reg: script to get library & drive Serial Nos from OS level Hi Team, I am

Reg: script to get library & drive Serial Nos from OS level

2015-08-06 Thread Srikanth Kola23
Hi Team, I am in the need of collecting drive & library serial numbers for 50 servers from os level for lanfree setup any scripts for me to fetch data I have AIX , Linux boxes library 3573 scsi ( linux & AIX ) Emc data domain(VTL) (linux) Thanks & Regards, Srikanth kola Backup & Recovery IBM

Re: script help

2015-03-12 Thread Ron Delaware
Jeanne, If you were to run those command at the DB2 level, they would work fine or possible as a shell script ran from a TSM macro. There are limitations, as you found out, when trying to run select statements from within TSM. Best Regards

script help

2015-03-12 Thread Jeanne Bruno
Hello. Need some help. I'm trying to create a new script for myself and I want to get the PROCESS_NUM from the Processes table in a variable. def script Processes desc="get Process Number" update script Processes 'declare process processes.PROCESS_NUM%type' updat

Re: Powershell script for Exchange DAG backup automation

2014-12-31 Thread Del Hoobler
e on 12/30/2014 11:20:47 AM: > From: "Stackwick, Stephen" > To: ADSM-L@VM.MARIST.EDU > Date: 12/30/2014 11:24 AM > Subject: Powershell script for Exchange DAG backup automation > Sent by: "ADSM: Dist Stor Manager" > > Del Hoobler recently mentioned a white

Re: Powershell script for Exchange DAG backup automation

2014-12-30 Thread Angela Robertson
ces where a passive database copy is not in a healthy state and the active database copy may need to be used for the backup. The following sample Powershell script automates the backing up of the databases hosted on an Exchange 2010 server in a DAG environment. The script determines if the Exchange 201

Powershell script for Exchange DAG backup automation

2014-12-30 Thread Stackwick, Stephen
Del Hoobler recently mentioned a whitepaper with a sample Powershell script to automate DAG backups. I can't seem to find it anymore and a Google search for it yields a broken link, http://www-01.ibm.com/support/docview.wss?uid=swg21433016 Did IBM withdraw it for some reason? I'd l

Re: Script snipet for "current hour"

2014-10-21 Thread Vandeventer, Harold [OITS]
anager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Thomas Denier Sent: Tuesday, October 21, 2014 10:29 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Script snipet for "current hour" You can run something like: select database_name from db where hour(current timestamp)>16 The re

Re: Script snipet for "current hour"

2014-10-21 Thread Thomas Denier
M-L@VM.MARIST.EDU] On Behalf Of Vandeventer, Harold [OITS] Sent: Tuesday, October 21, 2014 11:20 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Script snipet for "current hour" Does anyone have a bit of script code that evaluates the "current hour" when the script is r

Script snipet for "current hour"

2014-10-21 Thread Vandeventer, Harold [OITS]
Does anyone have a bit of script code that evaluates the "current hour" when the script is running? Something like IF SELECT HOUR(CURRENT_TIMESTAMP) FROM LOG > 16 GOTO ... I've poked around ADSM.QuickFacts and see some potential hints. SELECT HOUR(CURRENT_T

Re: Defining a script that references a file

2014-09-19 Thread Lee, Gary
and-to-run For every Saturday at 20:00: 0 20 * * 6 command-to-run -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Srikanth Kola23 Sent: Friday, September 19, 2014 11:19 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Defining a script that

Re: Defining a script that references a file

2014-09-19 Thread Srikanth Kola23
uot;Lee, Gary" To: ADSM-L@VM.MARIST.EDU Date: 09/19/2014 08:40 PM Subject:Re: [ADSM-L] Defining a script that references a file Sent by:"ADSM: Dist Stor Manager" Easiest way is to creat a shell script for what you want to do. Then do a Crontab -l >fi

Re: Defining a script that references a file

2014-09-19 Thread Lee, Gary
Easiest way is to creat a shell script for what you want to do. Then do a Crontab -l >filename This saves your current crontab. Edit that file, adding the shell script you just created. Then do a Crontab filename This will create a new crontabe from everytning in the file you just edi

Re: Re: Re: Defining a script that references a file

2014-09-19 Thread David Bronder
How did you try updating the script? With the "update script" command? With "update script" you update one line of or add a new line to the existing script (by including the new line contents and optionally the line number). The file you originally defined the script with i

Re: Defining a script that references a file

2014-09-19 Thread Srikanth Kola23
/2014 07:49 PM Subject:Re: [ADSM-L] Defining a script that references a file Sent by:"ADSM: Dist Stor Manager" Gary, That sounds a lot like Michael's recommendation. I really should have thought to automate at an additional layer. George Huebschman (George

Re: Re: Defining a script that references a file

2014-09-19 Thread George Huebschman
David, I had tried updating the script, but that was not effective. It did not refresh the contents that the script was aware of. George Huebschman (George H.) From: David Bronder To: ADSM-L@VM.MARIST.EDU, Date: 09/18/2014 11:24 AM Subject: Re: [ADSM-L] Re: Defining a script that references a

Re: Defining a script that references a file

2014-09-19 Thread George Huebschman
Gary, That sounds a lot like Michael's recommendation. I really should have thought to automate at an additional layer. George Huebschman (George H.) The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you

Re: AW: Defining a script that references a file

2014-09-19 Thread George Huebschman
Michael, No, no one had mentioned it, and I failed to think in that wide a loop. Thanks sir. George Huebschman (George H.) The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please not

AW: Defining a script that references a file

2014-09-18 Thread Michael malitz
Hallo George, i don't know, if somebody already mentioned the following: why not: 1.) Create your script input file /usr/tivoli/tsm/client/ba/bin/move.datadynamically containing the mode date commands as you already do it today! 2.) create a macro move_data.mac

Re: Defining a script that references a file

2014-09-18 Thread Lee, Gary
George: I have a script defined which will "redefine" a script. It deletes and redefines in one step. It relies on the fact that I name the source files the same as the scripte, and all reside in one particular directory. Then I just update script with the description I want. I will s

Re: Re: Defining a script that references a file

2014-09-18 Thread David Bronder
The script source file is only used at the time you define the script. But you don't have to delete and redefine the script each time you want to change the script itself; you just can't change the source file to do it. Once the script is defined, whether via a source file or direc

Re: Defining a script that references a file

2014-09-18 Thread George Huebschman
Gary, Thanks. Sadly, I had hoped you'd tell me it was operator error. George Huebschman (George H.) Neither absorb, magnify, nor create evil. The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you receiv

Re: Defining a script that references a file

2014-09-18 Thread Lee, Gary
Yes. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of George Huebschman Sent: Wednesday, September 17, 2014 4:18 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Defining a script that references a file Is this just the way that scripts

Defining a script that references a file

2014-09-17 Thread George Huebschman
Is this just the way that scripts referencing a source file work? Do I have to delete and redefine a script each time I want to change the source file? TSM Server Version 5, Release 5, Level 1.0 Host server: AIX, 6.1.0.0 My question is regarding creating a script. I wanted to make a script

Re: Cancelling REPLICATION Processes via script.

2014-06-19 Thread Vandeventer, Harold [BS]
Thanks Bent I'll give that a try. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Bent Christensen Sent: Thursday, June 19, 2014 9:23 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Cancelling REPLICATION Processes via script. Ba

Re: Cancelling REPLICATION Processes via script.

2014-06-19 Thread Bent Christensen
where name='CANCEL_REPLI' if(rc_ok) goto cancel cancel: cancel replication del script CANCEL_REPLI Then it was just a matter of defining a script "CANCEL_REPLI" ... - Bent -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of

Cancelling REPLICATION Processes via script.

2014-06-19 Thread Vandeventer, Harold [BS]
I have an admin script that issues several node replicate commands, with WAIT=YES on each to control bandwidth/processor burden. If I issue CANCEL REPLICATION, only the currently running process is cancelled. The next REPLICATE NODE (pending via the script) then starts. Is there a way to

While Loop in script not restoring files or subdirectories.

2014-01-14 Thread Pasta_Fazole
Thanks Dwight! That did the trick. The addition off "/*" to my variable "paths" worked for me. ]# while read paths; do dsmc restore -server=tsmserver -virtualnodename=fileserver -password="password" $paths/* -subdir=yes "/var/restore/"; done < /scripts/2014.sharepaths +--

Re: While Loop in script not restoring files or subdirectories.

2014-01-14 Thread Dwight Cook
] While Loop in script not restoring files or subdirectories. I'm trying to restore a selection of paths from TSM. The directory "/var/smb/files" has many paths in it, but I don't want to restore all of them. I just want to restore those paths that I have listed in the file "

While Loop in script not restoring files or subdirectories.

2014-01-14 Thread Pasta_Fazole
I'm trying to restore a selection of paths from TSM. The directory "/var/smb/files" has many paths in it, but I don't want to restore all of them. I just want to restore those paths that I have listed in the file "/scripts/2014.sharepaths". My problem is that only the top directories are gettin

Re: Script for nodes

2014-01-06 Thread Neil Schofield
Robert A script may be what you need, but if you can live with the results broken down by nodename AND filespace, then a 'QUERY OCCUPANCY STGPOOL=poolname' may offer a simpler alternative to your 'QUERY NODEDATA' command. Both the nodename and filespace parameters are opt

Re: Script for nodes

2014-01-03 Thread Grigori Solonovitch
Maybe you can use script: select node_name as Node_Name, count(*) as File_Spaces, sum(physical_mb) as Physical_MB, sum(logical_mb) as Logical_MB, sum(num_files) as Files from occupancy where stgpool_name = upper('$1') group by node_name with storage pool name as an argument or just

Re: Script for nodes

2014-01-03 Thread J. Pohlmann
Try select unique(node_name), stgpool_name from occupancy Joerg Pohlmann -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert Ouzen Sent: Friday, January 03, 2014 00:59 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Script for nodes Hi to all

Script for nodes

2014-01-03 Thread Robert Ouzen
Hi to all Did anyone have a script to see which nodes are on storage pools and can share it. For now I am running a query nodedata. T.I.A Best Regards Robert

Re: Maintenance script schedule problem

2013-12-28 Thread Steven Harris
ing a brand new instance... Thomas Taylor System Administrator Jos. A. Bank Clothiers Cell (443)-974-5768 From: "Vandeventer, Harold [BS]" To: ADSM-L@VM.MARIST.EDU, Date: 12/26/2013 02:06 PM Subject: Re: [ADSM-L] Maintenance script schedule problem Sent by: "ADSM: Dist St

Re: Maintenance script schedule problem

2013-12-26 Thread Tom Taylor
: "Vandeventer, Harold [BS]" To: ADSM-L@VM.MARIST.EDU, Date: 12/26/2013 02:06 PM Subject: Re: [ADSM-L] Maintenance script schedule problem Sent by: "ADSM: Dist Stor Manager" For the ADSM-L group: is there a set of sample scripts at IBM or any that get installed for customization

Re: Maintenance script schedule problem

2013-12-26 Thread Vandeventer, Harold [BS]
ation, reclamation, etc.) are performed via a few Administrative Scripts that include some script logic to test for various conditions. The first script schedules the second script to start at a future time (NOW+00:30 for 30 minutes), then does its own work. When the second script starts, it first

Re: Maintenance script schedule problem

2013-12-26 Thread Tom Taylor
I am trying to do the database backup, and reclamation and expiration. Thomas Taylor System Administrator Jos. A. Bank Clothiers Cell (443)-974-5768 From: "Vandeventer, Harold [BS]" To: ADSM-L@VM.MARIST.EDU, Date: 12/26/2013 12:14 PM Subject: Re: [ADSM-L] Maintenance scrip

Re: Maintenance script schedule problem

2013-12-26 Thread Vandeventer, Harold [BS]
chedules. What are you trying to accomplish in the script? -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Tom Taylor Sent: Thursday, December 26, 2013 10:27 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Maintenance script schedule problem I am r

Re: Maintenance script schedule problem

2013-12-26 Thread Tom Taylor
"Vandeventer, Harold [BS]" To: ADSM-L@VM.MARIST.EDU, Date: 12/26/2013 10:46 AM Subject: Re: [ADSM-L] Maintenance script schedule problem Sent by: "ADSM: Dist Stor Manager" Welcome to TSM. Are you seeing the error when CREATING the schedule or attempting to change an existin

Maintenance script schedule problem

2013-12-26 Thread mik
Can you showing the script for every day please ? +-- |This was sent by bobpatrick808...@yahoo.fr via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Maintenance script schedule problem

2013-12-26 Thread mik
Can you see the script for every day ? +-- |This was sent by bobpatrick808...@yahoo.fr via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: Maintenance script schedule problem

2013-12-26 Thread Vandeventer, Harold [BS]
#x27;m at Administration Center 6.3.4.000. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Tom Taylor Sent: Thursday, December 26, 2013 9:15 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Maintenance script schedule problem Hello, Thi

Re: Maintenance script schedule problem

2013-12-26 Thread Chavdar Cholev
am running TSM Server 6.3.3 > > When I try to schedule the maintenance script I have created to run every > day I get an error, but if I choose just one day it works fine. I am > trying to edit the schedule from the TIP as I know nothing os the TSM CLI. > > > I receive 3 er

Maintenance script schedule problem

2013-12-26 Thread Tom Taylor
Hello, This is my first time posting so please let me know if I missed anything. I am also very new to TSM in general. I am running TSM Server 6.3.3 When I try to schedule the maintenance script I have created to run every day I get an error, but if I choose just one day it works fine

  1   2   3   4   5   6   7   8   9   >