The CRC computing and storage resources reside at the Pitt data center and are firewalled within PittNet. What this means is that you will need to establish a VPN in order to gain access.

Pitt offers two VPN tools:

Both software can be downloaded from software.pitt.edu.

The steps for setting up the VPN client are outlined below.

Global Protect

Download and run the Global Protect installer.

global-protect_01

If presented with the option, make sure you have selected GlobalProtect System extensions.

global-protect_02

Click Install to start the installation. When this is done, macOS may block loading of the system extension

global-protect_04

We want to whitelist the Global Protect system extension by clicking on OK to modify the macOS Security & Privacy settings.

You may need to first unlock this panel before being allowed to load GlobalProtect

global-protect_05

If Global Protect is running in the background, you will see the globe icon in your menu bar

global-protect_06


Ubuntu GUI: Global Protect

Download the Linux Global Protect tarball from software.pitt.edu. Within the directory containing the tarball, create a temporary directory to host the untarred files

mkdir global_protect
tar zCxf global_protect PanGPLinux-6.0.0-c18.tgz
cd global_protect
ls

gp_gui_01

Next, we use apt-get to install the Qt5WebKit dependency

sudo apt-get -y install libqt5webkit5

gp_gui_02

Then use dpkg to install the GlobalProtect_UI package

sudo dpkg -i GlobalProtect_UI_deb-6.0.0.1-44.deb

gp_gui_04

You will then be presented with panels asking for portal address, login credentials, and the Duo two-factor login

gp_gui_050607

If all goes well, the panel should change to a shield with a checkmark in front of a global and with the message

Connected
Network connection secured

Now that a VPN to PittNet had been established, you can ssh to h2p.crc.pitt.edu

gp_gui_09

With the VPN installed, you are now ready to access the cluster.

CRC provides several modes for accessing the advanced computing and storage resources, including

Each interface is briefly described below.

SSH Connection via Terminal

If your local computer uses the Windows operating system, you can use a Secure SHell (SSH) client to connect to the cluster. For example, the portable edition of MobaXterm is freely available and a good tool to start with.

Execute MobaXterm and click on the + Start local terminal button to open a terminal. Recall that in The Ecosystem schematic, the remote login node H2P's address is h2p.crc.pitt.edu

Here are the connection details:

The syntax to connect to the H2P login node is

ssh -X username@h2p.crc.pitt.edu

where username is your Pitt username in lowercase and the answer to the prompt is the corresponding password. The -X option enables X forwarding for applications that generate a GUI such as xclock. If you type xclock on the commandline, you should get a clock app showing in Windows.

Below is a login session from MobaXterm.

mobaxterm

If your client computer is macOS, a recommended tool is iTerm2. While macOS already has a built-in Terminal in the Utilities folder, iTerm2 is more feature-rich. To render graphics, a tool like XQuartz is needed to provide the X Server component.

Below is a login session using iTerm2 and XQuartz, following the same syntax as shown earlier. iterm2xquartz


VIZ Web Portal

CRC provides access to a Linux Desktop GUI using a web browser.

Navigate in your web browser to viz.crc.pitt.edu and authenticate using your Pitt credentials.

viz-01

Click Launch Session, click on MATE, and click Launch viz-02

What is presented to you will be a Linux Desktop, with graphical capabilities, where you can interact with the rest of the CRC compute and storage resources

viz-03


Open On Demand Web Portal

Similar to VIZ, the Open OnDemand web portal provides our users access to interactive compute resources. The full documentation for CRC's implementation features are described here.

To get started, point your browser to OnDemand and authenticate using your Pitt credentials

ondemand-01

Once you log in, you will be presented with a menu of options. For example, click on the Interactive Apps dropdown menu

ondemand-02

If you select the R Studio Server option, you will be presented with a panel where you can configure the resources to suit your needs

ondemand-03

Clicking Launch will submit the resource request to the queue and will present a button to Connect to RStudio Server when the resources have been allocated.

ondemand-04

In this instance, the compute-node allocated to host the RStudio Server is htc-n24 with 48 cores for a period of 24 hours.

ondemand-05


JupyterHub Web Portal

CRC provides a JupyterHub instance in support of teaching. Point your browser to hub.crc.pitt.edu and authenticate using your Pitt credentials when presented with the Pitt Passport page. Clicking on Start My Server provides a panel for requesting access to CPUs and GPUs

hub-01

followed by the familiar Python environment

hub-02


The best way to get help on a specific issue is to submit a help ticket. You should log in to the CRC website using your Pitt credentials first.

Please return to the Pitt CRC Codelabs dashboard and find the "Running Software on the Clusters" codelab, or use this link to continue