Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Welcome to the documentation for NMIS_Deps-2.0, a dependency installer designed for RHEL 9. This tool is specifically engineered to operate in air-gapped environments with zero internet connectivity, ensuring seamless installation of RPM packages and Perl modules from source without relying on external repositories or mirrors. It will ensure all dependencies for NMIS and the NMIS Professional Modules are correctly installed.

*It NMIS_deps is designed to oly only be run on a new virtual machine instance, and not with upgrading an existing nmis installation. For an upgrade, please use our standard product installers.

Features

  • Offline Installation — Installs RPM packages and Perl modules entirely offline, making it ideal for secure or isolated environments.
  • Automatic Installation — Facilitates the easy installation of dependencies from source.
  • Self-Cleaning — Automatically cleans up after the installation process, maintaining a tidy system.
  • Repository-Free — Operates without the need for any online repositories or mirrors.

...

  • Operating System: RHEL 9
  • The Rhel 9 system must be a Server installation, Server installation with GUI, Workstation installation, or Minimal install w/Rhel 9 Standard system and RPM development packages selected.
  • Privileges: Root access is required to run NMIS_Deps-2.0.
  • The NMIS_Deps self extracting run file in the air-gapped environment.

Product

...

Compatibility

NMIS_Deps VersionProductProduct VersionMongo VersionOS Version
2.0.0NMIS9.4.84.2Redhat 9.2
2.0.1NMIS9.4.8 or 9.5.04.2Redhat 9.2
2.0.2NMIS>= 9.5.0> 6.0

RedHat 9.2

...

  1. First, download the latest NMIS_Deps package, available here: https://dl-omk.opmantek.com/NMIS_Deps-2.0.2.run
  2. Bring it into your air-gapped environment however you wish
  3. Execute the package:  
Code Block
sudo chmod +x NMIS_deps-2.x.y.run
sudo sh NMIS_Deps-2.x.0y.run

Usage Notes

sudo Requirement: NMIS_Deps-2.0 must be run with sudo privileges. If you attempt to run it without sudo, the installation will terminate with an error message.

...