<?xml version='1.0' encoding='UTF-8'?>
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- 61haes_r714 src/43haes/usr/sbin/cluster/sa/domino/config/cl_dominoserver_config.xml 1.1 -->
<!--                                                                        -->
<!-- Licensed Materials - Property of IBM                                   -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2010                   -->
<!-- All Rights Reserved                                                    -->
<!--                                                                        -->
<!-- US Government Users Restricted Rights - Use, duplication or            -->
<!-- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<!-- @(#)50	1.1  src/43haes/usr/sbin/cluster/sa/domino/config/cl_dominoserver_config.xml, hacmp.assist, 61haes_r714 11/28/11 14:59:04 -->

<smartassistconfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation='cl_dominoserver_config.xsd'
                   id="DOMINO_SERVER" name="Smart Assist for Lotus domino server">

    <properties>

        <!-- smart asssit for lotus domino server Participating nodes that will be up and running -->
	<!-- Enter the configured PowerHA node names seperated by comma (,) -->
        <Nodes>node1,node2</Nodes>

        <!-- Domino server node in the cluster where it will be online and data directory for PowerHA SystemMirror -->
	<!-- For active-passive Lotus domino configuration user has to specify only one home node and data directory pair, for other configuration user can specify more than one home node and data directory pairs -->
	<!-- node and data directory is seperated by comma(,) and each node and directory pair is seperated by (;). Must be must ended with ; -->
	<!-- node1,/lotus_server1;node2,/lotus_server/data/server1/; -->
        <DataDirectory>node1,/lotus_server/sd;node2,/lotus_server/data/server1/;</DataDirectory>

        <!-- Lotus domino cluster configuration is configured to PowerHA SystemMirror cluster y/n  -->
        <DominoCluster>n</DominoCluster>

    </properties>

</smartassistconfig>
