agents.cfg file examples

The agents.cfg file enables the SirsiDynix Symphony auto_haltrun script to halt and run other SirsiDynix product agent processes in addition to the SirsiDynix Symphony processes. For information on how to configure the auto_haltrun script, see Configuring SirsiDynix agent processes to halt and run using the auto_haltrun script.

See the following sections for examples of how the agents.cfg file may look after a complete configuration:

For UNIX and Linux systems

The following is an example of a fully-configured agents.cfg file for a UNIX or Linux system:

agent1_name=BLUEcloud Harvester

agent1_type=script

agent1_dir=/s/sirsi/Unicorn/BCSSAgent

agent1_runfrom=./bin

agent1_start=agent.sh start

agent1_allowhalt=N

agent1_stop=agent.sh stop

agent2_name=Discovery Agent

agent2_type=script

agent2_dir=/s/sirsi/Unicorn/Discovery4

agent2_runfrom=./bin

agent2_start=agent.sh start

agent2_stop=agent.sh stop

agent3_name=Custom Agent

agent3_type=script

agent3_dir=/s/sirsi/Unicorn/CustomAgent

agent3_runfrom=./bin

agent3_start=agent.sh start

agent3_status=agent.sh status

agent3_stop=agent.sh stop

For Windows systems

The following is an example of a fully-configured agents.cfg file for a Windows system:

agent1_name=BLUEcloud Harvester

agent1_type=service

agent1_servicename=BLUEcloudAgent

agent1_allowhalt=N

agent2_name=Discovery Agent

agent2_type=service

agent2_servicename=CustomAgent

agent3_name=Custom Agent

agent3_type=service

agent3_servicename=CustomAgent