Changeset 39985
- Timestamp:
- Feb 24, 2017, 4:59:09 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/rawcheck.pl (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/rawcheck.pl
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/ippScripts/scripts/rawcheck.pl merged eligible /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl merged eligible
r39942 r39985 49 49 if ($save_log) { 50 50 my $time = time(); 51 my $logDest = "neb://any/raw_check/exp_${exp_id} .${time}";51 my $logDest = "neb://any/raw_check/exp_${exp_id}"; 52 52 my $ipprc = PS::IPP::Config->new( "GPC1" ) or die "Could not create config object.\n"; 53 $ipprc->redirect_ output($logDest) or die "Could not redirect output to logfile ${logDest}\n";53 $ipprc->redirect_to_logfile($logDest) or die "Could not redirect output to logfile ${logDest}\n"; 54 54 } 55 55 … … 118 118 119 119 for ($i = 0; $i <= 15; $i++) { 120 if ($i == 6) { next; } # This isn't "offsite", it's with the rest of the maui cluster. 120 my $loc = 'OFFSITE'; 121 if ($i == 6) { 122 $loc = 'MRTCB'; 123 } # This isn't "offsite", it's with the rest of the maui cluster. 121 124 if ($i == 9) { next; } # Not online 122 125 123 126 my $vol = sprintf("ippb%02d.0",$i); 124 $volume_map{$vol} = 'OFFSITE';127 $volume_map{$vol} = $loc; 125 128 $vol = sprintf("ippb%02d.1",$i); 126 $volume_map{$vol} = 'OFFSITE';129 $volume_map{$vol} = $loc; 127 130 if ($i <= 6) { 128 131 $vol = sprintf("ippb%02d.2",$i); 129 $volume_map{$vol} = 'OFFSITE';132 $volume_map{$vol} = $loc; 130 133 } 131 134 } … … 168 171 # die; 169 172 # Pull data from the gpc1 database about the exposure to consider 173 170 174 my $verbose = 0; 171 175 my $mdcParser = PS::IPP::Metadata::Config->new; -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
