The uninstall executable file consolidates and formalizes the actions required to remove an OpenEdge Command Center agent instance. The uninstall file is located in the uninstall subdirectory of the agent installation directory.

Uninstall OpenEdge Command Center agent on Windows

To uninstall the OpenEdge Command Center agent on the Windows platform:
  1. Navigate to the uninstall directory and locate the Uninstall Progress OpenEdge Command Center Agent executable file.
  2. Run the Uninstall Progress OpenEdge Command Center Agent file as an administrator.
  3. Follow the Uninstall OpenEdge Command Center wizard.
  4. After the uninstallation is complete, the Uninstall Complete screen displays the message: All items were successfully uninstalled. Click Done to exit.

On Windows platforms, you can also uninstall the agent by completing the following steps:

  1. Select the Start button, then choose Settings > Apps.
  2. Scroll to and select Progress OpenEdge Command Center Agent, then click Uninstall.

After you uninstall the agent, it still remains listed on the Discovered Resources panel and on the OECC Agents page with a status as OFFLINE. To completely remove the agent, you must manually delete its entry from the OECC Agents page. For details, see Unregister an agent.

Uninstall OpenEdge Command Center agent on UNIX

To uninstall the OpenEdge Command Center agent on the UNIX platform:

  1. Open a command window and change to the uninstall subdirectory of the agent installation directory. For example:
    prompt> cd /usr/oecc/agent/uninstall
  2. To uninstall the OpenEdge Command Center agent, type the following command:
    • On UNIX or Linux:

      ./Uninstall Progress OpenEdge Command Center Agent -i mode

    • On AIX

      ./Uninstall_Progress_OpenEdge_Command_Center_Agent -i mode

In the preceding command, mode represents one of the following parameters:

  • gui—Launches the uninstaller in GUI mode and prompts you for responses before uninstalling.
  • console—Launches the uninstaller in console mode and displays prompts in the console.
  • silent—Launches the uninstaller in silent mode and proceeds with the uninstall using default settings without prompting for any input. Response files are not supported and will be ignored if provided.

After you uninstall the agent, it still remains listed on the Discovered Resources panel and on the OECC Agents page with a status as OFFLINE. To completely remove the agent, you must manually delete its entry from the OECC Agents page. For details, see Unregister an agent.

A log file of the uninstallation process is created in the $HOME directory with the name $HOME/Progress_OpenEdge_Command_Center_Agent _Uninstall_mm_dd_yyyy_hh_mm_ss.log.
Note:
  • If the agent was installed silently, then by default the uninstall process also runs silently.