migration command
The migration command provides options to work with ISIM migration utilities in case of migrated system..
Usage
CLI.
isimvasvr > isim
isimvasvr: isim > migration
isimvasvr: migration >You use the migration related commands during the post-migration production cutover step. See Production cutover roadmap.
- db_migrate
- Run database migration scripts for migration from IBM Security Identity Manager 5.1 to IBM Security Identity Manager 7.x.
- ldap_migrate
- Run LDAP migration scripts for migration from IBM Security Identity Manager 5.1 to IBM Security Identity Manager 7.x.
Examples
Important: Restart ISIM Server.
- Run database migration scripts.
At the isimvasvr: migration prompt, enter db_migrate.
This operation will execute the database migration scripts.
Do you wish to continue?
Enter 'YES' to confirm: YES
Executing the migration scripts for database.
Please wait...
Completed the execution of the migration scripts for database. Check log files for more information.- Run LDAP migration scripts.
At the isimvasvr: migration, enter ldap_migrate.
This operation will execute the LDAP migration scripts.
Do you wish to continue?
Enter 'YES' to confirm: YES
Executing the migration scripts for LDAP.
Please wait...
Completed the execution of the migration scripts for LDAP. Check log files for more information.Parent topic: IBM Security Identity Manager (ISIM) commands