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 Server
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
39 # ONCONFIG - name of the ONCONFIG filename within ${INFORMIXDIR}/etc
40 # INFORMIXDIR - name of the Informix directory
41 # INFORMIXSERVER - name of the Informix Database Server
42 # INFORMIXSQLHOSTS - name of the Informix SQL hosts file
43 #
44 # +++ Failover zone parameters +++
45 #
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.
49 #
50 # RS_ZONE - name of the Failover zone managed by the
51 # Sun Cluster Data Service for Solaris Containers
52 # PROJECT - name for the Solaris Project to be used
53 # (Default PROJECT=default)
54 # START_TIMEOUT - start timeout value
55 # (Default START_TIMEOUT=300)
56 # STOP_TIMEOUT - stop timeout value
57 # (Default STOP_TIMEOUT=300)
58 #
59 # +++ Required parameters +++
60 #
61 RS=
62 RG=
63 LH_RS=
64 HAS_RS=
65 USERID=
66 ONCONFIG=
67 INFORMIXDIR=
68 INFORMIXSERVER=
69 INFORMIXSQLHOSTS=
70
71 # +++ Failover zone parameters +++
72 #
73 RS_ZONE=
74 PROJECT=default
75 START_TIMEOUT=300
76 STOP_TIMEOUT=300
--- EOF ---