Configuring shared memory communications direct
Use this procedure to configure the SMC-D on Linux® on Z nodes.
-
Verify that the internal shared memory (ISM) device is available. You can list ISM devices by
issuing the following command:
# lspci | grep ISM
A sample output is as follows:1014:00:00.0 Non-VGA unclassified device: IBM Internal Shared Memory (ISM) virtual PCI device
For more information about ISM devices, see Internal shared memory device driver.
- Set up smc-tools and qclib OS packages.
- SLES
-
zypper install smc-tools qclib
- RHEL
-
dnf install smc-tools qclib
- Verify that SELinux is set to the permissive or
disabled mode. SMC sockets are not included in the standard SELinux policies. Therefore, SMC-D does not support the enforcing mode of SELinux .
- Verify the SELinux settings in the /etc/selinux/config file.
- Set the SELINUX=permissive or SELINUX=disabled mode.
- Reboot the node to apply the changes.