Applicable to:
- SolusVM
- SolusVM 2
Symptoms
No network connectivity on the Virtuozzo 7 Almalinux 9.4 virtual machine.
Cause
The network scripts have been removed following the update of the operating system to AlmaLinux 9.4.
Resolution
Please follow the steps outlined below:
- Download the network-scripts RPM on the slave node:
- Proceed to stop and mount the virtual machine:
# vzctl stop uuid
# vzctl mount uuid
- Copy the RPM file to the virtual machine:
# cp -r network-scripts-10.11.6-1.el9.x86_64.rpm /vz/root/uuid/
- Start the virtual machine:
# vzctl start uuid
- Install the package:
# rpm -ivh network-scripts-10.11.6-1.el9.x86_64.rpm --nodeps
- Finally, restart the network:
# systemctl restart network
Comments
0 commentsPlease sign in to leave a comment.