Starting an Agent in the Background on UNIX
Use the UNIX nohup command
with the StartAgent.sh script to start an agent automatically and
run in the background. This enables you to avoid having a command
prompt open at all times showing the constant heartbeat of the agent.
You can specify an output file to store heartbeat information.
For example,
nohup ./StartAgent.sh > agent_output.log &