Changes between Version 3 and Version 4 of HetProcedures/RA/overview/problems


Ignore:
Timestamp:
May 2, 2016 7:49:17 AM (8 years ago)
Author:
shetrone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/overview/problems

    v3 v4  
    4444}}}
    4545
     46
     47== Data is not transferring or problems with pivot ==
     48
     49{{{
     50
     51If the files have already been sync'd then running the $HET_SRC_ROOT/camra/testing/proxy-pivot-<instrument>-data.sh script should have an empty output, aside from the motd banner when the copy to TACC happens.
     52If there are any files under /mnt/camra_ramfs (on either lrs2 or vdas), and this script has empty output, then the files have been copied. 
     53Just for safety's sake, one should test to see the the local file system and the HET RAID array have been sync'd.
     54
     55The pivot is restarted by 'sudo /etc/init.d/vdas_pivot restart'.  You can watch the pivot console by 'tail -f /var/log/vdas_pivot.log'.
     56
     57Here is how to check the file synchronization, once you are happy that the files under /mnt/camra_ramdisk have been duplicated you can rm * in that directory:
     58
     59sudo su - hetdex
     60
     61$HET_SRC_ROOT/camra/testing/proxy-pivot-virus-data.sh
     62
     63
     64}}}
     65