Index: /trunk/tools/stsci_disks/p3_permcheck.pl
===================================================================
--- /trunk/tools/stsci_disks/p3_permcheck.pl	(revision 38679)
+++ /trunk/tools/stsci_disks/p3_permcheck.pl	(revision 38680)
@@ -127,5 +127,10 @@
 	my ($ipp_copies,$stsci_copies) = check_instances($key);
     }
-    
+    if ($ipp_copies == 1) {
+	$neb->replicate($key,$rand_vol);
+	print ">> REP: $key $rand_vol\n";
+	sleep(5);
+	my ($ipp_copies,$stsci_copies) = check_instances($key);
+    }
     if ($ipp_copies >= 2) {
 	$good ++;
