Install or uninstall the configuration wizard on the dmgr
- Copy the configuration wizard files to the dmgr.
- From the primary node, copy...
ConfigEngine_read_only/installableApps/wizard.war
...to...
WAS_HOME/systemApps/isclite.ear/wizard.war
on the dmgr.
- From the primary node, copy...
WAS_HOME/profiles/cw_profile/ConfigEngine/wfapi-repository.xml
...to...
WAS_HOME/profiles/cw_profile/ConfigEngine
...on the dmgr.
- Change to the directory where the Wsadmin scripting interface is installed: DMGR_PROFILE/bin
- 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