-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute nodes with fixed ip or shutdown instead of terminating compute nodes #6620
Comments
Hello, Currently, our configuration is to terminate compute nodes if they are down, so they can not just be "turned off". |
Thanks. But I need the primary IP to not change. Can I manually change the launch template to “power off”?
Obter o Outlook para iOS<https://aka.ms/o0ukef>
…________________________________
De: hgreebe ***@***.***>
Enviado: Thursday, January 2, 2025 12:16:18 PM
Para: aws/aws-parallelcluster ***@***.***>
Cc: cezfer ***@***.***>; Author ***@***.***>
Assunto: Re: [aws/aws-parallelcluster] compute nodes with fixed ip or shutdown instead of terminating compute nodes (Issue #6620)
Hello,
There is no way to specify the ip address of a compute node, but you can use pre/post install scripts to assign secondary ip to the compute node<https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/MultipleIP.html>.
Currently, our configuration is to terminate compute nodes if they are down, so they can not just be "turned off".
—
Reply to this email directly, view it on GitHub<#6620 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQPTOK65QCXOYH7ODPXIQIL2IVJ4FAVCNFSM6AAAAABTOMALQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRXHEZTAMJYHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If you manually change the launch template, and subsequent update may change it back. I believe slurm allows other ways to license: https://slurm.schedmd.com/licenses.html |
the licensing issue is with an IBM solver.
Em ter., 7 de jan. de 2025 às 17:32, hgreebe ***@***.***>
escreveu:
… If you manually change the launch template, and subsequent update may
change it back. I believe slurm allows other ways to license:
https://slurm.schedmd.com/licenses.html
—
Reply to this email directly, view it on GitHub
<#6620 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPTOK3RRVK4EADUMDKBKX32JQ2VHAVCNFSM6AAAAABTOMALQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZWGE3DQMZZHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Att,
Cezar
|
Even if you stop and start the instance, the IPs will change. The best way is to use secondary IP addresses or keep the compute nodes running all the time. Would you like this to become a feature request? If yes, could you provide more context (e.g. cluster configuration file, why secondary IP addresses cannot solve the problem)? |
I have an HPC cluster that uses licensed software and one of the licensing parameters is the IP of the compute nodes. I read the documentation and I didn't find a way to specify the IP that the compute node should be created on or instead of terminating the node just turn it off. Is there any way to configure this?
The text was updated successfully, but these errors were encountered: