Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- /workspace/neilga/ohacds-ids/webrev/usr/src/cmd/ha-services/gds-agents/ids/ids_config-
+++ ids_config
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the License).
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/CDDL.txt
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
|
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 # file and include the License file at usr/src/CDDL.txt.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets [] replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
22 22 # Use is subject to license terms.
23 23 #
24 -#ident "@(#)ids_config 1.3 08/04/29 SMI"
24 +#ident "@(#)ids_config 1.4 08/05/27 SMI"
25 25 #
26 26 #
27 27 # This file will be sourced in by ids_register and the parameters
28 28 # listed below will be used.
29 29 #
30 30 # These parameters can be customized in (key=value) form
31 31 #
32 -# +++ Required parameters +++
33 -#
34 32 # RS - name of the SC resource for the Informix Dynamic Server
35 33 # RG - name of the SC resource group to contain RS
34 +# LH_RS - name of the SC LogicalHostname resource
35 +# HAS_RS - name of the SC HAStoragePlus resource
36 36 # USERID - name of the Informix userid
37 37 # ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc
38 38 # INFORMIXDIR - name of the Informix directory
39 39 # INFORMIXSERVER - name of the Informix Database Server
40 40 # INFORMIXSQLHOSTS - name of the Informix SQL hosts file
41 41 #
42 -# +++ Parameters for a node or node:zone deployment +++
42 +# Example - Configuration parameters for deploying Infomix Dynamic Server
43 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 44 # RS=ids-rs
86 45 # 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 46 # LH_RS=ids-lh
96 47 # 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 48 # USERID=informix
114 49 # ONCONFIG=onconfig.demo_on
115 50 # INFORMIXDIR=/opt/IBM/informix
116 51 # INFORMIXSERVER=demo_on
117 52 # INFORMIXSQLHOSTS=/opt/IBM/informix/etc/sqlhosts.demo_on
118 53 #
119 -# +++ Parameters for a node or node:zone deployment +++
120 -#
121 -# LH_RS= (Ignored)
122 -# HAS_RS= (Ignored)
123 54 #
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 55 RS=
134 56 RG=
57 +LH_RS=
58 +HAS_RS=
135 59 USERID=
136 60 ONCONFIG=
137 61 INFORMIXDIR=
138 62 INFORMIXSERVER=
139 63 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
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX