Versions Compared

Key

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

...

  • Services will not be retrieved from the source machine if communication with the source machine is interrupted during the tethering process. This may occur for a number of reasons; for example, if the firewall on the source machine is enabled while tethering is in progress. If services are not retrieved, try any of the following: disable the firewall on the source machine; make sure that the Remote Registry service is enabled on the source machine; make sure that the user credentials you specify to connect to the source machine are correct; check the Tether log. Once you have identified the issue, connect to the source machine once again.

  • If you are using VirtaMove Source Agent, you must stop the Oracle main service and the Oracle VSS Writer Service before performing a migration.

...

  1. Store the activation code for the VirtaMove license. At the command prompt, enter the following:

    Code Block
    virtalicense <activation_code>

    Where <activation_code> is the activation code for the VirtaMove license.

  2. Create a container. At the command prompt, enter the following:

    Code Block
    virtacreate <container> /E

    where <container> is the full name and path of the appliance. Spaces in the pathname are not permitted.

  3. Enable Tether: enter the following at the command prompt:

    Code Block
    virtapedit <container> CPROP_USE_TETHER Y

    where <container> is the full name and path of the appliance. The container property is case-sensitive.

  4. Specify information for connecting to the source machine: the source machine name, username, and password.

  5. To enable Config-on-the-fly, enter Y. For information about how to create a Tether Config-on-the-fly file, see the CLI Guide.

  6. Enter a Config-on-the-fly file. For example:

    Code Block
    "StandardCOTF.xml" CPROP_SRC_NODENAME
  7. At the command prompt on the destination machine, enter the following to list services:

    Code Block
    virtasvc <container> list

    A list of environment variables and services for the source machine specified for this container is displayed.

  8. Run the following command to copy a service from the source machine to the container on the destination machine:

    Code Block
    virtasvc <container> add <service_name>
  9. Run the following command:

    Code Block
    virtasc <container> config <service_name> /U <Administrator> /P <password>

    Note that you are setting a password only via the <password> argument; VirtaMove does not validate a password against the original password associated with the source machine.

  10. As appropriate, list user accounts on the source machine:

    Code Block
    virtauser /L server username password
  11. If you need to export user accounts to the container, enter the following:

    Code Block
    virtauser /X server username password account [appliance]

    If you select user accounts that do not correspond to a service, these accounts will be imported to the operating system of the destination machine with the default password1password! when you dock the container. VirtaMove recommends that you change the passwords of these accounts at the earliest opportunity. For information about changing the default password to a different password if required, see Default Password

  12. If you performed steps 10 and 11, import user accounts to the destination machine:

    Code Block
    virtauser /I bundlepath

    Where bundlepath is the full path to the account bundle you want to import.

  13. As appropriate, list group accounts on the source machine:

    Code Block
    virtagroup /L server username password
  14. If you need to export group accounts to the container, enter the following:

    Code Block
    virtagroup /X server username password account [appliance]
  15. If you performed steps 13 and 14, import group accounts to the destination machine as follows:

    Code Block
    virtagroup /I bundlepath

    Where bundlepath is the full path to the account bundle you want to import.

  16. On the source machine, make sure that the services you added are stopped.

  17. Dock the container:

    Code Block
    virtadock <container>Start services:Start services:Start services:Start services:Start services:
  18. Start services:

    Code Block
    virtastart <container> <service_name>
  19. Run and exercise the application.

  20. When you are satisfied that you have exercised the main components of the application, stop the container services:

    Code Block
    virtastop <container> <service_name>
  21. Undock the container:

    Code Block
    virtaundock <container>
  22. Disable Tether by entering the following (the container property is case sensitive):

    Code Block
    virtapedit <container> CPROP_USE_TETHER N
  23. Regenerate the container template by entering: Y.

  24. Test the container to make sure that the application is behaving as expected, services are starting, and so on. Run the virtadock, virtastart, and virtarun commands.

  25. Run the virtaundock, virtastop commands.

  26. Optionally, Dissolve the container:

    Code Block
    virtadissolve <container>

https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/311460124/About+Dissolve?search_id=90593e53-5370-417d-952a-b77ddbe66265