How To Configure confluent
Attention
You need to restart the node to make the configuration take effect.
RedHat
console=ttyS0,115200
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg$ sudo grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
CentOS
console=ttyS0,115200
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg$ sudo grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
SLES
console=ttyS0,115200
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg$ sudo grub2-mkconfig -o /boot/efi/EFI/sles/grub.cfg