pcluster version3 start

0

I am new to AWS and following the tutorials to create a cluster. I made a cluster successfully and then closed the system down. I want to re-start the cluster.

how do I start an existing cluster? There does not seem to be a pcluster start command in version 3.

  • I'm not sure what you mean when you say you closed the system down. If you stopped the HeadNode, in the EC2 console, you can just start it again. However, this wouldn't work if you terminated the instance, or deleted the Cloudformation stack.

  • What you are looking for would be pcluster ssh --cluster <>... The headnode shuts down and may need to be restarted again with aws ec2 start-instances --instance-ids <>

asked 2 years ago347 views
1 Answer
1

pcluster is the primary AWS ParallelCluster CLI command [https://docs.aws.amazon.com/parallelcluster/latest/ug/commands-v3.html]

In the AWS Documentation You can find the CLI commands to start the pcluster.


`pcluster [ -h ] ( list-clusters | create-cluster | delete-cluster | describe-cluster |
                   update-cluster | describe-compute-fleet | update-compute-fleet |
                   delete-cluster-instances | describe-cluster-instances |
                   list-cluster-log-streams | get-cluster-log-events | get-cluster-stack-events |
                   list-images | build-image | delete-image | describe-image |
                   list-image-log-streams | get-image-log-events | get-image-stack-events |
                   list-official-images | configure | dcv-connect | export-cluster-logs |
                   export-image-logs | ssh | version ) ...

pcluster3-config-converter [-h] [-c CONFIG_FILE] [-t CLUSTER_TEMPLATE]
                                  [-o OUTPUT_FILE] [--force-convert]`
answered 2 years ago
  • Which one of these commands starts an existing cluster

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions