Management
Cluster update
List of actions to update the configuration of a cluster:
On the HeadNode of the cluster:
Stop the batch jobs with
scancel <job_id>
Stop the VDI Windows if any with: connect to EnginFrame as an administrator, click on
Admin portal/All Sessions
, and terminate all active sessions.
On the the CCME Management Host, you will need to perform the following steps. On each step, you can check the Compute Fleet status with
pcluster describe-compute-fleet -n <cluster_name>
:Stop the Compute Fleet with
pcluster update-compute-fleet --status STOP_REQUESTED -n <cluster_name>
, and wait for the Compute Fleet status to bestopped
Update the cluster with
pcluster update-cluster -c <configuration_file> -n <cluster_name>
, and wait for the end of the cluster updateStart again the Compute Fleet with
pcluster update-compute-fleet --status START_REQUESTED -n <cluster_name>
, and wait for the Compute Fleet status to berunning
Your cluster is now updated and functional
For more information about pcluster
update-cluster
command,
refer to: https://docs.aws.amazon.com/parallelcluster/latest/ug/pcluster.update-cluster-v3.html