• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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