How can product region health checks be deleted--specifically or in general--when the region starts up?
book
Article ID: 20620
calendar_today
Updated On:
Products
NetMaster Network AutomationSOLVENetMaster Network Management for SNANetMaster Network Management for TCP/IPNetMaster File Transfer ManagementSOLVE:Operations AutomationSOLVE:Access Session ManagementSOLVE:FTS
Issue/Introduction
For any given region, it may be necessary to delete specific product health checks, or it may be necessary to delete product health checks in general.
Resolution
To delete the product health checks in general, you can specify XOPT=NOHC on the product region JCL parameters.
To delete specific health checks, one solution is to add the following example lines to the region NMREADY member: AFTER .1 KEEP=SYS CMD=HC DELETE NM_WEB AFTER .1 KEEP=SYS CMD=HC DELETE NM_SSI AFTER .1 KEEP=SYS CMD=HC DELETE NM_SOCKETS
So 1 minute after 2nd part of region initialization starts, the 3 HCs (health checks) are deleted.