 |
Page 1 of 1
|
| Author |
Message |
Huebner,Andy,FORT WORT...
Guest
|
 Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
|
| Tue Dec 06, 2011 2:07 pm |
|
 |
Prather, Wanda
Guest
|
 Windows Batch for Admin Jobs.
Just a suggestion:
I think you'll get a lot more function, flexibility, and help if you wrap it in perl.
Active perl for Windows is free, open source, and safe - doesn't install a single .dll file.
I started writing perl for batch TSM tasks because all I have to do is change / to \ and I can run it on either platform.
W
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
|
| Tue Dec 06, 2011 7:05 pm |
|
 |
Davis, Adrian
Guest
|
 Windows Batch for Admin Jobs.
I suggest you use Windows Powershell - It is much more flexible than Batch files.
Best Regards,
=Adrian=
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: 06 December 2011 22:05
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
DISCLAIMER
This message is confidential and intended solely for the use of the
individual or entity it is addressed to. If you have received it in
error, please contact the sender and delete the e-mail. Please note
that we may monitor and check emails to safeguard the Council network
from viruses, hoax messages or other abuse of the Council’s systems.
To see the full version of this disclaimer please visit the following
address: http://www.lewisham.gov.uk/AboutThisSite/EmailDisclaimer.htm
For advice and assistance about online security and protection from
internet threats visit the "Get Safe Online" website at
http://www.getsafeonline.org
|
| Wed Dec 07, 2011 5:20 am |
|
 |
Schaub, Steve
Guest
|
 Windows Batch for Admin Jobs.
Your Windows Team might balk at having to install Perl on every Windows server if it is a large environment. Although you could use the old command scripting, if you are starting from scratch anyway, I would suggest going forward in Powershell for Windows.
-steve schaub
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Prather, Wanda
Sent: Tuesday, December 06, 2011 10:02 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: [ADSM-L] Windows Batch for Admin Jobs.
Just a suggestion:
I think you'll get a lot more function, flexibility, and help if you wrap it in perl.
Active perl for Windows is free, open source, and safe - doesn't install a single .dll file.
I started writing perl for batch TSM tasks because all I have to do is change / to \ and I can run it on either platform.
W
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
-----------------------------------------------------
Please see the following link for the BlueCross BlueShield of Tennessee E-mail disclaimer: http://www.bcbst.com/email_disclaimer.shtm
|
| Wed Dec 07, 2011 5:27 am |
|
 |
zark
Joined: 27 Aug 2007
Posts: 163
|
 Windows Batch for Admin Jobs.
Dating myself, but Regina Rexx is another option. Very Small (~1MB exe), stable, flexible and very transportable across OS platforms.
..Paul
On Dec 7, 2011, at 8:25 AM, "Schaub, Steve" <steve_schaub < at > BCBST.COM> wrote:
Your Windows Team might balk at having to install Perl on every Windows server if it is a large environment. Although you could use the old command scripting, if you are starting from scratch anyway, I would suggest going forward in Powershell for Windows.
-steve schaub
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Prather, Wanda
Sent: Tuesday, December 06, 2011 10:02 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: [ADSM-L] Windows Batch for Admin Jobs.
Just a suggestion:
I think you'll get a lot more function, flexibility, and help if you wrap it in perl.
Active perl for Windows is free, open source, and safe - doesn't install a single .dll file.
I started writing perl for batch TSM tasks because all I have to do is change / to \ and I can run it on either platform.
W
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
-----------------------------------------------------
Please see the following link for the BlueCross BlueShield of Tennessee E-mail disclaimer: http://www.bcbst.com/email_disclaimer.shtm
|
| Wed Dec 07, 2011 5:35 am |
|
 |
Allen S. Rout
Guest
|
 Windows Batch for Admin Jobs.
On 12/06/2011 10:01 PM, Prather, Wanda wrote:
Just a suggestion:
I think you'll get a lot more function, flexibility, and help if you wrap it in perl.
+1;
Powershell is not hideous, and will certainly trip fewer alarms in the
mind of your average Windows type. The PERL ecosystem of modules is
decades more complete, but most of that will be irrelevant for TSM
scripting.
[...] I can run it on either platform.
We play both kinds: Country _and_ Western.
- Allen S. Rout
|
| Wed Dec 07, 2011 5:47 am |
|
 |
