You must add a data control module (DCM) to the ENF database to access the CA 7 WA Browse log.
To access the CA 7 WA browse log
This job installs the CA 7 WA browse event. An ENF EVENT command listing all of the DCMs that are installed should display:
DCM module name: CAL2DCM1 Description: CA 7 BROWSE EVENT Installed date: 01.010 time: 11:25:20
To activate CA OPS/MVS Hardware Services (HWS) initialization parameters must be appropriately set. Also, since HWS interfaces with the Hardware Interface Service , the Hardware Interface Service, must be available on the system where CA OPS/MVS is running.
To activate HWS, set the INITHWS parameter to YES:
OPSPRM('SET','INITHWS','YES')
Setting INITHWS to YES activates the general CA OPS/MVS Hardware Services component. In order to activate hardware event notification, parameter HWSRULES must also be set to YES:
OPSPRM('SET','HWSRULES','YES')
When HWSRULES is set to YES, HWS will provide hardware event notifications in the form of API events that can be automated via )API rules.
HWS can be activated and deactivated at anytime through the initialization parameters.
For detail information on hardware event types and associated variables that are available through HWS event notification, see "Hardware Event API Rules" in the CA OPS/MVS AOF Rules User Guide.
Note: If you are changing the value of INITHWS from NO to YES after CA OPS/MVS initialization, you must issue the z/OS command: MODIFY OPSS,RESTART(HWS) for the new value to take effect (where OPSS is the CA OPS/MVS subsystem name).
For more information on the INITHWS and HWSRULES parameters, see "Hardware Services (HWS)" in the CA OPS/MVS Parameter Reference Guide.
Since hardware events are presented as OPS )API events, the OPS API interface must also be activated to receive the hardware events. To activate the OPS API interface, set the OPS APIACTIVE parameter to YES:
OPSPRM('SET','APIACTIVE','YES')
For more information on the APIACTIVE parameter, see "Application Programming Interface Parameters" in the CA OPS/MVS Parameter Reference Guide.
For general information on coding API rules and specific information for coding hardware event API rules, see "Generic Event Application Program Interface" in the CA OPS/MVS AOF Rules User Guide.
To have CA OPS/MVS generate HWS-related trace messages, set the DEBUGHWS parameter to ON:
OPSPRM('SET','DEBUGHWS','ON')
HWS utilizes the Hardware Interface Service. The Hardware Interface Service provides CA Technologies products with a common interface/API for accessing hardware functions. CA OPS/MVS interfaces with the Hardware Interface Service to implement its HWS functions. Therefore, the Hardware Interface Service must be configured and started on the system where CA OPS/MVS is running in order for HWS to provide services such as hardware event notification.
See the Hardware Interface Service Component Guide for information on installation, configuration, and operation of the Hardware Interface Service.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |