• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Server crashed after yum / CloudLinux 7.2 update

Chris1

Regular Pleskian
Did anyone have any problems after the update to CentOS 7.2 or CloudLinux 7.2?

This morning my entire server crashed, it wasn't even responding to ICMP. A full restart of the server was required to get it back up and running.
 
Cloudlinux forgot to load initrd...they replied me how to solve

Hello,

It appears this issue from our side, for some reasone "initrd16 /initramfs-3.10.0-329.7.2.lve1.3.58.el7.x86_64.img" line wasn't added to "/boot/grub2/grub.cfg" file.

Please do the following:
1) Add this line "initrd16 /initramfs-3.10.0-329.7.2.lve1.3.58.el7.x86_64.img" for debug and normal kernel in "/boot/grub2/grub.cfg"
It should something like this:

fi
linux16 /vmlinuz-3.10.0-329.7.2.lve1.3.58.el7.x86_64 root=/dev/mapper/centos-root ro rd.lvm.lv=centos/root rd.lvm.lv=centos/swap crashkernel=auto net.ifnames=0 rhgb quiet console=tty0 console=ttyS0,115200n8r rootflags=uquota systemd.log_level=debug systemd.log_target=kmsg LANG=en_US.UTF-8
----->>>>>initrd16 /initramfs-3.10.0-329.7.2.lve1.3.58.el7.x86_64.img<<<<<-----

2) Set default "1" kernel
# grub2-set-default 1

Please do that and let us know about result.

Best regards,

--
Anton Mashnin | L2 Technical Support Engineer

CloudLinux
 
Last edited by a moderator:
Back
Top