+

Search Tips   |   Advanced Search

Multilingual - Manual install

  1. Log on to primary node

  2. mkdir /tmp/mls

  3. scp wsadmin.zip wpadmin@primary_node:/tmp/mls

  4. Unarchive...

  5. 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

  6. 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/

  7. Run...

      cd /export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/ConfigEngine/
      ./ConfigEngine.sh action-prepare-jms-scripts -DuseRemoteEndPoints=true

    This 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.

  8. Copy files to deployment manager

      cd /export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/bin/
      scp -r 43570 dmgrhost:/tmp

  9. 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
    

  10. On the primary node, run the WCM MLS install.

  11. Synchronize nodes

  12. On Dmgr...

      cd /export2/was85/wpauth/profiles/dmgr/bin
      rm -rf 43570

  13. On primary node...

      cd /export2/wp80/wpauth/WebSphere/AppServer/profiles/node01/bin
      rm -rf 43570

  14. 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/

  15. Run the WCM MLS install on secondary nodes

    You do not need to copy new files into place on secondary. Just run standard install.

  16. Restart portal