Re: Need help using Powershell to create custom backup commands

2020-09-27 Thread Schaub, Steve
11:22 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Need help using Powershell to create custom backup commands Because you have the volume list variable quoted, I think that part of the command actually translates to the single string "G: H: I: J:" rather than a list of drive lette

Re: Need help using Powershell to create custom backup commands

2020-09-23 Thread David Bronder
Because you have the volume list variable quoted, I think that part of the command actually translates to the single string "G: H: I: J:" rather than a list of drive letters. Which I think would be interpreted as G:"\ H: I: J:". On 9/23/20 8:21 AM, Schaub, Steve wrote: > I'm using PS to kick off

Need help using Powershell to create custom backup commands

2020-09-23 Thread Schaub, Steve
I'm using PS to kick off custom backups and having trouble passing a list of volumes to the incremental backup command in dsmc. Here is what the powershell statement looks like, the "$myBackupVolumeList" variable is a string derived from an array: & .\DSMC.exe Incremental "$myBackupVolumeList" "

Re: Help running commands via the TSM REST api

2016-11-23 Thread Jakob Jóhannes Sigurðsson
Hi all. Thanks Robert for this suggestion. What got things up and running for us was the "Content-Type: text/plain" header. That allows you to run all commands and really seems to be needed when POSTing to the ISP OC API. Someone should document this somewhere! TIP: Use the jq comman

Re: Help running commands via the TSM REST api

2016-11-23 Thread Michael Malitz
ldn't be more help. > > Rob Jose > Spectrum Protect OC UI Developer / L3 Support > > -Original Message- > From: "Jakob Jóhannes Sigurðsson" [mailto:jakob.sigurds...@nyherji.is] > Sent: Friday, November 18, 2016 3:13 AM > To: ADSM-L@VM.MARIST

Re: Help running commands via the TSM REST api

2016-11-22 Thread Robert Jose
/plain". Sorry I couldn't be more help. Rob Jose Spectrum Protect OC UI Developer / L3 Support -Original Message- From: "Jakob Jóhannes Sigurðsson" [mailto:jakob.sigurds...@nyherji.is] Sent: Friday, November 18, 2016 3:13 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L

Help running commands via the TSM REST api

