87f5a28342f8f01d68ae997d308d7ca92ad3a1c3
HMS2-Hogle-Liao-Sliz-Labs.md
... | ... | @@ -145,12 +145,12 @@ Sliz lab also has access to crystallization-room computers (Gryphon controller, |
145 | 145 | There are several options for support: |
146 | 146 | |
147 | 147 | 1. Please review SBGrid and CMCD support forums on the SBGrid website: forums.sbgrid.org |
148 | - 2. For assistance with Linux workstations and SBGrid network please contact SBGrid ( [help@sbgrid.org](mailto:help@sbgrid.org) ). In most cases either Justin or Mick will respond to your request, Ilyas will assist if Justin & Mick are unavailable. |
|
149 | - 3. For assistance with printing and your personal desktop please contact HMS IT at [bcmpit@hms.harvard.edu](mailto:bcmpit@hms.harvard.edu) . In most cases Peter Cobb will respond to your requests. |
|
148 | + 2. For assistance with Linux workstations and SBGrid network please contact SBGrid ( [help@sbgrid.org](mailto:help@sbgrid.org) ). |
|
149 | + 3. For assistance with printing and your personal desktop please contact HMS IT at [bcmpit@hms.harvard.edu](mailto:bcmpit@hms.harvard.edu) . |
|
150 | 150 | 4. For assistance with the structural biology software please contact [bugs@sbgrid.org](mailto:bugs@sbgrid.org) (this will go to Jason & his team). |
151 | 151 | |
152 | 152 | |
153 | 153 | # EM Facility |
154 | -To access the EM Facility in the basement of SGM, please contact [Zongi Li](mailto:zongli_Li@hms.harvard.edu) or [Melissa Chambers](mailto:Melissa_Chambers@hms.harvard.edu). |
|
154 | +To access the EM Facility in the basement of SGM, please contact [Zongi Li](mailto:zongli_Li@hms.harvard.edu) |
|
155 | 155 | |
156 | 156 | If you need a data directory created on the EM systems, please email SBGrid and cc Zongi Li. Please remember that data directories on the EM systems are not backed up. It is essential that you store your data elsewhere. |
... | ... | \ No newline at end of file |
faq-getting-help.md
... | ... | @@ -2,6 +2,8 @@ |
2 | 2 | |
3 | 3 | Please [help@sbgrid.org](mailto:help@sbgrid.org) us to ask for help! When you email the addresses listed below the emails are forwarded to our Ticketing System which all of can see and ensures that the correct person will help you. |
4 | 4 | |
5 | +* [New Accounts see here](faq-new-accounts) |
|
6 | + |
|
5 | 7 | When you submit a help ticket please include as much information as possible. The following is a list of information that should be useful in any ticket that you submit: |
6 | 8 | |
7 | 9 | * Your Lab Name |
... | ... | @@ -13,7 +15,7 @@ When you submit a help ticket please include as much information as possible. Th |
13 | 15 | * Include the operating system where applicable (Mac OS X/Linux). |
14 | 16 | * If the issue is related to a piece of software, include the name of the software and version number. |
15 | 17 | * If an error message is present, copy and paste the exact error message. |
16 | -* New members needing Linux systems access should email help@sbgrid.org using their instutional email address *AND* CC their PI, Lab Administrator, or a designated person in the lab. |
|
18 | +* [New members needing Linux systems access should email help@sbgrid.org using their instutional email address *AND* CC their PI, Lab Administrator, or a designated person in the lab.](faq-new-accounts) |
|
17 | 19 | |
18 | 20 | To submit a help request, please send email to: |
19 | 21 |
faq-new-accounts.md
... | ... | @@ -7,7 +7,7 @@ Requests for user accounts **must** come from a PI or from someone a PI has auth |
7 | 7 | In order for SBGrid to create your account, please have your PI send the request to [help@sbgrid.org](mailto:help@sbgrid.org) with the following information: |
8 | 8 | |
9 | 9 | * Your first and last name. |
10 | - * Your primary email address |
|
10 | + * Your primary instutional email address. |
|
11 | 11 | |
12 | 12 | ## Account Deletion |
13 | 13 |
faq-sshfs.md
... | ... | @@ -45,7 +45,11 @@ There is a 'helper' script available that can be used with sshfs_nfs.app for mac |
45 | 45 | |
46 | 46 | If the mounts become stuck just rerun to reattach shares. |
47 | 47 | |
48 | -`scp $USER@xtal200.harvard.edu:/nfs/staff/shared/sshfs-helper.sh .` |
|
48 | +`scp $USER@xtal200.harvard.edu:/net/cronus/cmcd1/arc/shared/sshfs-helper.sh .` |
|
49 | + |
|
50 | +or copy the whole set - |
|
51 | + |
|
52 | +`rsync -rlptD $USER@xtal200.harvard.edu:/net/cronus/cmcd1/arc/shared/sshfs* /Users/Shared/` |
|
49 | 53 | |
50 | 54 | First run use sudo to create /nfs mount points. |
51 | 55 | |
... | ... | @@ -63,5 +67,6 @@ An example - |
63 | 67 | `oconnor@sshfs.sbgrid.org /nfs/userdocs /nfs/userdocs` |
64 | 68 | `jo232@transfer.o2.hms.harvard.edu /home/myfolder /nfs/o2home` |
65 | 69 | |
66 | -You must create the destination folder like - `mkdir /nfs/o2home` |
|
70 | +For additional folders you must create the destination folder like - `mkdir /nfs/o2home` |
|
67 | 71 | |
72 | +After it is working you can add a shortcut into your dock by navigating to /Users/Shared/ on your Mac `open /Users/Shared` and then dragging the sshfs_nfs.app into your dock. If you need to reconnect to the shares just press the app and it will connect or reconnect. |