forked from nyunixguru/Veritas-Cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathems3 commands.txt
332 lines (284 loc) · 27.1 KB
/
ems3 commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
[root@ems3 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
[root@ems3 ~]# more /etc/VRTSvcs/conf/config/main.cf
include "OracleASMTypes.cf"
include "types.cf"
include "CFSTypes.cf"
include "CVMTypes.cf"
include "Db2udbTypes.cf"
include "OracleTypes.cf"
include "SybaseTypes.cf"
cluster ems3_4 (
HacliUserLevel = COMMANDROOT
)
system ems3 (
)
system ems4 (
)
group cvm (
SystemList = { ems3 = 0, ems4 = 1 }
AutoFailOver = 0
Parallel = 1
AutoStartList = { ems3, ems4 }
)
CFSfsckd vxfsckd (
ActivationMode @ems3 = { tibcodg = sw }
ActivationMode @ems4 = { tibcodg = sw }
)
CVMCluster cvm_clus (
CVMClustName = ems3_4
CVMNodeId = { ems3 = 0, ems4 = 1 }
CVMTransport = gab
CVMTimeout = 200
)
CVMVxconfigd cvm_vxconfigd (
Critical = 0
CVMVxconfigdArgs = { syslog }
)
cvm_clus requires cvm_vxconfigd
vxfsckd requires cvm_clus
// resource dependency tree
//
// group cvm
// {
// CFSfsckd vxfsckd
// {
// CVMCluster cvm_clus
// {
// CVMVxconfigd cvm_vxconfigd
// }
// }
// }
group vrts_vea_cfs_int_cfsmount1 (
SystemList = { ems3 = 0, ems4 = 1 }
AutoFailOver = 0
Parallel = 1
AutoStartList = { ems3, ems4 }
)
CFSMount cfsmount1 (
Critical = 0
MountPoint = "/tibco"
BlockDevice = "/dev/vx/dsk/tibcodg/tibco_VOL"
MountOpt @ems3 = "cluster"
MountOpt @ems4 = "cluster"
NodeList = { ems3, ems4 }
)
CVMVolDg cvmvoldg1 (
Critical = 0
CVMDiskGroup = tibcodg
CVMVolume = { tibco_VOL }
CVMActivation @ems3 = sw
CVMActivation @ems4 = sw
)
requires group cvm online local firm
cfsmount1 requires cvmvoldg1
// resource dependency tree
//
// group vrts_vea_cfs_int_cfsmount1
// {
// CFSMount cfsmount1
// {
// CVMVolDg cvmvoldg1
// }
// }
[root@ems3 ~]# cd /var/VRTSvcs/log/
[root@ems3 log]# grep -i fired engine_A.log
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: haclus -modify HacliUserLevel COMMANDROOT from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -add CVMCluster from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster NumThreads 1 from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster OnlineTimeout 400 from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster CVMTransport gab from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster OnlineRetryLimit 2 from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster LogLevel error from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster FaultOnMonitorTimeouts 4 from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList CVMTransport from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList CVMClustName from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList CVMNodeAddr from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList CVMNodeId from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList PortConfigd from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList PortKmsgd from localhost
2011/05/05 12:55:50 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMCluster ArgList CVMTimeout from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster CVMClustName 181 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster CVMNodeAddr 181 11 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster CVMNodeId 181 11 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster CVMTransport 181 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster PortConfigd 89 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster PortKmsgd 89 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMCluster CVMTimeout 89 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMCluster SourceFile ./CVMTypes.cf from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -add CVMVolDg from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVolDg OnlineTimeout 400 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVolDg OnlineRetryLimit 2 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVolDg LogLevel error from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVolDg FaultOnMonitorTimeouts 4 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add -static CVMVolDg RegList 181 91 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg RegList CVMActivation from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg RegList CVMVolume from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList CVMDiskGroup from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList CVMVolume from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList CVMActivation from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList CVMVolumeIoTest from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList CVMDGAction from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList CVMDeportOnOffline from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVolDg ArgList State from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVolDg CVMDiskGroup 181 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVolDg CVMDGAction 181 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVolDg CVMVolume 181 91 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVolDg CVMActivation 181 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVolDg CVMVolumeIoTest 181 91 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVolDg CVMDeportOnOffline 89 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: haattr -add -temp CVMVolDg voldg_stat 89 162 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVolDg SourceFile ./CVMTypes.cf from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -add CVMVxconfigd from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVxconfigd LogLevel error from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVxconfigd FaultOnMonitorTimeouts 2 from localhost
2011/05/05 12:55:51 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVxconfigd Operations OnOnly from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: haattr -add CVMVxconfigd CVMVxconfigdArgs 181 91 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CVMVxconfigd ArgList CVMVxconfigdArgs from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVxconfigd SourceFile ./CVMTypes.cf from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hagrp -add cvm from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hagrp -modify cvm SystemList ems3 0 ems4 1 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hagrp -modify cvm AutoStartList ems3 ems4 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hagrp -modify cvm Parallel 1 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hagrp -modify cvm AutoFailOver 0 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -add cvm_clus CVMCluster cvm from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_clus Enabled 1 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_clus Critical 1 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_clus CVMClustName ems3_4 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify ... -add cvm_clus CVMNodeId ems3 0 ems4 1 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_clus CVMTransport gab from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_clus CVMTimeout 200 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -add cvm_vxconfigd CVMVxconfigd cvm from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_vxconfigd Enabled 1 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_vxconfigd Critical 0 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -link cvm_clus cvm_vxconfigd 0 0 from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hares -modify cvm_vxconfigd CVMVxconfigdArgs syslog from localhost
2011/05/05 12:55:52 VCS INFO V-16-1-50135 User root fired command: hatype -modify CVMVxconfigd RestartLimit 5 from localhost
2011/05/05 12:55:56 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: hagrp -autoenable cvm ems3 from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: hagrp -online cvm ems3 from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: hagrp -autoenable cvm ems4 from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: hagrp -online cvm ems4 from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: hatype -add CFSMount from localhost
2011/05/05 12:55:57 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:55:58 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:55:59 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:03 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:07 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:07 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:10 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:12 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:16 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:16 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount NameRule resource.MountPoint from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount ArgList MountPoint from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount ArgList BlockDevice from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount ArgList MountOpt from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount RestartLimit 0 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount OnlineRetryLimit 0 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount OnlineWaitLimit 1 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount FaultOnMonitorTimeouts 1 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount SupportedActions primary from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount MountPoint 181 162 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount MountType 181 162 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount BlockDevice 181 162 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount MountOpt 181 162 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount NodeList 181 91 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount Policy 181 91 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add -temp CFSMount Primary 181 162 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount ArgList Primary from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount SetPrimary 181 162 from localhost
2011/05/05 12:56:18 VCS INFO V-16-1-50135 User root fired command: haattr -add -temp CFSMount RemountRes 181 162 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haattr -add -temp CFSMount AMFMountType 181 162 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount ArgList AMFMountType from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSMount ForceOff 181 162 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haattr -add -static CFSMount RegList 181 91 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount RegList MountOpt from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount RegList Policy from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount RegList NodeList from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount RegList ForceOff from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify ... -add CFSMount RegList SetPrimary from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSMount SourceFile ./CFSTypes.cf from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -add CFSfsckd from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSfsckd RestartLimit 1 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hatype -modify CFSfsckd SourceFile ./CFSTypes.cf from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haattr -add CFSfsckd ActivationMode 181 11 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hares -add vxfsckd CFSfsckd cvm from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hares -modify vxfsckd Enabled 1 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: hares -link vxfsckd cvm_clus 0 0 from localhost
2011/05/05 12:56:19 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 12:56:29 VCS INFO V-16-1-50135 User root fired command: hares -online vxfsckd ems3 from localhost
2011/05/05 12:56:29 VCS INFO V-16-1-50135 User root fired command: hares -online vxfsckd ems4 from localhost
2011/05/05 12:56:31 VCS INFO V-16-1-50135 User root fired command: hagrp -clear cvm ems3 from localhost
2011/05/05 12:56:31 VCS INFO V-16-1-50135 User root fired command: hagrp -online cvm ems3 from localhost
2011/05/05 13:00:39 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 13:00:39 VCS INFO V-16-1-50135 User root fired command: hares -local vxfsckd ActivationMode from localhost
2011/05/05 13:00:39 VCS INFO V-16-1-50135 User root fired command: hares -modify ... -add vxfsckd ActivationMode tibcodg sw ems3 from localhost
2011/05/05 13:00:39 VCS INFO V-16-1-50135 User root fired command: hares -modify ... -add vxfsckd ActivationMode tibcodg sw ems4 from localhost
2011/05/05 13:00:39 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -add vrts_vea_cfs_int_cfsmount1 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -modify vrts_vea_cfs_int_cfsmount1 SystemList ems3 0 ems4 1 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -modify vrts_vea_cfs_int_cfsmount1 AutoStartList ems3 ems4 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -modify vrts_vea_cfs_int_cfsmount1 Parallel 1 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -modify vrts_vea_cfs_int_cfsmount1 AutoFailOver 0 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -link vrts_vea_cfs_int_cfsmount1 cvm 1 1 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -autoenable vrts_vea_cfs_int_cfsmount1 ems3 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -online vrts_vea_cfs_int_cfsmount1 ems3 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -autoenable vrts_vea_cfs_int_cfsmount1 ems4 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hagrp -online vrts_vea_cfs_int_cfsmount1 ems4 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -add cvmvoldg1 CVMVolDg vrts_vea_cfs_int_cfsmount1 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -modify cvmvoldg1 CVMDiskGroup tibcodg from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -modify ... -add cvmvoldg1 CVMVolume tibco_VOL from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -local vxfsckd ActivationMode from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -local cvmvoldg1 CVMActivation from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -modify cvmvoldg1 CVMActivation sw ems3 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -modify cvmvoldg1 CVMActivation sw ems4 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -modify cvmvoldg1 Critical 0 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: hares -modify cvmvoldg1 Enabled 1 from localhost
2011/05/05 13:05:38 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -add cfsmount1 CFSMount vrts_vea_cfs_int_cfsmount1 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 MountPoint /tibco from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 BlockDevice /dev/vx/dsk/tibcodg/tibco_VOL from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -local cfsmount1 MountOpt from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -local cfsmount1 RemountRes from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -local cfsmount1 ForceOff from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -local cfsmount1 SetPrimary from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 MountOpt cluster ems3 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 NodeList ems3 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 Critical 0 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -link cfsmount1 cvmvoldg1 0 0 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 AMFMountType vxfs from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 Enabled 1 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -local cfsmount1 MountOpt from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 MountOpt cluster ems4 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: hares -modify ... -add cfsmount1 NodeList ems4 from localhost
2011/05/05 13:05:39 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 13:05:40 VCS INFO V-16-1-50135 User root fired command: haconf -makerw from localhost
2011/05/05 13:05:40 VCS INFO V-16-1-50135 User root fired command: hagrp -modify vrts_vea_cfs_int_cfsmount1 AutoStartList ems3 ems4 from localhost
2011/05/05 13:05:40 VCS INFO V-16-1-50135 User root fired command: haconf -dump -makero from localhost
2011/05/05 13:05:40 VCS INFO V-16-1-50135 User root fired command: hares -local cfsmount1 RemountRes from localhost
2011/05/05 13:05:40 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 RemountRes DONE ems3 from localhost
2011/05/05 13:10:35 VCS INFO V-16-1-50135 User root fired command: MSG_RES_PROBE cfsmount1 ems3 from localhost
2011/05/05 13:10:35 VCS INFO V-16-1-50135 User root fired command: MSG_RES_PROBE cfsmount1 ems4 from localhost
2011/05/05 13:10:36 VCS INFO V-16-1-50135 User root fired command: hares -clear cfsmount1 ems3 from localhost
2011/05/05 13:10:36 VCS INFO V-16-1-50135 User root fired command: hares -online cfsmount1 ems3 from localhost
2011/05/05 13:10:36 VCS INFO V-16-1-50135 User root fired command: hares -clear cfsmount1 ems4 from localhost
2011/05/05 13:10:36 VCS INFO V-16-1-50135 User root fired command: hares -online cfsmount1 ems4 from localhost
2011/05/05 13:10:40 VCS INFO V-16-1-50135 User root fired command: hares -clear cvmvoldg1 ems3 from localhost
2011/05/05 13:11:11 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 Primary ems3 from localhost
2011/05/05 13:11:11 VCS INFO V-16-1-50135 User root fired command: hares -modify cfsmount1 Primary ems3 from localhost
[root@ems3 log]#