All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:01, 6 June 2025 Akshay talk contribs created page 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>...")