Using the ispf editor – HP XP Racks User Manual
Page 725
•
YKEWAIT
•
YKFREEZE
•
YKLOAD
•
YKMAKE
•
YKQEXCTG
•
YKQRYDEV
•
YKQRYPTH
•
YKQUERY
•
YKRECVER
•
YKRESYNC
•
YKRUN
•
YKSCAN
•
YKSTATS
•
YKSTORE
•
YKSUSPND
There are two possible ways to retrieve the output CLI command-execution logs:
•
Using the ISPF editor
•
Using a script for retrieval
Using the ISPF Editor
To use the ISPF editor for retrieval:
1.
Create a dataset to which SYSLOG is to be output. For this example, the name of the sequential
dataset is assumed to be YUKON.BCMLOG.
2.
In the SDSF panel, display SYSLOG.
3.
In the panel displaying SYSLOG, enter commands to output SYSLOG for the desired period
to the dataset created in step 1.
To output the information between 13:00 and 14:00, enter as follows:
PT OSDN 'YUKON.BCMLOG'
PRT 13:00:00 14:00:00
PRINT CLOSE
4.
Use the ISPF editor to display the panel for editing the dataset created in step 3.
5.
In the ISPF editor, enter the following commands to delete all the lines except the CLI command
execution logs:
If CLI command-execution logs are set to be output to SYSLOG (SYSLOG=YES):
exclude p'YKZ31#I' all
delete all nx
reset
save
If CLI command-execution logs are set to be output to the console (SYSLOG=CONSOLE):
exclude p'YKZ91#I' all
delete all nx
reset
save
NOTE:
If the YKZ910I message spans two lines, the second line is not retrieved.
Collecting Logs 725