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

gsbStatus = BACKUP: what does it mean?

john.cleese
Level 1
Level 1

Hello,

I have a script that is querying our WebEx instance every minute to retrieve information updates.

Looking into logs, I discovered that last Friday, around 20:30, it started responding with the following data in the header:

    <serv:response>

      <serv:result>FAILURE</serv:result>

      <serv:reason>Sorry, no record found</serv:reason>

      <serv:gsbStatus>BACKUP</serv:gsbStatus>

      <serv:exceptionID>000015</serv:exceptionID>

    </serv:response>

Today it's back to <serv:gsbStatus>PRIMARY</serv:gsbStatus>.

What does this "BACKUP" value mean?

Did the server go into some kind of maintenance mode and started redirecting me to a secondary, fallback node, under the same DNS name?

Do I have to always verify if gsbStatus I receive is PRIMARY or not?

Thanks!

1 Accepted Solution

Accepted Solutions

nmorrow
Cisco Employee
Cisco Employee

WebEx has a redundant architecture. BACKUP is used when primary services are down for regular maintenance or outage so that service remains uninterrupted.

View solution in original post

1 Reply 1

nmorrow
Cisco Employee
Cisco Employee

WebEx has a redundant architecture. BACKUP is used when primary services are down for regular maintenance or outage so that service remains uninterrupted.