Minor updates for uninstalling documentation based off feedback from Shay

This commit is contained in:
Tiffany Meyer 2021-07-12 15:00:29 -04:00
parent 815d54a625
commit 9ace5ba72e
3 changed files with 14 additions and 12 deletions

View file

@ -99,7 +99,7 @@ To correct this issue:
---
## Troubleshooting Uninstalling EDEX
## Troubleshooting Uninstalling EDEX (Linux)
Sometimes yum can get in a weird state and not know what AWIPS groups have been installed. For example if you are trying to remove AWIPS you may see an error:

View file

@ -210,7 +210,7 @@ You can reset CAVE by removing the **caveData** directory and reconnecting to an
---
## Uninstalling CAVE (linux)
## Uninstalling CAVE (Linux)
These are instructions to manually uninstall CAVE. However, the [`awips_install.sh`](#download-and-installation-instructions) script will do these steps for you if you are installing a newer version of CAVE.
**1. Make sure you have exited out of any CAVE sessions**

View file

@ -275,6 +275,8 @@ This file specifies configuration and runtime parameters. If you are pulling in
rpm -qa | grep awips2-edex
```
---
## Uninstalling EDEX
These are instructions to manually uninstall EDEX. However, the [`awips_install.sh`](#1-install-edex) script will do all of these steps for you if you are installing a newer version of EDEX.
@ -299,20 +301,20 @@ Here are some possible important directories/files to backup:
```
/awips2/database/data/pg_hba.conf
/awips2/edex/data/utility
/awips2/edex/bin
/awips2/ldm
/awips2/dev
/awips2/edex/conf
/awips2/edex/etc
/awips2/edex/logs
/usr/bin/edex
/awips2/edex/data/utility/*
/awips2/edex/bin/*
/awips2/ldm/*
/awips2/dev/*
/awips2/edex/conf*
/awips2/edex/etc/*
/awips2/edex/logs/*
/usr/bin/edex/*
/etc/init.d/edexServiceList
```
**3. See what AWIPS yum groups are currently installed**
In this case the "AWIPS EDEX Server" group installed
In this case the ```AWIPS EDEX Server``` group is installed
```
sudo yum grouplist
@ -362,7 +364,7 @@ Available Groups:
Xfce
```
**4. Remove currently installed AWIPS yum groups**
**4. Remove any currently installed AWIPS yum groups**
```
sudo yum clean all
sudo yum groupremove "AWIPS EDEX Server"