Run the PIM planner
The PIM planner connects to the Abiquo kinton database and extracts the data for the PIM migrator tool.
The PIM planner will process each deployed VM to:
Compute the provider ID
Define the rename of any backup jobs or groups
Define the rename of any firewalls and load balancers
The PIM planner doesn't make any changes to the platform but you must run it after you upgrade the database to Abiquo 5.3.
What is the output of the PIM planner?
A log in standard output (you should redirect it to a file)
A migration plan in ZIP format called migration-plan.data
PIM planner requirements
The PIM planner requires access to the MariaDB kinton schema via the JDBC URL.Â
It encrypts the database credentials for runtime use only; it does not save or export credentials
Before you run the PIM planner
Start the Abiquo upgrade to 5.3 as usual including
Stop the Abiquo platform
Create backups including VM snapshots, Database dump, and Redis dump
Upgrade the database
STOP the upgrade
Run the PIM planner
To run the PIM planner do these steps.
Run the Abiquo upgrade to 5.3 and stop after the database upgrade
On the Abiquo API Server, install the Abiquo PIM tools package
yum install abiquo-pim-tools
By default, it should install in the /opt/abiquo/pim-tools folder
Run the PIM planner against your database.
We strongly reccommend that you redirect the log in the standard output of the PIM planner to a file.
For example:
java -jar /opt/abiquo/pim-tools/pimplanner.jar --jdbc-url="jdbc:mysql://my.database.server:3306/kinton?autoReconnect=true&user=root&password=root" | tee output_pimplanner.log
Check the output file from the PIM planner
 If there are any warnings or errors, resolve them before you continue.Â
If you have any doubts, please contact Abiquo Support.For ALL Remote Services servers
Copy the migration-plan.data file to each Remote Services server
Next, follow the instructions to run the PIM migrator on each Remote Services server
PIM planner options
Option | Alias | Required | Description |
---|---|---|---|
jdbcurl | --jdbc-url | yes | Kinton JDBC URL including user and password |
-output | --output-file | no | The output file. The default is 'migration-plan.data' |
Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved