Update the ODP collection configuration
- On z/OS, edit the ODP collection configuration member
RKANPARU(KAYOPEN)
to specify the attribute groups required by the dashboard:
collections:
- product: km5
table: ascpuutil
interval: 0
destination:
- pds
- open
- product: km5
table: km5wlmclpx
interval: 0
destination:
- pds
- open
- product: km5
table: m5stgcdth
interval: 0
destination:
- pds
- open
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Reload the configuration of collection tasks to reflect the updated
KAYOPEN
member.For the job that runs the OMEGAMON z/OS monitoring agent, enter the following MVS
MODIFY
system command:F <job_name>,KPQ,RELOAD_CONFIG,KAY
Replace
<job_name>
with the corresponding job name: for example,OMEGDS
.