faq-running-remote-jobs-after-disconnecting.md
... ...
@@ -13,7 +13,7 @@ disconnect from the `screen` session, and log-out.
13 13
14 14
start session | `screen`
15 15
16
-disconnect from session | `<ctrl-d>` (control + "D")
16
+disconnect from session | `<ctrl-a d>` (control a + "d")
17 17
18 18
re-connect to existing session | `screen -r`
19 19
... ...
@@ -30,7 +30,7 @@ quit screen session | `exit`
30 30
31 31
`crystal> scp -r -p meyer@remote_site:~/data/ ~/data/` # start data transfer
32 32
33
-`crystal> <ctrl-d>` # disconnect from screen session
33
+`crystal> <ctrl-a d>` # disconnect from screen session
34 34
35 35
`crystal> logout` # disconnect from remote system
36 36
... ...
@@ -48,7 +48,7 @@ name of your workstation
48 48
49 49
`abacus> ./data_processing_script.sh` # start processing data
50 50
51
-`abacus> <ctrl-d>` # disconnect from screen session
51
+`abacus> <ctrl-a d>` # disconnect from screen session
52 52
53 53
`abacus> logout` # disconnect from workstation
54 54
genzyme.md
... ...
@@ -18,14 +18,14 @@ password please use the *yppasswd* command.
18 18
# Computers
19 19
Linux computers share authentication and data directories and can only be accessed locally from within the lab.
20 20
Home directories are located at `/nfs/home/<username>` (example: `/nfs/home/wei)`.
21
+Because the IPs are not static, excpet for the NFS/NIS server, unplugging a workstation for a long time may cause the IP to change and break user login. Please contact help@sbgrid.org if this happens.
21 22
22 23
SBGrid's comprehensive collections of structural biology applications is located in the /programs directory.
23 24
24 25
25 26
# Storage and Backup:
26
-The NFS server is backed up to a local external hard drive.
27
-
28
-This should checked monthly to ensure that backups are working.
27
+The NFS server home data is backed up to a local external hard drive. A cron job runs every hour and syncs the data.
28
+This should be checked monthly to ensure that backups are working.
29 29
30 30
31 31
# General IT Support:
hms4-cohen-corey-moazed.md
... ...
@@ -76,7 +76,8 @@ Support from WQCG is available via:
76 76
77 77
The WQCG also completes backups on these machines.
78 78
79
-One new Linux GPU Workstation is supported and hosted by the SBGrid and backued up by WQCQ. This is system is stored in SBGrid Network Closet in Building C and the system is still currently under construction. We will update this information when the system is ready for use.
79
+One new Linux GPU Workstation is supported and hosted by the SBGrid and backued up by WQCQ. This is system is stored in SBGrid Network Closet in Building C. Lab members have ssh access through crystal to the system which allows them to use the SBGrid software tree to process their data. Any data should be saved in the RAID10 partition and not in the user's home directory. This partition is backed up to HMS storage.
80
+If you need access to the GPU system, please email help@sbgrid.org.
80 81
81 82
### Mac
82 83
SBGrid does not support Mac systems for these labs. Users should contact [HMS-IT](http://hms.harvard.edu/departments/hms-information-technology/get-help) for IT Support. To install the SBGrid programs tree on a Mac, please email [help@sbgrid.org](mailto:help@sbgrid.org) for assistance.