Ubuntu HPC DNS setup on compute node
From Notes_Wiki
Revision as of 08:59, 17 February 2023 by Saurabh (talk | contribs) (Created page with "Home > Ubuntu > HPC setup with openpbs and openmpi > DNS setup on compute node To configure correct DNS settings on compute node use: # First test DNS resolution via master using: #:<pre> #:: nslookup node<n>.<private-zone> <master-private-ip> #:</pre> # Then configure appropriate DNS and search domain using: #:<pre> #:: resolvectl domain <private-interface> <privat...")
Home > Ubuntu > HPC setup with openpbs and openmpi > DNS setup on compute node
To configure correct DNS settings on compute node use:
- First test DNS resolution via master using:
- nslookup node<n>.<private-zone> <master-private-ip>
- Then configure appropriate DNS and search domain using:
- resolvectl domain <private-interface> <private-zone>
- resolvectl dns <private-interface> <master-private-ip>
- Test by using:
- ping master
- ping node<n>
Home > Ubuntu > HPC setup with openpbs and openmpi > DNS setup on compute node