Disconnected scanner installation requirements (disconnected scenario)
Available
from 9.2.5.
Ensure that the computer on which you want to install the
disconnected scanner runs on a supported operating system, has enough disk space, and fulfills other
relevant requirements.
Processor and RAM usage for the scanner
Component | CPU | RAM | Comments |
---|---|---|---|
Software scan | Up to 100 % You can limit the usage by running the scan with the CPU threshold attribute. For more information, see: Optimizing processor utilization by disconnected scanner (disconnected scenario). |
< 80 MB | The software scan runs on demand, and can be monitored by checking the
following processes: wscansw , wscanfs . |
Capacity scan | < 1 % | < 20 MB | The capacity scan runs every 30 minutes, and can be monitored by checking the
following process: wscanhw . |
Supported operating systems and required disk space
Operating system | Supported versions | Disk space required in the installation directory |
---|---|---|
![]() |
For information about supported versions, see: IBM License Metric Tool 9.2 - Supported Operating Systems. |
|
![]() |
100 MB + disk space for the scanner cache | |
![]() |
100 MB + disk space for the scanner cache | |
![]() |
100 MB + disk space for the scanner cache | |
![]() |
100 MB + disk space for the scanner cache |
Other requirements
Ensure that the computer fulfills all requirements that are specific for its operating system.
UNIX
- UNIX commands should be installed in default locations. If a command that is required by the
disconnected scanner is installed in a custom location, it causes errors with installing the
disconnected scanner or running the scans. In such case, information about the command is provided
in the following location.
- Results of running the scanner installation playbook if you manage disconnected scans with Ansible
- The log.txt file in other cases
IBM i
- Ensure that IBM i computers meet the following criteria.
- The following PTFs are required:
- For IBM i 7.3, SI81901 is required
- For IBM i 7.4, SI82088 is required
- For IBM i 7.5, SI81911 is required
- The disconnected scanner consumes up to 10 jobs. Ensure that the job limit is sufficient.
- The
jar
tool is available on the computer. To check whether the tool is available, typejar
in the QSH. - Directory
/usr/bin
should be prior to any other entries in thePATH
environment variable. - The QSH touch command provided by IBM is available
(
/usr/bin/touch
). The use of touch commands provided by other sources is not supported. - JAVA_HOME variable is set on the computer and exported to your process.
- To set the JAVA_HOME variable, run one of the following commands from the IBM
i Main Menu.
- To add the variable to your current interactive job, run the following command.
ADDENVVAR ENVVAR(JAVA_HOME) VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit')
- To set the variable at the system level, run the following
command.
ADDENVVAR ENVVAR(JAVA_HOME) VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit') LEVEL(*SYS)
- To add the variable to your current interactive job, run the following command.
- Export the JAVA_HOME variable to your process.
- To open a QSH session, run the STRQSH command.
- To export the variable to your process, run the following
command.
export -s JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit
- To set the JAVA_HOME variable, run one of the following commands from the IBM
i Main Menu.
- The following PTFs are required: