All MIBs › BEA-WEBLOGIC-MIB › serverStartupMode
serverStartupMode
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::serverStartupMode
OID (numeric): 1.3.6.1.4.1.140.625.730.1.347
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The state in which this server should be started. If you specify STANDBY, you must also enable the domain-wide administration port. In the RUNNING state, a server offers its services to clients and can operate as a full member of a cluster. In the ADMIN state, the server is up and running, but available only for administration operations, allowing you to perform server and application-level administration tasks without risk to running applications. In the STANDBY state, a server instance does not process any request; its regular Listen Port is closed. The Administration Port is open. It only accepts life cycle commands that transition the server instance to either the RUNNING or the SHUTDOWN state. Other Administration requests are not accepted. A STANDBYserver's only purpose is to resume into the RUNNING state quickly; it saves server startup time.
What is serverStartupMode?
This OID records the startup state—RUNNING (full service), ADMIN (admin-only), or STANDBY (standby mode). Example: ADMIN starts the server in administration mode for maintenance without user impact.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.730.1.347 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::serverStartupMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.730.1.347.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::serverStartupMode.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::serverStartupMode 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.730 | serverTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730.1 | serverEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730.1.347 | serverStartupMode | BEA-WEBLOGIC-MIB |