All MIBs › BEA-WEBLOGIC-MIB › jmsMessageLogFileFileName
jmsMessageLogFileFileName
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::jmsMessageLogFileFileName
OID (numeric): 1.3.6.1.4.1.140.625.965.1.8
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The name of the file that stores current JMS server log messages. Usually it is a computed value based on the name of the parent of this MBean. For example, for a JMS server log, it is jmsserverName.log. However, if the name of the parent cannot be obtained, the file name is weblogic.log. If you specify a relative pathname, it is interpreted as relative to the server's root directory. To include a time and date stamp in the file name when the log file is rotated, add java.text.SimpleDateFormat variables to the file name. Surround each variable with percentage (%) characters. For example, if the file name is defined to be myjmsserver_%yyyy%_%MM%_%dd%_%hh%_%mm%.log, the log file will be named myserver_yyyy_mm_dd_hh_mm.log. When the log file is rotated, the rotated file name contains the date stamp. For example, if the log file is rotated on 2 April, 2005 at 10:05 AM, the log file that contains the old messages will be named myserver_2005_04_02_10_05.log. If you do not include a time and date stamp, the rotated log files are numbered in order of creation. For example, myjmsserver.log00007.
What is jmsMessageLogFileFileName?
This OID specifies the filename for the current JMS log. Usually computed from the parent MBean's name; defaults to 'weblogic.log'. Supports SimpleDateFormat patterns for timestamped names. Example: 'jmsserver.log' or 'jmsserver_%g_%u.log' with rotation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.965.1.8 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsMessageLogFileFileName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.965.1.8.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsMessageLogFileFileName.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::jmsMessageLogFileFileName 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.965 | jmsMessageLogFileTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.965.1 | jmsMessageLogFileEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.965.1.8 | jmsMessageLogFileFileName | BEA-WEBLOGIC-MIB |