Index: /tags/ipp-20141024/DataStore/scripts/dsget
===================================================================
--- /tags/ipp-20141024/DataStore/scripts/dsget	(revision 39545)
+++ /tags/ipp-20141024/DataStore/scripts/dsget	(revision 39546)
@@ -53,4 +53,7 @@
     -exitval => 3,
 ) unless defined $uri and defined $filename;
+
+my $date = `date`;
+print "starting dsget $date";
 
 # XXX EAM : should not need parse_neb_key, but how to handle case
@@ -138,4 +141,6 @@
 my $tmpfilename = $tmp->filename;
 print "downloading file to $tmpfilename\n";
+$date = `date`;
+print "downloading starting  $date";
 
 # request the file from the remote data store server (save in tmpfilename)
@@ -158,4 +163,7 @@
 # this can't cross a file system boundry so we can assume that a move will
 # always be a rename operation instead of a copy and delete.
+
+$date = `date`;
+print "start copying file into nebulous  $date";
 
 my $neb;
@@ -233,4 +241,7 @@
 }
 
+$date = `date`;
+print "finished dsget $date";
+
 __END__
 
Index: /tags/ipp-20141024/ippScripts/scripts/summit_copy.pl
===================================================================
--- /tags/ipp-20141024/ippScripts/scripts/summit_copy.pl	(revision 39545)
+++ /tags/ipp-20141024/ippScripts/scripts/summit_copy.pl	(revision 39546)
@@ -19,5 +19,8 @@
 my $host = hostname();
 print "\n\n";
-print "Starting script $0 on $host\n\n";
+#print "Starting script $0 on $host\n\n";
+my $date = `date`;
+print "Starting script $0 on $host at $date";
+
 
 # Parse the command-line arguments
@@ -109,4 +112,7 @@
 my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress);
 
+$date = `date`;
+print "starting pztool instances checksum  $date";
+
 # command to update database
 $command  = "$pztool -copydone";
@@ -138,4 +144,8 @@
     print "skipping command: $command\n";
 }
+
+$date = `date`;
+print "finished  $date\n";
+
 
 sub get_file_params
