A SIS module is an optional feature of the SIS that can be installed separately. Each module requires a right-to-use license. A module is packaged as a zip archive that you uncompress from <rhino-home>
.
All modules install to:
<rhino-home>/sis/<protocol>/<sis-version>/modules/<module-name>/<module-version>/
Each SIS module includes: a command-line extension library with additional management commands
(beyond sis-console
); and an install directory with the software, configuration files, and an installer application.
Installation package
Each module installation package has the following structure:
-
the install directory:
sis/<protocol>/<sis-version>/modules/<module-name>/<module-version>/install/
-
a shell script that runs the installer application:
sis/<protocol>/<sis-version>/modules/<module-name>/<module-version>/install/install-module.sh
-
a subdirectory with all deployable units, and any other files and directories required to install the module:
sis/<protocol>/<sis-version>/modules/<module-name>/<module-version>/install/units
Licensing and activation
The module installation process:
-
checks that module functions are licensed (some module functions may be covered by your SIS license)
-
prompts you to install a license
-
tries to activate the module.
|