Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: Bud on August 03, 2010, 06:10:16 AM

Title: VMWare Image Backup and Restore
Post by: Bud on August 03, 2010, 06:10:16 AM
hope you guys can help

i have built a new sme 7.51 server and need to backup my vmware images from my old server and restore them on the new server

what is the quickest way to get this done  :-)

Title: Re: VMWare Image Backup and Restore
Post by: Boris on August 03, 2010, 08:04:56 AM
Take a look here http://www.veeam.com/vmware-esxi-fastscp.html
Title: Re: VMWare Image Backup and Restore
Post by: Bud on August 04, 2010, 05:59:52 AM
Boris thanks for the link

however i am not sure what to do with the application

can i not just use winscp and copy the vmware image files from my old sme server to a folder on my windowz 7 pc then restore the files to the new sme server  :???:

any help greatly appreciated
Title: Re: VMWare Image Backup and Restore
Post by: Boris on August 04, 2010, 06:15:17 AM
That is exactly what application is doing. Its just faster version of WinSCP.
Title: Re: VMWare Image Backup and Restore
Post by: Bud on August 04, 2010, 06:38:36 AM
Boris thanks, good to know

i have used winscp to copy my vmware image files from my old sme server and then copied it back to the new sme server (this was done yesterday)

when i use the windowz vmware server console application to connect to the new sme vmware server i get an error.

" There was a problem connecting: Cannot connect to host 192.168.0.20: No connection could be made because the target machine actively refused it. "

any idea what the problem could be. i have check all the vmware files including the attributes of all the files. they are the same as my old server. i have both sme servers using the same version of vmware.
Title: Re: VMWare Image Backup and Restore
Post by: Boris on August 04, 2010, 06:41:23 AM
What VMWare server version are you using? 2.0.2 or 1.0.x?
Title: Re: VMWare Image Backup and Restore
Post by: Bud on August 04, 2010, 06:59:10 AM
Boris

i am running vmware server version 1.0.9-156507

Title: Re: VMWare Image Backup and Restore
Post by: Boris on August 04, 2010, 07:33:09 AM
Is smeserver-vmware-authd-0.1-1.noarch.rpm installed?
You may also take a look in the db configuration that lines present:
vmware=service|status|enabled
vmware-authd=service|TCPPort|902|access|public|status|enabled
There is also great how-to about installing vmware server on SME. Did you followed it?
Title: Re: VMWare Image Backup and Restore
Post by: Bud on August 04, 2010, 08:11:04 AM
Boris thanks for all yopur help much appreciated

1. Is smeserver-vmware-authd-0.1-1.noarch.rpm installed? - where do i get this contrib?

You may also take a look in the db configuration that lines present:
2. vmware=service|status|enabled - how do i know the status, what command do i issue at the shell?

3. vmware-authd=service|TCPPort|902|access|public|status|enabled - have done this with internet access

4.There is also great how-to about installing vmware server on SME. Did you followed it? - yes, as per http://wiki.contribs.org/Vmware
Title: Re: VMWare Image Backup and Restore
Post by: Boris on August 04, 2010, 09:49:32 AM
Boris thanks for all yopur help much appreciated
You are welcome.

1. Is smeserver-vmware-authd-0.1-1.noarch.rpm installed? - where do i get this contrib?
It was an old contrib that automated and simplified integration of VMware server 1.x with SME. If you followed how-to its not longer needed as all the configuration is done manually and using DB commands.

You may also take a look in the db configuration that lines present:
2. vmware=service|status|enabled - how do i know the status, what command do i issue at the shell?

config show vmware
should output
vmware=service
  status=enabled

if not
config setprop vmware status enabled

3. vmware-authd=service|TCPPort|902|access|public|status|enabled - have done this with internet access

4.There is also great how-to about installing vmware server on SME. Did you followed it? - yes, as per http://wiki.contribs.org/Vmware
verify that parts regarding remote access and Management UI for VMWare Server 1.x is followed closely. reboot.

As a general note, version 2.0.2 (latest at the moment) is easier to install and configured automaticaly. It works great too.