All MIBs › BEA-WEBLOGIC-MIB › embeddedLDAPRefreshReplicaAtStartup
embeddedLDAPRefreshReplicaAtStartup
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::embeddedLDAPRefreshReplicaAtStartup
OID (numeric): 1.3.6.1.4.1.140.625.905.1.9
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether a Managed Server should refresh all replicated data at boot time. (This is useful if you have made a large amount of changes when the Managed Server was not active, and you want to download the entire replica instead of having the Administration Server push each change to the Managed Server.)
What is embeddedLDAPRefreshReplicaAtStartup?
This OID controls whether Managed Servers fully refresh their replicated LDAP data copy at boot time. Useful when many changes were made while the server was down. Example: 'true' downloads the entire replica from the Admin Server during startup, ensuring a fresh state; 'false' uses incremental updates, which is faster.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.905.1.9 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::embeddedLDAPRefreshReplicaAtStartup
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.905.1.9.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::embeddedLDAPRefreshReplicaAtStartup.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> embeddedLDAPRefreshReplicaAtStartup.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::embeddedLDAPRefreshReplicaAtStartup OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.905 | embeddedLDAPTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.905.1 | embeddedLDAPEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.905.1.9 | embeddedLDAPRefreshReplicaAtStartup | BEA-WEBLOGIC-MIB |