Uninstalling IBM Architecture Room LIVE!

There is no script for uninstalling the IBM Architecture Room LIVE! web server, so you need to perform the following steps manually (from an administrative command prompt):

Procedure

Run the following commands from the command prompt:
  1. pm2 delete ArchitectureRoomLive

    Stops the IBM Architecture Room LIVE! web server and deletes it from PM2 list of managed processes.

  2. pm2 kill

    Stops the PM2 daemon process.

  3. npm uninstall -g pm2

    Uninstalls PM2. If it is still available in the PATH after this command, you must manually remove the PM2 files. Use where pm2 (Windows) or which pm2 (Linux) to find out where it is located.

  4. Enter the Mongo shell by running <mongo-install>\bin\mongo, where <mongo-install> is specified either by mongo-win-install-folder or mongo-linux-install-folder in the file <live-install-folder>\DR_Install\dr-config.json folder.
    Run the following commands in the Mongo shell for stopping the Mongo database:
    use admin 
    db.shutdownServer()
  5. On Windows, you can uninstall Mongo using the following command:
    msiexec /uninstall <live-install-folder>\DR_Install\downloaded\mongo-win.msi
    On Linux, the commands for uninstalling Mongo depend on your Linux distribution; see the Mongo documentation.
  6. Now you can remove the IBM Architecture Room LIVE! server by deleting the <live-install-folder> folder.