Hello all!

I have an odd question.

On my headnode, also my login nodes, I can ping my outside network and inside network using any DNS name I choose. It is dual homed. When I run squeue, sinfo, or any slurm command as my regular account I get the below error. I can run srun, squeue, sinfo, or any slurm command and it works as expected. Does anyone know what is going on? I feel like this is a permissions issue on something.

 

On the compute nodes I have no problem running slurm commands as my regular account or root. Everything works well on my compute nodes.

 

Error:

[user.name@headnode ~]$ squeue

squeue: error: resolve_ctls_from_dns_srv: res_nsearch error: Hostname lookup failure

squeue: error: fetch_config: DNS SRV lookup failed

squeue: error: _establish_config_source: failed to fetch config

squeue: fatal: Could not establish a configuration source

 

Thanks!

 

Kent Hanson