Bug 47885

GemStone/S 64 Bit

3.4.3, 3.4.2, 3.4.1, 3.4, 3.3.9, 3.3.8, 3.3.7, 3.3.6, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3

3.5, 3.4.4

Statmonitor automatic start failed with -X

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.

Workaround

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