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
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 #
|
↓ open down ↓ |
23 lines elided |
↑ open up ↑ |
24 24 #ident "%Z%%M% %I% %E% 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 32 # +++ Required parameters +++
33 33 #
34 -# RS - name of the SC resource for the Informix Server
34 +# RS - name of the SC resource for the Informix Dynamic Server
35 35 # RG - name of the SC resource group to contain RS
36 -# LH_RS - name of the SC LogicalHostname resource
37 -# HAS_RS - name of the SC HAStoragePlus resource
38 -# USERID - name of the Informix Server userid
36 +# USERID - name of the Informix userid
39 37 # ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc
40 38 # INFORMIXDIR - name of the Informix directory
41 39 # INFORMIXSERVER - name of the Informix Database Server
42 40 # INFORMIXSQLHOSTS - name of the Informix SQL hosts file
43 41 #
44 -# +++ Failover zone parameters +++
42 +# +++ Parameters for a node or node:zone deployment +++
45 43 #
46 -# These parameters are only required when the Informix Server should
47 -# run within a failover zone managed by the Sun Cluster Data Service
48 -# for Solaris Containers.
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.
49 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 +#
50 60 # RS_ZONE - name of the Failover zone managed by the
51 61 # Sun Cluster Data Service for Solaris Containers
52 62 # PROJECT - name for the Solaris Project to be used
53 63 # (Default PROJECT=default)
54 64 # START_TIMEOUT - start timeout value
55 65 # (Default START_TIMEOUT=300)
56 66 # STOP_TIMEOUT - stop timeout value
57 67 # (Default STOP_TIMEOUT=300)
58 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 +#
59 131 # +++ Required parameters +++
60 132 #
61 133 RS=
62 134 RG=
63 -LH_RS=
64 -HAS_RS=
65 135 USERID=
66 136 ONCONFIG=
67 137 INFORMIXDIR=
68 138 INFORMIXSERVER=
69 139 INFORMIXSQLHOSTS=
70 140
71 -# +++ Failover zone parameters +++
141 +# +++ Parameters for a node or node:zone deployemnt +++
142 +#
143 +LH_RS=
144 +HAS_RS=
145 +
146 +# +++ Parameters for a failover zone deployemnt +++
72 147 #
73 148 RS_ZONE=
74 149 PROJECT=default
75 150 START_TIMEOUT=300
76 151 STOP_TIMEOUT=300
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX