How To Install torque-server on Fedora 36

In this tutorial we learn how to install torque-server in Fedora 36. torque-server is The main part of TORQUE

Introduction

In this tutorial we learn how to install torque-server on Fedora 36.

What is torque-server

TORQUE (Tera-scale Open-source Resource and QUEue manager) is a resource manager providing control over batch jobs and distributed compute nodes. TORQUE is based on OpenPBS version 2.3.12 and incorporates scalability, fault tolerance, and feature extension patches provided by USC, NCSA, OSC, the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. This package holds the server.

We can use yum or dnf to install torque-server on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install torque-server.

Install torque-server on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install torque-server using dnf by running the following command:

sudo dnf -y install torque-server

Install torque-server on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install torque-server using yum by running the following command:

sudo yum -y install torque-server

How To Uninstall torque-server on Fedora 36

To uninstall only the torque-server package we can use the following command:

sudo dnf remove torque-server

torque-server Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/bfed379c9adb02293bd73656e30f96e65c427e
/usr/lib/systemd/system/pbs_server.service
/usr/sbin/pbs_server
/usr/sbin/qserverd
/usr/share/man/man8/pbs_server.8.gz
/var/lib/torque/server_logs
/var/lib/torque/server_priv
/var/lib/torque/server_priv/accounting
/var/lib/torque/server_priv/acl_groups
/var/lib/torque/server_priv/acl_hosts
/var/lib/torque/server_priv/acl_svr
/var/lib/torque/server_priv/acl_users
/var/lib/torque/server_priv/arrays
/var/lib/torque/server_priv/arrays/0
/var/lib/torque/server_priv/arrays/1
/var/lib/torque/server_priv/arrays/2
/var/lib/torque/server_priv/arrays/3
/var/lib/torque/server_priv/arrays/4
/var/lib/torque/server_priv/arrays/5
/var/lib/torque/server_priv/arrays/6
/var/lib/torque/server_priv/arrays/7
/var/lib/torque/server_priv/arrays/8
/var/lib/torque/server_priv/arrays/9
/var/lib/torque/server_priv/credentials
/var/lib/torque/server_priv/disallowed_types
/var/lib/torque/server_priv/hostlist
/var/lib/torque/server_priv/jobs
/var/lib/torque/server_priv/jobs/0
/var/lib/torque/server_priv/jobs/1
/var/lib/torque/server_priv/jobs/2
/var/lib/torque/server_priv/jobs/3
/var/lib/torque/server_priv/jobs/4
/var/lib/torque/server_priv/jobs/5
/var/lib/torque/server_priv/jobs/6
/var/lib/torque/server_priv/jobs/7
/var/lib/torque/server_priv/jobs/8
/var/lib/torque/server_priv/jobs/9
/var/lib/torque/server_priv/queues
/var/log/torque/server_logs

References

Summary

In this tutorial we learn how to install torque-server on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).