prereqSAM

Name

prereqSAM - Checks that all prerequisites for the installation or upgrade of System Automation for Multiplatforms, including the end-to-end automation adapter, are met.

Synopsis

prereqSAM [-d inst_pkg_dir] [-l log_file]

Description

The prereqSAM command checks whether all prerequisites for the installation or upgrade of System Automation for Multiplatforms are met. The command is started by the installSAM command but can also be run separately. If started separately, you can specify options to run the check although the prereqSAM script is not in the package directory (-d), and to specify that a log file other than the default is used (-l). The name of the default log file is /tmp/prereqSAM.<#>.log, where <#> is a sequential number; the highest number identifies the most recent log file.

Options

-d inst_pkg_dir
Run the prerequisites check based on globalization files in the specified directory although the prereqSAM script is not available in the directory. prereqSAM is not dependent on the packages to be installed but needs the directory for its message files.
-l log_file
Logs information that is generated by the prereqSAM command to the specified log file.

Exit Status

Return codes that are returned by the prereqSAM regardless of whether the command is started by the installSAM script or separately.
0
The system passed the prerequisite check. The version of the operating system is supported and all prerequisite packages were found installed at the correct version. The log file contains the names and versions of the installed packages.
20
An installed package does not have the correct version. The log file contains the names and versions of the respective packages.
21
A package was not found installed.
22
The operating system version is not supported.
23
The prerequisites check cannot run. A file might be missing. Refer to the log file for a detailed description of the problem.

Security

This command does not require root authority.