Table of Contents |
---|
...
- A log in standard output (you should redirect it to a file)
- A migration plan in ZIP format called migration-plan.data
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
Run the PIM planner
To run the PIM planner do these steps.
...
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 the standard output of the PIM planner to a file
should they use a .txt for easier viewingFor 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
- Follow the instructions to run the PIM migrator on each Remote Services server
...