-
Notifications
You must be signed in to change notification settings - Fork 174
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
How to Implement the XCAT Service Node Pool #7473
Comments
How many clients do you have? Usually I wouldn't recommend to do any hierarchical setup if you have <1000 clients. Did you check https://xcat-docs.readthedocs.io/en/stable/advanced/hierarchy/define_service_node.html and https://xcat-docs.readthedocs.io/en/stable/advanced/hierarchy/index.html?highlight=pool already? As far as I know there is no additional documentation or guide available. But the pool does not do automatic load balancing. The SN to CN assignment is fixed once a node boots. One more question. You write:
Maybe I just misunderstand this sentence but xCAT is not really helping you with this. It deploys your servers but once the servers are deployed you should use workload managers like slurm to use resources on compute nodes. |
@ornekofbf To elaborate on Markus's comment,
|
Hello, our cluster has 10000 nodes. In addition, there is another issue for ordinary hierarchical clusters (without considering service node pools, only one service node is responsible for a group of computing nodes) |
I am currently working on setting up a hierarchical cluster environment using xCAT and am interested in implementing a service node pool to improve the load balancing and management of our computing resources. Our goal is to ensure that tasks are distributed efficiently among our compute nodes to optimize performance and resource utilization.
In the official document 2.16.5, it was proposed to use a service node pool to achieve load balancing and high availability, but I have not found a specific method or steps to implement a service node pool. I would greatly appreciate it if you could provide guidance on the following aspects:
1.Could you outline the specific steps required to set up a hierarchical cluster service node pool within xCAT?
2.Is there any detailed documentation or tutorials available that cover the setup process from start to finish?
The text was updated successfully, but these errors were encountered: