################################################################################
################################################################################
# Copyright 2023-2025 by NI SP Software GmbH, All rights reserved.
# Copyright 1999-2023 by Nice, srl., All rights reserved.
#
# This software includes confidential and proprietary information
# of NI SP Software GmbH ("Confidential Information").
# You shall not disclose such Confidential Information
# and shall use it only in accordance with the terms of
# the license agreement you entered into with NI SP Software.
################################################################################
################################################################################

	PLATFORM EGO INTEGRATION

In order to make Platform EGO manage the EnginFrame portal, you have to do this additional
steps after EnginFrame installation:

	1. Copy the portal.xml and agent.xml files present in this directory to the directory 
	   ${EGO_TOP}/eservice/asc/conf/services. The ${EGO_TOP} directory is EGO top installation
	   directory (eg. /usr/share/lsf/ego).
	
	2. Restart Platform EGO daemons using :
	    . ${EGO_TOP}/kernel/conf/profile.ego
	    ego_daemons.sh stop
	    ego_daemons.sh start
	
	3. Verify the portal services are started correctly using :
	    egosh user logon (default administrator is Admin with password Admin)
	    egosh service list

You can now start/stop EnginFrame services using :
	egosh service start portal
	egosh service start agent
	egosh service stop agent
	egosh service stop portal

################################################################################
# CVS $Id: README,v 1.2 2007/01/11 15:37:23 fbosia Exp $
#
# Author: Francesco Bosia
#         support@ni-sp-software.com
################################################################################	
