While issuing a F opid,RESTART(ARCH) command, I misspelled RESTART and the following message appeared....
OPS1954E AT LEAST ONE of the following keywords is required:
OPS1975I RELOAD,RESTART,RESTORE,ADDIMSSVC,STATUS,LMPCHECK,DUMPIMS,
OPS1975I DUMPOPMS,DUMPOPPM,DUMPMTCA
I am curious how to use the STATUS option and the data it will return, was wondering if it could help with our monitoring of OPS/MVS?
Release : 14.0
At this time the only product component supported by the STATUS keyword used in an OPS/MVS modify command is SSMGA. The syntax is as follows:
F OPSS,STATUS(SSMGA)
which returns the following output:
OPS3269I SSMGA: OPS=ACTIVE MSF=ACTIVE SSM=ACTIVE SSMPLEX=NONE GBL=N PRI=0
OPS3269I message description:
OPS3269I
SSMGA: OPS=var1 MSF=var2 SSM=var3 SSMPLEX=var4 GBL=var5 PRI=var6
Modifiable:
Yes
Explanation:
This informational message is issued in response to a MODIFY
OPSx,STATUS(SSMGA) and indicates basic status of CA OPS/MVS
product SSMGA components.
Action:
None. This message is for informational purposes only.
The variable fields of the message text are:
var1 CA OPS/MVS product status MSF component status
var3 Stateman mode (Same as OPSINFO)
var4 SSMPLEXNAME (name/NONE). Used in SSMGA.
var5 SSMACTIVEGLOBAL value (Y/N). Used in SSMGA.
var6 SSMPRIORITY (0-1999). Used in SSMGA.