2b71febf8ba30ff51ac0b2107010b10170dc20d7
ann
  Fri Oct 11 16:24:32 2013 -0700
switching hard-coded nfs1 fileserver name for qaConfig variable
diff --git src/utils/qa/getRRtables.csh src/utils/qa/getRRtables.csh
index 7dca317..2a1cf8d 100755
--- src/utils/qa/getRRtables.csh
+++ src/utils/qa/getRRtables.csh
@@ -31,34 +31,34 @@
 else
   set mach1=$argv[1]
   set database=$argv[2]
 endif
 
 
 
 # check for valid machines
 if ( $mach1 == hgwdev || $mach1 == hgwbeta ) then
   echo
   echo "  this is for RR nodes only."
   echo "    usage: RRmachine, database"
   echo
   exit 1
 else 
-  echo $mach1 | egrep "hgw1|hgw2|hgw3|hgw4|hgw5|hgw6|hgw7|hgw8|rr|mysqlrr" \
+  echo $mach1 | egrep "hgw1|hgw2|hgw3|hgw4|hgw5|hgw6|rr" \
      > /dev/null
   if ( ! $status ) then
-    set machpath1=$rootpath/hgnfs1
+    set machpath1=$rootpath/$tblStatusDumps
   endif 
 endif
 
 if (! -e "$machpath1" ) then
   echo
   echo "  $mach1 is not a valid machine"
   echo
   exit 1
 endif
 
 # set paths to stored TABLE STATUS dumps
 set dirname1=`ls -ogtr $machpath1 | tail -1 | gawk '{print $7}'`
 set fullpath1=$machpath1/$dirname1
 
 if ($debug == "true") then