Computing/BioMicro Center: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 5: Line 5:
==Accounts==
==Accounts==
DNA-NET domain accounts give users access to storage on centrally managed fileservers. Data stored on these servers can be access from multiple operating systems. To get a DNA-NET account, send email to [mailto:biosupport@mit.edu biosupport@mit.edu] with subject "new user" and the following information:
DNA-NET domain accounts give users access to storage on centrally managed fileservers. Data stored on these servers can be access from multiple operating systems. To get a DNA-NET account, send email to [mailto:biosupport@mit.edu biosupport@mit.edu] with subject "new user" and the following information:
*First/last name
*First/last name:
*Athena username
*Athena username:
*Lab PI
*Lab PI: ''Drew Endy''
*Department
*Department:
*Room number/address
*Room number/address: ''68-''
*Phone number
*Phone number: ''617-258-8684''
You can check the status of your request at the [https://bmc-115.mit.edu/support-center BioMicro Support Center]
You can check the status of your request at the [https://bmc-115.mit.edu/support-center BioMicro Support Center]
You will receive a confirmation email when your account is created.
You will receive a confirmation email when your account is created.
Line 19: Line 19:
==Access==
==Access==
===In Windows===
===In Windows===
Drive <tt>X</tt>: is mapped to your home directory at <tt>\\Dnanet\Bionet\endy\homedirs\username</tt>
Drive <tt>X:</tt> is mapped to your home directory at <tt>\\Bionet\endy\homedirs\username</tt>


You may want to map drive <tt>Z</tt>: to <tt>\\Dna-net\Bionet\endy</tt> to get easy access to the top level of the file share hierarchy.
You may want to map drive <tt>Z:</tt> to <tt>\\Bionet\endy</tt> to get easy access to the top level of the file share hierarchy.
===In OS X===
===In OS X===
Press <tt>Cmd+K</tt> in Finder to connect to server. Then type in: <tt>cifs:\\bionet\endy</tt>.
Press <tt>Cmd+K</tt> in Finder to connect to server. Then type in: <tt>cifs:\\bionet\endy</tt>
===In Linux===
===In Linux===
Create a mount point:
Create a mount point:

Revision as of 14:56, 9 June 2005

Intro

The BioMicro Center’s computing mission is to support a core set of bioinformatics applications and also to provide advanced computational, data storage, data security and data backup services. From BioMicro Center home page.

Accounts

DNA-NET domain accounts give users access to storage on centrally managed fileservers. Data stored on these servers can be access from multiple operating systems. To get a DNA-NET account, send email to biosupport@mit.edu with subject "new user" and the following information:

  • First/last name:
  • Athena username:
  • Lab PI: Drew Endy
  • Department:
  • Room number/address: 68-
  • Phone number: 617-258-8684

You can check the status of your request at the BioMicro Support Center You will receive a confirmation email when your account is created.

You must login for the first time using a Windows machine. Your username is your Athena username and your temporary password is your username. Your password must be changed on first login to a different password. This should be your Athena password, for uniformity.

Access

In Windows

Drive X: is mapped to your home directory at \\Bionet\endy\homedirs\username

You may want to map drive Z: to \\Bionet\endy to get easy access to the top level of the file share hierarchy.

In OS X

Press Cmd+K in Finder to connect to server. Then type in: cifs:\\bionet\endy

In Linux

Create a mount point:

# mkdir /mnt/bionet

Add the following line into /etc/fstab:

bionet:/vol/vol0/endy   /mnt/bionet     nfs     rsize=32768,wsize=32768,hard,intr 0 0

Mount the file share:

# mount /mnt/bionet

Cluster