Re: disabe/enable a sched via command line

2011-12-14 Thread Fiske, Daniel
David, Try setting the expiration of the schedule to a prior day. i.e. upd sched DOMAIN 0100 exp=12/11/2011 Then when you want the schedule "reactivated" set back to "NEVER" upd sched NOARCHIVE 0100 exp=Never Not sure if this will do what you want but its worth testing. Daniel Fiske -Ori

Re: disabe/enable a sched via command line

2011-12-14 Thread Vandeventer, Harold [BS]
How about DISABLE SESSIONS? That would not stop schedules, but would disallow the node connection. Still allows mgmt access, doesn't require an edit to opt nor a restart. Harold Vandeventer Systems Programmer State of Kansas - Department of Admini

Re: disabe/enable a sched via command line

2011-12-14 Thread Bob Levad
If you change the "period units" to "onetime", the start date will have been passed and the schedule will not start until you change it back to a recurring unit. The Period will also change to 0 when onetime is selected, so the reversal will have to set both back to their original values. Bob.

Re: 3494 library questions

2011-12-14 Thread Steven Langdale
Lee OK, so TSM2 and lib2 are both offsite? You're implying that but it's not 100% clear. I'm not particularly familliar with TS1120's are these SCSI or FC attach? What connectivity is available between the 2 sites? Thanks Steven On 14 December 2011 17:59, Lee, Gary D. wrote: > To clarify. >

Re: disabe/enable a sched via command line

2011-12-14 Thread Jerry Michalak
In TSM you define a schedule and then "associate" the nodes to 1 or more schedules using the "define assoc" command. To stop a backup for a node, look at the "delete assoc" command and then later you can restart it using "define assoc".   Jerry Michalak jerry_...@yahoo.com __

Re: 3494 library questions

2011-12-14 Thread Thomas Denier
-Gary Lee wrote: - >1. If I define both 3494s to one machine, how to define them both to >tsm? By serial number? In the more recent releases of TSM, you would execute a 'define library' command and a 'define path' command for each library. The two 'define path' commands would use differe

Re: disabe/enable a sched via command line

2011-12-14 Thread Lee, Gary D.
Delete association domain_name schedule_name node_name Subsubstitute as appropriate. Gary Lee Senior System Programmer Ball State University phone: 765-285-1310 -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Tyree, David Sent: Wednesday

Re: disabe/enable a sched via command line

2011-12-14 Thread Tyree, David
I have about a dozen schedules but I would like to be able deactivate a couple of them and not affect the others. David Tyree  Interface Analyst  South Georgia Medical Center 229.333.1155 -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Va

Re: disabe/enable a sched via command line

2011-12-14 Thread Huebschman, George J.
Have you looked at the "disable sessions" command? George x7911 (office) -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, Gary D. Sent: Wednesday, December 14, 2011 1:23 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] disabe/enable a sche

Re: disabe/enable a sched via command line

2011-12-14 Thread Thorneycroft, Doug
You could update the start date or expiration date. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, Gary D. Sent: Wednesday, December 14, 2011 10:23 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: disabe/enable a sched via command line The closes

Re: 3494 library questions

2011-12-14 Thread Ehresman,David E.
If you have two 3494s defined to one (aix) machine, they will have different lmcp and you would use the different lmcps in the path definitions for the two tsm libraries. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Lee, Gary D. Sent: Wedne

Re: disabe/enable a sched via command line

2011-12-14 Thread Robert A. Clark
Occasionally on a friday we'd get a request to skip some backups over the weekend. If you set the start date for the schedule to Monday's date, you accomplish no backups running over the weekend, and you don't have to remember to do anything on Monday to get the schedule working again. If you w

Re: disabe/enable a sched via command line

2011-12-14 Thread Jeannie Bruno
Can you change the Start Date/time to a future date on the schedules you don't want to run. - Original Message - From: "Tyree, David" To: Sent: Wednesday, December 14, 2011 2:05 PM Subject: Re: [ADSM-L] disabe/enable a sched via command line I have about a dozen schedules but I would l

