Results 1 to 6 of 6
-
07-06-2012, 05:42 AM #1Newcomer
- Join Date
- Jul 2012
- Location
- Hungary
- Posts
- 3
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Automatically add 'Yes' answer at TSM server prompt
Hi,
Our task to delete schedules in case of many TSM nodes.
I created a VBA script to build TSM command lines in MS Excel. I copy the commands from EÍxcel and paste to TSM CL in batch.
The collocation group delete is OK, because it isn't ask for approval.
In case of schedule delete ask for 'y' to delete.
I tried add to 'y' in excel but the TSM command line dislike it.
Anybody an idea how to add this 'y?
Thank you,
Zsolt
-
07-06-2012, 05:55 AM #2Senior Member
- Join Date
- Oct 2002
- Location
- netherlands
- Posts
- 312
- Thanks
- 0
- Thanked 9 Times in 9 Posts
if you could get the the commands in flat file on the TSM server host, you could run
macro /local_path/file
-
The Following User Says Thank You to Jeroen For This Useful Post:
BUR-admin (07-20-2012)
-
07-20-2012, 07:47 AM #3Newcomer
- Join Date
- Jul 2012
- Location
- Hungary
- Posts
- 3
- Thanks
- 1
- Thanked 0 Times in 0 Posts
I tried and working!
From a simple .mac file accepted the command without y/n confirmation!
Thanks a lot!
-
07-20-2012, 10:27 AM #4Senior Member
- Join Date
- Nov 2002
- Posts
- 511
- Thanks
- 1
- Thanked 1 Time in 1 Post
Another quick fix when working with textfiles like this is to add a line wity just the letter y after your command
DEL SCHED DOM SCHED1
y
DEL SCHED DOM SCHED2
y
....Windows, does it come with a gui?
-
07-20-2012, 04:34 PM #5Newcomer
- Join Date
- Jul 2012
- Location
- Hungary
- Posts
- 3
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Thanks for other idea.
I really surprised that in case of the first hint the TSM has eaten the command line without confirmation. It is a positive impression about TSM in my case.
Just theoritically, what if somebody dismiss 100 nodes by a mistake...?
thanks again.
-
07-29-2012, 12:15 AM #6Member
- Join Date
- Dec 2009
- Location
- Brno
- Posts
- 95
- Thanks
- 1
- Thanked 19 Times in 18 Posts
add option -nocommit (or nocomit ?) to dsmadmc
dsmadmc -id=ADMIN -pa=ADMIN -noc halt
Similar Threads
-
Export node and ANS2050E:TSM needs to prompt for the password but cannot prompt...
By droach in forum TSM ServerReplies: 6Last Post: 04-18-2011, 08:28 AM -
server Migration to v6.2, dont want to be prompt for password on TSM Client
By petitehada in forum TSM ClientReplies: 7Last Post: 10-29-2010, 11:04 AM -
ANS2050E: TSM needs to prompt for the password but cannot prompt because the process
By tsmuser13 in forum Backup / Archive DiscussionReplies: 2Last Post: 09-27-2010, 09:43 AM -
TSM Server does not start automatically after upgrading to 6.1.3.2
By tmaria in forum TSM ServerReplies: 0Last Post: 03-30-2010, 10:46 AM -
ANS2050E TSM needs to prompt for the password but cannot prompt because the process
By esonnentag in forum Backup / Archive DiscussionReplies: 3Last Post: 12-14-2009, 05:30 AM


Reply With Quote
