Portal farm migration
Migrate a portal farm
- Deactivate all farm instances that share the required server's file system.
- Stop sharing the required server's file system.
- Disable farm mode...
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh disable-farm-mode -DWasPassword=foo
- Perform migration
For unique configurations, each farm member must be migrated. For clone configurations, we can migrate one farm member, and then clone the migrated instance.
Create systemTemp directory. For example:
/var/log/was_tmp
...where systemTemp points to directories written to by the running portal instance for things like logging and page compiling.
- Enable farm mode:
./ConfigEngine.sh enable-farm-mode -DsystemTemp=/var/log/was_tmp -DWasPassword=foo
Parent Migration considerationsRelated concepts:
Roadmap: Migrating a stand-alone server environment