Quick_Tip_Linux

How To Start/Stop The Server Manager Agent On Linux

Read Time:10 Sec

Quick_Tip_Linux

The following command can be executed from the Server Manager Console’s bin directory to start/stop the Server Manager Agent:

nohup ./startAgent &


./stopAgent

How To Start/Stop The Server Manager Agent On AS400

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.
Happy
Happy
0
Sad
Sad
0
Excited
Excited
0
Sleepy
Sleepy
0
Angry
Angry
0
Surprise
Surprise
0

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

2 thoughts on “How To Start/Stop The Server Manager Agent On Linux

  1. Hello Stewart,
    Actually the commands should be executed from Server Manager E1 agent Home nin folder, not Server Manager Console’s bin.
    Also, there is no need to use nohup if the E1 agent is started manualy. If there will be any error during startAgent launching, the user will see this. I would actually use restartAgent as this script will delete any *.pid file in case the server was not gracefully shutdown. It makes sense to use nohup only when the E1 agent is started by an automatic process (e.g. crontab on server’s boot).

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

E1Tips Qucik Tip Previous post How To Change The WebLogic Admin Password Using WLST
E1Tips Qucik Tip Next post How To Kill All Processes With The Same Name On Windows