For Linux on Z: Changing the kernel settings
For IBM Storage Scale to run on Linux® on Z, the option "vmalloc=4096G" needs to be added to the kernel settings.
Before starting IBM Storage Scale, perform the following steps on each Linux on Z node.
- If you are using Red Hat® Enterprise Linux 7:
-
- Edit the /etc/zipl.conf file and add
vmalloc=4096G
as shown below:cat /etc/zipl.conf Parameters = "... vmalloc=4096G"
- Run the zipl command:
zipl –V
- Reboot the node.
- Edit the /etc/zipl.conf file and add
- If you are using Red Hat Enterprise Linux 8 or Red Hat Enterprise Linux 9:
-
- Use the grubby utility to add vmalloc=4096G for all boot entries on
your node as shown in the following
example:
grubby --update-kernel=ALL --args="vmalloc=4096G"
- Run the zipl command:
zipl –V
- Reboot the node.
- Use the grubby utility to add vmalloc=4096G for all boot entries on
your node as shown in the following
example:
- If you are using SLES:
-
- Edit the /etc/default/grub file and add the
following:
cat/etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT=" ... vmalloc=4096G "
- Run the grub2-mkconfig
command:
grub2-mkconfig -o /boot/grub2/grub.cfg
- Reboot the node.
- Edit the /etc/default/grub file and add the
following:
Note: For more information about installation and startup of IBM Storage Scale on IBM Z®, see Getting started with IBM
Storage Scale for Linux on IBM Z.