blob: c36e19b7fa10f801d459c137acfeaf9420f76126 (
plain)
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
|
QA output created by 066
Waiting for pmcd to terminate ...
Starting pmcd ...
Starting pmlogger ...
first config:
# need the pmcd PMDA so that "init" restart can start pmlogger
# the OS PMDA has to be there so that the default logging config works
# created by QA 066
#
[platform PMDA]
pmcd 2 dso pmcd_init pmda_pmcd.$DSO_SUFFIX
[access]
allow localhost: all;
disallow 131.25.*: store;
disallow *: all;
second config:
# need the pmcd PMDA so that "init" restart can start pmlogger
# the OS PMDA has to be there so that the default logging config works
# created by QA 066
#
[platform PMDA]
pmcd 2 dso pmcd_init pmda_pmcd.$DSO_SUFFIX
[access]
allow localhost: all;
disallow 131.25.*: store;
disallow *: all;
disallow OTHER1: store;
allow OTHER2: all;
ddiissallow misspelt: all;
Log for pmcd on HOST started DATE
active agent dom pid in out ver protocol parameters
============ === ===== === === === ======== ==========
[OS] ?? X dso i:? lib=[OS]pmda.$DSO_SUFFIX entry=[OS]_init
pmcd 2 X dso i:5 lib=...pmda_pmcd.$DSO_SUFFIX entry=pmcd_init
Host access list:
00 01 Cur/MaxCons host-spec host-mask lvl host-name
== == =========== ======================================= ======================================= === ==============
y y 0 0 MYIPADDR MYHOSTMASK 0 localhost
n 0 0 131.25.0.0 255.255.0.0 2 131.25.*
n n 0 0 0.0.0.0 0.0.0.0 4 .*
n n 0 0 :: :: 8 :*
pmcd: PID = PID
pmcd request port(s):
sts fd port family address
=== ==== ===== ====== =======
ok FD 44321 inet INADDR_ANY
ok FD 44321 ipv6 INADDR_ANY
[DATE] pmcd(PID) Info:
pmcd RESTARTED at DATE
Current PMCD clients ...
pmcd config[line 17]: Error: allow or disallow statement expected
Configuration file '$PCP_PMCDCONF_PATH' has errors
Configuration left unchanged
active agent dom pid in out ver protocol parameters
============ === ===== === === === ======== ==========
[OS] ?? X dso i:? lib=[OS]pmda.$DSO_SUFFIX entry=[OS]_init
pmcd 2 X dso i:5 lib=...pmda_pmcd.$DSO_SUFFIX entry=pmcd_init
Host access list:
00 01 Cur/MaxCons host-spec host-mask lvl host-name
== == =========== ======================================= ======================================= === ==============
y y 0 0 MYIPADDR MYHOSTMASK 0 localhost
n 0 0 131.25.0.0 255.255.0.0 2 131.25.*
n n 0 0 0.0.0.0 0.0.0.0 4 .*
n n 0 0 :: :: 8 :*
[DATE] pmcd(PID) Info: PMNS file "DEFAULT" is unchanged
Waiting for pmcd to terminate ...
Restarting pmcd
Starting pmcd ...
Starting pmlogger ...
|