I have created a "dirty" web page using PHP (I do not know Perl well) that does the following:
Log in to VirtualCenter (2.5) and get the storage/config file paths for all registered VM's (like this: iscsi1_1 vm/vm.vmx)
Put the list into a dropdown menu and have an input field for the target storage location. And a move-button to start svmotion.
This is a very dirty solution right now, but it works for me!
The question now is: How can I get a progress bar for the svmotion?
I have included the neccessary files. I have installed this on my apache (linux) webserver with php and perl configured. You will have to install the Remote Client and Perl API to run this.
(VMware-RCLI-1.1.0-64577.i386.tar.gz and VMware-VmPerlAPI-2.3.2-39850.tar.gz used)
Sorry about the bad programming! I'm not exactly a programmer...
Log in to VirtualCenter (2.5) and get the storage/config file paths for all registered VM's (like this: iscsi1_1 vm/vm.vmx)
Put the list into a dropdown menu and have an input field for the target storage location. And a move-button to start svmotion.
This is a very dirty solution right now, but it works for me!
The question now is: How can I get a progress bar for the svmotion?
I have included the neccessary files. I have installed this on my apache (linux) webserver with php and perl configured. You will have to install the Remote Client and Perl API to run this.
(VMware-RCLI-1.1.0-64577.i386.tar.gz and VMware-VmPerlAPI-2.3.2-39850.tar.gz used)
Sorry about the bad programming! I'm not exactly a programmer...
Attachments:
- svmotion.zip (15.0 K)
-
move.gif (2.9 K)
-
login.gif (3.1 K)