Upgrading 5.0.2 -> 6.0.1.x tomcat/LDAP -> WAS-Lib/LDAP.
CLM 502
SQL Server
Active Directory
tomcat
All,
We are looking at upgrading our test environment to 6.0.1. We have always seen migrating from tomcat->WAS as an additional step, but in 601, it seems like WAS Liberty is now the default. It doesn't seem to be covered in the interactive guide about the migration, so how is this handled?
If I install CLM 601 with WAS Lib in a directory and do the upgrade, is this stuff handled "automagically"?
thanks
SQL Server
Active Directory
tomcat
All,
We are looking at upgrading our test environment to 6.0.1. We have always seen migrating from tomcat->WAS as an additional step, but in 601, it seems like WAS Liberty is now the default. It doesn't seem to be covered in the interactive guide about the migration, so how is this handled?
If I install CLM 601 with WAS Lib in a directory and do the upgrade, is this stuff handled "automagically"?
thanks
One answer
The steps covered in the Interactive install guide would cover most of the migration. You may have to manually verify/update the Ldap details for liberty profile. Start the server to
If the 6.0.1 liberty server has not yet been started, the xml files mentioned below can be chnaged in the following location: <JazzInstallDir>\liberty\clmServerTemplate
1. Edit <JazzInstallDir>\liberty\servers\clm\server.xml
Comment out basicUserRegistry.xml
include location="conf/basicUserRegistry.xml
and uncomment ldapUserRegistry.xml
include location="conf/ldapUserRegistry.xml
2. Edit <JazzInstallDir>\liberty\servers\clm\conf\ldapUserRegistry.xml
Below is the modified parameters for AD setup
Below is the modified parameters for AD setup
<ldapRegistry baseDN="CN=Users,DC=test,DC=com" bindDN="CN=Administrator,CN=Users,DC=test,DC=com" bindPassword="Passw0rd" host="ldap-host" id="ldap-host:389" ignoreCase="true" ldapType="Microsoft Active Directory" port="389" realm="ldap-host:389" recursiveSearch="true" referal="follow" sslEnabled="false"><idsFilters groupFilter="(&(cn=%v)(|(objectclass=groupOfNames)(objectclass=posixGroup)))" groupIdMap="*:cn" groupMemberIdMap="ibm-allGroups:member;ibm-allGroups:uniqueMember" userFilter="(&(uid=%v)(objectclass=inetOrgPerson))" userIdMap="*:uid"></idsFilters><activedFilters groupIdMap="*:cn" groupMemberIdMap="*:member" userIdMap="*:sAMAccountName"/></ldapRegistry>
3. Edit <JazzInstallDir>\liberty\servers\clm\conf\application.xml
Map the roles to AD groups , JazzAdmins, JazzUsers etc
Map the roles to AD groups , JazzAdmins, JazzUsers etc