Index: /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl
===================================================================
--- /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl	(revision 39910)
+++ /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl	(revision 39911)
@@ -106,14 +106,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;
     }
 }    
