How To Start/Stop The Server Manager Agent On AS400
Share
You can start/stop the managed agent from the command line (green screen) by following the steps below:
- Start the QSHELL by typing STRQSH at the command prompt.
- Change to the JDE_HOME/bin directory by typing INSTALL_DIR/JDE_HOME/bin.
*** The INSTALL_DIR refers to the installation directory in the IFS - To start the agent enter: ./startAgent &
*** The & allows the agent to start as a background job so that it will not stop when you leave the QSHELL - To stop the agent enter: ./stopAgent
- To restart or bounce the agent enter: ./restartAgent
You will want to run this in your startup script with a user that has a job queue that is not able to be interrupted. Because of this, QINTER is not a very good choice. The user will also need the following permissions: *ALLOBJ, *SAVSYS, *JOBCTL & *SECADM.
Also covered on Oracle’s My Support page ID 659949.1
Author
Stewart Schatz
More Stories
Where Is Java Installed?
Below are a few commands that can be run to determine where Java is installed on each Operating System: Windows:...
Server Manager Agent Not Connecting To SMC
After a Java update, the server manager agent may not connect to the SMC because of parameters in the java.security...
Common Java KeyTool Commands
Java Keytool Commands for Creating and Importing The commands below allow you to generate a new Java Keytool keystore file,...
2 Ways To Prevent Java Crapware: Ask Toolbar
How-To-Geek has a great article on how to prevent the Java installer from installing the Ask Toolbar and other crapware....
E1 Batch Approval Post Confusion
There is one very simple EnterpriseOne process that confuses me every stinking time I'm asked to configure it. It's setting...
Allow Firefox & Chrome To Access Restricted Ports
When separating WebLogic E1 JAS instances we usually end up using odd port numbers. Sometimes, we use ports that have...
Average Rating