cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
202
Views
0
Helpful
1
Replies

Check Active Server in Failover Config

Beth Verish
Level 1
Level 1

Unity 4.2.1

Is there anyway to check which server is active in a failover config from the command line?

Thanks!

1 Reply 1

lindborg
Cisco Employee
Cisco Employee

You can pull this info from the registry - look in HKLM\Software\Active Voice\AvCsNodeMgr\1.0\

In there you will see "Primary" set to 1 if it's primary or 0 if it's not and under HKLM\Software\Active Voice\AvCsNodeMgr\1.0\Local Services\AvCsMgr\

you'll see a key called "Active Status" - if it's 1 that means this server is the active one in a pair.

It's easy enough to pull that info from a command line app.