-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ParaToolsInc/ODDC-doc
Added initial ODDC tutorial entry
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters