#1
|
|||
|
|||
Any way to do simultaneous telnets?
Is there any way to use the built in telnet action to run multiple telnets (similar to removing the wait for completion check on a Run program action). I need to kick off a script on several unix boxes and there is no interdependency between them so I would like to be able to run them all at once.
|
#2
|
|||
|
|||
Not directly, but you could put each Telnet action into a separate .bld file (or if the same script needs to be run on different servers, just create a single project and pass in the server name to it), and in the master project use a VisBuildPro Project step to launch each one, marking the calling steps to not wait for completion.
|
|
|