Uninstalling Unity app
To uninstall the Unity app, you must stop and clean up the Unity One app, App Comparator, and Pipeline health and observability.
Caution
Ensure to backup the config.py
file before you uninstall the Unity app.
Stop and clean up the Unity One app
Go to the
bin
folder in the installed location of the Unity One app($UNRAVEL_HOME/data/apps/unity-one/src
).Run the following script to stop the App Comparator:
./stop.sh
Ensure that all the associated processes of the Unity One app have stopped.
ps -ef | grep unity
In some cases, this might take a few seconds.
Ensure that the app is no longer available via a browser. Open any of the following URLs and check:
http://<hostname>:8111/
https://<hostname>:8111/
Delete the
$UNRAVEL_HOME/data/apps/unity-one
folder and the existingunity-app-47.tar.gz
file located at$UNRAVEL_HOME/data/apps/
.rm -rf unity-one unity-app-47.tar.gz
Stop and clean up the App Comparator
Go to the
bin
folder in the installed location of the comparator app ($UNRAVEL_HOME/data/apps/AppComparator/bin/
).Run the following script to stop the App Comparator:
./stop.sh
Ensure that all the associated processes of the App Comparator have stopped.
ps -ef | grep
<port>
In some cases, this might take a few seconds.
Ensure that the app is no longer available via a browser. Open any of the following URLs and check:
http://<hostname>:8050/
https://<hostname>:8050/
Delete the
$UNRAVEL_HOME/data/apps/AppComparator
folder.rm -rf AppComparator
Stop and clean up the Pipeline Health and Observability
Go to the
bin
folder in the installed location of Pipeline Health and Observability ($UNRAVEL_HOME/data/apps/pipe_obs/src
).Run the following script to stop Pipeline Health and Observability:
sh stop.sh
Ensure that all the associated processes of Pipeline Health and Observability have stopped.
ps -ef | grep pipe_obs
In some cases, this might take a few seconds.
Ensure that the app is no longer available via a browser. Open any of the following URLs and check:
http://<hostname>:8050/
https://<hostname>:8050/
Delete the
$UNRAVEL_HOME/data/apps/pipe_obs
folder and the existingpipe_obs.tar.gz
file located at$UNRAVEL_HOME/data/apps/
.rm -rf pipe_obs pipe_obs.tar.gz