User contributions for Akshay
From Notes_Wiki
- 07:44, 10 June 2025 diff hist +4 Ubuntu HPC Slurm DB setup for Slurm accounting →9. Register the Cluster current Tag: Visual edit: Switched
- 07:43, 10 June 2025 diff hist +43 Ubuntu HPC Slurm DB setup for Slurm accounting →9. Register the Cluster Tag: Visual edit: Switched
- 07:41, 10 June 2025 diff hist +6 Ubuntu HPC Slurm DB setup for Slurm accounting →9. Register the Cluster Tag: Visual edit: Switched
- 07:40, 10 June 2025 diff hist +7 Ubuntu HPC Slurm DB setup for Slurm accounting →9. Register the Cluster Tag: Visual edit: Switched
- 07:34, 10 June 2025 diff hist +6 Ubuntu HPC setup with slurm and linux containers current Tag: Visual edit: Switched
- 07:33, 10 June 2025 diff hist +43 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 07:19, 10 June 2025 diff hist +2,588 N Ubuntu HPC Installing different versions of python Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC Installing different versions of python == Install Python from Source (Python 3.8.13) == Follow these steps to install Python 3.8.13 from source. This approach allows for installation in a custom directory without interfering with system Python. === 1. Prepare the Build Environment === Navigate to a temporary directory used for compiling source files: <pre> cd /ex..." current
- 07:05, 10 June 2025 diff hist +10 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 06:51, 10 June 2025 diff hist +270 N Ubuntu HPC install and configure modules Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC install and configure modules Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC install and configure modules" current
- 06:50, 10 June 2025 diff hist +46 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 06:48, 10 June 2025 diff hist +266 Ubuntu HPC common setup for all HPC nodes current
- 06:43, 10 June 2025 diff hist +4,263 N Ubuntu HPC Slurm DB setup for Slurm accounting Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC Slurm DB setup for Slurm accounting = Slurm Accounting DB Server Configuration = This guide provides step-by-step instructions to configure a MariaDB server for Slurm accounting, including secure database setup, integration with `slurmdbd`, and verification of accounting functionality. == 1. Install MariaDB in LXC Container == On the '''infra node''', access the Sl..."
- 06:00, 10 June 2025 diff hist 0 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 05:58, 10 June 2025 diff hist +2 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 12:18, 6 June 2025 diff hist −2,417 LDAP client setup on all compute nodes Blanked the page current Tags: Visual edit: Switched Blanking
- 12:17, 6 June 2025 diff hist −5,899 LDAP server setup on linux container Blanked the page current Tag: Blanking
- 12:17, 6 June 2025 diff hist −2,392 NFS client setup on compute nodes Blanked the page current Tag: Blanking
- 12:16, 6 June 2025 diff hist −1,726 NFS server setup with linux containers Blanked the page current Tags: Visual edit: Switched Blanking
- 12:15, 6 June 2025 diff hist −3,221 Linux container creation on infra node Blanked the page current Tag: Blanking
- 12:15, 6 June 2025 diff hist −2,270 Common setup for all HPC nodes Blanked the page current Tag: Blanking
- 12:13, 6 June 2025 diff hist −6,040 Install slurmctld on master node Blanked the page current Tags: Manual revert Blanking
- 12:12, 6 June 2025 diff hist −1,342 Install slurmd on client nodes Blanked the page current Tag: Blanking
- 12:07, 6 June 2025 diff hist +18 Install slurmd on client nodes
- 12:07, 6 June 2025 diff hist +1,342 N Ubuntu HPC slurm daemon on compute node Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC slurm daemon on compute node = Slurmd Setup on compute Node = == Install the Required Packages == Install `slurmd` and `slurm-client` packages on the compute nodes: <pre> sudo apt install slurmd slurm-client </pre> '''Note:''' * slurm-client must be installed on '''all nodes''', including compute nodes, the login node (LXC), and the infra node. * slurmd should..." current
- 12:06, 6 June 2025 diff hist +6,040 N Ubuntu HPC slurm control daemon on master node Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC slurm control daemon on master node = Slurm Controller Daemon (slurmctld) Setup on slurm-master (LXC) = '''Note:''' To access the shell of any Linux container (e.g., slurm-master), run the following command from the infra node: <pre> lxc exec <container-name> bash </pre> Example: <pre> lxc exec slurm-master bash </pre> == 1. Install Required Packages == Ru..." current
- 12:05, 6 June 2025 diff hist +28 Install slurmctld on master node
- 12:04, 6 June 2025 diff hist +22 LDAP client setup on all compute nodes
- 12:03, 6 June 2025 diff hist +2,417 N Ubuntu HPC LDAP client setup on all compute nodes Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC LDAP client setup on all compute nodes = LDAP Client Setup on Ubuntu 22.04 = '''Note: This configuration must be performed on the following nodes: slurm-master (LXC), slurm-login (LXC), infra node, and both compute nodes.''' This section explains how to configure a system as an LDAP client to authenticate users from an external LDAP server (e.g., for Slurm clusters)..." current
- 12:02, 6 June 2025 diff hist +22 LDAP server setup on linux container
- 12:02, 6 June 2025 diff hist +5,899 N Ubuntu HPC LDAP server setup on linux container Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC LDAP server setup on linux container = LDAP Server Setup on Ubuntu 22.04 linux container = This document provides step-by-step instructions to set up an OpenLDAP server on Ubuntu 22.04, along with configuring LDAPS (LDAP over SSL). == 1. Set the Hostname == <pre> sudo hostnamectl set-hostname slurm-ldapsrv.local shutdown -r now </pre> == 2. Edit /etc/hosts ==..." current
- 12:01, 6 June 2025 diff hist +22 NFS client setup on compute nodes
- 12:01, 6 June 2025 diff hist +2,392 N Ubuntu HPC NFS client setup on compute nodes Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC NFS client setup on compute nodes = Mounting NFS on Cluster Nodes = This section explains how to mount the shared /export directory on all compute nodes, login node, and the master node in a Slurm cluster. == 1. For Compute Nodes (Bare Metal or VMs) == === a. Install NFS Client Packages === <pre> apt install -y nfs-common </pre> === b. Create Mount Point === <pre>..." current
- 12:00, 6 June 2025 diff hist +1,726 N Ubuntu HPC NFS server setup on infra node Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC NFS server setup on infra node = NFS Configuration on Infra Node = This section describes how to create and share a directory using NFS for Slurm cluster clients. The shared folder will reside under /export, mounted from an LVM partition, and made accessible to all compute and service nodes via NFS. == 1. Create and Mount LVM Partition == : Create an ext4 LVM parti..." current
- 12:00, 6 June 2025 diff hist +6 NFS server setup with linux containers
- 11:58, 6 June 2025 diff hist +3,221 N Ubuntu HPC linux Container Creation on Infra Node Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC linux Container Creation on Infra Node = LXD Container Setup for Slurm Controller = This section covers the steps to configure LXD containers for different roles in the Slurm cluster — including the Slurm controller, LDAP server, and login node. All these Linux containers will be created on top of the '''infra node''', which acts as the NFS server and central poin..." current
- 11:58, 6 June 2025 diff hist +22 Linux container creation on infra node Tag: Visual edit: Switched
- 11:57, 6 June 2025 diff hist +2,270 N Ubuntu HPC common setup for all HPC nodes Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Ubuntu HPC common setup for all HPC nodes = Install Ubuntu 22.04 = : Install Ubuntu 22.04 Server on all nodes with most default values. : Create a non-root user (e.g., admin) during setup. == Login Using the Admin User == : Login to each node using the admin user. == Configure History Retention == : Enable storing date and time along with each command in history, as explain..."
- 11:54, 6 June 2025 diff hist +22 Common setup for all HPC nodes Tag: Visual edit: Switched
- 11:53, 6 June 2025 diff hist +92 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 11:43, 6 June 2025 diff hist +291 Linux container creation on infra node →LXD Container Setup for Slurm Controller Tag: Visual edit: Switched
- 11:34, 6 June 2025 diff hist −85 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 11:30, 6 June 2025 diff hist +16 Ubuntu HPC setup with slurm and linux containers Tag: Visual edit: Switched
- 11:28, 6 June 2025 diff hist +755 Common setup for all HPC nodes Tag: Visual edit: Switched
- 10:49, 6 June 2025 diff hist +6 Common setup for all HPC nodes →4. Install Essential Packages Tag: Visual edit: Switched
- 10:46, 6 June 2025 diff hist +1,324 N Install slurmd on client nodes Created page with "Home > Ubuntu > Ubuntu HPC setup with slurm and linux containers > Install slurmd on client nodes = Slurmd Setup on compute Node = == Install the Required Packages == Install `slurmd` and `slurm-client` packages on the compute nodes: <pre> sudo apt install slurmd slurm-client </pre> '''Note:''' * slurm-client must be installed on '''all nodes''', including compute nodes, the login node (LXC), and the infra node. * slurmd should be insta..."
- 10:17, 6 June 2025 diff hist +1,302 Install slurmctld on master node Tag: Visual edit: Switched
- 09:53, 6 June 2025 diff hist −12 Install slurmctld on master node Tag: Visual edit: Switched
- 09:52, 6 June 2025 diff hist +4,722 Install slurmctld on master node Tag: Visual edit: Switched
- 09:18, 6 June 2025 diff hist +302 LDAP client setup on all compute nodes Tag: Visual edit: Switched
- 09:13, 6 June 2025 diff hist +17 LDAP client setup on all compute nodes Tag: Visual edit: Switched