Network Management
Pool member in High Availability deployment is grey
The status of a pool member (for example Primary Polling Engine) in the HA Deployment Summary shows GREY, instead of GREEN. In Registry Editor, make sure that the value for InstallType and RunType is MainPoller, MainPollerStandby, AdditionalPoller, or AdditionalPollerStandby, as appropriate. If not, change the values.
First published date
Last published date
Overview
The status of a pool member in the HA Deployment Summary shows grey, instead of green.
To access the HA Deployment Summary page, click Settings > All Settings > High Availability Deployment Summary in the Product Specific Settings grouping.
- RunType
Product section
Cause
Resolution
- Stop the HA service in Windows.msc on both servers in effected HA pool.
- Launch the Registry Editor on the server with the issue.
For example, type run into the Windows search field, and enter regedit. - Navigate to HKEY_LOCAL_MACHINE > SOFTWARE > Wow6432Node > SolarWinds > High Availability.
- Make sure the value for InstallType and RunType is correct. If not, double-click the value and change it as follows:
- On the active primary polling engine, both InstallType and RunType values must be MainPoller.
- On the standby primary polling engine, both InstallType and RunType values must be MainPollerStandby.
- On an active additional polling engine, both InstallType and RunType values must be AdditionalPoller.
- On a standby additional polling engine, both InstallType and RunType values must be AdditionalPollerStandby.
- Re-enable HA service on both servers. Start with the server that is currently active.
- Open the High Availability Deployment Summary page. The pool member is now up (green).
Alternative way to verify that this is your issue (using SWIS)
To verify in the database that the server is not in the HA_PoolMembers table:
- Open
<orion server IP>/orion/admin/swis.aspxin your browser. - In the Select entity drop-down, select Orion.HA.PoolMembers.
- Make sure the entry field below Select entity is empty.
- Select Generate Select Query, and click Execute Query.
If you cannot see the pool member in the results table, this is your issue.
Alternative way to verify that you have fixed the issue
Now you can verify that the server exists in the Database Manager:
- Start the Database Manager.
- Add the default Server.
- Navigate to the HA_PoolMembers table, right-click it and select Query table
- Click Execute query.
- Make sure the server exists. Verify that in PoolMemberType, there is both MainPoller and MainPoller Standby, both AdditionalPoller and AdditionalPollerStandby.