Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. 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.

  2. Copy the security key locally or to a shared folder on the network or UNC path.

  3. 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
  4. Click Next.

  5. Click the I accept the terms in the license agreement radio button and then click Next.

  6. Click Next to accept the default installation folder or click Change to select a different folder.

  7. Click Install to begin the installation.

  8. 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 the VirtaMove installation location under the extras folder:

...