Skip to content

Commit

Permalink
Merge pull request #4 from ParaToolsInc/ODDC-doc
Browse files Browse the repository at this point in the history
Added initial ODDC tutorial entry
  • Loading branch information
zbeekman authored Jul 9, 2024
2 parents 79a6b3f + 3e6560d commit 84d87a0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/ODDC/getting-started-ODDC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# E4S Pro Getting Started with Adaptive On-Demand Data Center (ODDC)

## General Background Information

In this tutorial we will show you how to launch an HPC cluster on ODDC using the ODDC web interface.

This tutorial assumes you have access to a functioning ODDC server, installed and configured as described in the [ODDC Documentation][1].

## Tutorial

###
Enter the URL for your ODDC web portal instance in a web browser and log in with the credentials you created during configuration. Mouse over the menu on the left and select [Cluster Manager][2].

You can create or import a new cluster using the '+' button in the upper right. Once your cluster is configured hit the ellipsis '...' on the right side of your cluster entry and select the deploy option. The portal will display the progress of the cluster initialization and let you know when the cluster is available.

Once your cluster has been launched you can issue jobs from the Job Manager, available via the menu on the right. To log into the cluster you can find the cluster's public IP address at the end of the startup log, available from the cluster's ellipsis menu while the cluster is active. Alternatively you can ssh to ODDC CLI and log in like `oddc cluster:ssh <cluster-name>`

When you are finished de-allocate the cluster by entering its ellipsis menu and selecting destroy. The portal will show the destruction's progress and indicate when it is complete. Once the cluster has been deactivate it may be deleted entirely via the delete option in the ellipsis menu or kept in your cluster list for a new instance to be initialized later.

[1]: https://support.adaptivecomputing.com/wp-content/uploads/2024/06/HPCCloudOnDemandDataCenterUserGuide771.pdf
[2]: https://support.adaptivecomputing.com/wp-content/uploads/2024/06/HPCCloudOnDemandDataCenterUserGuide771.pdf#%5B%7B%22num%22%3A28%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C88.5%2C669.75%2C0%5D
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ nav:
- Home: index.md
- AWS:
- Getting Started: AWS/getting-started-AWS.md
- AWS Parallel Cluster Config: AWS/pcluster.md
# - AWS Parallel Cluster Config: AWS/pcluster.md
- GCP:
- Getting Started: GCP/getting-started-GCP.md
- HPC Toolkit Blueprint: GCP/blueprint.md
- Cluster Deletion: GCP/Cluster-Deletion.md
- ODDC:
- Getting Started: ODDC/getting-started-ODDC.md

0 comments on commit 84d87a0

Please sign in to comment.