Starting up statmonitor with the -X provides host-only monitoring. With the -X, no stone or cache name is permitted as an argument.
Using a -X in the configuration parameters that automatically start statmonitor, such as STN_STATMONITOR_ARGS, caused an error since these methods automatically include the stone or cache name as an argument.
As a workaround, $GEMSTONE/sys/runstatmonitor can be edited to add these lines, which deletes the stonename from the command line args if the second arg is -X
#Workaround bug 47885 if [ "x$2" = "x-X" ]; then shift fi
Last updated: 6/19/19