Search for answers or browse our knowledge base.
Shadowbase Monitor
Quickstart
Shadowbase Monitor Installation
You may now integrate metrics from your Shadowbase application on to Web ViewPoint Enterprise (WVP E) using My NonStop. Shadowbase Monitor Plugin can be easily installed using the Studio tab on My NonStop. You start by signing into your My NonStop application using the Group.User or alias who you setup as Manager during the installation. For more information on how to install My NonStop, visit How to Install and Configure My NonStop. After a successful logon, the Home Screen which is the Studio screen lists the latest available Shadowbase Monitor version. You can simply download, install, and start the application on your NonStop server. Note that, installing Web ViewPoint Enterprise is mandatory to onboard Shadowbase Monitor Plugin.





After this, it asks you permission for starting the instance. Once the product is successfully started, you can start using Shadowbase Monitor on Web ViewPoint Enterprise. You may choose which Shadowbase objects and metrics you would like to monitor and visualize on the Global Dash or set up any alert conditions and thresholds for various metrics and take automated action before things go wrong.


Configuring Shadowbase processes in MEASINEX file
MEASINEX file is shipped along with the Shadowbase Monitor Plugin and is present in your Web ViewPoint Install subvolume. Make sure that MEASINEX file contains all the correct Shadowbase Collector, Consumer & Queue Manager processes. Example 1: Example 1 shows how to configure a single instance of Collector, Consumer & Queue Manager processes in your MEASINEX file. — Collector Counters add userdef $SBCL add counter ADTRECSREAD, process $SBCL, accum add counter ADTINSBUSY, process $SBCL, busy add counter ADTPRGDATAUSED, process $SBCL, accum — Consumer Counters add userdef $SBCN add counter ADTCONSIN, process $SBCN, accum add counter ADTCONSBUSY, process $SBCN, busy add counter SQLSTMTSPREPBUSY,process $SBCN, busy add counter USRXPROCBUSY, process $SBCN, busy — Queue Manager Counters add userdef $SBQM add counter ADTCONSIN, process $SBQM, accum add counter ADTCONSBUSY, process $SBQM, busy add counter TARGETOPS, process $SBQM, accum Example 1: Example 1 shows how to configure a single instance of Collector, Consumer & Queue Manager processes in your MEASINEX file. — Collector Counters add userdef $SBCL add counter ADTRECSREAD, process $SBCL, accum add counter ADTINSBUSY, process $SBCL, busy add counter ADTPRGDATAUSED, process $SBCL, accum — Consumer Counters add userdef $SBCN add counter ADTCONSIN, process $SBCN, accum add counter ADTCONSBUSY, process $SBCN, busy add counter SQLSTMTSPREPBUSY,process $SBCN, busy add counter USRXPROCBUSY, process $SBCN, busy — Queue Manager Counters add userdef $SBQM add counter ADTCONSIN, process $SBQM, accum add counter ADTCONSBUSY, process $SBQM, busy add counter TARGETOPS, process $SBQM, accum Example 2: Example 2 shows how to configure a multiple (2) instances of Collector, Consumer & Queue Manager processes in your MEASINEX file. Note: If there are more than 2, you will have to add the same lines for all the other processes. — Collector Counters for Instance 2 add userdef $SBCL add counter ADTRECSREAD, process $SBCL, accum add counter ADTINSBUSY, process $SBCL, busy add counter ADTPRGDATAUSED, process $SBCL, accum — Consumer Counters for Instance 1 add userdef $SBCN add counter ADTCONSIN, process $SBCN, accum add counter ADTCONSBUSY, process $SBCN, busy add counter SQLSTMTSPREPBUSY,process $SBCN, busy add counter USRXPROCBUSY, process $SBCN, busy — Queue Manager Counters for Instance 1 add userdef $SBQM add counter ADTCONSIN, process $SBQM, accum add counter ADTCONSBUSY, process $SBQM, busy add counter TARGETOPS, process $SBQM, accum — Collector Counters for Instance 2 add userdef $SBCL2 add counter ADTRECSREAD, process $SBCL2, accum add counter ADTINSBUSY, process $SBCL2, busy add counter ADTPRGDATAUSED, process $SBCL2, accum — Consumer Counters for Instance 2 add userdef $SBCN2 add counter ADTCONSIN, process $SBCN2, accum add counter ADTCONSBUSY, process $SBCN2, busy add counter SQLSTMTSPREPBUSY,process $SBCN2, busy add counter USRXPROCBUSY, process $SBCN2, busy — Queue Manager Counters for Instance 2 add userdef $SBQM2 add counter ADTCONSIN, process $SBQM2, accum add counter ADTCONSBUSY, process $SBQM2, busy add counter TARGETOPS, process $SBQM2, accum Ensure that your Shadowbase Measure Counters are set to ON Make sure that your Shadowbase Measure counters are set to ON for all your Shadowbase processes you wish to collect the metrics for.1. Navigate to your Shadowbase subvolume where AUDCOM is present.
Example: VOLUME $IDEL14.SHAD6500
2. Run AUDCOM
RUN AUDCOM $SBMN
3. Check to see if the Measure counter is ON or OFF
INFO COLL COLL-SBCL
INFO CONS CONS-DIR-SBCN
INFO QMGR QMGR-SRC-SBQM
Note: Where SBCL, SBCN & SBQM are the Shadowbase processes configured on this test server. These names could be different on your system.
4. Alter the Collector, Consumer & Queue Manager processes to set the Measure counters to ON
ALTER COLL COLL-SBCL, MEASURE ON
ALTER CONS CONS-DIR-SBCN, MEASURE ON
ALTER QMGR QMGR-SRC-SBQM, MEASURE ON
5. Repeat steps 3 & 4 if you have more than 1 processes configured.
RUN AUDCOM $SBMN2
ALTER COLL COLL-SBCL2, MEASURE ON
ALTER CONS CONS-DIR-SBCN2, MEASURE ON
ALTER QMGR QMGR-SRC-SBQM2, MEASURE ON