The PIM planner connects to the Abiquo kinton database and extracts the data for the PIM migrator tool.
...
- 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 Abiquo upgrade to 5.3 and stop after the database serverupgrade
On the Abiquo API Server, install the Abiquo PIM tools package
Code Block yum install abiquo-pim-tools
By default, it should install in the /opt/abiquo/pim-tools folder
Run the PIM planner against your database.
Redirect We strongly reccommend that you redirect the log in the standard output of the PIM planner to a file.
For example:
Code Block java -jar /opt/abiquo/pim-tools/pimplanner.jar --jdbc-url="jdbc:mysql://my.database.server:3306/kinton?autoReconnect=true&user=root&password=root" > 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
...