User Guide
From UniCluster
Introduction
This Users Guide will provide an overview of the steps necessary to logon to the cluster and use SGE to submit and monitor jobs and also demonstrate other means of monitoring the cluster.
How to Logon to the Cluster
NOTE: By default, UniCluster 4.0 uses standard /etc/passwd for user accounts. Your system administrator may have changed that. If so, please contact your administrator for details.
The controlling point of the cluster is the installer node. Any account that you have on that machine is synchronized to all of the compute nodes in the cluster. You should be able to user secure shell (SSH) to connect to any of the nodes.
Home Directories
The directories in /home are NFS mounted from the installer node by default. Therefore, any files that you create in your home directory will automatically appear on all other nodes.
How to Submit Jobs to GE
How to Submit MPI jobs to GE
How to View Status and Delete Jobs from GE
How to View Status and Delete Jobs from GE
How to use Modules Command/Tool
How to use Modules Command/Tool
How to Compile and Build a MPI Application
How to Compile and Build a MPI Application
UserGuide How to View Status of Cluster
Ganglia
To view the status of a cluster with Ganglia, the Ganglia kit must be installed and deployed within the cluster (see the Administrator Guide for details on deploying kits). Once it has been deployed, pointing a web browser at the node with the gmetad component installed on it (likely the installer node). For example, if the component is installed on "localhost", the URL for Ganglia will be http://localhost/ganglia. Also, if the gmetad component is installed on the Installer node there will be a link from the UniCluster homepage (http://localhost) on the Installer node directly to the Ganglia web interface.
Cacti
To view the status of a cluster with Cacti, the Cacti kit must be installed and deployed within the cluster (see the Administrator Guide for details on deploying kits). Once it has been deployed, pointing a web browser at the node with the cacti component installed on it (likely the installer node). For example, if the component is installed on "localhost", the URL for Cacti will be http://localhost/cacti. The default username for cacti is "admin" and the default password is also "admin" although your administrator may have changed these.
Also, if the cacti component is installed on the Installer node there will be a link from the UniCluster homepage (http://localhost) on the Installer node directly to the Cacti web interface.
