# Gate Specific Code -- BEGIN
#
# ident "@(#)xfs_config 1.1     01/06/19 SMI"
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
# Gate Specific Code -- END
#
# Parameter file for application generated by SunPlex Data Service Builder
# 
# This file will be sourced in by startxfs, stopxfs and removexfs
# The parameters listed below will be used in those scripts.

# These parameters can be customized in (key=value) form
#
# RS_NAME:	name of the resource for the application
# RG_NAME:	name of the resource group containing RS_NAME
# SA_RG_NAME:	the resource group containing the Shared Address resource
# MAXIMUM_PRIMARIES: Maximum primaries of RG_NAME
# DESIRED_PRIMARIES: Desired primaries of RG_NAME
#
# For example:
#
# RS_NAME=rs_app
# RG_NAME=rg_app
# SA_RG_NAME=sa_rg
# MAXIMUM_PRIMARIES=4
# DESIRED_PRIMARIES=4
#

RS_NAME=xfs-hars
RG_NAME=xfs-harg
SA_RG_NAME=sa-rg-${HOSTNAME}
MAXIMUM_PRIMARIES=${NO_OF_NODES}
DESIRED_PRIMARIES=${NO_OF_NODES}
