All MIBs › COSINE-ORION-MIB › cbrFileErrorType
cbrFileErrorType
Module: COSINE-ORION-MIB
OID (symbolic): COSINE-ORION-MIB::cbrFileErrorType
OID (numeric): 1.3.6.1.4.1.3085.3.1.13.19
Node type: OBJECT-TYPE
Type: INTEGER
Access: accessible-for-notify
Description: Type of error that occurred during a file copy operation from master to standby control blade:
cantOpenConfig(-6) - unable to open/create config file on standby control blade cantSaveConfig(-5) - unable to save config file on standby control blade cantChangeDirConfig(-4) - unable to change directory when updating config file on standby control blade cantWritePassword(-3) - unable to write into the password file on a standby control blade cantOpenPassword(-2) - unable to open/create password file on standby control blade cantChangeDirPassword(-1) - unable to change directory when updating password file on standby control blade savedBootcfg(1) - boot config file is saved successfully on standby control blade savedConfig(2) - configuration file is saved successfully on standby control blade savedPassword(3) - password file is saved successfully on standby control blade.
What is cbrFileErrorType?
An enumerated code reporting either a successful save, such as savedBootcfg, or a specific failure mode, such as cantOpenConfig, during a master-to-standby file copy. A negative value tells the admin the redundancy sync failed and exactly why, whether it couldn't open, save, or change directory, which matters since a failed sync leaves the standby blade out of date. Seeing cbrFileErrorType equal to cantWritePassword(-3) tells an admin the password file failed to sync to standby, meaning a failover right now would leave the standby blade with stale credentials.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.3085 | csRoot | COSINE-GLOBAL-REG |
| 1.3.6.1.4.1.3085.3 | csProduct | COSINE-GLOBAL-REG |
| 1.3.6.1.4.1.3085.3.1 | csOrionMIB | COSINE-GLOBAL-REG |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3085.3.1.13 | csOrionHWNotifyInfo | COSINE-ORION-MIB |
| 1.3.6.1.4.1.3085.3.1.13.19 | cbrFileErrorType | COSINE-ORION-MIB |