2016-11-18 Thread Jakob Jóhannes Sigurðsson
Hi all. I saw a message here regarding running registration of clients against the REST API. I am not able to get this working and the user did not include his fix in his reply. Has anyone successfully tried this? I keep getting Internal Server error replies and the OC log says: [11/18/16 11:

Re: Disabled arbitrary scheduled commands

2014-07-03 Thread Skylar Thompson
loperworks/wikis/home/wiki/Tivoli > +Storage+Manager/page/Home > > "ADSM: Dist Stor Manager" wrote on 2014-07-03 > 09:55:23: > > > From: Skylar Thompson > > To: ADSM-L@vm.marist.edu, > > Date: 2014-07-03 09:57 > > Subject: Disabled arbitrary scheduled c

Re: Disabled arbitrary scheduled commands

2014-07-03 Thread Andrew Raibeck
wrote on 2014-07-03 09:55:23: > From: Skylar Thompson > To: ADSM-L@vm.marist.edu, > Date: 2014-07-03 09:57 > Subject: Disabled arbitrary scheduled commands > Sent by: "ADSM: Dist Stor Manager" > > We have a RHEL6 system backed up with TSM with some unique security. &

Disabled arbitrary scheduled commands

2014-07-03 Thread Skylar Thompson
We have a RHEL6 system backed up with TSM with some unique security. Basically we need some way for us to disable the ability for the server to cause the client to run arbitrary commands via a scheduled event. All we want the client to do is run an incremental backup, without any way for the

Re: How to script commands at startup

2011-08-04 Thread Theo Brettschneider
make a script taht starts the TSM server after a reboot and build in a grace period to allow the TSM server to fully start up. Now enter some lines that will give dthe dsmadmc commands and ther you go From: ADSM: Dist Stor Manager [ADSM-L@VM.MARIST.EDU

Re: How to script commands at startup

2011-07-18 Thread Allen S. Rout
>> On Mon, 18 Jul 2011 11:16:18 -0400, "Pagnotta, Pam (CONTR)" >> said: > Does anyone know how to write a script, or can point me to something > that will issue TSM commands from an administrator session shortly > after the server is restarted? There are seve

How to script commands at startup

2011-07-18 Thread Pagnotta, Pam (CONTR)
Hello, We are running version 6.2.2.3(0) on an AIX 6.1 server. We are experiencing issues as described in https://www-304.ibm.com/support/entdocview.wss?uid=swg1IC76984 and have been given three commands that need to be issued right after the TSM server is restarted (they are only good for

Re: API for TSM Admin commands

2010-11-11 Thread Wolfgang J Moeller
Several filters for "dsmadmc" output (both "-tabdelimited", and with standard headings(!)) can be found at http://www.gwdg.de/~moeller/tsmutils/ See the file README there, for rudimentary documentation. Together with a general-purpose (unix) 'dsmadmc'-wrapper, they are good at (sometimes heur

Re: API for TSM Admin commands

2010-11-08 Thread Roger Deschner
A lot of the worst problems with dsmadmc, such as commas within numbers that are nice for human readability but trouble to parse, can be solved by: Change all QUERY commands to SELECT, and invoke dsmadmc with the -comma or -tab options. This avoids all questions as to whether sqldisplaymode wide

Re: API for TSM Admin commands

2010-11-08 Thread Frank Fegert
> tables are viewed. > Plus for instance some extra commands to show things you normaly use > scripts for. > > I also want to have it as I use it in Putty but in Windows, as the > dsmadmc for windows is *** compared with the unix version. Just an idea, but if you're familiar

Re: SV: API for TSM Admin commands

2010-11-08 Thread Maurice van 't Loo
http://www.cristie.se/cpu2tsm-supported-platforms > > > Från: Maurice van 't Loo [maur...@backitup.nu] > Skickat: den 8 november 2010 11:49 > Till: ADSM-L@VM.MARIST.EDU > Ämne: Re: API for TSM Admin commands > > Thanks Grigori, > > But i don't want another grafi

SV: API for TSM Admin commands

2010-11-08 Thread Christian Svensson
U2TSM:: http://www.cristie.se/cpu2tsm-supported-platforms Från: Maurice van 't Loo [maur...@backitup.nu] Skickat: den 8 november 2010 11:49 Till: ADSM-L@VM.MARIST.EDU Ämne: Re: API for TSM Admin commands Thanks Grigori, But i don't want anothe

Re: API for TSM Admin commands

2010-11-08 Thread Maurice van 't Loo
Thanks Grigori, But i don't want another grafical tool, but just a small tool like dsmadmc but with several small thinks solved. Like the comma in session and process numbers (hard to simply copy/paste) and the way tables are viewed. Plus for instance some extra commands to show thing

Re: API for TSM Admin commands

2010-11-07 Thread Grigori Solonovitch
10:34 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] API for TSM Admin commands Hi All, I'm thinking about an yatac (Yust Another TSM Admin Console), just like the famous dsmadmc, but without the also famous problems as comma's in q sess/proc, better ways of displaying table's, etc

Re: API for TSM Admin commands

2010-11-07 Thread Steven Harris
There is an API for commands that the Admin Center uses, but AFAIK it has not been published anywhere. I did look at reverse-engineering it once, but it seems to be an XML-based data-stream and I quickly lost interest as at that time I had no tools for handling XML. I think that you are

Re: API for TSM Admin commands

2010-11-07 Thread Richard Sims
TSM is notoriously lacking in the area of APIs. There has never been an administrative API, and the client API is incompatible with what the B/A client produces. You have to make do with what you can perform via commands. Richard Sims On Nov 7, 2010, at 2:34 PM, Maurice van 't Loo

API for TSM Admin commands

2010-11-07 Thread Maurice van 't Loo
Hi All, I'm thinking about an yatac (Yust Another TSM Admin Console), just like the famous dsmadmc, but without the also famous problems as comma's in q sess/proc, better ways of displaying table's, etc etc. And if possible, without using the dsmadmc itself, as not everybody does install it at the

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-09 Thread Zoltan Forray/AC/VCU
I guess in V6 this isn't a problem - just different? From: Richard Rhodes To: ADSM-L@VM.MARIST.EDU Date: 04/08/2010 09:54 PM Subject: Re: [ADSM-L] Log issues and scheduled commands and CHANGINGRETRIES Sent by: "ADSM: Dist Stor Manager" It's intersting how many peopl

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Richard Rhodes
issues and scheduled commands and CHANGINGRETRIES 04/08/2010 10:31 AM Please respond to "ADSM: Dist Stor Manager" Hi Zoltan, We have similar issues on one of our TSM instances

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Johnny Lea
: [ADSM-L] Log issues and scheduled commands and CHANGINGRETRIES I'm having the same problem and IBM sent me to this site for a perl script to collect data. It's very easy to alter for your site. Let me know if you find an answer. So far I haven't. Johnny -Original Message-

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Johnny Lea
u] On Behalf Of Zoltan Forray/AC/VCU Sent: Thursday, April 08, 2010 9:17 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Log issues and scheduled commands and CHANGINGRETRIES Ever since I upgrade one of our busy TSM servers from 5.5.3 to 5.5.4.1, I have been having constant problems with the log b

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Zoltan Forray/AC/VCU
Thanks for the info and suggestions. Thought about the "low power" id but we need the "show logpinned" to see the culprit. As much as folks use these "undocumented/unsupported commands", I am surprised IBM hasn't given us an equivalent "supported&quo

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Zoltan Forray/AC/VCU
rom: Jean-Paul Duyx To: ADSM-L@VM.MARIST.EDU Date: 04/08/2010 10:31 AM Subject: Re: [ADSM-L] Log issues and scheduled commands and CHANGINGRETRIES Sent by: "ADSM: Dist Stor Manager" Hi Zoltan, We have similar issues on one of our TSM instances that has some clients behind a slower co

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Allen S. Rout
>> On Thu, 8 Apr 2010 10:17:11 -0400, Zoltan Forray/AC/VCU >> said: > So, I would like to schedule a "show logpinned" command every 15-minutes > and send the output somewhere so it can be emailed to me. > I have never messed with server scripting so this is new territory for me. > Does anyone

