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:
- pm2 delete
ArchitectureRoomLive
Stops the IBM Architecture Room LIVE! web server and deletes it from PM2 list of managed processes.
- pm2 kill
Stops the PM2 daemon process.
- 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.
- 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()
- On Windows, you can uninstall Mongo using the following command:
On Linux, the commands for uninstalling Mongo depend on your Linux distribution; see the Mongo documentation.msiexec /uninstall <live-install-folder>\DR_Install\downloaded\mongo-win.msi
- Now you can remove the IBM Architecture Room LIVE! server by deleting the <live-install-folder> folder.