You can migrate a single node vRealize Orchestrator instance that is embedded in vRealize Automation 7.x to an embedded VMware Aria Automation Orchestrator 8.x deployment.
The migration transfers an embedded vRealize Orchestrator 7.x configuration to your VMware Aria Automation Orchestrator 8.x environment. The migration involves overwriting all existing elements in your VMware Aria Automation Orchestrator 8.x environment.
You perform the migration by using the
vro-migrate script bundled with the
VMware Aria Automation Orchestrator appliance.
Nota: The migration script stops the
VMware Aria Automation Orchestrator services automatically. You might have to schedule a maintenance window for your source
VMware Aria Automation environment.
Requisitos previos
- Migration is supported for embedded vRealize Orchestrator 7.3 or later.
- Back up the target VMware Aria Automation environment.
- Verify that SSH access is enabled on the source vRealize Automation 7 instance and target VMware Aria Automation environment by logging into VMware Aria Automation 8 via SSH using root, then running the curl -v telnet://<FQDNofvRO7>:22 command.
- Verify that the source vRealize Automation database is accessible from the target VMware Aria Automation environment by running the curl -v telnet://<FQDNofvRO7>:5432 command.
Procedimiento
- Log in to the VMware Aria Automation Orchestrator appliance command line of your target environment over SSH as root.
- To start the migration, run the vro-migrate script.
- Follow the command prompts to provide the fully qualified domain name (FQDN) and credentials of the source vRealize Orchestrator instance.
- (opcional) To follow the migration progress, access the migration log:
- Log in to your target VMware Aria Automation Orchestrator appliance command line over a separate SSH session as root.
- Run the tail -f /var/log/vro-migration.log command.
The migration process begins. You receive a notification on the target
VMware Aria Automation Orchestrator appliance when the migration finishes.
- (opcional) After the migration process finishes, log in to the source vRealize Orchestrator appliance and restart the vco-server and vco-configurator services.
Nota: Restarting the vRealize Orchestrator services ensures that your 7.x deployment is accessible after migration. After the restart, navigate to the
Services tab in the source vRealize Automation, and verify that the vRealize Orchestrator services are registered.
- Log in to the target VMware Aria Automation appliance over SSH, run kubectl get pods -n prelude, and verify that the VMware Aria Automation Orchestrator appliance reports 3/3.
Nota: You might have to wait for up to 20 minutes before you run the
kubectl get pods -n prelude command.
- Verify that VMware Aria Automation Orchestrator is accessible in the target VMware Aria Automation environment.