Install additional SQL Agent instances
What is it?
You can install more than one instance of the SQL Agent on a single machine. Each instance must have a unique instance name and port number so OpCon can communicate with each one independently. Use multiple instances when:
- You need to isolate jobs running against different databases or environments.
- Different agent instances must run under different service accounts.
- You want to scale concurrent job throughput on the same host.
Install another instance
The installer detects an existing SQL Agent on the machine and automatically prompts you to install a new instance.
To install an additional SQL Agent instance, complete the following steps:
-
Repeat the Install the SQL Agent procedure. The installation package automatically transforms to install a new instance of the agent.
Use a unique instance name and portOn the Configure Instance Name screen, enter a name that distinguishes this instance from the others. On the Configure Ports screen, set port values that are not already in use by another agent on the machine.
-
Define a new machine in OpCon with a unique name and port number using the procedure for Machine creation. The socket number you set in OpCon must match the port you chose in the installer.