Cdiff ids_config
*** /workspace/neilga/ohacds-ids/webrev/usr/src/cmd/ha-services/gds-agents/ids/ids_config- Thu Apr 24 01:39:23 2008
--- ids_config Thu Apr 24 01:36:49 2008
*** 29,76 ****
#
# These parameters can be customized in (key=value) form
#
# +++ Required parameters +++
#
! # RS - name of the SC resource for the Informix Server
# RG - name of the SC resource group to contain RS
! # LH_RS - name of the SC LogicalHostname resource
! # HAS_RS - name of the SC HAStoragePlus resource
! # USERID - name of the Informix Server userid
# ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc
# INFORMIXDIR - name of the Informix directory
# INFORMIXSERVER - name of the Informix Database Server
# INFORMIXSQLHOSTS - name of the Informix SQL hosts file
#
! # +++ Failover zone parameters +++
#
! # These parameters are only required when the Informix Server should
! # run within a failover zone managed by the Sun Cluster Data Service
! # for Solaris Containers.
#
# RS_ZONE - name of the Failover zone managed by the
# Sun Cluster Data Service for Solaris Containers
# PROJECT - name for the Solaris Project to be used
# (Default PROJECT=default)
# START_TIMEOUT - start timeout value
# (Default START_TIMEOUT=300)
# STOP_TIMEOUT - stop timeout value
# (Default STOP_TIMEOUT=300)
#
# +++ Required parameters +++
#
RS=
RG=
- LH_RS=
- HAS_RS=
USERID=
ONCONFIG=
INFORMIXDIR=
INFORMIXSERVER=
INFORMIXSQLHOSTS=
! # +++ Failover zone parameters +++
#
RS_ZONE=
PROJECT=default
START_TIMEOUT=300
STOP_TIMEOUT=300
--- 29,151 ----
#
# These parameters can be customized in (key=value) form
#
# +++ Required parameters +++
#
! # RS - name of the SC resource for the Informix Dynamic Server
# RG - name of the SC resource group to contain RS
! # USERID - name of the Informix userid
# ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc
# INFORMIXDIR - name of the Informix directory
# INFORMIXSERVER - name of the Informix Database Server
# INFORMIXSQLHOSTS - name of the Informix SQL hosts file
#
! # +++ Parameters for a node or node:zone deployment +++
#
! # These parameters are only required when the Informix Dynamic Server
! # should run within a node or node:zone. In this configuration the
! # Informix Dynamic Server will failover between nodes or node:zones.
#
+ # Note: LH_RS and HAS_RS are ignored if a failover zone is being deployed.
+ #
+ # LH_RS - name of the SC LogicalHostname resource
+ # HAS_RS - name of the SC HAStoragePlus resource
+ #
+ # +++ Parameters for a failover zone deployment +++
+ #
+ # These parameters are only required when the Informix Dynamic Server
+ # should run within a failover zone managed by the Sun Cluster Data
+ # Service for Solaris Containers. In this configuration the Informix
+ # Dynamic Server will failover with the failover zone.
+ #
# RS_ZONE - name of the Failover zone managed by the
# Sun Cluster Data Service for Solaris Containers
# PROJECT - name for the Solaris Project to be used
# (Default PROJECT=default)
# START_TIMEOUT - start timeout value
# (Default START_TIMEOUT=300)
# STOP_TIMEOUT - stop timeout value
# (Default STOP_TIMEOUT=300)
#
+ # Note: The PROJECT, START_TIMEOUT and STOP_TIMEOUT values are used
+ # by the SMF service within the failover zone. The SMF service
+ # will be generated and imported in the failover zone when the
+ # resource is registered.
+ #
+ # If you need to modify PROJECT, START_TIMEOUT or STOP_TIMEOUT
+ # after the resource has been registered you will need to delete
+ # and re-register the resource. This is required to ensure that
+ # the changes are propagated to the SMF service.
+ #
+ #
+ # Example 1 - Configuration parameters for deploying Infomix Dynamic Server
+ # on Solaris 10 nodes or node:zones.
+ #
# +++ Required parameters +++
#
+ # RS=ids-rs
+ # RG=ids-rg
+ # USERID=informix
+ # ONCONFIG=onconfig.demo_on
+ # INFORMIXDIR=/opt/IBM/informix
+ # INFORMIXSERVER=demo_on
+ # INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.demo_on
+ #
+ # +++ Parameters for a node or node:zone deployment +++
+ #
+ # LH_RS=ids-lh
+ # HAS_RS=ids-has
+ #
+ # +++ Parameters for a failover zone deployment +++
+ #
+ # RS_ZONE=
+ # PROJECT=default (Ignored)
+ # START_TIMEOUT=300 (Ignored)
+ # STOP_TIMEOUT=300 (Ignored)
+ #
+ #
+ # Example 2 - Configuration parameters for deploying Infomix Dynamic Server
+ # within a Solaris 10 failover zone.
+ #
+ # +++ Required parameters +++
+ #
+ # RS=fozone-ids-rs
+ # RG=fozone-rg
+ # USERID=informix
+ # ONCONFIG=onconfig.demo_on
+ # INFORMIXDIR=/opt/IBM/informix
+ # INFORMIXSERVER=demo_on
+ # INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.demo_on
+ #
+ # +++ Parameters for a node or node:zone deployment +++
+ #
+ # LH_RS= (Ignored)
+ # HAS_RS= (Ignored)
+ #
+ # +++ Failover zone parameters +++
+ #
+ # RS_ZONE=fozone-rs
+ # PROJECT=default
+ # START_TIMEOUT=300
+ # STOP_TIMEOUT=300
+ #
+ # +++ Required parameters +++
+ #
RS=
RG=
USERID=
ONCONFIG=
INFORMIXDIR=
INFORMIXSERVER=
INFORMIXSQLHOSTS=
! # +++ Parameters for a node or node:zone deployemnt +++
#
+ LH_RS=
+ HAS_RS=
+
+ # +++ Parameters for a failover zone deployemnt +++
+ #
RS_ZONE=
PROJECT=default
START_TIMEOUT=300
STOP_TIMEOUT=300