CM 5.2.1 on 8730's
I have a script that connects to the active server and downloads the commandhistory file for the purpose of change control. In order to make sure that I am getting the file from the current active server, I am trying to find a way to determine which server is actually active. I have been going through the MIBs and have not had any luck so far. Is anyone aware of the OID that can be polled that will tell me which server, A or B, is currently active? I would like to do this through SNMP if possible, but I am open to suggestions. The reason this is a problem is that on the rare occasion that the servers do swap, I would first like to pull the commandhistory file from the previously active server, then connect to the newly active server and pull that file.
I have a script that connects to the active server and downloads the commandhistory file for the purpose of change control. In order to make sure that I am getting the file from the current active server, I am trying to find a way to determine which server is actually active. I have been going through the MIBs and have not had any luck so far. Is anyone aware of the OID that can be polled that will tell me which server, A or B, is currently active? I would like to do this through SNMP if possible, but I am open to suggestions. The reason this is a problem is that on the rare occasion that the servers do swap, I would first like to pull the commandhistory file from the previously active server, then connect to the newly active server and pull that file.