New ids_config
  1 #
  2 # CDDL HEADER START
  3 #
  4 # The contents of this file are subject to the terms of the
  5 # Common Development and Distribution License (the License).
  6 # You may not use this file except in compliance with the License.
  7 #
  8 # You can obtain a copy of the license at usr/src/CDDL.txt
  9 # or http://www.opensolaris.org/os/licensing.
 10 # See the License for the specific language governing permissions
 11 # and limitations under the License.
 12 #
 13 # When distributing Covered Code, include this CDDL HEADER in each
 14 # file and include the License file at usr/src/CDDL.txt.
 15 # If applicable, add the following below this CDDL HEADER, with the
 16 # fields enclosed by brackets [] replaced with your own identifying
 17 # information: Portions Copyright [yyyy] [name of copyright owner]
 18 #
 19 # CDDL HEADER END
 20 #
 21 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 22 # Use is subject to license terms.
 23 #
 24 #ident   "%Z%%M% %I%     %E% SMI"
 25 #
 26 #
 27 # This file will be sourced in by ids_register and the parameters
 28 # listed below will be used.
 29 #
 30 # These parameters can be customized in (key=value) form
 31 #
 32 #       +++ Required parameters +++
 33 #
 34 #               RS - name of the SC resource for the Informix Dynamic Server
 35 #               RG - name of the SC resource group to contain RS 
 36 #           USERID - name of the Informix userid
 37 #         ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc
 38 #      INFORMIXDIR - name of the Informix directory 
 39 #   INFORMIXSERVER - name of the Informix Database Server
 40 # INFORMIXSQLHOSTS - name of the Informix SQL hosts file
 41 #
 42 #       +++ Parameters for a node or node:zone deployment +++
 43 #
 44 #       These parameters are only required when the Informix Dynamic Server
 45 #       should run within a node or node:zone. In this configuration the 
 46 #       Informix Dynamic Server will failover between nodes or node:zones.
 47 #
 48 #       Note: LH_RS and HAS_RS are ignored if a failover zone is being deployed.
 49 #
 50 #            LH_RS - name of the SC LogicalHostname resource
 51 #           HAS_RS - name of the SC HAStoragePlus resource
 52 #
 53 #       +++ Parameters for a failover zone deployment +++
 54 #
 55 #       These parameters are only required when the Informix Dynamic Server
 56 #       should run within a failover zone managed by the Sun Cluster Data 
 57 #       Service for Solaris Containers. In this configuration the Informix
 58 #       Dynamic Server will failover with the failover zone.
 59 #
 60 #          RS_ZONE - name of the Failover zone managed by the
 61 #                    Sun Cluster Data Service for Solaris Containers
 62 #          PROJECT - name for the Solaris Project to be used
 63 #                    (Default PROJECT=default)
 64 #    START_TIMEOUT - start timeout value
 65 #                    (Default START_TIMEOUT=300)
 66 #     STOP_TIMEOUT - stop timeout value
 67 #                    (Default STOP_TIMEOUT=300)
 68 #
 69 #       Note: The PROJECT, START_TIMEOUT and STOP_TIMEOUT values are used 
 70 #               by the SMF service within the failover zone. The SMF service
 71 #               will be generated and imported in the failover zone when the 
 72 #               resource is registered.
 73 #
 74 #               If you need to modify PROJECT, START_TIMEOUT or STOP_TIMEOUT
 75 #               after the resource has been registered you will need to delete
 76 #               and re-register the resource. This is required to ensure that 
 77 #               the changes are propagated to the SMF service.
 78 #
 79 #
 80 # Example 1 - Configuration parameters for deploying Infomix Dynamic Server
 81 #               on Solaris 10 nodes or node:zones.
 82 #
 83 #       +++ Required parameters +++
 84 #
 85 #       RS=ids-rs
 86 #       RG=ids-rg
 87 #       USERID=informix
 88 #       ONCONFIG=onconfig.demo_on
 89 #       INFORMIXDIR=/opt/IBM/informix
 90 #       INFORMIXSERVER=demo_on
 91 #       INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.demo_on
 92 #
 93 #       +++ Parameters for a node or node:zone deployment +++
 94 #       
 95 #       LH_RS=ids-lh
 96 #       HAS_RS=ids-has
 97 #
 98 #       +++ Parameters for a failover zone deployment +++
 99 #       
100 #       RS_ZONE=
101 #       PROJECT=default         (Ignored)
102 #       START_TIMEOUT=300       (Ignored)
103 #       STOP_TIMEOUT=300        (Ignored)
104 #
105 #
106 # Example 2 - Configuration parameters for deploying Infomix Dynamic Server
107 #               within a Solaris 10 failover zone.
108 #
109 #       +++ Required parameters +++
110 #
111 #       RS=fozone-ids-rs
112 #       RG=fozone-rg
113 #       USERID=informix
114 #       ONCONFIG=onconfig.demo_on
115 #       INFORMIXDIR=/opt/IBM/informix
116 #       INFORMIXSERVER=demo_on
117 #       INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.demo_on
118 #
119 #       +++ Parameters for a node or node:zone deployment +++
120 #       
121 #       LH_RS=                  (Ignored)
122 #       HAS_RS=                 (Ignored)
123 #
124 #       +++ Failover zone parameters +++
125 #       
126 #       RS_ZONE=fozone-rs
127 #       PROJECT=default
128 #       START_TIMEOUT=300
129 #       STOP_TIMEOUT=300
130 #
131 # +++ Required parameters +++
132 #
133 RS=
134 RG=
135 USERID=
136 ONCONFIG=
137 INFORMIXDIR=
138 INFORMIXSERVER=
139 INFORMIXSQLHOSTS=
140 
141 # +++ Parameters for a node or node:zone deployemnt +++
142 #
143 LH_RS=
144 HAS_RS=
145 
146 # +++ Parameters for a failover zone deployemnt +++
147 # 
148 RS_ZONE=
149 PROJECT=default
150 START_TIMEOUT=300
151 STOP_TIMEOUT=300