Modify Remote.pl Script
### Process Creation Functions
print "Remote:StartRemotes($rcmd)\n" if $verbose;
(scalar (keys (%RSH_PIDS)) < $MAX_SERVER_PROCS)) {
# start new process until we're full up
my($rhost) = shift (@REMOTE_HOSTS);
my($routput) = AIS::get_gvar('US_LOGFILE') . ".$rhost";
$routput =~ s/install/remote_install/;
$REMOTE_OUTPUT{$rhost} = $routput;