Versions Compared

Key

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

Don't put the version number in the title. Perhaps opDepends - NMIS Dependency Installer

Do we want this doc in opCommon, not NMIS? 

Overview

Welcome to the documentation for opDependsNMIS_Deps-12.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.

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.

Prerequisites

  • Operating System: RHEL 9
  • Privileges: Root access is required to run opDepends-1.0.
  • The opDepends self extracting run file in the air-gapped environment.

Installation Instructions

  1. First, download the latest  opDepends-1.0 package, available here: XYZ
  2. Bring it into your Air-Gapped environment however you wish
  3. Execute the package:  use sh and then you don't have to mess around making it executable.
Code Block
sudo sh opDepends-1.0.run

Usage Notes

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

It is highly recommended to start with a clean operating system without any other applications installed on it until after running the dependancy installer.

On average, opDependsNMIS_Deps-12.0 takes 15 minutes to complete. 

Release Notes

See opDepends Release See NMIS_Deps-2.0 Release Notes

Troubleshooting

If you encounter any issues during the installation process, please consider the following steps:

...