New ids_config
1 #
2 #
3 # CDDL HEADER START
4 #
5 # The contents of this file are subject to the terms of the
6 # Common Development and Distribution License (the License).
7 # You may not use this file except in compliance with the License.
8 #
9 # You can obtain a copy of the license at usr/src/CDDL.txt
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
13 #
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/CDDL.txt.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets [] replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 #
20 # CDDL HEADER END
21 #
22 #ident "@(#)ids_config 1.1 07/10/19 SMI"
23 #
24 #
25 # This file will be sourced in by ids_register and the parameters
26 # listed below will be used.
27 #
28 # These parameters can be customized in (key=value) form
29 #
30 # +++ Required parameters +++
31 #
32 # RS - name of the SC resource for the Informix Server
33 # RG - name of the SC resource group to contain RS
34 # USERID - name of the Informix Server userid
35 # ONCONFIG - name of the ONCONFIG filename within $INFORMIXDIR/etc
36 # INFORMIXDIR - name of the Informix directory
37 # INFORMIXSERVER - name of the Informix Database Server
38 # INFORMIXSQLHOSTS - name of the Informix SQL hosts file
39 #
40 # +++ Failover zone parameters +++
41 #
42 # RS_ZONE - name of the Failover zone managed by the
43 # Sun Cluster Data Service for Solaris Containers
44 # PROJECT - name for the Solaris Project to be used
45 # (Default PROJECT=default)
46 # START_TIMEOUT - start timeout value
47 # (Default START_TIMEOUT=300)
48 # STOP_TIMEOUT - stop timeout value
49 # (Default STOP_TIMEOUT=300)
50 #
51 # Note 1: Failover zone parameters
52 #
53 # These parameters are only required when the Informix Server should
54 # run within a failover zone managed by the Sun Cluster Data Service
55 # for Solaris Containers.
56 #
57 # To use the Sun Cluster Data Service for Informix Dynamic Server
58 # together with the Sun Cluster Data Service for Solaris Containers,
59 # you must do the following,
60 #
61 # 1. Install the Sun Cluster Data Service for Solaris Containers.
62 #
63 # 2. Follow the Sun Cluster Data Service for Solaris Containers Guide
64 # for instructions on how to create and install a non-global zone
65 # in a failover configuration.
66 #
67 # 3. Bring online the failover zone, so that it is now managed by
68 # the Sun Cluster Data Service for Solaris Containers.
69 #
70 # 4. Install Informix in the failover zone.
71 #
72 # 5. Create the Informix Server.
73 #
74 # 6. Provide values for the parameters below and include values for
75 # RS_ZONE, PROJECT, START_TIMEOUT and STOP_TIMEOUT.
76 #
77 # The value for the RG= parameter should be the same SC resource
78 # group name that was used by the Sun Cluster Data Service for
79 # Solaris Containers agent for the failover zone.
80 #
81 # RS_zone should also be the same SC resource name that was used
82 # by the Sun Cluster Data Service for Solaris Containers agent for
83 # the failover zone.
84 #
85 # 7. Register the SC resource using the ids_register script.
86 #
87 # 8. Bring online the SC resource that was registered.
88 #
89 #
90 # +++ Required parameters +++
91 #
92 RS=
93 RG=
94 LH_RS=
95 HAS_RS=
96 USERID=
97 ONCONFIG=
98 INFORMIXDIR=
99 INFORMIXSERVER=
100 INFORMIXSQLHOSTS=
101
102 # +++ Failover zone parameters +++
103 # These parameters are only required when the Informix Server should run
104 # within a failover zone managed by the Sun Cluster Data Service for
105 #
106 RS_ZONE=
107 PROJECT=default
108 START_TIMEOUT=300
109 STOP_TIMEOUT=300