Verify that the target system is in a healthy state and fully configured.
About this task
Check the health of the target system, complete any optional configuration, and validate data,
APIs, and URLs.
Procedure
-
Login to your target management VM with
SSH
, and switch to the root
user: ssh apicadm@<management hostname>
sudo -i
If
you deployed a
three replica
management profile, then login to just one of the VMs.
- Run the health check script:
python3 health_check_post_migration.py -s <platform API endpoint> -u admin -p <password> -r admin/default-idp-1 -n default
where
- <platform API endpoint> is defined in the
apiconnect-up-v10.yml file in your project directory.
- <password> is the admin password that is used on your source system.