wasp probe is down, not sure why. No config change on the wasp probe.
search cancel

wasp probe is down, not sure why. No config change on the wasp probe.

book

Article ID: 224832

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) Unified Infrastructure Management for Mainframe CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

The wasp probe is down, not sure why. No config change on the wasp probe. Below is the wasp probe log at loglevel 5.

Sep 27 10:29:09:625 WARN  [main, com.nimsoft.nimbus.probe.service.wasp.Probe] Cannot obtain connection string from data_engine 
Sep 27 10:29:09:626 WARN  [main, com.nimsoft.nimbus.probe.service.wasp.Probe] (4) not found, Received status (4) on response (for sendRcv) for cmd = 'nametoip' name =

I tried to re-activate it and it goes back to down (red) state.

Environment

  • Release: 20.3
  • Component: UIM OPERATOR CONSOLE - WASP & CORE
  • wasp v20.3.3 or higher

Cause

  • Unknown

Resolution

To obtain the connection string, wasp has to be able to contact the data_engine on the Primary hub, and afterward, it also needs to contact the DB server machine directly.

  1. Make sure the wasp robot can resolve and reach both machines, using ping, tracert, nslookup etc.
  2. Test direct access to the DB server via telnet <DB_SERVER> <port>

e.g., telnet <db_server_host> 1433

The data_engine provides a connection string for other probes so they can connect to the data_engine, e.g., wasp, nas, etc. 

These probes persist their data in the database and they use their connection strings to do so. The string is the same across these probes. These probes only need to obtain the data_engine connection string once when they startup. If the connection string changes, e.g., due to the database password being changed and the data_engine is restarted, then the wasp probe will not be able to connect to the database. 

      3. To remedy this you can delete the connection string via wasp via Raw Configure, and then restart it and it will reset its connection string.

If the string changes, you have to restart the probes that rely upon their particular connection strings so they can connect to the data_engine.

In the case of wasp and nas, if the connection string changes for any reason, you must delete the connection string using Raw Configure and cold start (Deactivate-Activate) the wasp/nas probe so it picks up the new connection string and stores it.