Trying to issue the SSMCNTL command and I get IEE305I SSMCNTL COMMAND INVALID . It is in dataset AFSD.OPS.TEST.CCLXRULM and
OPS1290H OPSMVS RULEPREFIX 'AFSD.OPS.TEST' is in my OPSMVS startup.
Environment
Release : 13.5
Component : OPS/MVS
Resolution
Review the CCLXRULM pds target library and copy the SSMCNTL command rule to a rule set and then enable and auto enable it.
Below are the comments we provide into the CCLXRULM(SSMCNTL) source member :
...
Name - SSMCNTL Purpose - Create a console interface for the System State Manager (SSM) component of CA OPS/MVS. Related - SSM Notes - This SSM rule will create an automated application that will allow SSM users to monitor and control SSM functionality via a pseudo command. .... Implementation steps needed for using this rule: 1) Refer to the sample SHUTSYS1 OPS/REXX program that is installed in the hlq.CCLXSAMP library for complete details of the system related shutdown procedures if using the CANSHUT,SHUTSYS and SHUTMAINT options. 2) If the FCYCLE option is desired, then add the necessary actions as noted in the comments of the FCYCLE sub-routine within this rule. 3) Make any necessary changes/customizations to this rule logic. 4) Copy and enable this rule within a production AOF ruleset. Set the auto-enable bit to allow the rule to automatically enable upon an IPL. 5) Ensure that the SSMDISP sample OPS/REXX program that is located within the hlq.CCLXSAMP library is in a valid //SYSEXEC DD library that is allocated to the OPSMAIN asid. ..