Dicom: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
(Access Dicom server)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Dicom server]]
To apply for a Dicom server account,
 
To apply for an Dicom server account,


Send email with the following information to the CCN system admin:
Send email with the following information to the CCN system admin:


1. Your Hoffman2 account ID if you have one.
1. Your Hoffman2 account ID if you have one.
2. CC your request to the PI whose group directory you need access to for approval.
2. CC your request to the PI whose group directory you need access to for approval.


Line 12: Line 11:


==SSH - Command Line==
==SSH - Command Line==
===Mac/Linux/Unix===
====Simple SSH====
Use the ssh command from a terminal:
ssh login_id@dicomservername
where login_id is replaced by your user account ID.
The server host name will be sent by email when you receive your account.
===Windows===
Using [https://www.hoffman2.idre.ucla.edu/access/login/ Putty] for SSH terminal
==Share File Systems with Mac==
You can mount Dicom file system to your local Mac computer.
Please follow this similar [https://www.ccn.ucla.edu/wiki/index.php/Hoffman2:Sharing_Filesystems instruction]

Revision as of 17:00, 10 June 2019

To apply for a Dicom server account,

Send email with the following information to the CCN system admin:

1. Your Hoffman2 account ID if you have one.

2. CC your request to the PI whose group directory you need access to for approval.


Here are some ways to access the Hoffman2 Cluster login nodes.

SSH - Command Line

Mac/Linux/Unix

Simple SSH

Use the ssh command from a terminal:

ssh login_id@dicomservername

where login_id is replaced by your user account ID. The server host name will be sent by email when you receive your account.

Windows

Using Putty for SSH terminal

Share File Systems with Mac

You can mount Dicom file system to your local Mac computer. Please follow this similar instruction