Changeset 37874
- Timestamp:
- Jan 23, 2015, 2:49:35 PM (11 years ago)
- Location:
- tags/ipp-pv3-20140717/ippScripts/scripts
- Files:
-
- 2 edited
-
sc_remote_exec.pl (modified) (1 diff)
-
sc_remote_poll.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_exec.pl
r37783 r37874 17 17 my $DMZ_HOST = 'wtrw'; 18 18 my @SEC_HOSTS= ('mu-fe1','mu-fe2','mu-fe3' 19 #,'mu-fe4'19 ,'mu-fe4' 20 20 ); 21 21 my $SEC_HOST = $SEC_HOSTS[int(rand(@SEC_HOSTS))]; # 'mu-fe'; -
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl
r37783 r37874 30 30 my $DMZ_HOST = 'wtrw'; 31 31 my @SEC_HOSTS= ('mu-fe1','mu-fe2','mu-fe3' 32 #,'mu-fe4'32 ,'mu-fe4' 33 33 ); 34 34 my $SEC_HOST = $SEC_HOSTS[int(rand(@SEC_HOSTS))]; # 'mu-fe';
Note:
See TracChangeset
for help on using the changeset viewer.
