Always On
Configuring Control-M/EM Always On
This procedure describes how to configure Control-M/EM with MSSQL Always On data replication.
The DBUbuild and Cold restore utilities are not supported in Always On mode.
Begin
-
Install or upgrade Control-M/EM on a machine using the primary node of the Always On database cluster, as described in Installing Control-M/EM on Windows.
-
Shut down Control-M/EM.
-
Send a request to the site DBA to load the standalone database into the Availability Group.
The database is now accessed by the global listener.
-
Send a request to the site DBA to grant VIEW SERVER STATE permissions the new login.
-
Verify that the site DBA sends you the Always On listener name and port number.
-
Navigate to the following directory:
<EM_Home>\bin\DBUtils\DBUData\scripts
-
Configure Always On by running the following commands:
-
always_on_config set mode=y
-
always_on_config set server=<AlwaysOn listener name{,port}>
-
-
Run the restore_host_config utility, as described in Reconfiguring the Database Server Connection Data.
Control-M/EM is now working in Always On mode.
-
Verify Always On connectivity, by running the following command:
<EM_Home>\bin\DBUData\scripts\always_on_config list pass=<Control-M/EM password>
Configuring Control-M/Server with MSSQL Always On
This procedure describes how to configure Control-M/Server with MSSQL Always On data replication.
The DBUbuild and Cold restore utilities are not supported in Always On mode.
Begin
-
Install or upgrade Control-M/Server on a machine using the primary node of the Always On database cluster, as described in Installing Control-M/Server on Windows.
-
Shut down Control-M/Server.
-
Send a request to the site DBA to load the standalone database into the Availability Group.
The database is now accessed by the global listener.
-
Send a request to the site DBA to grant VIEW SERVER STATE permissions the new login.
-
Verify that the site DBA sends you the Always On listener name and port number.
-
Run the following commands:
-
always_on_config set mode=Y
-
always_on_config set server=<listenername{,port}>
The password for the database login remains the same.
-
-
Start up Control-M/Server.
Control-M/Server is now working in Always On mode.
-
Verify Always On connectivity, by running the following command:
<Control-M/Server_Home>\bin\DBUData\scriptsalways_on_config list pass=<Control-M/Server password>