Server software prerequisites
InfoPrint Manager for Linux requires the 64-bit Linux (x86_64) operating system to be installed at one of these distributions:
- AlmaLinux 8 x86_64 (version 8.6 or later)
- AlmaLinux 9 x86_64
- Red Hat Enterprise Linux (RHEL) 8 x86_64
- Red Hat Enterprise Linux 9 x86_64
- Rocky Linux 9 x86_64
- SUSE Linux Enterprise Server (SLES) 15 x86_64
- Important:
- If
tuneddaemon is running on RHEL, it must not be allowed to modify the kernel parameterkernel.sched_min_granularity_ns. - If you run InfoPrint Manager as root, you must set:
ROOT_USES_LANGvariable from/etc/sysconfig/languagefile is set to yes. -
The authorized user must be able to run the
pingcommand. The package that provides this command is iputils. If thepingcommand is restricted to a certain group for security reasons, the authorized user must be a member of that certain group. - If you run InfoPrint Manager on RHEL or SLES 15, before you run the installation,
if the SystemGroup directive in the
/etc/cups/cups-files.confCUPS file does not contain the group of the InfoPrint Manager user, you must add it. - If the user does not exist and there is no group specified by the person installing
(that is, ipm1), check if the
sysgroup exists and create it if it does not exist. When you create thesysgroup, specify -r (system group). If the user does not exist and the group is specified (that is, ipm1:ipm1group), check if theipm1groupexists and create it if it does not exist without specifying system group. Then, create the user using theipm1groupgroup. -
InfoPrint Manager needs
/var/pd,/var/pddir,/var/psf,/var/psm,/tmp, and/var/tmpto be on a partition that permits execution of binaries. If any of those partitions is mounted withnoexecmount option, it is impossible to install or run InfoPrint Manager.For greater flexibility, the InfoPrint Manager Installer does not create the file systems for
/var/pd,/var/psf, and/var/psf/segmentsanymore. If a file system is found in the above locations, it will be used as is. Otherwise, a directory is created for each of the above locations. To create a file system for each of the above locations, use theallocfs.shscript from the root directory of your installation media.allocfs.sh -c <lv-name> -s <lv-size> -v <vg-name>
where:vg-nameis the volume group where the logical volumes will residelv-nameis one of the following logical volumes names:Mount point Logical volume Minimum size /var/pdlvpd10240 MiB /var/psflvpsf5120 MiB /var/psf/segmnetslvpsfs10240 MiB /ipdata lvipd5120 MiB lv-sizeis the size allocated to the logical volume. It cannot be less than the minimum size in the previous table.
The available volume groups can be listed with this command:
allocfs.sh -l
and the list of logical volumes for a specific volume group can be listed like this:allocfs.sh -l -v <vg-name>