Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
25% Recurring Discount on NVMe VPS
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

VM MIgration Issue

serverhoshserverhosh Member, Host Rep

Hello

We are recently trying to move VM from Centos 7 node to AlmaLinux 9 Node but after migration we are facing the following issue while powering up the VPS in AlmaLinux Node.

The following errors were found :
Could not start the VPS [ error: Failed to create domain from /etc/libvirt/qemu/v6927.xmlerror: internal error: process exited while connecting to monitor: 2024-10-07T09:09:41.233059Z qemu-kvm: warning: Machine type \'pc-i440fx-rhel7.6.0\' is deprecated: machine types for previous major releases are deprecated2024-10-07T09:09:41.248345Z qemu-kvm: -device {"driver":"cirrus-vga","id":"video0","bus":"pci.0","addr":"0x2"}: warning: \'cirrus-vga\' is deprecated, please use a different VGA card instead2024-10-07T09:09:41.258367Z qemu-kvm: -vnc 209.90.232.10:2,password=on,audiodev=audio1: Failed to bind socket: Cannot assign requested address ]

Can any one help us with it.

Many Thanks

Comments

  • tentortentor Member, Host Rep

    @serverhosh said: qemu-kvm: -vnc 209.90.232.10:2,password=on,audiodev=audio1: Failed to bind socket: Cannot assign requested address

    Change VNC address to 0.0.0.0 on the virtual machine you are migrating

    Thanked by 2RapToN serverhosh
  • jmgcaguiclajmgcaguicla Member
    edited October 2024

    Something else is taking up the VNC port, find out what it is then kill it or change the port for that VM or that IP you're binding to is no longer valid (since you're migrating).

    netstat -tulpn | grep 5902

    Thanked by 1serverhosh
  • serverhoshserverhosh Member, Host Rep

    @tentor said: Change VNC address to 0.0.0.0 on the virtual machine you are migrating

    @jmgcaguicla said: Something else is taking up the VNC port, find out what it is then kill it or change the port for that VM or that IP you're binding to is no longer valid (since you're migrating).

    Thanks guys. I noticed the the VNC Server IP was different than the actual Node IP. I changed and vps are booted up.

Sign In or Register to comment.