Installing virtual member manager

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.

About this task

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.

Note: In a network deployment environment, the EJB on the managed server node must be first looked up with the absolute path of the context (for example, cell/nodes/IBM-19D40CACAF4Node01/servers/server1/ejbna where ejbna is the JNDI name of the virtual member manager EJB on the managed server, server1).
To deploy onto the Deployment Manager target (dmgr):
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -server dmgr -systemApp}
To deploy onto a server target (for example, server1 on node1):
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -node node1 -server server1 -systemApp}
To deploy onto a cluster target for example, cluster1:
$AdminApp install app_server_root/systemApps/wim.ear {-appname wim -cluster cluster1 -systemApp}
Note: After deploying the EJB onto a target, either a server or a cluster, that target must be restarted.

See the wsadmin command documentation for "$AdminApp install" in the reference section of the WebSphere information center for the complete command syntax information.

Examples

$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}


Terms of use | Feedback

http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.wim.doc/installingvirtualmembermanager.html