After an operating system migration of a global system to version 7, the migwpar command migrates a workload partition (WPAR) that was created on the version 6 global system, to version 7.
After an operating system migration of a global system to version 7, the migwpar command migrates a workload partition (WPAR) that was created on the version 6 global system, to version 7. Software that no longer exists ( it may be replaced by a different software package ) on the global, will be removed.
Please ensure that all software on the global system has been migrated before beginning to migrate the WPARs. The use of the pre_migration script before the global system migration, and the post_migration script after the migration, will provide data that can be used to verify the migration, such as listing software that will be removed during the migration, and software that did not migrate.
A log of all actions of the migwpar command is saved in the /var/adm/ras/migwpar.log file. The output of the actual software migration of each WPAR is saved in /var/adm/ras/devinst.log within the WPAR.
Item | Description |
---|---|
-A | Migrates all migratable WPARs |
-f wparNamesFile | Migrates the list of WPARs contained in the file wparNamesFile, one per line. |
-d software_source | Installation location used for the detached WPAR migration. |
Access control: Only the root user can run this command.
# migwpar wpar1
# migwpar -d /images wpar2
migwpar -A
migwpar -A -d /images