Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My project requires me to automatically create VM's for the user i.e in a program , I am using PHP as the front end so he can mention size of VM's etc , NOw how can I do it within a program so as to increase,decrease the size of the VM's. What API's should I use if any.
I am open to any VM creation tool available, sorry but I am new to virtualization programming . Thanks for your help.

What I have tried:

Went through a few documentations
Posted
Updated 26-Aug-16 21:39pm
v3

1 solution

 
Share this answer
 
Comments
Erebus_22 27-Aug-16 5:40am    
I want to use PHP to send commands to the software so that it creates VM's
Richard MacCutchan 27-Aug-16 5:50am    
That sentence does not mean anything. You need to start at the beginning and design and build the part of the application that will actually build the VM. Only when you have that complete can you start to think about how you would connect it to PHP in order to modify some aspects of it.
Erebus_22 27-Aug-16 6:51am    
That is the point, assuming that I created the VM using oracle VirtualBox or vmware how can I control The size of the application ,using Php commands to the tool which eventually manipulates the size of the VM
Erebus_22 27-Aug-16 7:48am    
Well, thanks .I guess I'll use openstack to create images create a shell script and run it using php to expand size of image.
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900