• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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