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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Ubuntu > HPC setup with openpbs and openmpi > DNS setup on compute node

To configure correct DNS settings on compute node use:

  1. First test DNS resolution via master using:
    nslookup node<n>.<private-zone> <master-private-ip>
  2. Then configure appropriate DNS and search domain using:
    resolvectl domain <private-interface> <private-zone>
    resolvectl dns <private-interface> <master-private-ip>
  3. Test by using:
    ping master
    ping node<n>


Home > Ubuntu > HPC setup with openpbs and openmpi > DNS setup on compute node