Huebner,Andy,FORT WORT...
Guest
|
 Windows Batch for Admin Jobs.
I have not done any Power Shell programming, I escaped Windows before that was introduced.
An example would still help, I only have about a week to get this server up and running.
Andy Huebner
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Schaub, Steve
Sent: Wednesday, December 07, 2011 7:24 AM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: [ADSM-L] Windows Batch for Admin Jobs.
Your Windows Team might balk at having to install Perl on every Windows server if it is a large environment. Although you could use the old command scripting, if you are starting from scratch anyway, I would suggest going forward in Powershell for Windows.
-steve schaub
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Prather, Wanda
Sent: Tuesday, December 06, 2011 10:02 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: [ADSM-L] Windows Batch for Admin Jobs.
Just a suggestion:
I think you'll get a lot more function, flexibility, and help if you wrap it in perl.
Active perl for Windows is free, open source, and safe - doesn't install a single .dll file.
I started writing perl for batch TSM tasks because all I have to do is change / to \ and I can run it on either platform.
W
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
-----------------------------------------------------
Please see the following link for the BlueCross BlueShield of Tennessee E-mail disclaimer: http://www.bcbst.com/email_disclaimer.shtm
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
|
| Wed Dec 07, 2011 7:18 am |
|
 |
Storer, Raymond
Guest
|
 Windows Batch for Admin Jobs.
Andy,
What would you have this "daily" backup job do exactly? e.g. backup of specific drives or files, image backups, reporting requirements?
Ray
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
|
| Wed Dec 07, 2011 1:20 pm |
|
 |
Huebner,Andy,FORT WORT...
Guest
|
 Windows Batch for Admin Jobs.
Sorry, I should have said the TSM server daily maintenance jobs such as:
Backup storage pool, DB backup, Migration, expiration, reclamation, etc...
Andy Huebner
-----Original Message-----
From: Storer, Raymond [mailto:storerr < at > nibco.com]
Sent: Wednesday, December 07, 2011 3:18 PM
To: 'ADSM-L < at > VM.MARIST.EDU'
Cc: Huebner,Andy,FORT WORTH,IT
Subject: RE: Windows Batch for Admin Jobs.
Andy,
What would you have this "daily" backup job do exactly? e.g. backup of specific drives or files, image backups, reporting requirements?
Ray
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
|
| Wed Dec 07, 2011 1:27 pm |
|
 |
Steven Harris
Guest
|
 Windows Batch for Admin Jobs.
My two cents
Install cygwin and run your AIX scripts pretty much as they are. I used
to use UWIN for this but there were a couple of maintenance upgrades
that were buggy.
Regards
Steve
Steven Harris
TSM Admin
On 8/12/2011 8:20 AM, Huebner,Andy,FORT WORTH,IT wrote:
Sorry, I should have said the TSM server daily maintenance jobs such as:
Backup storage pool, DB backup, Migration, expiration, reclamation, etc...
Andy Huebner
-----Original Message-----
From: Storer, Raymond [mailto:storerr < at > nibco.com]
Sent: Wednesday, December 07, 2011 3:18 PM
To: 'ADSM-L < at > VM.MARIST.EDU'
Cc: Huebner,Andy,FORT WORTH,IT
Subject: RE: Windows Batch for Admin Jobs.
Andy,
What would you have this "daily" backup job do exactly? e.g. backup of specific drives or files, image backups, reporting requirements?
Ray
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of Huebner,Andy,FORT WORTH,IT
Sent: Tuesday, December 06, 2011 5:05 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] Windows Batch for Admin Jobs.
I have looked with no luck, does any know where I can see examples of TSM daily jobs written in Windows batch? We prefer to run our scheduled jobs through an enterprise scheduler and all of the batch stuff I have is for AIX and I have not done Windows batch in a long time.
Andy Huebner
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments.
Thank you.
|
| Thu Dec 08, 2011 4:31 am |
|
 |
|
|
The time now is Fri May 25, 2012 3:11 pm | All times are GMT - 8 Hours
|
Page 1 of 1
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|