Results 1 to 1 of 1
Thread: script
-
04-11-2012, 08:07 AM #1Newcomer
- Join Date
- Feb 2010
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
script
Hi all, I created a script but i have a strange problem (new on tsm server 6.3)
Here the script
SERIAL
backup volhistory
backup devconfig
backup volhistory filenames=/tsmnas/tsmconf/volhistory.bkp
backup devconfig filenames=/tsmnas/tsmconf/devconfig.bkp
delete volhistory type=dbbackup todate=today-3
SERIAL
PARALLEL
migrate stgpool SPD_CL lowmig=0 duration=120 wait=yes
migrate stgpool SPD_DB lowmig=0 duration=120 wait=yes
migrate stgpool SPD_DOC01 lowmig=0 duration=120 wait=yes
migrate stgpool SPD_FS lowmig=0 duration=120 wait=yes
migrate stgpool SPD_MAIL lowmig=0 duration=120 wait=yes
migrate stgpool SPD_VM lowmig=0 duration=120 wait=yes
SERIAL
PARALLEL
reclaim stgpool SPTOC threshold=55 duration=120 wait=yes
reclaim stgpool SPT_CL threshold=55 duration=120 wait=yes
reclaim stgpool SPT_DB threshold=55 duration=120 wait=yes
reclaim stgpool SPT_DOC01 threshold=55 duration=120 wait=yes
reclaim stgpool SPT_FS threshold=55 duration=120 wait=yes
reclaim stgpool SPT_MAIL threshold=55 duration=120 wait=yes
reclaim stgpool SPT_VM threshold=55 duration=120 wait=yes
reclaim stgpool SPT_VMESX threshold=55 duration=120 wait=yes
reclaim stgpool SPC_DB threshold=55 duration=120 wait=yes
reclaim stgpool SPC_DOC01 threshold=55 duration=120 wait=yes
reclaim stgpool SPC_FS threshold=55 duration=120 wait=yes
reclaim stgpool SPC_MAIL threshold=55 duration=120 wait=yes
reclaim stgpool SPC_VM threshold=55 duration=120 wait=yes
SERIAL
PARALLEL
copy activedata SPT_FS SPA_FS wait=yes
copy activedata SPT_VM SPA_VM wait=yes
copy activedata SPT_DOC01 SPA_DOC wait=yes
SERIAL
PARALLEL
reclaim stgpool SPA_FS threshold=60 duration=120 wait=yes
reclaim stgpool SPA_VM threshold=60 duration=120 wait=yes
reclaim stgpool SPA_DOC threshold=60 duration=120 wait=yes
When I launch manually the script (run manutenzione_2) it works correctly (first execute in parallel migrate, second in parallel execute reclamation, then copy activedata and finally reclamation.
When I schedule the script it execute at the same time all the operation.
Could you help me ?
Best regards,
Manuel
Similar Threads
-
Script is Show DRM Volume ** TSM AIX Script**
By unpaired in forum ScriptingReplies: 0Last Post: 01-31-2012, 03:25 AM -
Volume List Script** AIX Script** **Show inside volume and outsite volume**
By unpaired in forum ScriptingReplies: 3Last Post: 01-30-2012, 10:42 AM -
Script: init script for dsmc sched
By davalex in forum Backup / Archive DiscussionReplies: 0Last Post: 12-05-2007, 09:43 AM -
Stop a script? How do I know if script is running?
By khawts in forum ScriptingReplies: 1Last Post: 10-12-2007, 04:23 PM -
I need a script
By BigBen in forum ScriptingReplies: 3Last Post: 02-03-2004, 03:22 AM


Reply With Quote