Re: disabe/enable a sched via command line

2011-12-14 Thread David W Daniels/AC/VCU
Here's a link with an example that you could check out.. http://momo66.wordpress.com/2007/06/25/remove-client-node-from-a-schedule/ ** Don't be a phishing victim - VCU and other reputable organizations will never use email to request that you reply with your password, social security number or co

Re: disabe/enable a sched via command line

2011-12-14 Thread Erwann SIMON
Hi David, You can : - lock the node, - put an expire date for the sched wich is yesterday (today-1), if the node is the only one using this sched, - delete association, if it's'definitive. Choose one. -- Best regards / Cordialement / مع تحياتي Erwann SIMON -Original Message- From: "Tyre

Re: disabe/enable a sched via command line

2011-12-14 Thread Lee, Gary D.
The closest thing I can come up with is Disable server But this prevents all client connections. To disable schedules, add the line Disablescheds yes To the dsmserv.opt file, then restart the server. When you want to restart schedules, comment out the line, and restart the tsm server again.

disabe/enable a sched via command line

2011-12-14 Thread Tyree, David
I'm trying to figure out to enable and disable client schedules from the command line. I've looked over the online help and elsewhere but no luck. If the command was for an admin sched I would do "update sched something type=admin active=yes/no" . But I don't see

Re: 3494 library questions

2011-12-14 Thread Lee, Gary D.
To clarify. Two tsm servers tsm1 and tsm2. Two librarys lib1 and lib2 Tsm1 is connected to lib1 directly. Tsm2 is connected to lib2. Lib2 is actually in our offsite location, and I would like to create a connection from tsm1 to lib2 and get our current offsite data moved into it. Then, I can

Re: 3494 library questions

2011-12-14 Thread Steven Langdale
Hello Daniel Yes, you are 100% right. I suppose I was coming from the position that Gary already had most of it setup for a TSM library managing config, as the existing instances appear to be managing a library each. As is often the case, there are multiple ways to achieve the desired results.

Re: 3494 library questions

2011-12-14 Thread Ehresman,David E.
Its been a long time since I've worked with 3494's. But I don't think you even have to partition them. You just have to use different category codes for the different systems. An old dog, David -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf O

Re: 3494 library questions

2011-12-14 Thread Daniel Sparrman
Hi Steven A TSM library manager isnt mandatory in a 3494 library environment. If the libraries are partitioned, he can just connect his two hosts to each library and assign access through the 3494 CU. Which is simplest is just a matter of how the existing environment looks. If the libraries ar

Old friends and re-introduction

2011-12-14 Thread Geoff Gill
Hello, This isn't a TSM question just more of a reintroduction. A year ago I was let go from saic when my wife was transferred to Dallas. Although we all know it's possible to manage the system remotely, and knowing they have offices in Plano, I expected to work from here, especially since the D

Ang: 3494 library questions

2011-12-14 Thread Daniel Sparrman
Hi Gary The ibmatl.conf file should be able to hold more than one 3494 library by adding a new line with the new library definition. If i'm not mistaken, each line should contain 4 or 5 lines separated by tab. Field 1 should be the 3494 symbolic name, 2nd field should be IP adress or tty if se

Re: 3494 library questions

2011-12-14 Thread Steven Langdale
Gary A library manager is mandatory to coordinate library access. Than can be a standalone instance or the existing instance that has exclusive access (the latter being the easier option with an environment of this size) Thanks Steven On 14 December 2011 14:22, Lee, Gary D. wrote: > I have t

3494 library questions

2011-12-14 Thread Lee, Gary D.
I have two 3494 libraries at different locations. I would like to have both defined to both of my tsm servers. Is it possible to define two libraries in the ibmatl.conf file, and if so, how to define them to tsm? If not, am I correct that the other option is to share the libraries as necessary