diff --git a/docs/install/install-cave-v20.md b/docs/install/install-cave-v20.md deleted file mode 100644 index c30caddb12..0000000000 --- a/docs/install/install-cave-v20.md +++ /dev/null @@ -1,274 +0,0 @@ -# Install CAVE (v20 EOL) - -CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used for rendering and analyzing data for AWIPS. The installer may require administrator priviledges to install and may require other system changes (environment variables, etc) as well. - ---- - -## Latest CAVE Versions - ->Note: Version 20* of CAVE and EDEX runs on CentOS7 which was End of Life (EOL) on Jun 30, 2024. Unidata is still running a public version 20.3.2 EDEX and has CAVE installers available for the time being until we can officially release version 23 in a non-beta form. This will happen once the National Weather Service (NWS) officially releases 23.4.1 to operations. - -- [**Linux: 20.3.2-2**](#linux) -- [**Windows: 20.3.2-2**](#windows) -- [**Mac: 20.3.2-2**](#macos) -- [**BETA Version 23.4.1-0.3**](install-cave.md) (Compatible with RHEL/Rocky8) - -[**View release notes**](https://www.unidata.ucar.edu/blogs/news/tags/awips-release) - -!!! note "Major versions of CAVE and EDEX are not always cross compatible. Please use the same version CAVE to connect to the same version EDEX to ensure proper functionality." - ---- - -## Functionality/Reporting - -If you come across issues/bugs/missing functionality, we also encourage you to report it using this short form. - ---- - -## General Requirements - -Regardless of what Operating System CAVE is running on, these general requirements are recommended in order for CAVE to perform optimally: - -- Local machine - - !!! error "Running CAVE via X11 forwarding or ssh tunneling is **not** supported. Using a [VNC connection is the only remote option](../appendix/common-problems.md#remotely-connecting-to-cave), and may result in worse performance than running locally." - -- OpenGL 2.0 Compatible Devices -- At least 4GB RAM -- At least 2GB Disk Space for Caching -- NVIDIA Graphics Card -- [Latest NVIDIA Driver](http://www.nvidia.com/Download/index.aspx?lang=en-us) - - !!! warning "While other graphics cards *may* work, NVIDIA Quadro graphics card is recommended for full visualization capability" - ---- - -## Linux   - -**Latest Version: 20.3.2-2** - -### System Requirements - -- 64 bit CentOS/Red Hat 7 -- Bash shell environment - -!!! note "While CentOS8 has reach End of Life as of Dec. 31, 2021, CentOS7 End of Life isn't until June 30, 2024." - -### Upgrade Existing Installation - -Whether you have CAVE currently installed or not, you can follow the [Download and Installation Instructions](#download-and-installation-instructions) below. The script will remove the old version of CAVE if needed, and install the latest version. - -If you would like to completely remove CAVE, please see the [uninstall instructions further down this page](#linux_1). - -### Download and Installation Instructions - -1. Download the following installer: [**awips_install.sh** ](https://downloads.unidata.ucar.edu/awips2/current/linux/awips_install.sh) -2. In a terminal, go to the download directory -3. Make the installer an executable by running: `chmod 755 awips_install.sh` -4. Run the installer: `sudo ./awips_install.sh --cave` - - This will install the application in `/awips2/cave/` and set the local cache to `~/caveData/` - -### Run CAVE - -To run CAVE either: - -- Use the terminal and type the command `cave` -- Find the application in the Linux Desktop menu: Applications > Internet > AWIPS CAVE - -Additionally users can choose to run a [virtual machine (VM)](#linux-virtual-machine) on Linux. - ---- - -## Windows   - -**Latest Version: 20.3.2-2** - -For Windows, we offer two installation options: a [**Direct Windows Installation**](#method-1-direct-windows-install), or a [**Linux Virtual Machine**](#method-2-linux-virtual-machine). - -!!! warning "The virtual machine option won't render RGB composites of satellite imagery." - -### Method 1: Direct Windows Install - -We offer CAVE installers at both the user-level (no administrative permissions needed), and the system-level (useful in a lab setting for instance). If you need the system-level installer, please skip to the [System-Level Installation section](#system-level-installation), otherwise simply proceed with the next sections. - -#### Upgrade Existing Installation - -If you do not currently have CAVE installed, please go directly to the [Download and Installation Instructions](#download-and-installation-instructions_1). - -If you already have CAVE installed: - -1. First remove it by going to the **Installed Apps** settings dialog. You can access this window by: Start bar > Settings > Apps > Installed Apps. - - *Typing "remove" in the start bar should bring you to this screen as well* -2. Find AWIPS CAVE, click on it, and click Uninstall. -3. Once the uninstall is finished, simply [download and install the latest version](#download-and-installation-instructions_1) as instructed below. - -#### Download and Installation Instructions - -1. Download and install: [**awips-cave.msi** ](https://downloads.unidata.ucar.edu/awips2/current/windows/awips-cave.msi) - -#### Run CAVE - -To run CAVE, either: - -- Double click on the CAVE icon on your desktop -- Type "cave" in the start bar and hit enter -- Find and run CAVE app in the file browser: `C:\Users\%USER%\AppData\Roaming\UCAR Unidata\AWIPS CAVE\CAVE.bat` - -#### System-Level Installation - -If you need a system-level installation of CAVE, please fill out [this brief access form](https://docs.google.com/forms/d/e/1FAIpQLScLLR1JGh_DHESBSc6W0TVlslhNojT5OJF3WiTCajXg7CjWTA/viewform?usp=sf_link) for the .msi, and then proceed with installation similar to that described above. - ---- - -### Method 2: Linux Virtual Machine - -Please note, running CAVE in a Virtual Machine does have reduced functionality than running CAVE directly on hardware (ex: rendering RGB satellite images). - -#### System Requirements - -- [VMWare Workstation Player](https://downloads.unidata.ucar.edu/awips2/current/windows/VMware-player-17.5.2-23775571.exe) must be installed (free software): -- For high definition monitors (4k), you will want to enable the high DPI setting for VMWare Workstation Player - 1. Create a desktop shortcut for VMWare Workstation Player - 1. Right-click the shortcut and select Properties - 1. Open the Compatibility Tab - 1. Select the "Change high DPI settings" button - 1. Check the "High DPI scaling override" checkbox and choose "Application" in the enabled dropdown - - ![VMWare Workstation Player DPI Setting](../images/vmwareplayer-update-dpi.png) - -#### Upgrade Existing Installation - -If you do not currently have CAVE installed, please go directly to the [Download and Installation Instructions](#download-and-installation-instructions_2). - -If you already have CAVE installed you can either: - -- Download the new Virtual Machine ([as described below](#download-and-installation-instructions_2)) and you will see the new VM in VMware, similar to this screenshot: - ![](../images/workstationPlayer.png) - -- Upgrade the version of CAVE within the Virtual Machine by following the [Linux instructions](#upgrade-existing-installation) - - -#### Download and Installation Instructions - -1. Download the zipped file containing the virtual machine: [**CentOS7-Unidata-CAVE-20.3.2-2** ](https://downloads.unidata.ucar.edu/awips2/current/windows/unidata_cave.zip) -2. Unzip the folder. -3. Open VMWare Player and go to **Player** > **File...** > **Open** and locate the folder that was created from the downloaded zipped file. Select the file called **"CentOS 7 - Unidata CAVE 20.3.2-2.vmx"**. -4. Run this new VM option. If it asks if it's been moved or copied, select **"I Copied It"**. - - There will be a user in the Linux machine named "awips" and the password is "awips" - - The root password is "unidataAWIPS" if ever needed - -#### Run CAVE - -Once inside the VM, to run CAVE either: - -- Use the desktop icon -- Use the terminal and type the command `cave` -- Find the application in the Linux Desktop menu: Applications > Internet > AWIPS CAVE - ---- - -## macOS   - -**Latest Version: 20.3.2-2** - -### System Requirements - -- Nvidia Graphics Card (Some Intel Graphics cards seem to work as well) - -### Upgrade Existing Installation - -If you do not currently have CAVE installed, please go directly to the [Download and Installation Instructions](#download-and-installation-instructions_3). - -If you already have CAVE installed: - -1. Remove the existing installation by locating it (it maybe be in your **Applications** folder), and dragging it to the trash. -2. Clear CAVE's cache by removing caveData (see these instructions for removal). -3. Follow the [Download and Installation Instructions](#download-and-installation-instructions_3) from below to install the newest version of CAVE. - -### Download and Installation Instructions - -1. Download and install CAVE: [awips-cave.dmg](https://downloads.unidata.ucar.edu/awips2/current/mac/awips-cave.dmg) - ![Cave System Install](../images/mac-install.png) - - You can click and drag the CAVE icon into the Applications Directory to install at the System Application level -- this may require Administrator Privileges - - You can drag that icon to any other location (Desktop, local user's Applications directory, etc) to install CAVE at that location -- this will not require Administrator Privileges - -### Run CAVE - -To run CAVE either: - -- Use the System Menu Go > Applications > CAVE -- Type ⌘ + Spacebar and then type "cave", the application should appear and you can hit **enter** to run it - -!!! note "The first time CAVE is opened, it will ask you if you are sure you want to run it, because it was downloaded from the internet and not the Apple Store. This is normal, and hit Open. Your message my differ slightly but should look like the image below:" -![internet warning](../images/mac-cave-internet-download2.png) - ---- - -## EDEX Connection - -NSF Unidata and Jetstream2 have partnered to offer a EDEX data server in the cloud, open to the public. Select the server in the Connectivity Preferences dialog, or enter **edex-cloud.unidata.ucar.edu**. - -![EDEX in the cloud](../images/connectWindow.png) - ---- - -## Local Cache - -After connecting to an EDEX server, you will have a local directory named **caveData** which contains files synced from EDEX as well as a client-side cache for data and map resources. - -You can reset CAVE by removing the **caveData** directory and reconnecting to an EDEX server. Your local files have been removed, but if you are re-connecting to an EDEX server you have used before, the remote files will sync again to your local **~/caveData** (bundles, colormaps, etc.). - -- Linux: `/home//caveData/` -- macOS: `/Users//Library/caveData/` -- Windows: `C:\Users\\caveData\` - ---- - -## 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** - -!!! note "Check to make sure your `/etc/yum.repos.d/awips2.repo` file has `enabled=1`." - -**2. Remove currently installed CAVE** -``` -sudo yum clean all -sudo yum groupremove "AWIPS CAVE" -``` - -!!! note "If you are having trouble removing a group, see the [troubleshooting](../appendix/common-problems.md#troubleshooting-uninstalling-edex) section." - -**3. Check to make sure all awips rpms have been removed** -``` -rpm -qa | grep awips2 -``` - -If you still have rpms installed, remove them - -``` -sudo yum remove awips2-* -``` - -**4. Remove the cave directory in /awips2 and caveData from your home directory** -``` -rm -rf /awips2/cave -rm -rf ~/caveData -``` - -### Windows - -To completely remove CAVE: - -1. Type "remove" in the search bar and select **Add or remove programs**. This will open the Applications settings. -2. From here, find **AWIPS CAVE** and select "Uninstall". - -### macOS - -To completely remove CAVE: - -1. Find where it is installed (might be the **Applications** folder) and drag into the trash. -2. Then remove caveData. diff --git a/docs/install/install-cave.md b/docs/install/install-cave.md index 23765c1b8b..7ebc3d70d9 100644 --- a/docs/install/install-cave.md +++ b/docs/install/install-cave.md @@ -2,7 +2,7 @@ CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used for rendering and analyzing data for AWIPS. The installer may require administrator priviledges to install and may require other system changes (environment variables, etc) as well. ->Note: This release is still in beta since the National Weather Service (NWS) is still working on their 23.4.1 release to operations. In the interim, we are waiting on final clearance from the NWS before releasing a production (non-beta) version and source code. +!!! Note: This release is still in beta since the National Weather Service (NWS) is still working on their 23.4.1 release to operations. In the interim, we are waiting on final clearance from the NWS before releasing a production (non-beta) version and source code. --- @@ -11,7 +11,6 @@ CAVE is the **C**ommon **A**WIPS **V**isualization **E**nvironment that is used - [**Linux: 23.4.1-0.4**](#linux) - [**Windows: 23.4.1-0.4**](#windows) - [**Mac: 23.4.1-0.4**](#macos) -- [**20.3.2**](install-cave-v20.md) (Compatible with EOL CentOS/Redhat 7) [**View release notes**](https://www.unidata.ucar.edu/blogs/news/tags/awips-release) diff --git a/docs/install/install-edex-v20.md b/docs/install/install-edex-v20.md deleted file mode 100644 index cf989a6f7b..0000000000 --- a/docs/install/install-edex-v20.md +++ /dev/null @@ -1,417 +0,0 @@ -# Install EDEX - -EDEX is the **E**nvironmental **D**ata **Ex**change system that represents the backend server for AWIPS. EDEX is only supported for Linux systems: CentOS and RHEL, and ideally, it should be on its own dedicated machine. It requires administrator priviledges to make root-level changes. EDEX can run on a single machine or be spread across multiple machines. To learn more about that please look at [Distributed EDEX, Installing Across Multiple Machines](../../edex/distributed-computing/) - ---- - -## Latest Version - ->Note: Version 20* of CAVE and EDEX runs on CentOS7 which was End of Life (EOL) on Jun 30, 2024. Unidata is still running a public version 20.3.2 EDEX and has CAVE installers available for the time being until we can officially release version 23 in a non-beta form. This will happen once the National Weather Service (NWS) officially releases 23.4.1 to operations. - -- **20.3.2-2** -- [**BETA Version 23.4.1-0.3**](install-edex.md) (Compatible with RHEL/Rocky8) - -[**View release notes**](https://www.unidata.ucar.edu/blogs/news/tags/awips-release) - -!!! note "Version 23.\* of CAVE is not compatible with Version 20.\* EDEX and vice versa, Version 20.\* of CAVE is not compatible with Version 23.\* EDEX." - ---- - -## Functionality/Reporting - -If you come across issues/bugs/missing functionality, we also encourage you to report it using this short form. - ---- - - -## System requirements - -- 64-bit CentOS/RHEL 7 - -!!! note "While CentOS8 has reach End of Life as of Dec. 31, 2021, CentOS7 End of Life isn't until June 30, 2024." - -- Bash shell environment -- 16+ CPU cores (each CPU core can run a decorder in parallel) -- 24GB RAM -- 700GB+ Disk Space -- gcc-c++ package -- A **Solid State Drive (SSD)** is recommended - - A SSD should be mounted either to `/awips2` (to contain the entire EDEX system) or to `/awips2/edex/data/hdf5` (to contain the large files in the decoded data store). EDEX can scale to any system by adjusting the incoming LDM data feeds or adjusting the resources (CPU threads) allocated to each data type. - -!!! note "EDEX is only supported for 64-bit CentOS and RHEL 7 Operating Systems." - -!!! warning "EDEX is **not** supported in Debian, Ubuntu, SUSE, Solaris, macOS, or Windows. You may have luck with Fedora Core 12 to 14 and Scientific Linux, but we will not provide support." - ---- - -## Download and Installation Instructions - -The first 3 steps should all be run as **root** - -### 1. Install EDEX - -Download and run the installer: [**awips_install.sh** ](https://downloads.unidata.ucar.edu/awips2/current/linux/awips_install.sh) - -``` -wget https://downloads.unidata.ucar.edu/awips2/current/linux/awips_install.sh -chmod 755 awips_install.sh -sudo ./awips_install.sh --edex -``` - - -!!! note "**awips_install.sh --edex** will perform the following steps (it's always a good idea to review downloaded shell scripts):" - - 1. Checks to see if EDEX is currently running, if so stops the processes with the `edex stop` command - 2. If EDEX is installed, asks the user if it can be removed and where to backup the data to and does a `yum groupremove awips2-server` - 3. If the user/group awips:fxalpha does not exist, it gets created - 4. Saves the appropriate yum repo file to `/etc/yum.repos.d/awips2.repo` - 5. Increases process and file limits for the the *awips* account in `/etc/security/limits.conf` - 6. Creates `/awips2/data_store` if it does not exist already - 7. Runs `yum groupinstall awips2-server` - -!!! warning "If you receive an error relating to yum, then please run" - - ``` - sudo su - -c "[PATH_TO_INSTALL_FILE]/awips_install.sh --edex" - ``` - - -### 2. EDEX Setup -The external and localhost addresses need to be specified in `/etc/hosts` - -``` -127.0.0.1 localhost localhost.localdomain -XXX.XXX.XXX.XXX edex-cloud edex-cloud.unidata.ucar.edu - -``` - -### 3. Configure iptables - -This should be a one time configuration change. Configure iptables to allow TCP connections on ports 9581 and 9582 if you want to serve data publicly to CAVE clients and the Python API. - -#### Open Port 9588 - -If you are running a Registry (Data Delivery) server, you will also want to open port **9588**. - -##### To open ports to all connections - -``` -vi /etc/sysconfig/iptables - -*filter -:INPUT ACCEPT [0:0] -:FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [0:0] --A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT --A INPUT -p icmp -j ACCEPT --A INPUT -i lo -j ACCEPT --A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT --A INPUT -m state --state NEW -m tcp -p tcp --dport 9581 -j ACCEPT --A INPUT -m state --state NEW -m tcp -p tcp --dport 9582 -j ACCEPT -#-A INPUT -m state --state NEW -m tcp -p tcp --dport 9588 -j ACCEPT # for registry/dd --A INPUT -j REJECT --reject-with icmp-host-prohibited --A FORWARD -j REJECT --reject-with icmp-host-prohibited -COMMIT -``` - -##### To open ports to specific IP addresses - -In this example, the IP range `128.117.140.0/24` will match all 128.117.140.\* addresses, while `128.117.156.0/24` will match 128.117.156.\*. - -``` -vi /etc/sysconfig/iptables - -*filter -:INPUT DROP [0:0] -:FORWARD DROP [0:0] -:OUTPUT ACCEPT [0:0] -:EXTERNAL - [0:0] -:EDEX - [0:0] --A INPUT -i lo -j ACCEPT --A INPUT -p icmp --icmp-type any -j ACCEPT --A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT --A INPUT -s 128.117.140.0/24 -j EDEX --A INPUT -s 128.117.156.0/24 -j EDEX --A INPUT -j EXTERNAL --A EXTERNAL -j REJECT --A EDEX -m state --state NEW -p tcp --dport 22 -j ACCEPT --A EDEX -m state --state NEW -p tcp --dport 9581 -j ACCEPT --A EDEX -m state --state NEW -p tcp --dport 9582 -j ACCEPT -#-A EDEX -m state --state NEW -p tcp --dport 9588 -j ACCEPT # for registry/dd --A EDEX -j REJECT -COMMIT -``` - -#### Restart iptables - -``` -service iptables restart -``` - -#### Troubleshooting - -For CentOS 7 error: - -``` -Redirecting to /bin/systemctl restart iptables.service -Failed to restart iptables.service: Unit iptables.service failed to load: No such file or directory. -``` - - -The solution is: -``` -yum install iptables-services -systemctl enable iptables -service iptables restart -``` - -### 4. Start EDEX - -!!! note "These steps should be run as user *awips* with sudo. Switch to the user by running `su - awips`." - -``` -edex start -``` -To manually start, stop, and restart: -``` -service edex_postgres start -service httpd-pypies start -service qpidd start -service edex_camel start -``` -The fifth service, **edex_ldm**, does **not run at boot** to prevent filling up disk space if EDEX is not running. Start ldm manually: -``` -service edex_ldm start -``` -To restart EDEX -``` -edex restart -``` - ---- - -## Additional Notes - -### Ensure SELinux is Disabled - -``` -vi /etc/sysconfig/selinux - -# This file controls the state of SELinux on the system. -# SELINUX= can take one of these three values: -# enforcing - SELinux security policy is enforced. -# permissive - SELinux prints warnings instead of enforcing. -# disabled - No SELinux policy is loaded. -SELINUX=disabled -# SELINUXTYPE= can take one of these two values: -# targeted - Targeted processes are protected, -# mls - Multi Level Security protection. -SELINUXTYPE=targeted -``` - -!!! note "Read more about selinux at [redhat.com](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Enabling_and_Disabling_SELinux-Disabling_SELinux.html)" - ---- - -### SSD Mount - -Though a Solid State Drive is not required, it is *strongly encouraged* in order to handle the amount of disk IO for real-time IDD feeds. - -The simplest configuration would be to mount an 500GB+ SSD to **/awips2** to contain both the installed software (approx. 20GB) and the real-time data (approx. 150GB per day). - -The default [purge rules](/edex/data-purge/) are configured such that the processed data in **/awips2** does not exceed 450GB. The raw data is located in **/awips2/data_store**, and is scoured every hour and should not exceed 50GB. - -If you want to increase EDEX data retention you should mount a large disk to **/awips2/edex/data/hdf5** since this will be where the archived processed data exists, and any case studies created. - -``` -Filesystem Size Used Avail Use% Mounted on -/dev/sda1 30G 2.5G 26G 9% / -tmpfs 28G 0 28G 0% /dev/shm -/dev/sdc1 788G 81G 667G 11% /awips2 -/dev/sdb1 788G 41G 708G 10% /awips2/edex/data/hdf5 -``` - ---- - -### Configure LDM Feeds - -EDEX installs its own version of the LDM to the directory **/awips2/ldm**. As with a the default LDM configuration, two files are used to control what IDD feeds are ingested: - -#### Configuration file: /awips2/ldm/etc/ldmd.conf - -This file specifies an upstream LDM server to request data from, and what feeds to request: - -``` -REQUEST NEXRAD3 "./p(DHR|DPR|DSP|DTA|DAA|DVL|EET|HHC|N0Q|N0S|N0U|OHA|NVW|NTV|NST)." idd.unidata.ucar.edu -REQUEST FNEXRAD|IDS|DDPLUS|UNIWISC ".*" idd.unidata.ucar.edu -REQUEST NGRID ".*" idd.unidata.ucar.edu -REQUEST NOTHER "^TIP... KNES.*" idd.unidata.ucar.edu -``` - -!!! note "[Read more about ldmd.conf in the LDM User Manual](https://www.unidata.ucar.edu/software/ldm/ldm-current/basics/ldmd.conf.html)" - -#### Configuration File: /awips2/ldm/etc/pqact.conf - -This file specifies the WMO headers and file pattern actions to request: - -``` -# Redbook graphics -ANY ^([PQ][A-Z0-9]{3,5}) (....) (..)(..)(..) !redbook [^/]*/([^/]*)/([^/]*)/([^/]*)/([0-9]{8}) - FILE -overwrite -close -edex /awips2/data_store/redbook/\8/\4\5Z_\8_\7_\6-\1_\2_(seq).rb.%Y%m%d%H -# NOAAPORT GINI images -NIMAGE ^(sat[^/]*)/ch[0-9]/([^/]*)/([^/]*)/([^ ]*) ([^/]*)/([^/]*)/([^/]*)/ (T[^ ]*) ([^ ]*) (..)(..)(..) - FILE -overwrite -close -edex /awips2/data_store/sat/\(11)\(12)Z_\3_\7_\6-\8_\9_(seq).satz.%Y%m%d%H -``` - -!!! note "[Read more about pqact.conf in the LDM User Manual](https://www.unidata.ucar.edu/software/ldm/ldm-current/basics/pqact.conf.html)" -!!! tip "[See available AWIPS LDM feeds](/edex/ldm/)" - -#### Configuration File: /awips2/ldm/etc/registry.xml - -This file specifies configuration and runtime parameters. If you are pulling in a lot of data, you may want to consider increasing your LDM queue size: - -``` - - /awips2/ldm/var/queues/ldm.pq - 24GB - default - -``` - -!!! note "[Read more about registry.xml in the LDM User Manual](https://www.unidata.ucar.edu/software/ldm/ldm-current/basics/LDM-registry.html)" - ---- - -### Directories to Know - -* `/awips2` - Contains all of the installed AWIPS software. -* `/awips2/edex/logs` - EDEX logs. -* `/awips2/httpd_pypies/var/log/httpd` - httpd-pypies logs. -* `/awips2/database/data/pg_log` - PostgreSQL logs. -* `/awips2/qpid/log` - Qpid logs. -* `/awips2/edex/data/hdf5` - HDF5 data store. -* `/awips2/edex/data/utility` - Localization store and configuration files. -* `/awips2/ldm/etc` - Location of **ldmd.conf** and **pqact.conf** -* `/awips2/ldm/logs` - LDM logs. -* `/awips2/data_store` - Raw data store. -* `/awips2/data_store/ingest` - Manual data ingest endpoint. - ---- - -### What Version is my EDEX? -``` -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. - -**1. Make sure all EDEX processes are stopped** -``` -sudo edex stop -sudo edex status - -[edex status] - postgres :: not running - pypies :: not running - qpid :: not running - EDEXingest :: not running - EDEXgrib :: not running - EDEXrequest :: not running - ldmadmin :: not running -``` - -**2. Backup any important configuration files that you may want to reference** - -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/* -/etc/init.d/edexServiceList -``` - -**3. See what AWIPS yum groups are currently installed** - -In this case the ```AWIPS EDEX Server``` group is installed - -``` -sudo yum grouplist - -Available Environment Groups: - Minimal Install - Compute Node - Infrastructure Server - File and Print Server - Cinnamon Desktop - MATE Desktop - Basic Web Server - Virtualization Host - Server with GUI - GNOME Desktop - KDE Plasma Workspaces - Development and Creative Workstation -Installed Groups: - AWIPS EDEX Server - Development Tools -Available Groups: - AWIPS ADE SERVER - AWIPS CAVE - AWIPS Development - AWIPS EDEX DAT Server - AWIPS EDEX Database/Request Server - AWIPS EDEX Decode/Ingest Node (No Database, PyPIES, GFE) - Cinnamon - Compatibility Libraries - Console Internet Tools - Educational Software - Electronic Lab - Fedora Packager - General Purpose Desktop - Graphical Administration Tools - Haskell - LXQt Desktop - Legacy UNIX Compatibility - MATE - Milkymist - Scientific Support - Security Tools - Smart Card Support - System Administration Tools - System Management - TurboGears application framework - Xfce -``` - -**4. Remove any currently installed AWIPS yum groups** -``` -sudo yum clean all -sudo yum groupremove "AWIPS EDEX Server" -``` - -!!! note "If you are having trouble removing a group, see the [troubleshooting](../appendix/common-problems.md#troubleshooting-uninstalling-edex) section." - -**5. Check to make sure all awips rpms have been removed** -``` -rpm -qa | grep awips2 -``` - -If you still have rpms installed, remove them - -``` -sudo yum remove awips2-* -``` - -**6. Remove everything in the /awips2 directory** -``` -rm -rf /awips2/* -``` diff --git a/docs/install/install-edex.md b/docs/install/install-edex.md index b6bc2ff2a4..b5ae616e61 100644 --- a/docs/install/install-edex.md +++ b/docs/install/install-edex.md @@ -8,7 +8,6 @@ EDEX is the **E**nvironmental **D**ata **Ex**change system that represents the b >Note: This release is still in beta since the National Weather Service (NWS) is still working on their 23.4.1 release to operations. In the interim, we are waiting on final clearance from the NWS before releasing a production (non-beta) version and source code. - **23.4.1-0.4** -- [**20.3.2**](install-edex-v20.md) (Compatible with EOL CentOS/Redhat 7) [**View release notes**](https://www.unidata.ucar.edu/blogs/news/tags/awips-release) @@ -49,12 +48,12 @@ Download and run the installer: [**awips_install-v23.sh**