The issue is because there is misconfiguration in the IP assigned to the server to resolve the issue follow the steps below.
============
============
[root@node ~]# vzctl start 2413 --force
Starting container ...
Container is mounted
Adding IP address(es): 192.192.192.192 193.193.193.193
Unable to add IP 193.193.193.193: Address already in use
Container start failed (try to check kernel messages, e.g. "dmesg | tail")
Stopping container ...
Container was stopped
Container is unmounted
============
============
unable to add IP(193.193.193.193) that means additional IP has been assigned to current VPS is already assigned to some other VPS too, To resolve the issue we have remove it, If it is assigned to only one single VPS then remove the IP and reassign it from solusVM.
- Login to Hardware Node
- cd /etc/vz/conf
- vi containerid.conf
- remove IP from this file which does not belong to that VPS then run below command
- vzctl start 2413 --force
No comments:
Post a Comment
Do Write about the Blog and Welcome to the world where open source is every thing :-)