When changing the "Maximum Memory the Server Can Use" field and clicking on the "Save a Reconfigure" button in the OneClick "Web Server Memory" page, the following error is seen:
"Error restarting the OneClick server: PAM authentication failure:
Permission denied
You do not have permission to use at.
The user may not have permissions to use the 'at' command or to run the restart script. Please check the /etc/at.deny & /global/data/spectrum/tomcat/webapps/spectrum/configtomcat files"
Release: Any
Component: SPCOCK
When the "Save a Reconfigure" button in the OneClick "Web Server Memory" page is clicked, the configuration change is saved and the "at" command it used to run the $SPECROOT/tomcat/webapps/spectrum/restart.sh script to restart tomcat for the changes to take effect.
The at.allow and at.deny files determine who can submit jobs via "at" or "batch". If the file /etc/at.allow exists, only usernames mentioned in it are allowed to use "at". If /etc/at.allow does not exist, /etc/at.deny is checked.