More of a tip when moving jazz from one server to another on the same network
scenario: Moving an existing jazz deployment from Windows server2008 to server2012
using DB2 on same server VM, no ability to stage offline server.
In this scenario, you basically backup and export your data from old_server to be reinstalled on new_server, after installation of products on new_server. I made a big mistake of thinking the server name would not matter until you get to running setup for jazz, and importing data. So, I installed a fresh DB2 10.1 server, and the jazz apps while the new server had a different temporary name than old_server. We then took the old_server offline, and renamed the new_server to the correct fully qualified domain name.
Suddenly, DB2 would not start, and complained about not having enough RAM to execute db2start. That is misleading. What's really happening, is the local groups of DB2ADMN and DB2USERS are still looking for the new_server temporary name. Hence a search finally found this tech note:
http://www-01.ibm.com/support/docview.wss?uid=swg21966721
Followed this instruction, and life is good. This should make it to the migrating and evolving wiki
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 07 '16, 2:50 a.m.I think we are looking for authors for the deployment wiki.