Chapter 14. Monitoring z/VM and Linux 201
====> file
6. Create a remote data retrieval authorization file with your z/VM system identifier; replace
<vmlinuxa> with your z/VM system name:
==> x fconrmt authoriz
====> a 2
<vmlinuxa> PERFSVM S&FSERV
<vmlinuxa> MAINT DATA CMD EXCPMSG
7. Create a system identification file; replace <vmlinuxa> with your z/VM system name:
==> x fconrmt systems
====> a
<vmlinuxa> PERFSVM z/VM5.4 N FCXRES00
8. Create a Linux system definition file. Add the TCP/IP addresses of your Linux system(s).
The following example shows adding five Linux virtual servers:
Use port 8803 for Linux performance data:
==> x fconx linuxusr a
LINUX00 <9.12.5.30>:8803
LINUX01 <9.12.5.31>:8803
LINUX02 <9.12.5.32>:8803
LINUX03 <9.12.5.33>:8803
LINUX04 <9.12.5.34>:8803
9. Edit the PROFILE EXEC file and uncomment the five MONITOR SAMPLE statements and the two
MONITOR EVENT statements. Also, the size of the of the SAMPLE CONFIG and EVENT CONFIG
may need to be increased:
==> x profile exec a
Before:
...
/*** Once you have PERFKIT enabled and running uncomment the ***/
/*** following comments ***/
/* 'CP MONITOR SAMPLE ENABLE PROCESSOR' */
/* 'CP MONITOR SAMPLE ENABLE STORAGE' */
/* 'CP MONITOR SAMPLE ENABLE USER ALL' */
/* 'CP MONITOR SAMPLE ENABLE I/O ALL' */
/* 'CP MONITOR SAMPLE ENABLE NETWORK' */
/* 'CP MONITOR SAMPLE ENABLE APPLDATA ALL' */
/* 'CP MONITOR EVENT ENABLE STORAGE' */
/* 'CP MONITOR EVENT ENABLE I/O ALL' */
'PERFKIT' /* Invoke the PERFKIT module @FC012BD*/
Exit
After:
...
/*** Once you have PERFKIT enabled and running uncomment the ***/
/*** following comments ***/
'CP MONITOR SAMPLE ENABLE PROCESSOR'
'CP MONITOR SAMPLE ENABLE STORAGE'
'CP MONITOR SAMPLE ENABLE USER ALL'
'CP MONITOR SAMPLE ENABLE I/O ALL'
'CP MONITOR SAMPLE ENABLE NETWORK'
'CP MONITOR SAMPLE ENABLE APPLDATA ALL'
'CP MONITOR EVENT ENABLE STORAGE'
'CP MONITOR EVENT ENABLE I/O ALL'
Komentarze do niniejszej Instrukcji