JHU Economics August 24, Galaxy How To SSH and RDP

Similar documents
Galaxy How To Remote Desktop Connection and SSH

Connecting to Grace and using Stata from an Xinteractive perspective

Bitnami Apache Solr for Huawei Enterprise Cloud

Bitnami MEAN for Huawei Enterprise Cloud

Author A.Kishore/Sachin WinSCP

MRU Secure Remote Access Service (SRAS) External User Guide

CDM Student Remote Desktop Server Access Guide Windows Server 2008 R2 Edition Last Updated Summer Quarter2016/2017

WinSCP. Author A.Kishore/Sachin

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

Robert Bukowski Jaroslaw Pillardy 6/27/2011

Linux Connection Guide

Bitnami JRuby for Huawei Enterprise Cloud

Introduction to the RHUL-Psychology computing system

Booting a Galaxy Instance

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud

Remote Access to Matlab at Mason. CDS-130: Computing for Scientists. Spring Jie Zhang

How to Install, Configure and Use sftp (Windows Version)

Getting View Client File

Guide for Attempting an HDP Certification Practice Exam. Revision 2 Hortonworks University

CTEC1863/2018F Bonus Lab Page 1 of 5

Session 1: Accessing MUGrid and Command Line Basics

Bitnami Ruby for Huawei Enterprise Cloud

Universiteit Leiden ICT Shared Service Centre 8 February Before you start with the instructions below, make sure:

Bitnami HHVM for Huawei Enterprise Cloud

Introduction to Cuda Visualization. Graphical Application Tunnelling on Palmetto

Aqua Accelerated Protocol (AAP) User Manual

STA 303 / 1002 Using SAS on CQUEST

Oracle AD Controller

Lab 1: Accessing the Linux Operating System Spring 2009

Anvil: HCC's Cloud. June Workshop Series - June 26th

Introduction to CARC. To provide high performance computing to academic researchers.

Linux for Biologists Part 2

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

NeoRouter for Android

Bitnami Dolibarr for Huawei Enterprise Cloud

Installing and Running the Google App Engine On a Macintosh System

RemoteMRC. Introduction Connecting to a Workstation Connecting to a Workstation Terminal Troubleshooting... 9

Bitnami Piwik for Huawei Enterprise Cloud

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

FEPS. SSH Access with Two-Factor Authentication. RSA Key-pairs

Bitnami MySQL for Huawei Enterprise Cloud

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues.

How to connect to the University of Exeter VPN service

Virtual Machine Connection Guide for AWS Labs

Read Naturally SE Update Windows Network Installation Instructions

Web Intelligence Rich Client Getting Started Business Objects 4.1

Bitnami Coppermine for Huawei Enterprise Cloud

CS CS Tutorial 2 2 Winter 2018

LAB #5 Intro to Linux and Python on ENGR

Labs instructions for Enabling BeagleBone with TI SDK 5.x

Bitnami Pimcore for Huawei Enterprise Cloud

Version June 2016

HPC Introductory Course - Exercises

CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX

NetMan Desktop Manager Quick-Start Guide

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud

Introduction to Joker Cyber Infrastructure Architecture Team CIA.NMSU.EDU

Firewalls can prevent access to the Unix Servers. Please make sure any firewall software or hardware allows access through Port 22.

Frequently Asked Questions

Connection Protocol for McKnight Brain Institute

Temple University Computer Science Programming Under the Linux Operating System January 2017

High Performance Computing (HPC) Club Training Session. Xinsheng (Shawn) Qin

University Systems. Client Technologies

MRU Secure Remote Access Service (SRAS) User Guide

Creating and Publishing Your own website. MAC Version SEAS 001 Professor Ahmadi

goremote.carolinas.org

Creating and Publishing Your own website. MAC Version SEAS 001 Professor Ahmadi

Linux Development Getting Started

Bitnami TestLink for Huawei Enterprise Cloud

How to Use WOL, VPN and RDP

User Instruction UBC Department of Botany insync Backup Service. Prepared by: Botany IT

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

Remote Access to the CIS VLab (308)

Ftp Command Line Manual Windows User Password

Remote Access to Unix Machines

Thank you for choosing ASAP s Remote QuickBooks hosting! The following will guide you through the set up of your new or updated user profile.

Bitnami OroCRM for Huawei Enterprise Cloud

Using Computing Resources

Introduction to BioHPC Lab

Virtual Workplace Personal Device Client Installation Instructions

Remote Desktop Services

Connecting Remotely Staff & Students

USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH

How to SFTP to nice.fas.harvard.edu from Windows

Using Ruby and irb in CSE 341 Winter 2015

WA1827 Cloud Programming Workshop. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

Estuary Model MatLab Compiler Runtime for PCs

User Guide Version 2.0

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0

Remote Access Via Remote Desktop

Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud

Introduction to Linux Workshop 2. The George Washington University SEAS Computing Facility

USING NGC WITH GOOGLE CLOUD PLATFORM

DogeCash Masternode Setup Guide Version 1.2 (Ubuntu 16.04)

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved

