MIB Viewer

ctsSwKeystoreSyncFailNotifReason

OBJECT-TYPE
1.3.6.1.4.1.9.9.730.1.6.2
Access
accessible-for-notify
Status
current
Sub-identifiers
0
This object indicates the reason ctsSwKeystoreSyncFailNotif notification was generated. 'ipcPortCreationFailed' - Keystore information could not be synced because the system failed to create port for Inter-Process communication between the active and the standby supervisors. 'ipcPortOpenFailed' - Keystore information could not be synced because the system failed to open port for Inter-Process communication between the active and the standby supervisors. 'ipcConnectionFailure' - Keystore information could not be synced because Inter-Process communication connection failed between the active and the standby supervisors. 'ipcSendFailure' - Keystore information could not be synced because Inter-Process Communication messages could not be sent to the standby supervisor. 'standbyIncompatible' - Keystore information could not be synced because the standby supervisor is not compatible with the active supervisor. 'syncProcessCreationFailed' - Keystore information could not be synced because the system failed to create the sync process.
INTEGER { ipcPortCreationFailed(1), ipcPortOpenFailed(2), ipcConnectionFailure(3), ipcSendFailure(4), standbyIncompatible(5), syncProcessCreationFailed(6) }