...
Run
VirtaMove_x64.msi
.Click Next.
Do any of the following:
Click I accept the terms in the license agreement, and then click Next.
Click I do not accept the terms in the license agreement to cancel the installation, and then click Cancel.
Click Print to print the license agreement, and then save the file.
If you accept the terms, do any of the following:
Click Next to install to the default folders.
To select a different installation folder for VirtaMove software, click Browse, then specify a folder, click OK, and then click Next.
To select a different folder for containers, click Change, then specify a folder, click OK, and then click Next.
Generate a new security key for the VirtaMove Source Agent or select an existing security key file, and then click Next.
Choose one of the following:
No Maestro connection - Does not make V-Maestro the CA.
Maestro connection certificates - Makes V-Maestro the CA, which generates the VirtaMove Micro SSL certificates and pushes them to the destination machine.
If you select Maestro connection certificates, click Browse to select a Key, select a certificate, and select a CA Root Certificate. Click Next.
Click Install to begin the installation.
Click Finish to complete the installation.
...
For information about how to uninstall VirtaMove using the silent option, see Uninstalling VirtaMove Software.
Installing VirtaMove Source Agent and Source Monitor
...
VirtaMove Source Agent is a high performance server that you install on a source machine. Source Agent is enabled by default; if you do not want to use a Source Agent, do not install it on the source machine. For more information, see Using VirtaMove Source Agent. The Source Agent installers (x86 and x64) are part of the main installation package (VirtaMove_x64.msi) of V-Migrate.
...
A security key is required for VirtaMove Source Agent. You can pass the security key file via command line while running the Source Agent Installer, or you can specify one when you run the VirtaMove Source Agent installer. If you don't already have a security key, generate one when you install VirtaMove software on the destination machine. The key file will be exported to:
...
Code Block |
---|
C:\>cd %temp% C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>dir *.log Volume in drive C has no label. Volume Serial Number is 1857-15E9 Directory of C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp 12/10/2012 09:11 AM 7,544 ASPNETSetup_00000.log 10/08/2015 06:02 AM 262 MSI3d861.LOG 10/08/2015 06:21 AM 287,172 MSI56c17.LOG 09/30/2015 07:54 AM 264 MSI600c1.LOG 09/23/2015 06:41 AM 262 MSI662d3.LOG 09/30/2015 08:11 AM 262 MSI664c9.LOG 10/08/2015 06:16 AM 264 MSIb17fc.LOG 12/10/2012 09:14 AM 1,758 MSIc535d.LOG 12/10/2012 09:14 AM 510 MSId1dec.LOG 09/30/2015 08:03 AM 264 MSIe6134.LOG 10 File(s) 298,562 bytes 0 Dir(s) 342,971,469,824 bytes free C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>type MSI664c9.LOG 1: [CUSTOM_SECURITY_KEY_PATH] The custom Source Agent security key does not exist. === Logging stopped: 9/30/2015 8:11:53 === |
...
Install VirtaMove Source Agent Using the Command Line
Install VirtaMove software on the destination machine. The installer will prompt you to generate a security key for VirtaMove Source Agent or select an existing security file.
Copy the security key locally or to a shared folder on the network or UNC path.
In a command prompt window on the source machine, execute the following:
Code Block source.msi CUSTOM_SECURITY_KEY_PATH=<keyfile>
where
keyfile
is a shared path to the key file (VirtaMove_Agent_Security_Key
) generated on the destination machine. For example:Code Block source.msi CUSTOM_SECURITY_KEY_PATH=\\my-pc\Share\Windows2k8R2_Dest_KEY\VirtaMove_Agent_Security_Key
Click Next.
Click the I accept the terms in the license agreement radio button and then click Next.
Click Next to accept the default installation folder or click Change to select a different folder.
Click Install to begin the installation.
Click Finish to exit the wizard.
...
Install VirtaMove Source Agent Using the Installer
The Source Agent installers (x86 and x64) are part of the main installation package (VirtaMove_x64.msi) of V-Migrate. They are located in the VirtaMove installation location under the extras folder:
...