How migrate IBM Portal Page 6.1 to IBM Portal 8.x ?
Firstly you need to download migration tool 'ppm.jar' from greenhouse then do following :
Firstly you need to download migration tool 'ppm.jar' from greenhouse then do following :
- Run java -jar ppm.jar -setup
- Export page trees from your Portal Server and copy them to a folder where the tool is located.
- Run java -jar ppm.jar -analyze <input path>
- Develop your v8 or v85 Theme and Layouts. Use the analysis from the PPM tool to determine which layouts need to be created and prioritize them.
- Deploy your custom theme to your server.
- Update the PPM Tool Configuration to match your custom them and layouts.
- Run java -jar ppm.jar -migrate <input path>
- Delete the original pages on the Portal Server. Remember the exported original pages should be saved and can be re-imported if necessary.
- Import the migrated pages into the Portal Server.
No comments:
Post a Comment