String installRoot = System.getProperty(
SystemPropertyConstants.INSTALL_ROOT_PROPERTY);
String instanceRoot = System.getProperty(
SystemPropertyConstants.INSTANCE_ROOT_PROPERTY);
NodeAgentMBean agentMBean = NodeAgentProxy.getNodeAgentProxy(agentName);
agentMBean.startInstance(serverName, props);
}
} else {
throw new InstanceException(_strMgr.getString("agentNotRunning",
agentName, serverName));
}