Troubleshooting
Management Host Deployment
$ ./deployCCME.sh -n ClusterName -cm deployment.ccme.conf -m -nr
Cluster deployment
$ pcluster create-cluster --cluster-name ClusterName --cluster-configuration configuration_file.yaml --region $REGION --rollback-on-failure false
Active Directory users
Depending of the Active Directory configuration and security, the users of the AD can have issue at connection.
When the issue appears, we strongly recommend to check the sssd status with a systemctl status sssd
.
Access logs
Multiple logs can be reviewed to follow CCME access:
ALB logs: they are placed in the
ccme-alb-logs-${StackId}
(with${StackId}
the CMH CloudFormation Stack ID). Elastic Load Balancing publishes a log file for each load balancer node every 5 minutes. For more details on ALB logs and their content see this documentation.EnginFrame logs: on each cluster, on the Headnode, EnginFrame also produces logs in
/opt/nice/enginframe/logs/${hostname}
(with${hostname}
the hostname of the Headnode).