Performing silent uninstallation of Control Room on Linux

Use the sample script to perform an unattended uninstallation of Control Room.

Prerequisites

Ensure that the Automation 360 installation server is disconnected from the Microsoft SQL Server database.

Procedure

  1. Log in to the installation server.
  2. Create a shell script named LinuxUninstall.sh that will run the uninstallation process and automatically respond to prompts:
    sudo /opt/automationanywhere/enterprise/_Automation\ Anywhere\ Enterprise_installation/Change\ Automation\ Anywhere\ Enterprise\ Installation << EOF
    \n
    1
    \n
    EOF
  3. Mark the script as executable and run the uninstallation process.
    1. $ sudo chmod a+x LinuxUninstall.sh
    2. $ sudo ./LinuxUninstall.sh
      The script is executed:
      ===============================================================================
      Automation Anywhere Enterprise                   (created with InstallAnywhere)
      -------------------------------------------------------------------------------
      Preparing CONSOLE Mode Uninstallation...
      
      ===============================================================================
      Uninstall Automation Anywhere Enterprise
      ----------------------------------------
      
      About to uninstall...
      
  4. When the uninstallation is complete, manually remove any remaining files.