# Creating the user accounts on Linux that can execute jobs on the cluster

**URL:** https://community.openpbs.org/t/creating-the-user-accounts-on-linux-that-can-execute-jobs-on-the-cluster/3815
**Category:** Users/Site Administrators
**Created:** [March 20, 2024, 11:43am UTC](https://community.openpbs.org/t/creating-the-user-accounts-on-linux-that-can-execute-jobs-on-the-cluster/3815 "2024-03-20T11:43:22Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [March 20, 2024, 5:57pm UTC](https://community.openpbs.org/t/creating-the-user-accounts-on-linux-that-can-execute-jobs-on-the-cluster/3815/2 "2024-03-20T17:57:50Z")

</div>

It is recommended to use

- static IP and hostname
- configure host based passwordless ssh configuration
- /etc/hosts has all the information of all the nodes and hostnames and it is the same across the headnode and compute nodes
- firewall opened to allow ports 15001 to 15007 across the PBS cluster
- selinux disabled and system rebooted

Please refer this guide:

> **[Building a PBS Professional Virtual Test Cluster with Ubuntu](https://altair.com/resource/building-a-pbs-professional-virtual-test-cluster-with-ubuntu)**
>
> \<p\>Because it isn’t always convenient to explore software in a production environment, Altair PBS Professional has many features that allow users to simulate huge computing node environments on relatively simple, inexpensive hardware. This document...

> [@ssspetrovic](#):
>
> Upon creating a reguler user on shared /home directory, those users don’t have the proper access to the cluster as all of the jobs get stuck in the E state.

It is due to passwordless-scp for the user is not working for that user . Hence , stageout (result fles copy from compute node to pbs server node) is failing, hence job is in E state.  
You can check the mom logs of the compute node on which the job ran  
source /etc/pbs.conf  
cd $PBS\_HOME/mom\_logs/YYYYMMDD # you will see the reason for E state, might be failing to copy back.

Hope this helps

---

_[View the full topic](https://community.openpbs.org/t/creating-the-user-accounts-on-linux-that-can-execute-jobs-on-the-cluster/3815)._
