All MIBs › BEA-WEBLOGIC-MIB › clusterPersistSessionsOnShutdown
clusterPersistSessionsOnShutdown
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::clusterPersistSessionsOnShutdown
OID (numeric): 1.3.6.1.4.1.140.625.510.1.75
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: When shutting down servers, sessions are not updated. If the primary and secondary servers of a session are shut down with no session updates, the session will be lost. Turning on PersistSessionsOnShutdown will save any active sessions to the database specified in {@link ClusterMBean#getDataSourceForSessionPersistence()} when a server is shutdown. The sessions will not be written at any other time. (For example, they are not saved via this mechanism if there is a server crash.) This attribute is applicable both to session persistence on server shutdown or session persistence across a WAN. Rolling upgrade can potential have a bad interaction with traditional in-memory session replication. As managed servers are shutdown and upgraded, in-memory servlet sessions will be lost if both primary and secondary are rebooted before a new request arrives for the session.
What is clusterPersistSessionsOnShutdown?
This boolean indicates whether active sessions are written to a database when servers shut down cleanly. When true, sessions persist across maintenance windows. For example, if a server is gracefully restarted, sessions are saved to database so users aren't logged out.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.510.1.75 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::clusterPersistSessionsOnShutdown
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.510.1.75.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::clusterPersistSessionsOnShutdown.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::clusterPersistSessionsOnShutdown 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.510 | clusterTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.510.1 | clusterEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.510.1.75 | clusterPersistSessionsOnShutdown | BEA-WEBLOGIC-MIB |