Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
How to identify wich Appliance is active, any SEMP Query avalable ????
Hi All,
We have 4 Appliance (Prod and DR), so when I fire SEMP query (it will come blind count and current message in the queue) will get all queue start, And that SEMP query is automated. And last week my Appliance failover from primary to secondary and I didn't get any data from that SEMP query, so is their any SEMP query avalable to identify which Appliance is active.
If yes please provide the SEMP query, so based on that I will modify my existing SEMP query.
Comments
-
Hi @Muddam_Pullaiah, you'll need to use the (Legacy SEMP API)[https://docs.solace.com/SEMP/Using-Legacy-SEMP.htm] as SEMP v2 doesn't support this yet. The query you need is to get the redundancy status:
<show> <redundancy/> </show>
Look for the<virtual-routers>
tag, then the<primary>
, and check inside<status><activity>
1