# Pbsnodes: Server has no node list

**URL:** https://community.openpbs.org/t/pbsnodes-server-has-no-node-list/2512
**Category:** Users/Site Administrators
**Created:** [February 27, 2021, 2:54am UTC](https://community.openpbs.org/t/pbsnodes-server-has-no-node-list/2512 "2021-02-27T02:54:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ehsanam](https://avatars.discourse-cdn.com/v4/letter/e/ecb155/32.png) [@ehsanam](https://community.openpbs.org/u/ehsanam)
#### Post date: [February 27, 2021, 2:54am UTC](https://community.openpbs.org/t/pbsnodes-server-has-no-node-list/2512/1 "2021-02-27T02:54:09Z")

</div>

Hi folks,

Actually, it is the first time that I face an issue regarding the openpbs installation on my Centos 7 machine.

# pbsnodes -a

pbsnodes: Server has no node list

FYI,

# qstat -Bf

Server: calc4  
server\_state = Active  
server\_host = XXX  
scheduling = True  
total\_jobs = 0  
state\_count = Transit:0 Queued:0 Held:0 Waiting:0 Running:0 Exiting:0 Begun  
:0  
default\_queue = workq  
log\_events = 511  
mail\_from = adm  
query\_other\_jobs = True  
resources\_default.ncpus = 1  
default\_chunk.ncpus = 1  
scheduler\_iteration = 600  
flatuid = True  
FLicenses = 20000000  
resv\_enable = True  
node\_fail\_requeue = 310  
max\_array\_size = 10000  
pbs\_license\_min = 0  
pbs\_license\_max = 2147483647  
pbs\_license\_linger\_time = 31536000  
license\_count = Avail\_Global:10000000 Avail\_Local:10000000 Used:0 High\_Use:  
0  
pbs\_version = 19.0.0  
eligible\_time\_enable = False  
max\_concurrent\_provision = 5  
max\_job\_sequence\_id = 9999999

Could you please assist me to figure out where this problem comes from? I have to mention that I have already tried the followings and no solution yet:

1- qmgr -c “create node hostname”  
2- qmgr -c "set server flatuid = True "

Thanks for your help in advance.

---

<div class="post-metadata">

### Author: ![adarsh](https://avatars.discourse-cdn.com/v4/letter/a/f07891/32.png) [@adarsh](https://community.openpbs.org/u/adarsh)
#### Post date: [February 28, 2021, 10:03pm UTC](https://community.openpbs.org/t/pbsnodes-server-has-no-node-list/2512/2 "2021-02-28T22:03:13Z")

</div>

> [@ehsanam](#):
>
> 1- qmgr -c “create node hostname”  
> 2- qmgr -c "set server flatuid = True "

When you run the above commands ( i suppose you are running them as root user) , what is the outcome ? do these command run successfully or have a error message displayed after they are run ? Also, could you please check the PBS Server logs in a parallel terminal , tail -f $PBS\_HOME/server\_logs/YYYYMMDD , to see the logging corresponding to the above commands

Please note

> [@ehsanam](#):
>
> 1- qmgr -c “create node hostname”

The “hostname” should be the name displayed by the hostname command run the compute node.  
This hostname should be mapped to a static IP address and should be fully resolvable (forward/reverse) from PBS Server and Compute node(itself).
