9ab7ff76ecd3896aa8c7f0431cd8925ea9fc4406 rhead Fri Apr 19 13:45:21 2013 -0700 Changed to report on rrnfs1 now that we are using it instead of hgnfs1. diff --git src/utils/qa/checkTableStatus.csh src/utils/qa/checkTableStatus.csh index 74e5851..acae9f9 100755 --- src/utils/qa/checkTableStatus.csh +++ src/utils/qa/checkTableStatus.csh @@ -1,20 +1,19 @@ #!/bin/tcsh source `which qaConfig.csh` ################################ # 10-03-06 # # Checks the date for the last TABLE STATUS dump for # dev, beta and each of the 8 RR machines. # ################################ echo "TABLE STATUS files were last dumped:" echo " hgwdev: `ls -1 /cluster/data/genbank/var/tblstats/hgwdev | tail -1`" echo "hgwbeta: `ls -1 /cluster/data/genbank/var/tblstats/hgwbeta | tail -1`" -echo " hgnfs1: `ls -1 /cluster/data/genbank/var/tblstats/hgnfs1 | tail -1`" -echo " rr: `ls -1 /cluster/data/genbank/var/tblstats/hgnfs1 | tail -1`" +echo " rrnfs1: `ls -1 /cluster/data/genbank/var/tblstats/rrnfs1 | tail -1`" echo