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.
You can optionally deploy the virtual member manager service EJB and the compatibility EJB onto a target. Run the following wsadmin commands to deploy the EJB.
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -server dmgr -systemApp}
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -node node1 -server server1 -systemApp}
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -cluster cluster1 -systemApp}
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 app_server_root/systemApps/wim.ear {-appname wim -cell MyCell -cluster mycluster -systemApp}
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -cell MyCell -server server1 -systemApp}