My idea is a task to run VM step by step. I mean the task will do:
+ Stop VM 1
+ Start VM1
+ wait 10s
+ Stop VM2
+Start VM2.
+.....
This is my script:
"
qm start 101
qm start 102
qm start 103
sleep 10
qm stop 103
qm stop 102
qm stop 101"
When I run it through command : sh ./action.sh
I get an...
I have a script to start and stop VM in .sh file
qm start 101qm start 102
qm start 103
qm stop 103
qm stop 102
qm stop 101
and I get an error:400 Parameter verification failed , please see the screenshot: http://prntscr.com/6j0dir
However, If I run each command: qm start 101, it works.
Please...
I have a server with IP: 5.x.x.x
and my additional IP is: 89.x.x.x
I have config file :/etc/vz/vz.conf
NEIGHBOUR_DEVS=all
However, when I creat CT and then I add the IP on "Routed mode (venet)" , I cant access this VM through SSH.
Sorry for my bad english.
Please help me. Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.