Index: trunk/ippScripts/scripts/rawcheck.pl
===================================================================
--- trunk/ippScripts/scripts/rawcheck.pl	(revision 39902)
+++ trunk/ippScripts/scripts/rawcheck.pl	(revision 39903)
@@ -105,6 +105,8 @@
     $volume_map{$vol} = 'ITC';
 }    
-for ($i = 0; $i <= 6; $i++) {
+for ($i = 0; $i <= 15; $i++) {
     if ($i == 6) { next; } # 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';
