Index: trunk/tools/stsci_disks/p3_permcheck.pl
===================================================================
--- trunk/tools/stsci_disks/p3_permcheck.pl	(revision 38678)
+++ trunk/tools/stsci_disks/p3_permcheck.pl	(revision 38679)
@@ -72,5 +72,7 @@
 my @volumes = ();
 for (my $i = 4; $i <= 4; $i++) {
-    for (my $j = 0; $j < 3; $j++) {
+    my $max = 3;
+    if ($i == 4) { $max = 2; }
+    for (my $j = 0; $j < $max; $j++) {
         push @volumes, sprintf("ippb%02d.%1d",$i,$j);
     }
@@ -121,5 +123,5 @@
 	    $neb->replicate($key,$rand_vol);
 	}
-	print ">> REP: $key\n";
+	print ">> REP: $key $rand_vol\n";
 	sleep(5);
 	my ($ipp_copies,$stsci_copies) = check_instances($key);