Re: Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Jean-Paul Duyx
DSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Zoltan Forray/AC/VCU Sent: donderdag 8 april 2010 16:17 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Log issues and scheduled commands and CHANGINGRETRIES Ever since I upgrade one of our busy TSM servers from 5.5.3 to 5.5.4.1, I

Log issues and scheduled commands and CHANGINGRETRIES

2010-04-08 Thread Zoltan Forray/AC/VCU
Ever since I upgrade one of our busy TSM servers from 5.5.3 to 5.5.4.1, I have been having constant problems with the log being pinned and filling. While I was able to determine and fix 2 problem nodes (long/large Oracle backup and another node that is compressing and backing up a 280GB log file,

Re: Website with all removed and new TSM 6.1 commands?

2010-01-10 Thread Wanda Prather
TSM 6.1 Technical Guide Redbook, SG24-7718-00, Chap. 4. On Sun, Jan 10, 2010 at 2:03 PM, Christian Svensson < christian.svens...@cristie.se> wrote: > Hi *SMers, > Does anyone know a good webpage where I can find a summery of all commands > that has been removed and added to TSM 6.

Website with all removed and new TSM 6.1 commands?

2010-01-10 Thread Christian Svensson
Hi *SMers, Does anyone know a good webpage where I can find a summery of all commands that has been removed and added to TSM 6.1 Admin Command line? Best Regards Christian Svensson Cell: +46-70-325 1577 E-mail: christian.svens...@cristie.se Skype: cristie.christian.svensson Supported Platform

Re: piping commands in dsmadmc

2008-12-11 Thread Steven Harris
Hi Everyone I'm finding myself often in a situation where I need to use an admin client from a strange machine, say a Windows terminal server where I don't have rights to install anything. I would like to have a package set up ready that I can upload to my home drive to do this. Given that the

Re: piping commands in dsmadmc

2008-12-11 Thread Richard Sims
A rudimentary example of forming a TSM server command from a Select: dsmadmc -id= -password= -displaymode=table -dataonly=yes "select 'cancel process',PROCESS_NUM from PROCESSES"

Re: piping commands in dsmadmc

2008-12-11 Thread Remco Post
On 11 dec 2008, at 01:13, Stephan Boldt wrote: Hello, is there any way to pipe use the output of one command as an input of another? For example if I want to cancel a running space reclamation of a certain storagepool. So I first have to get the process number and cancel this process. What I'm

Re: piping commands in dsmadmc

2008-12-10 Thread Len Boyle
You can run the commands from a script external of tsm. Something like perl, rexx, A unix shell, or windows powershell. You can run the dsmc command from the script where the script process the output of the command, the script would then build one or more scripts to be run from within the

piping commands in dsmadmc

2008-12-10 Thread Stephan Boldt
Hello, is there any way to pipe use the output of one command as an input of another? For example if I want to cancel a running space reclamation of a certain storagepool. So I first have to get the process number and cancel this process. What I'm looking for is something like this: select proces

Re: Enable verbose time/date logging on interactive dsmc commands?

2008-10-10 Thread Richard Sims
On Oct 9, 2008, at 4:52 PM, Clark, Robert A wrote: We're working on changing some backups from command schedules to incrementals with pre/post commands. Between now and when we complete the work, is there any way to enable verbose time/date stamps per line in the interactive backup o

Re: Enable verbose time/date logging on interactive dsmc commands?

2008-10-09 Thread Alex Paschal
t: [ADSM-L] Enable verbose time/date logging on interactive dsmc commands? We're working on changing some backups from command schedules to incrementals with pre/post commands. Between now and when we complete the work, is there any way to enable verbose time/date stamps per line in the int

Enable verbose time/date logging on interactive dsmc commands?

2008-10-09 Thread Clark, Robert A
We're working on changing some backups from command schedules to incrementals with pre/post commands. Between now and when we complete the work, is there any way to enable verbose time/date stamps per line in the interactive backup output? (As a temporay fix, I've written a perl s

Re: Don't embed tabs in script commands

2008-04-04 Thread Strand, Neil B.
Manager [mailto:[EMAIL PROTECTED] On Behalf Of Keith Arbogast Sent: Friday, April 04, 2008 1:53 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Don't embed tabs in script commands I have been debugging an admin script all morning that executes 'activate policyset' commands, among ot

Don't embed tabs in script commands

2008-04-04 Thread Keith Arbogast
I have been debugging an admin script all morning that executes 'activate policyset' commands, among others. Seemingly identical commands succeeded from the command line, but failed when run from a script, with "ANR2022E One or more paramters are missing". After checki

Re: TSM commands via Z/OS Batch rc 11

2007-11-24 Thread Wanda Prather
Instead of running your commands as a macro, have you tried running them as a TSM script? With scripting there is some basic-level IF-THEN functionality where you can check return codes. Look in the ADMIN GUIDE under "automating server operations", and "Using Logic Flow Stateme

AW: [ADSM-L] TSM commands via Z/OS Batch rc 11

2007-11-22 Thread VOJTA Othmar
von Tim Brown Gesendet: Mittwoch, 21. November 2007 15:16 An: ADSM-L@VM.MARIST.EDU Betreff: [ADSM-L] TSM commands via Z/OS Batch rc 11 Have daily TSM commands that run via batch jobs on Z/OS The command files have multiple commands and if any one fails it prevents the others from executing

TSM commands via Z/OS Batch rc 11

2007-11-21 Thread Tim Brown
Have daily TSM commands that run via batch jobs on Z/OS The command files have multiple commands and if any one fails it prevents the others from executing ANS8001I Return code 11. ANS8029E Macro processing terminated. ANS8002I Highest return code was 11. Is there a way to allow

storage agent support commands

2007-11-15 Thread Richard Rhodes
Is there a list somewhere of what server commands a storage agent supports? The storage agent manual doesn't seem to give a list of support commands. Some commands work find (q sess, q mount), but others get routed to the tsm server. I can't find a document for what commands work, and

Re: prescheduled postcheduled commands help

2007-08-22 Thread Stuart Lamble
On 23/08/2007, at 12:29 AM, Głębicki Jakub wrote: Hint :) use short version of path (Progra~1 instead of "Program Files") in P*SCHEDULECMD options, otherwise schedule will fail. A small trap for young players: the short name is defined by the order of directory creation. So if the server die

Re: prescheduled postcheduled commands help

2007-08-22 Thread Timothy Hughes
[mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Wednesday, August 22, 2007 2:24 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: prescheduled postcheduled commands help Thanks to all who responded I need and appreciate all of your help. I am going to try some if not all of your sugg

Re: prescheduled postcheduled commands help

2007-08-22 Thread Andrew Raibeck
. > > > >This is a good place to start if you need to get it going now, but > I really think you should look at condition code checking and > >alerting on errors in the long run. > > > >Bill Boyer > >"A life? Cool! Where can I download one of those?"

Re: prescheduled postcheduled commands help

2007-08-22 Thread Timothy Hughes
o:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Wednesday, August 22, 2007 2:24 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: prescheduled postcheduled commands help Thanks to all who responded I need and appreciate all of your help. I am going to try some if not all of your suggestions. Since I am

Re: prescheduled postcheduled commands help

2007-08-22 Thread William Boyer
[mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Wednesday, August 22, 2007 2:24 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: prescheduled postcheduled commands help Thanks to all who responded I need and appreciate all of your help. I am going to try some if not all of your suggestions. Since I

Re: prescheduled postcheduled commands help

2007-08-22 Thread Timothy Hughes
rs yes CHANGINGRETRIES2 COMPRESSIon Yes BACKUPREG YES MANAGEDSERVICESWEBCLIENT SCHEDULE William, I understand your logic and condition code checking and I read the Technote that Andrew pointed out. From what I have been told if the commands don't work the backup will just fa

Re: prescheduled postcheduled commands help

2007-08-22 Thread Andrew Raibeck
/22/2007 08:23:23 AM: > Maybe being an ex-programmer, but you have no condition code > checking to make sure that the NET STOP/START commands completed > successfully. If you NET STOP's don't work, do you still want to run > the backup? Now if the last NET STOP command fails, th

Re: prescheduled postcheduled commands help

2007-08-22 Thread William Boyer
Maybe being an ex-programmer, but you have no condition code checking to make sure that the NET STOP/START commands completed successfully. If you NET STOP's don't work, do you still want to run the backup? Now if the last NET STOP command fails, then the preschedulecmd will return

Re: prescheduled postcheduled commands help

2007-08-22 Thread William Boyer
e: prescheduled postcheduled commands help Tim, It's defined just like your incremental sched, just set action=command (default is incremental), then objects= a q sched f=d would show: Policy Domain Name: SPAIX Schedule Name: STATBKTRACK-FULL Descr

Re: prescheduled postcheduled commands help

2007-08-22 Thread Andy Huebner
essage- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Clark Sent: Wednesday, August 22, 2007 9:56 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] prescheduled postcheduled commands help Tim, It's defined just like your incremental sched, just set action

Re: prescheduled postcheduled commands help

2007-08-22 Thread Lawrence Clark
n't aware of that I had planned on putting the following commands in the dsm.opt file. I have never defined a script schedule before I am going to have to figure out the correct syntax for this type of script. feel free to give example Tim pre 'net stop "update service" 

Re: prescheduled postcheduled commands help

2007-08-22 Thread Głębicki Jakub
dule will fail. Regards, Jakub -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: Wednesday, August 22, 2007 4:05 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] prescheduled postcheduled commands help Hello, I need to stop two s

Re: prescheduled postcheduled commands help

2007-08-22 Thread Timothy Hughes
Thanks Lawerence, I wasn't aware of that I had planned on putting the following commands in the dsm.opt file. I have never defined a script schedule before I am going to have to figure out the correct syntax for this type of script. feel free to give example Tim pre 'net st

Re: prescheduled postcheduled commands help

2007-08-22 Thread Remco Post
04:57 AM >>> > Hello, > > I need to stop two services before the incremental backup runs then > restart the services > once the backup completes. I know about the prescheduled and > postscheduled > commands but have never used them. Where do I insert the commands in >

Re: prescheduled postcheduled commands help

2007-08-22 Thread Andrew Raibeck
etes. I know about the prescheduled and postscheduled > commands but have never used them. Where do I insert the commands in > dsm.opt file for > this to excute successfully? The following are the two services that > need to be stopped > then restarted once backup completes can someo

Re: prescheduled postcheduled commands help

2007-08-22 Thread Lawrence Clark
Objects: /home/sybase/dump/dbbkup.s >>> [EMAIL PROTECTED] 08/22/2007 11:04:57 AM >>> Hello, I need to stop two services before the incremental backup runs then restart the services once the backup completes. I know about the prescheduled and postscheduled command

prescheduled postcheduled commands help

2007-08-22 Thread Timothy Hughes
Hello, I need to stop two services before the incremental backup runs then restart the services once the backup completes. I know about the prescheduled and postscheduled commands but have never used them. Where do I insert the commands in dsm.opt file for this to excute successfully? The

commands for storage agent server

2006-11-22 Thread goc
hi, i was wondering what commands can you use on storage agent server except "q ses" ? thanks

Re: Commands to fins the schedules running -- sorted by time

2006-10-26 Thread Richard Sims
On Oct 26, 2006, at 6:44 AM, Gopinathan, Srinath wrote: Hi, There is a a correction in the question. Is there any command to find out the list of schedules running sorted based on the time in ASCENDING ORDER (or) DESCENDING ORDER? I think the approach will be apparent in realizing that it is

Re: Commands to fins the schedules running -- sorted by time

2006-10-26 Thread Gopinathan, Srinath
Sent: 26 October 2006 11:34 To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Commands to fins the schedules running -- sorted by time q event * * lists the events/schedules base on time - Original Message - From: "Gopinathan, Srinath" <[EMAIL PROTECTED]> To: Sent: Thur

Re: Commands to fins the schedules running -- sorted by time

2006-10-26 Thread goc
q event * * lists the events/schedules base on time - Original Message - From: "Gopinathan, Srinath" <[EMAIL PROTECTED]> To: Sent: Thursday, October 26, 2006 12:13 PM Subject: Commands to fins the schedules running -- sorted by time Hi All, Is there any command to f

Commands to fins the schedules running -- sorted by time

2006-10-26 Thread Gopinathan, Srinath
Hi All, Is there any command to find out the list of schedules running sorted based on the time? Regards, Srinath G This e-mail has been scanned for viruses by the Cable & Wireless e-mail security system - powered by MessageLabs. For more information on a proactive managed e-mail security serv

Re: SQL Select commands

2006-05-30 Thread Laura Mastandrea
"ADSM: Dist Stor Manager" Subject Re: [ADSM-L] SQL Select commands P

Re: SQL Select commands

2006-05-26 Thread Laura Mastandrea
:12 PM "ADSM: Dist Stor Manager" Subject Re: [ADSM-L] SQL Select commands P

Re: SQL Select commands

2006-05-26 Thread Dan Foster
Hot Diggety! Richard Sims was rumored to have written: > > Go to > http://www.rz.uni-karlsruhe.de/rz/docs/TSM/WORKSHOPS/3rd/handouts/ > > "Handouts I of Andrew Raibeck" is the online version. > "Handouts II of Andrew Raibeck" is the PostScript version, Very nice stuff, that's for sure (as are the

Re: SQL Select commands

2006-05-26 Thread Richard Sims
On May 25, 2006, at 11:00 PM, Steven Harris wrote: ... Andy Raibeck once put out an sql manual which was specific to the TSM database. I've lost my copy along the way so if you still have a link Andy that would be nice! Go to http://www.rz.uni-karlsruhe.de/rz/docs/TSM/WORKSHOPS/3rd/handouts/

Re: SQL Select commands

2006-05-25 Thread Chris Pasztor
Hello, SQL reference is in a redbook 5.1 technical guide  see http://www.redbooks.ibm.com/abstracts/SG246554.html?Open ,I do not think I have seen a newer one.. Chris

Re: SQL Select commands

2006-05-25 Thread Steven Harris
Luc said > > Hi all > > I'm not that good with SQL commands is there any documentation > available ... > > any idea ... thanks > > Luc Beaudoin > Administrateur Réseau / Network Administrator > Hopital General Juif S.M.B.D. > Tel: (514) 340-8222

SQL Select commands

2006-05-25 Thread Luc Beaudoin
Hi all I'm not that good with SQL commands is there any documentation available ... any idea ... thanks Luc Beaudoin Administrateur Réseau / Network Administrator Hopital General Juif S.M.B.D. Tel: (514) 340-8222 ext:8254

Re: Commands to kill migrations and sessions from connecting in the dsmserv.opt

2006-03-29 Thread Andrew Carlson
nomigrrecl will stop migrations and reclamations, but as far as I know, if you want to remove it, you have to stop and restart the server after it is removed from the options file. --- Nancy L Backhaus <[EMAIL PROTECTED]> wrote: > MIME-Version: 1.0 > X-Mailer: Lotus Notes Release 5.0.11 July 24

Commands to kill migrations and sessions from connecting in the dsmserv.opt

2006-03-29 Thread Nancy L Backhaus
MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: <[EMAIL PROTECTED]> From: Nancy L Backhaus <[EMAIL PROTECTED]> Date: Wed, 29 Mar 2006 13:36:25 -0500 X-MIMETrack: Serialize by Router on NSB01/HealthNow(Release 6.5.4FP2|September 12, 2005) at 03/29/2006 01:36:29 P

Example of why SHOW commands are unsupported

2006-03-04 Thread Josh-Daniel Davis
Today, I was reminded why to be careful with SHOW commands during production workloads and thought I'd share (and archive across the Internet at large) by posting here: 03/04/06 10:44:46 ANR4391I Expiration processing node NODE, filespace /oracle, fsId 141, domain STANDARD, and manag

Fw: Query Media & creating a file with executable commands

2006-02-08 Thread Joni Moyer
Hello All! I am in the process of creating a script that will allow me to query all of our offsite NAS backup tapes and create a file that I can execute to check the volumes into our DR NAS library as private so that they may be used. I have created the following command script: Server Command S

Re: TSM 5.3 Serial & Parallel commands

2005-11-21 Thread Crosskey, Adam - Resources, ICT Services
If you want them all to run serially, omit all the 'Parallel' and 'serial' statements, and ensure the commands have a 'wait=yes'. We have this script called by our fullbackup script, which itself runs as part of an admin schedule which backs up the storage pools, pr

Re: TSM 5.3 Serial & Parallel commands

2005-11-21 Thread Timothy Hughes
Thanks again Robert & Adam, Adam, What if I don't want any of these commands to run parallel can I just set them up to run serially. Also, How would I schedule these commands to run the script?...I assume I can use the admin schedule commands to do this? "Crosskey, Adam -

Re: TSM 5.3 Serial & Parallel commands

2005-11-21 Thread Crosskey, Adam - Resources, ICT Services
stg LTOEXCH LTOEXCHC wait=yes maxproc=1 backup stg LTOBACK1LTOBACK1C wait=yes maxproc=1 backup stg LTODB LTODBC wait=yes maxproc=1 SERIAL The commands after the PARALLEL statements run together, the SERIAL statement prevents any new processes from starting until the parallel

Re: TSM 5.3 Serial & Parallel commands

2005-11-18 Thread Robert R Price
I haven't tried this as yet, but I believe the syntax to be: PARALLEL command1 command2 ... SERIAL command3 Where the commands after SERIAL will wait until ALL commands between PARALLEL and SERIAL have been completed. Robert R. Price ADSM/TSM Administrator Computer Sci

TSM 5.3 Serial & Parallel commands

2005-11-18 Thread Timothy Hughes
Hello guys, Has anyone tested or is using the New Serial and Parallel commands in TSM 5.3? I am testing a script that would execute some daily routines, Such as backing up storage pools and updating the backuppool (disk) right now these routines are executed as Administrative Schedules. >F

Re: TSM Show Commands

2005-10-19 Thread Richard Sims
Does anyone have a list of the undocumented Show commands available with TSM 5.3? Please refer to Richard Sims' ADSM.QuickFacts web site at http://people.bu.edu/rbs/ADSM.QuickFacts -- Mark Stapleton ([EMAIL PROTECTED]) IBM Certified Advanced Deployment Professional Tivoli Storage Manag

Re: TSM Show Commands

2005-10-19 Thread Zoltan Forray/AC/VCU
ST.EDU cc Subject [ADSM-L] TSM Show Commands Does anyone have a list of the undocumented Show commands available with TSM 5.3? Wayne - This message and any included attachments are from NOVANT HEALTH INC. and are intended only for the addressee(

Re: TSM Show Commands

2005-10-19 Thread Stapleton, Mark
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Spearman, Wayne >Does anyone have a list of the undocumented Show commands >available with TSM 5.3? Please refer to Richard Sims' ADSM.QuickFacts web site at http://people.bu.edu/rbs/ADSM.QuickFacts -- Mark Staple

TSM Show Commands

2005-10-19 Thread Spearman, Wayne
Does anyone have a list of the undocumented Show commands available with TSM 5.3? Wayne - This message and any included attachments are from NOVANT HEALTH INC. and are intended only for the addressee(s). The information contained herein may include

Re: [api] Admin API commands

2005-09-06 Thread Rainer Tammer
e api? > > No, currently the API is NOT documented. For further information please contact me via private eMail... >Thanks again, >Maurice > > Bye Rainer >- Original Message - >From: "Rainer Tammer" <[EMAIL PROTECTED]> >To: >Sent: Monday, Septem

Re: [api] Admin API commands

2005-09-06 Thread Maurice van 't Loo
t; <[EMAIL PROTECTED]> To: Sent: Monday, September 05, 2005 10:41 AM Subject: Re: [ADSM-L] [api] Admin API commands > Hello, > > Steven Harris wrote: > > >Maurice, > > > >As I understand it the new web admin tools in 5.3 employ a new administrative api. Now,

Re: [api] Admin API commands

2005-09-05 Thread Rainer Tammer
1 version for Windows; simple as possible, so even the >part-time TSM'ers >in small environments can do simple management. > > >>Of course i can use dsmadmc as "interface" between the tool and the server, >>but is there >> >> >also an API se

Re: [api] Admin API commands

2005-09-04 Thread Steven Harris
, > but is there also an API set anywhere what i can use for admin commands, so i can keep all the code in 1 file? > > And for the people who's interested: I will keep it open source freeware > > Regards, > Maurice van 't Loo > > PS. If Tivoli decides to make the

Re: [api] Admin API commands

2005-09-02 Thread David E Ehresman
** -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Maurice van 't Loo Sent: Friday, 02 September, 2005 10:43 To: ADSM-L@VM.MARIST.EDU Subject: [api] Admin API commands Hi, Becaurse the current TSM Admin tools are pretty complex, i want to write

Re: [api] Admin API commands

2005-09-02 Thread PAC Brion Arnaud
:43 To: ADSM-L@VM.MARIST.EDU Subject: [api] Admin API commands Hi, Becaurse the current TSM Admin tools are pretty complex, i want to write an admin client like the good old 3.1 version for Windows; simple as possible, so even the part-time TSM'ers in small environments can do simple management

[api] Admin API commands

2005-09-02 Thread Maurice van 't Loo
etween the tool and the server, but is there also an API set anywhere what i can use for admin commands, so i can keep all the code in 1 file? And for the people who's interested: I will keep it open source freeware Regards, Maurice van 't Loo PS. If Tivoli decides to make the 3.1

Re: commands

2005-07-21 Thread fred johanson
Or, from the command line, type "h q" or "help query" and you will get a list of the query commands. At the end of each is a list of related commands. You can browse your way thru. At 04:27 PM 7/21/2005 -0400, you wrote: I think any IBM Tivoli Storage Manger Administrat

Re: commands

2005-07-21 Thread Sung Y Lee
I think any IBM Tivoli Storage Manger Administrator's Reference guide is a good book. It contains all the commands can be used on the TSM server. If you are new to TSM, starting out with "query " command is not a bad idea since, usually does not change any values. Here's T

Re: commands

2005-07-21 Thread Prather, Wanda
SM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of J. Corcoran Sent: Thursday, July 21, 2005 4:13 PM To: ADSM-L@VM.MARIST.EDU Subject: commands I'm looking for a redbook or admin guide that has the command set for query the tsm database. I looking to get in the practice of using th

  1   2   3   >