This repository contains packages by Fortra that support the JAMS Scheduler.
This repository uses 0x0744742A as signing key.
To add this repository to yum for automatic updates, create a file in /etc/yum.repos.d/JAMS.repo
:
[JAMS-$basearch]
name=JAMS Scheduler $basearch repository
baseurl=https://hsdownloads.helpsystems.com/jams/repo/redhat/$basearch
gpgcheck=1
enabled=1
gpgkey=https://hsdownloads.helpsystems.com/jams/repo/redhat/RPM-GPG-KEY-JAMS
Note that there are no version specific builds for JAMSAgentX, so this is the only repo setting that will see new versions.
To use the release specific RedHat repos, create a file in /etc/yum.repos.d/JAMS.repo
:
[JAMS-$basearch]
name=JAMS Scheduler $basearch repository
baseurl=https://hsdownloads.helpsystems.com/jams/repo/redhat$releasever/$basearch
gpgcheck=1
enabled=1
gpgkey=https://hsdownloads.helpsystems.com/jams/repo/redhat/RPM-GPG-KEY-JAMS
If both JAMSAgentD and JAMSAgentX are needed for a specific release of Red Hat, it is recommended to install JAMSAgentX manually, as it is unlikely to be updated in the future.
Package Name | Description | Architecture | Version |
---|---|---|---|
JAMSAgentX | Linux On-Demand Agent for JAMS Scheduler | x86_64 | 6.0.5-1 |
JAMSAgentX-static | Linux On-Demand Agent for JAMS Scheduler, built statically | x86_64 | 6.0.5-1 |
jams-agentd | Linux Agent Daemon for JAMS Scheduler | i386 | 6.5.33-1 |
x86_64 | 6.5.33-1 | ||
6.5.33-1.el5 | |||
6.5.33-1.el6 | |||
6.5.33-1.el7 |
Unpack with tar -xzf file.tgz
and follow the README.
Package Name | Description | Architecture | Version |
---|---|---|---|
jams-agentd | Linux Agent Daemon for JAMS Scheduler | i386 | 6.5.33-1 |
x86_64 | 6.5.33-1 | ||
6.5.33-1.el5 | |||
6.5.33-1.el6 | |||
6.5.33-1.el7 |
Versions suffixed with .el5 are compiled with very few dependencies for Red Hat Enterprise Linux 5.
Versions suffixed with .el7 and up are intended for Red Hat Enterprise Linux 7 and above. Openssl is now built into jams-agentd; the correct version of openssl no longer needs to be installed separately.
The i386 version is built for Red Hat 5, the plain x86_64 version is the same as the el6 version.
By default, JAMSAgentX is installed in /usr/bin. This can be changed by running rpm with the --prefix option. For example:
rpm -i --prefix $HOME JAMSAgentX-6.0.5-1.x86_64.rpm
Will install JAMSAgentX in $HOME.
By default jams-agentd is installed with a prefix of /usr. Since there are multiple files involved, it is best to install it with a prefix that ends in "jams", to keep all the files together. For example:
rpm -i --prefix /opt/jams jams-agentd.rpm