Josefstädter Straße 39. Internet

Bitnami Open Atrium for Huawei Enterprise Cloud

Transcription:

Galaxy How To SSH and RDP The host name for the Econ Linux server is galaxy.econ.jhu.edu. It is running Ubuntu 14.04 LTS. Please NOTE: you need to be connected to the Hopkins VPN before attempting a connection if you are off campus. Please refer to the Ubuntu 14.04 LTS documentation for additional help: https://help.ubuntu.com/14.04/ubuntu-help/index.html To connect to it you can use SSH, or RDP remote desktop. 1. SSH only: Any SSH client will work. Putty (SSH): To connect from a Windows machine, download putty from http://www.putty.org/ and install. Any other SSH application should work as well. Open putty and type in the Host Name for the Ubuntu machine -(galaxy.econ.jhu.edu). You can name and save your session. Type your user name and password and login. To exit type exit at the prompt $.

For Macs - in a terminal session enter: $ ssh user-name@galaxy.econ.jhu.edu To keep processes running after ending the ssh session: ssh into your remote box. Type screen, then start the process you want. Press Ctrl-A then Ctrl-D. This will "detach" your screen session but leave your processes running. You can now log out of the remote box. If you want to come back later, log on again and type "screen -r". This will "resume" your screen session, and you can see the output of your process. To stop a process kill processid Will attempt to kill the indicated process 'gently", giving it a chance to save and close files and perform other housekeeping. If a subsequent check, after a few seconds, with the ps command shows that the errant process is still running, you can give the much more definitive "hard" kill: kill -9 processid

2. RDP connections: Please use the regular RDC application for Windows, the Microsoft Remote Desktop app for Mac and Remmina Remote Desktop for Linux. Starting with Ubuntu 14.04 the unity desktop is no longer accessible through VNC. RDP works over VNC and uses the MATE Desktop Environment instead http://mate-desktop.org. When using the Mac or Linux remote desktop clients you may get an error immediately after connecting just press Ok and you will get to the regular login screen below. Please enter your User ID and password at the next screen. If this is the first time you are logging in, or after a server restart, leave the port as is (-1). Important: Please note the port number on the next screen 59XX. You will be using it at subsequent logins. Replace the -1 with this number. This is the only way in the moment that you can get back to your

original session. Please DO NOT use the log out option in the MATE desktop, just disconnect (X out) from your RDP connection when you are done. If you forgot, or are unsure of your port number, please open a terminal session (you can do this either within Ubuntu, or using SSH). Your port number is 59 followed by the number after the colon - in this case 5912.

3. Customizing the MATE menu and panel: To customize the Mate menu right click on Applications and choose Edit Menus. To add an application to the panel right click on it and choose add this launcher to panel. NOTE: Please do not use the Log out or Shut Down options under System.

4. Connecting and mounting network shares: Click on Places in the panel and then choose Connect to Server. Enter the appropriate server name, type, share and log on information. If you need the path to your network files the mount point for network shares is at /run/user/xxxx/gvfs/smbshare:domain=win.ad.jhu.edu,server=stella.win.ad.jhu.edu,share=share_name,user=user_id.

To unmount a share right click on it and choose unmount or click on eject. To locate the folder in Terminal type: $cd /run/user/xxxx/gvfs/smb-share:domain=win.ad.jhu.edu,server=stella.win.ad.jhu.edu,share=users2,user=user_name

You can mount and unmount network shares manually using the terminal as well: Note: You must be logged on through RDC or VNC before doing that. $ gvfs-mount smb://stella.win.ad.jhu.edu/share_name To unmount use: $ gvfs-mount u smb://stella.win.ad.jhu.edu/share_name 5. Transferring files using WinSCP [use SFTP]

For Macs: Cyberduck [http://cyberduck.ch/] http://download.cnet.com/winscp/3000-2160_4-10400769.html 6. Launching applications: All applications are accessible through Dash Home Applications Refer to section 3: Customizing the MATE menu and panel. 1. Stata MP4 Stata can also be launched from the terminal using the command stata-mp or xstata-mp for the graphical interface. 2. Matlab Matlab can be launched from the terminal using the command matlab. 3. Mathematica use the command mathematica at the terminal. 4. R use the command R at the terminal.

7. Monitoring CPU Load Please be mindful of the resources you are taking while using Galaxy, especially when running Matlab. Depending on the computation you are running, the load gets distributed among all available CPUs. Running 1 Matlab process doesn't necessarily mean using 1 CPU, or using 4 workers - 4 CPUs. For the time being, since there are no restrictions or quotas in place, please keep an eye on the average load (run "top" - press 1 to see per CPU load) each time there is a need of using more than 4-6 cores. If you notice congestion or higher than average load, please reduce the number of cores used and/or communicate to the rest of the Galaxy users that have jobs running including me as well. Also to reduce I/O overhead, which adds to the average load, consider copying and running all scripts from within your home directory on Galaxy and not over the network. You can make backup copies of all results to your network shares as often as you like.