Operations Control Logger installation
- Last UpdatedSep 19, 2024
- 3 minute read
This section describes the installation steps of Operations Control Logger.
Install Operations Control Logger
-
Right-click the setup.exe file and select Run as administrator.
The Operations Control Logger Agreement screen appears.
-
Accept the End User License Agreement and then select Next.
-
Select the components that you want to install:
-
Select Operations Control Logger.
-
-
Select Next.
The Ready to Install the Application screen appears.
-
Select Install to start the installation.
Once the installation is complete, the installation successful dialog box appears.
-
Select Finish.
Install Operations Control Logger silently
You can install Operations Control Logger silently through command line mode.
Install Operations Control Logger silently from the command line
-
Open the command prompt (cmd.exe) as Administrator.
-
Change the working directory to the folder where you downloaded Operations Control Logger Setup.exe.
-
Run one of the following commands, depending on whether or not you want the computer to reboot automatically.
-
To automatically restart the node when installation is complete, use the /silent option.
For example:
"C:\...\CD-OCLoggerStandalone\Setup.exe" /silent "C:\Response.txt"
-
If you do not want to automatically restart after installation, use the /silentnoreboot option.
For example:"C:\...\CD-OCLoggerStandalone\Setup.exe" /silentnoreboot "C:\Response.txt"
Note: The installation files may be stored on any drive. Update the path based on the actual file location.
-
Note: Sample response files, “SampleResponseFiles” are present in CD-OCLoggerStandalone media folder.
Upgrade Operations Control Logger
-
Right-click the setup.exe file and select Run as administrator.
The Operations Control Logger Agreement screen appears.
-
Accept the End User License Agreement, then select Next.
The Products and/or Components to be upgraded page appears and is disabled by default.
-
Select Next.
-
If the Watchdog and ArchestrA DataStore services are running, the stop services dialog appears.
-
Select Stop to stop services and then select Next.
The Ready to upgrade Application screen appears.
-
Select Upgrade to start updating the system.
Once the upgrade is complete, the Process has completed successfully dialog appears.
-
Select Finish.
Uninstall Operations Control Logger silently
You can uninstall Operations Control Logger silently through command line mode.
Uninstall Operations Control Logger silently from the command line
-
Open the command prompt (cmd.exe) as Administrator.
-
Change the working directory to the folder where you downloaded Operations Control Logger Setup.exe.
-
Run one of the following commands, depending on whether or not you want the computer to reboot automatically.
-
To automatically restart the node when uninstallation is complete, use the /silentuninstall option.
For example:
"C:\...\CD-OCLoggerStandalone\Setup.exe" /silentuninstall {5DF7B2CD-9295-451E-9C6A-6D6DE4DD92D5}
Note: The installation files may be stored on any drive. Update the path based on the actual file location.
-
Uninstall Operations Control Logger
-
Select the Uninstall or Change a Program option in Windows Control Panel.
The list of software installed on your computer appears.
-
Select Operations Control Logger, and then select the Uninstall/Change.
The Modify, Repair or Remove Installation dialog box appears.
-
Select the Remove option, and then Select Next.
The confirmation dialog box appears.
-
Select Uninstall.
The component is uninstalled, and the complete uninstallation dialog box appears.
-
Select Finish.
Repair Operations Control Logger
-
Select the Uninstall or Change a Program option in Windows Control Panel.
The list of software installed on your computer appears.
-
Select Operations Control Logger, and then select the Uninstall/Change.
The Modify Repair or Remove Installation dialog box appears.
-
Select the Repair option, and then select Next.
The Confirm Repair dialog box appears.
-
Select Repair.
The complete repair dialog box appears.
-
Select Finish.
Installation update
If all nodes are not upgraded from a lower version to a newer version, you might encounter compatibility issues while connecting to a remote log viewer/log monitor from older to newer version and vice versa. To resolve the issue, you need to set the registry key value. This action will disable some security changes and work in a non authentication mode.
Set registry key value
-
For 64-bit node:
-
Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ArchestrA\Framework\Logger.
-
Create a DWORD key EnableCompatibleMode and set the key value to 1.
-
Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ArchestrA\Framework\Logger.
-
Create a DWORD key EnableCompatibleMode and set the key value to 1.
-
-
For 32-bit node:
-
Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ArchestrA\Framework\Logger.
-
Create a DWORD key EnableCompatibleMode and set the key value to 1.
-
-
Restart the machine.