一、#############################/etc/cmcluster.conf#######################
1 ############################## cmcluster.conf ##############################
2 #
3 # Highly Available Cluster file locations
4 #
5 # This file must not be edited
6 ############################################################################
7
8 SGCONF=/etc/cmcluster
9 SGSBIN=/usr/sbin
10 SGLBIN=/usr/lbin
11 SGLIB=/usr/lib
12 SGRUN=/var/adm/cmcluster
13 SGAUTOSTART=/etc/rc.config.d/cmcluster
14 SGFFLOC=/opt/cmcluster/cmff
二、##########################/etc/cmcluster/cluster.ascii##################################
1 # **********************************************************************
2 # ********* HIGH AVAILABILITY CLUSTER CONFIGURATION FILE ***************
3 # ***** For complete details about cluster parameters and how to *******
4 # ***** set them, consult the Serviceguard manual. *********************
5 # **********************************************************************
6
7 # Enter a name for this cluster. This name will be used to identify the
8 # cluster when viewing or manipulating it.
9
10 CLUSTER_NAME cluster
11
12
13 # Cluster Lock Parameters
14 # The cluster lock is used as a tie-breaker for situations
15 # in which a running cluster fails, and then two equal-sized
16 # sub-clusters are both trying to form a new cluster. The
17 # cluster lock may be configured using only one of the
18 # following alternatives on a cluster:
19 # the LVM lock disk
20 # the quorom server
21 #
22 #
23 # Consider the following when configuring a cluster.
24 # For a two-node cluster, you must use a cluster lock. For
25 # a cluster of three or four nodes, a cluster lock is strongly
26 # recommended. For a cluster of more than four nodes, a
27 # cluster lock is recommended. If you decide to configure
28 # a lock for a cluster of more than four nodes, it must be
29 # a quorum server.
30
31 # Lock Disk Parameters. Use the FIRST_CLUSTER_LOCK_VG and
32 # FIRST_CLUSTER_LOCK_PV parameters to define a lock disk.
33 # The FIRST_CLUSTER_LOCK_VG is the LVM volume group that
34 # holds the cluster lock. This volume group should not be
35 # used by any other cluster as a cluster lock device.
36
37 # Quorum Server Parameters. Use the QS_HOST, QS_POLLING_INTERVAL,
38 # and QS_TIMEOUT_EXTENSION parameters to define a quorum server.
39 # The QS_HOST is the host name or IP address of the system
40 # that is running the quorum server process. The
41 # QS_POLLING_INTERVAL (microseconds) is the interval at which
42 # Serviceguard checks to make sure the quorum server is running.
43 # The optional QS_TIMEOUT_EXTENSION (microseconds) is used to increase
44 # the time interval after which the quorum server is marked DOWN.
45 #
46 # The default quorum server timeout is calculated from the
47 # Serviceguard cluster parameters, including NODE_TIMEOUT and
48 # HEARTBEAT_INTERVAL. If you are experiencing quorum server
49 # timeouts, you can adjust these parameters, or you can include
50 # the QS_TIMEOUT_EXTENSION parameter.
51 #
52 # The value of QS_TIMEOUT_EXTENSION will directly effect the amount
53 # of time it takes for cluster reformation in the event of failure.
54 # For example, if QS_TIMEOUT_EXTENSION is set to 10 seconds, the cluster
55 # reformation will take 10 seconds longer than if the QS_TIMEOUT_EXTENSION
56 # was set to 0. This delay applies even if there is no delay in
57 # contacting the Quorum Server. The recommended value for
58 # QS_TIMEOUT_EXTENSION is 0, which is used as the default
59 # and the maximum supported value is 30000000 (5 minutes).
60 #
61 # For example, to configure a quorum server running on node
62 # "qshost" with 120 seconds for the QS_POLLING_INTERVAL and to
63 # add 2 seconds to the system assigned value for the quorum server
64 # timeout, enter:
65 #
66 # QS_HOST qshost
67 # QS_POLLING_INTERVAL 120000000
68 # QS_TIMEOUT_EXTENSION 2000000
69
70 FIRST_CLUSTER_LOCK_VG /dev/vglock
71
72
73
74 # Definition of nodes in the cluster.
75 # Repeat node definitions as necessary for additional nodes.
76 # NODE_NAME is the specified nodename in the cluster.
77 # It must match the hostname and both cannot contain full domain name.
78 # Each NETWORK_INTERFACE, if configured with IPv4 address,
79 # must have ONLY one IPv4 address entry with it which could
80 # be either HEARTBEAT_IP or STATIONARY_IP.
81 # Each NETWORK_INTERFACE, if configured with IPv6 address(es)
82 # can have multiple IPv6 address entries(up to a maximum of 2,
83 # only one IPv6 address entry belonging to site-local scope
84 # and only one belonging to global scope) which must be all
85 # STATIONARY_IP. They cannot be HEARTBEAT_IP.
86
87
88 NODE_NAME chnytp01
89 NETWORK_INTERFACE lan1
90 HEARTBEAT_IP 192.168.3.1
91 NETWORK_INTERFACE lan5
92 NETWORK_INTERFACE lan4
93 HEARTBEAT_IP 10.134.95.65
94 FIRST_CLUSTER_LOCK_PV /dev/dsk/c6t1d2
95 # List of serial device file names
96 # For example:
97 # SERIAL_DEVICE_FILE /dev/tty0p0
98
99 # Possible standby Network Interfaces for lan1,lan4: lan5.
100
101 NODE_NAME chnyts01
102 NETWORK_INTERFACE lan1
103 HEARTBEAT_IP 192.168.3.2
104 NETWORK_INTERFACE lan5
105 NETWORK_INTERFACE lan4
106 HEARTBEAT_IP 10.134.95.85
107 FIRST_CLUSTER_LOCK_PV /dev/dsk/c6t1d2
108 # List of serial device file names
109 # For example:
110 # SERIAL_DEVICE_FILE /dev/tty0p0
111
112 # Possible standby Network Interfaces for lan1,lan4: lan5.
113
114
115 # Cluster Timing Parameters (microseconds).
116
117 # The NODE_TIMEOUT parameter defaults to 2000000 (2 seconds).
118 # This default setting yields the fastest cluster reformations.
119 # However, the use of the default value increases the potential
120 # for spurious reformations due to momentary system hangs or
121 # network load spikes.
122 # For a significant portion of installations, a setting of
123 # 5000000 to 8000000 (5 to 8 seconds) is more appropriate.
124 # The maximum value recommended for NODE_TIMEOUT is 30000000
125 # (30 seconds).
126
127 HEARTBEAT_INTERVAL 25000000
128 NODE_TIMEOUT 50000000
129
130
131 # Configuration/Reconfiguration Timing Parameters (microseconds).
132
133 AUTO_START_TIMEOUT 600000000
134 NETWORK_POLLING_INTERVAL 2000000
135
136 # Network Monitor Configuration Parameters.
137 # The NETWORK_FAILURE_DETECTION parameter determines how LAN card failures are detected.
138 # If set to INONLY_OR_INOUT, a LAN card will be considered down when its inbound
139 # message count stops increasing or when both inbound and outbound
140 # message counts stop increasing.
141 # If set to INOUT, both the inbound and outbound message counts must
142 # stop increasing before the card is considered down.
143 NETWORK_FAILURE_DETECTION INOUT
144
145 # Package Configuration Parameters.
146 # Enter the maximum number of packages which will be configured in the cluster.
147 # You can not add packages beyond this limit.
148 # This parameter is required.
149 MAX_CONFIGURED_PACKAGES 5
150
151
152 # Access Control Policy Parameters.
153 #
154 # Three entries set the access control policy for the cluster:
155 # First line must be USER_NAME, second USER_HOST, and third USER_ROLE.
156 # Enter a value after each.
157 #
158 # 1. USER_NAME can either be ANY_USER, or a maximum of
159 # 8 login names from the /etc/passwd file on user host.
160 # The following special characters are NOT supported for USER_NAME
161 # ' ', '/', '\', '*'
162 # 2. USER_HOST is where the user can issue Serviceguard commands.
163 # If using Serviceguard Manager, it is the COM server.
164 # Choose one of these three values: ANY_SERVICEGUARD_NODE, or
165 # (any) CLUSTER_MEMBER_NODE, or a specific node. For node,
166 # use the official hostname from domain name server, and not
167 # an IP addresses or fully qualified name.
168 # 3. USER_ROLE must be one of these three values:
169 # * MONITOR: read-only capabilities for the cluster and packages
170 # * PACKAGE_ADMIN: MONITOR, plus administrative commands for packages
171 # in the cluster
172 # * FULL_ADMIN: MONITOR and PACKAGE_ADMIN plus the administrative
173 # commands for the cluster.
174 #
175 # Access control policy does not set a role for configuration
176 # capability. To configure, a user must log on to one of the
177 # cluster's nodes as root (UID=0). Access control
178 # policy cannot limit root users' access.
179 #
180 # MONITOR and FULL_ADMIN can only be set in the cluster configuration file,
181 # and they apply to the entire cluster. PACKAGE_ADMIN can be set in the
182 # cluster or a package configuration file. If set in the cluster
183 # configuration file, PACKAGE_ADMIN applies to all configured packages.
184 # If set in a package configuration file, PACKAGE_ADMIN applies to that
185 # package only.
186 #
187 # Conflicting or redundant policies will cause an error while applying
188 # the configuration, and stop the process. The maximum number of access
189 # policies that can be configured in the cluster is 200.
190 #
191 # Example: to configure a role for user john from node noir to
192 # administer a cluster and all its packages, enter:
193 # USER_NAME john
194 # USER_HOST noir
195 # USER_ROLE FULL_ADMIN
196
197
198 # List of cluster aware LVM Volume Groups. These volume groups will
199 # be used by package applications via the vgchange -a e command.
200 # Neither CVM or VxVM Disk Groups should be used here.
201 # For example:
202 # VOLUME_GROUP /dev/vgdatabase
203 # VOLUME_GROUP /dev/vg02
204
205 VOLUME_GROUP /dev/vgdbis
206 VOLUME_GROUP /dev/vgapis
207 VOLUME_GROUP /dev/vgdbes
208 VOLUME_GROUP /dev/vgapes
209 VOLUME_GROUP /dev/vglock
###########################/etc/cmcluster/sharedtape/ats_tapelibs#######################
# sccs @(#) Advanced Tape Services A.11.09
#
# Serviceguard Advanced Tape Services
#
# Tape library robotic (autochanger) identification file
#
# Path - /etc/cmcluster/sharedtape/ats_tapelibs
#
# Syntax - :vendor

roduct_id:
#
# This file may be edited (perhaps to recognize newly
# supported hardware). However, the file will be
# overlaid by any subsequent update (or reinstall) of
# the Advanced Tape Services software.
#
:HP:C5177-7000:
:HP:C5177-4000:
:HP:C5173-7000:
:HP:C5173-4000:
:HP:A4845A:
:HP:A4846A:
:HP:A4853A:
:HP:C1194F:
:HP:A5597A:
:HP:C7200-8000:
:HP:A5617A: