By default, JAMSAgentX will store temporary Job execution information in the .jams directory under the user's home directory. Some customers may prefer a different location. The default location can be changed by defining the JAMS_HOME environment variable. A good way to move the JAMSAgentX data directory is to first create the directory and make sure that it has permissions set to allow access by the account(s) that will be executing jobs. Then, open the SSHAgent execution method and under the “Execution” tab, change the “Command:” field from “JAMSAgentX” to:
env JAMS_HOME=/usr/JAMS JAMSAgentX
This example is using the directory /usr/JAMS but it can be tailored to any environment's requirements.
Comments