Multilingual - Manual install
- Log on to primary node
- mkdir /tmp/mls
- scp wsadmin.zip wpadmin@primary_node:/tmp/mls
- Unarchive...
cd /tmp/mls
unzip wsadmin.zip- Backup files...
cd /export2/wp80/wpauth/WebSphere/PortalServer/wcm/prereq.wcm/config/templates/was/wcm/
cp createJMSBus.py createJMS_profile.py /tmp/mls
cd /export2/wp80/wpauth/WebSphere/PortalServer/wcm/prereq.wcm/config/includes/
cp prereq.wcm_cfg.xml /tmp/mls- Copy files
cd /tmp/mls/wsadmin
cp createJMSBus.py createJMS_profile.py /export2/wp80/wpauth/WebSphere/PortalServer/wcm/prereq.wcm/config/templates/was/wcm/
cp prereq.wcm_cfg.xml /export2/wp80/wpauth/WebSphere/PortalServer/wcm/prereq.wcm/config/includes/- Run...
cd /export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/ConfigEngine/
./ConfigEngine.sh action-prepare-jms-scripts -DuseRemoteEndPoints=trueThis will generate directory...
/export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/bin/43570
...which will contain all relevant WCM jython scripts, modified so the variables have been replaced with the local values.
- Copy files to deployment manager
cd /export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/bin/
scp -r 43570 dmgrhost:/tmp- Log on to deployment manager host and run...
cd /export2/was85/wpauth/profiles/dmgr/bin cp -r /tmp/43570 . ./wsadmin.sh -conntype SOAP \ -lang jython \ -profile ./43570/createJMS_profile.py \ -f ./43570/createJMSTopic.py \ -username wpadminlocal \ -password Frogdance12 ./wsadmin.sh -conntype SOAP \ -lang jython \ -profile ./43570/createJMS_profile.py \ -f ./43570/createJMSQueue.py \ -username wpadminlocal \ -password Frogdance12 ./wsadmin.sh -conntype SOAP \ -lang jython \ -profile ./43570/createJMS_profile.py \ -f ./43570/createJMSActivationSpecs.py \ -username wpadminlocal \ -password Frogdance12- On the primary node, run the WCM MLS install.
- Synchronize nodes
- On Dmgr...
cd /export2/was85/wpauth/profiles/dmgr/bin
rm -rf 43570- On primary node...
cd /export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/bin
rm -rf 43570- On primary node, copy original files back into place
cd /tmp/mls
cp createJMSBus.py createJMS_profile.py /export2/wp80/wpauth/WebSphere/PortalServer/wcm/prereq.wcm/config/templates/was/wcm/
cp prereq.wcm_cfg.xml /export2/wp80/wpauth/WebSphere/PortalServer/wcm/prereq.wcm/config/includes/- Run the WCM MLS install on secondary nodes
You do not need to copy new files into place on secondary. Just run standard install.
- Restart portal