Virtual member manager is installed as a WebSphere® system application during the installation of WebSphere Application Server. See the WebSphere Application Server documentation for installation instructions.
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -server dmgr} $AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -server dmgr}
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -node node1 -server server1} $AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -node node1 -server server1}
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -cluster cluster1} $AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -cluster cluster1}
See the wsadmin command documentation for "$AdminApp install" in the reference section of the WebSphere information center for the complete command syntax information.
$AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -cell MyCell -cluster mycluster} $AdminApp install WAS-HOME/systemApps/wimwmm.ear {-appname wimwmm -cell MyCell -cluster mycluster} $AdminApp install WAS-HOME/systemApps/wim.ear {-appname wim -cell MyCell -server server1}