+

Search Tips   |   Advanced Search

Install or uninstall the configuration wizard on the dmgr


  1. Copy the configuration wizard files to the dmgr.

    1. From the primary node, copy...

        ConfigEngine_read_only/installableApps/wizard.war

      ...to...

        WAS_HOME/systemApps/isclite.ear/wizard.war

      on the dmgr.

    2. From the primary node, copy...

        WAS_HOME/profiles/cw_profile/ConfigEngine/wfapi-repository.xml

      ...to...

        WAS_HOME/profiles/cw_profile/ConfigEngine

      ...on the dmgr.

  2. Change to the directory where the Wsadmin scripting interface is installed: DMGR_PROFILE/bin

  3. Start the Wsadmin scripting interface: .

      ./wsadmin.sh

    To enter the command in Jython, add -lang jython to the command.

    Use a valid WAS administrator userid when prompted for a user ID and password.

    • $AdminApp update isclite modulefile      
      {
             -operation add         
             -contents $WAS_HOME/systemApps/isclite.ear/wizard.war         
             -contenturi wizard.war         
             -usedefaultbindings         
             -contextroot /ibm/wizard         
             -MapWebModToVH {{.* .* admin_host}}
           }
      

      • $AdminConfig save

    • $AdminApp update isclite modulefile {-operation delete -contenturi wizard.war}
      

      • $AdminConfig save


Parent: Install the configuration wizard