Index: trunk/ippScripts/scripts/rawcheck.pl
===================================================================
--- trunk/ippScripts/scripts/rawcheck.pl	(revision 39942)
+++ trunk/ippScripts/scripts/rawcheck.pl	(revision 39985)
@@ -49,7 +49,7 @@
 if ($save_log) {
     my $time = time();
-    my $logDest = "neb://any/raw_check/exp_${exp_id}.${time}";
+    my $logDest = "neb://any/raw_check/exp_${exp_id}";
     my $ipprc = PS::IPP::Config->new( "GPC1" ) or die "Could not create config object.\n";
-    $ipprc->redirect_output($logDest) or die "Could not redirect output to logfile ${logDest}\n";
+    $ipprc->redirect_to_logfile($logDest) or die "Could not redirect output to logfile ${logDest}\n";
 }
 
@@ -118,14 +118,17 @@
 
 for ($i = 0; $i <= 15; $i++) {
-    if ($i == 6) { next; } # This isn't "offsite", it's with the rest of the maui cluster.
+    my $loc = 'OFFSITE';
+    if ($i == 6) { 
+	$loc = 'MRTCB';
+    } # This isn't "offsite", it's with the rest of the maui cluster.
     if ($i == 9) { next; } # Not online
 
     my $vol = sprintf("ippb%02d.0",$i);
-    $volume_map{$vol} = 'OFFSITE';
+    $volume_map{$vol} = $loc;
     $vol = sprintf("ippb%02d.1",$i);
-    $volume_map{$vol} = 'OFFSITE';
+    $volume_map{$vol} = $loc;
     if ($i <= 6) { 
 	$vol = sprintf("ippb%02d.2",$i);
-	$volume_map{$vol} = 'OFFSITE';
+	$volume_map{$vol} = $loc;
     }
 }    
@@ -168,4 +171,5 @@
 # die;
 # Pull data from the gpc1 database about the exposure to consider
+
 my $verbose = 0;
 my $mdcParser = PS::IPP::Metadata::Config->new;
