使用示例脚本来执行无人值守的 Control Room 卸载。

先决条件

确保 Automation 360 安装服务器已与 Microsoft SQL Server 数据库断开连接。

过程

  1. 登录安装服务器。
  2. 创建名为 LinuxUninstall.sh 的 shell 脚本,它将运行卸载过程并自动响应提示:
    sudo /opt/automationanywhere/enterprise/_Automation\ Anywhere\ Enterprise_installation/Change\ Automation\ Anywhere\ Enterprise\ Installation << EOF \n 1 \n EOF
  3. 将脚本标记为“可执行”,并运行卸载过程。
    1. $ sudo chmod a+x LinuxUninstall.sh
    2. $ sudo ./LinuxUninstall.sh
      脚本被执行:
      =============================================================================== Automation Anywhere Enterprise (created with InstallAnywhere) ------------------------------------------------------------------------------- 准备控制台模式卸载... =============================================================================== 卸载 Automation Anywhere Enterprise ---------------------------------------- 即将卸载...
  4. 完成卸载后,手动删除所有剩余的文件。