We have some ASMON resources that need to be restarted on a regular basis and would like to inactivate alert processing for that resource while it is being restarted.
Is there a Netmaster console command that could be issued to inactivate and then activate a resource in the IP resource monitor?
I see there are IA and AA line commands to inactivate and activate alert processing for a certain resource, is there a way to issue this with a console command?
Release : 12.2
Component : NetMaster Network Management for TCP/IP
You could create a small NCL like follows, pass in the ASMON name, and submit it to console.
Something like F <TaskName>,ASMONINA testas
ASMONINA - is the PROC name
testas - is the &1 being passed to the proc - the ASMON name.
The proc - asmonina - would look like -
$RMCONS LCMD=IA SYSNAME=&GLBL$RM$SNAM +
VERSION=&GLBL$RM$IVER +
CLASS=43 +
NAME=&1