Difference between revisions of "HowTo:Access"

From CAC Wiki
Jump to: navigation, search
(SSH Access)
(System Access)
Line 65: Line 65:
 
</pre>
 
</pre>
  
'''For details about using SSH, please check our [[FAQ:SSH|SSH FAQ]]'''.
+
Linux and Mac systems have an ssh client installed by default and don't require a special setup for this to work. Fow Windows systems, we suggest to get [http://mobaxterm.mobatek.net/download-home-edition.html MobaXterm], which is free for individual usage and has many useful features (such as Xserver client, file transfer tool, and even a local "bash shell") built in.
 
|}
 
|}
  

Revision as of 18:04, 7 July 2016

System Access

SSH Access

Note: Access to our systems is likely to change in coming months, as we are extending and re-structuring our resources. Please revisit this page occasionally to stay abreast with any changes.

The standard way to access our resources is through SSH.

For security reasons, we are currently operating only one login node that is accessible from the outside through ssh. The IP address for this (Solaris) login node is 130.15.59.64, the node name is sfnode0.hpcvl.queensu.ca:

$ ssh -X hpcXXXX@sfnode0.hpcvl.queensu.ca

|-----------------------------------------------------------------|
| This system is for the use of authorized users only.            |
| Individuals using this computer system without authority, or in |
| excess of their authority, are subject to having all of their   |
| activities on this system monitored and recorded by system      |
| personnel.                                                      |
|                                                                 |
| In the course of monitoring individuals improperly using this   |
| system, or in the course of system maintenance, the activities  |
| of authorized users may also be monitored.                      |
|                                                                 |
| Anyone using this system expressly consents to such monitoring  |
| and is advised that if such monitoring reveals possible         |
| evidence of criminal activity, system personnel may provide the |
| evidence of such monitoring to law enforcement officials.       |
|-----------------------------------------------------------------|

hpcXXXX@sfnode0.hpcvl.queensu.ca's password: **********

Last login: Thu Jul  7 13:05:21 2016 from 130.15.59.215
       This is sflogin0, a dedicated login host on the HPCVL grid
         SunFire E2900, 24 x 1.8 GHz UltraSPARC-IV+, 192 GB RAM
   ------------------------------------------------------------------

    * Please contact HPCVL User Support with questions about usage

        http://www.hpcvl.org/contact-us

        Email help@hpcvl.org

    * For system status updates, see

        https://www.hpcvl.org/protectedpages/users-section

    * Available packages can be listed with "use -l"


hpcXXXX@sflogin0$

Make sure X-forwarding is enabled, either by using the -X option in the ssh command, or including it in the default settings of the ssh client. This is necessary if you want to use any software with a graphics component. You will need your username and your system access password to get in (here, we use hpcXXXX).

Other nodes, particularly the Linux login/workup node swlogin1 need to be accessed from sflogin0 through ssh. This requires to type the password again:

hpcXXXX@sflogin0$ ssh swlogin1
hpcXXXX@swlogin1's password:
hpcXXXX@swlogin1$

Linux and Mac systems have an ssh client installed by default and don't require a special setup for this to work. Fow Windows systems, we suggest to get MobaXterm, which is free for individual usage and has many useful features (such as Xserver client, file transfer tool, and even a local "bash shell") built in.

Access through the Portal

Note: Currently, portal access to our resources is provided through Secure Global Desktop. This may change in the near future. Please revisit this page to stay informed about any changes.

The systems can be accessed from a Java enabled web browser:

  1. Visit https://portal.hpcvl.queensu.ca/ directly or press the Portal Login button on our Web Page.
  2. Login using your Username and Password (same as for ssh).
  3. You will be brought to the Secure Global Desktop.
  4. To use any of the applications appearing on the left-hand side, such xterm (swlogin1), click on it.
  5. If the application is used for the first time, you will be prompted to provide username and password again. The portal will remember it next time. If the information changes, it will prompt you again.

Requirements for Portal

It is crucial to have a recent version of Java installed on your system. This includes a "Java Plugin" for the web browser. Check your Java at this Test Page. If you encounter portal issues they are almost invariably related to Java. Please contact us if you cannot get it to work.

Operating Systems

  • Microsoft Windows XP, Vista, 7, 8, 10
  • Linux Various Distributions
  • Mac (Apple) OS-X > 10.5

Browsers

Troubleshooting

The current portal is Java based. Most problems are due to missing or mis-configured Java plugins for your browser. Please see http://java.com/en/download/manual.jsp for detailed instructions for installing and configuring Java on your machine.

Common Issues with Portal / Java
System Browser Problem Solution
Any Google Chrome No NPAPI support Use another browser
Any Firefox Missing plugins Re-install Java and test it
Any Firefox Adblock issues https://portal*.hpcvl.queensu.ca".
Any Any SGD client not installed automatically
  • Using another browser first to install the client, then try again.
  • For manual install, download the SGD client. After install, shut down the browser and retry.
Linux Firefox SGD client cannot be installed Install additional libraries for compatibility with the SGD client. Follow the instructions at the Oracle Platform Support page.
Windows Internet Explorer Security Settings prevent automatic install Add the SGD server to the list of Trusted Sites in Internet Explorer's Security Settings.
MacOSX > 10.5 Any No X11 support Install the XQuartz XWindows System