|
|
|
|
|
| | | |
BEA WebLogic Server Configuration MIB
The WebLogic Server MIB describes the information returned by the WebLogic Administration Server SNMP Service for configuration attributes. Information is provided on the following SNMP tables:
Application Table
An application entry represents a J2EE application contained in an EAR file or EAR directory. The EAR file contains a set of components such as WAR, EJB and JMS JAR components, each of which can be deployed on one or more Roles. For example a Role may be the whole Domain, a set of servers that implement the role, or a specific server. The components might include EJBs, servlets, JMS destinations, or WebLogic startup and shutdown classes.
applicationIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from applicationObjectName which is used as the table index
applicationObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
applicationType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
applicationName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
applicationParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
applicationLastModified
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The time when this application was last loaded
applicationDeployed
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). Yes if this application is deployed.
applicationComponents
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The components that make up this application
applicationApplicationDescriptor
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The descriptor mbean for the application
applicationPath
Syntax
DisplayString SIZE(1..1024)
Access
read-only
Description
The path pointing to the application's EAR file. The file location is relative to the Administration Server's file system.
Bridge Destination Table
This table defines a Bridge destination.
bridgeDestinationIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from bridgeDestinationObjectName which is used as the table index
bridgeDestinationObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
bridgeDestinationType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
bridgeDestinationName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
bridgeDestinationParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
bridgeDestinationSystem
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The name of the system on which this destination resides
bridgeDestinationAdapterJNDIName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The JNDI name of the adapter
Caching Realm Table
This table represents CachingRealm's configuration properties.
cachingRealmIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from cachingRealmObjectName used as an index into the table
cachingRealmObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
cachingRealmType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
cachingRealmName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
cachingRealmParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
cachingRealmBasicRealm
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
Specifies the alternative realm to use.
cachingRealmCacheCaseSensitive
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if the user names are case sensitive. False if case insensitive.
cachingRealmACLCacheEnable
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if ACL cache is enabled
cachingRealmAuthenticationCacheEnable
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if authentication cache is enabled.
cachingRealmGroupCacheEnable
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if group cache is enabled.
cachingRealmPermissionCacheEnable
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if permission cache is enabled.
cachingRealmUserCacheEnable
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if user cache is enabled.
cachingRealmACLCacheSize
Syntax
INTEGER
Access
read-only
Description
ACL cache size (should be a prime number)
cachingRealmAuthenticationCacheSize
Syntax
INTEGER
Access
read-only
Description
Authentication cache size (should be a prime number)
cachingRealmPermissionGroupSize
Syntax
INTEGER
Access
read-only
Description
Group cache size (should be a prime number)
cachingRealmPermissionCacheSize
Syntax
INTEGER
Access
read-only
Description
Permission cache size (should be a prime number)
cachingRealmUserCacheSize
Syntax
INTEGER
Access
read-only
Description
User cache size (should be a prime number)
cachingRealmACLCacheTTLPositive
Syntax
INTEGER
Access
read-only
Description
ACL positive time-to-live in seconds
cachingRealmGroupCacheTTLPositive
Syntax
INTEGER
Access
read-only
Description
Group positive time-to-live in seconds
cachingRealmPermissionCacheTTLPositive
Syntax
INTEGER
Access
read-only
Description
Permission positive time-to-live in seconds
cachingRealmAuthenticationCacheTTLPositive
Syntax
INTEGER
Access
read-only
Description
Authentication positive time-to-live in seconds
cachingRealmUserCacheTTLPositive
Syntax
INTEGER
Access
read-only
Description
User positive time-to-live in seconds
cachingRealmACLCacheTTLNegative
Syntax
INTEGER
Access
read-only
Description
ACL negative time-to-live in seconds
cachingRealmGroupCacheTTLNegative
Syntax
INTEGER
Access
read-only
Description
Group negative time-to-live in seconds
cachingRealmAuthenticationCacheTTLNegative
Syntax
INTEGER
Access
read-only
Description
Authentication negative time-to-live in seconds
cachingRealmPermissionCacheTTLNegative
Syntax
INTEGER
Access
read-only
Description
Permission negative time-to-live in seconds
cachingRealmUserCacheTTLNegative
Syntax
INTEGER
Access
read-only
Description
User negative time-to-live in seconds
cachingRealmGroupMembershipCacheTTL
Syntax
INTEGER
Access
read-only
Description
Group membership cache time-to-live in seconds
Cluster Table
This table represents a cluster in the domain. Servers join a cluster by calling ServerMBean.setCluster with the logical name of the cluster. A configuration may define zero or more clusters. They may be looked up by logical name.
clusterIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from clusterObjectName which is used as the table index
clusterObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
clusterType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
clusterName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
clusterParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
clusterServers
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The servers which have declared membership in this cluster
clusterClusterAddress
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The address to be used by clients to connect to this cluster. This address may be either a DNS host name that maps to multiple IP addresses or a comma separated list of single address host names or IP addresses.
clusterMulticastAddress
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The multicast address used by cluster members to communicate with each other
clusterMulticastTTL
Syntax
INTEGER
Access
read-only
Description
The number of network hops that a cluster multicast message is allowed to travel. A value of 1 restricts the cluster to one subnet. The minimum value is 1 and the maximum value is 255, inclusive.
clusterMulticastSendDelay
Syntax
INTEGER
Access
read-only
Description
The number of milliseconds to delay sending message fragments over multicast in order to avoid OS-level buffer overflow. The default should be fine in most cases, but it may need to be tuned for odd configurations.
clusterDefaultLoadAlgorithm
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The algorithm to be used for load-balancing between replicated services if none is specified for a particular service
clusterServiceAgeThresholdSeconds
Syntax
INTEGER
Access
read-only
Description
The number of seconds by which the age of two conflicting services must differ before one is considered older than the other
Domain Log Filter Table
This table represents a filter to qualify log messages which are logged to the domain logfile. A message must pass all criteria specified in the filter. Multiple instances of this MBean can be defined, if needed. If there are multiple instances, a message must satisfy atleast one filter to qualify for the domain logfile.
domainLogFilterIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from domainLogFilterObjectName which is used as the table index
domainLogFilterObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
domainLogFilterType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
domainLogFilterName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
domainLogFilterParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
domainLogFilterSeverityLevel
Syntax
INTEGER
Access
read-only
Description
The minimum severity of a message which qualify for this filter. All messages with given severity and higher, qualify. The descending order of severities is INFO (64), WARNING (32), ERROR (16), NOTICE (8), CRITICAL (4), ALERT (2) and EMERGENCY (1).
domainLogFilterSubsystemNames
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
This defines the list of subsystems whose messages qualify for this filter. If none are specified, messages from all subsystems qualify.
domainLogFilterUserIds
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
This defines the list of users whose messages qualify for this filter. If no IDs are specified, messages from all user IDs qualify.
Domain Table
This table represents attributes of a WebLogic administrative domain.
domainIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from domainObjectName which is used as the table index
domainObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
domainType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
domainName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
domainParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
domainLastModificationTime
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The last time this domain was updated. This is guaranteed to be unique for a given transactional modification.
domainActive
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). The value is yes if the domain is active.
domainRootDirectory
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The root directory for the domain on the Administration Server
domainJTA
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The name of the JTA configuration MBean for this domain. This MBean has the JTA configuration for this domain.
domainLog
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
The name of the domain log MBean. This MBean has the domain log file configuration for this domain.
domainSNMPAgent
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
The name of the SNMP agent MBean. The SNMP agent MBean is a singleton MBean describing the SNMP agent configuration details. This MBean has getters and setters for other SNMP related configuration MBeans.
EJB Component Table
This table represents the EJB components of an application.
ejbComponentIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from ejbComponentObjectName and used as the index into the table
ejbComponentObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
ejbComponentType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
ejbComponentName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
ejbComponentParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
ejbComponentJavaCompiler
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The path to the Java compiler to use to compile EJBs
ejbComponentJavaCompilerPreClassPath
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The options to prepend to the Java compiler classpath for when the it is necessary to compile Java code
ejbComponentJavaCompilerPostClassPath
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The options to append to the Java compiler classpath when it is necessary to compile Java code
ejbComponentExtraRmicOptions
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The extra options passed to RMIC during server-side generation
ejbComponentKeepGenerated
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
A boolean value (yes or no). The value is yes if the EJB compiler should keep its generated source files, no if it should delete them after compiling them.
ejbComponentTmpPath
Syntax
DisplayString SIZE(1..1024)
Access
read-only
Description
The temporary directory where generated files are stored by EJB compiler.
ejbComponentEJBDescriptor
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The main EJBdescriptor for this EJB component
ejbComponentApplication
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The application this component is a part of. This is guaranteed to never be null.
ejbComponentURI
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
A uniform resource identifier (URI) pointing to the application component, usually on the Administration Server
Execute Queue Table
This table represents the attributes of a server execute queue.
executeQueueIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from executeQueueObjectName which is used as table index
executeQueueObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
executeQueueType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
executeQueueName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
executeQueueParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
executeQueueThreadCount
Syntax
INTEGER
Access
read-only
Description
The number of threads assigned to this queue
JDBC Connection Pool Table
This table represents a JDBC connection pool.
jdbcConnectionPoolIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value directed from jdbcConnectionPoolObjectName which is used as the table index
jdbcConnectionPoolObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
jdbcConnectionPoolType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
jdbcConnectionPoolName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
jdbcConnectionPoolParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
jdbcConnectionPoolACLName
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
jdbcConnectionPoolURL
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The database connection URL
jdbcConnectionPoolDriverName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The JDBC driver class name
jdbcConnectionPoolProperties
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The list of properties passed to the the driver
jdbcConnectionPoolLoginDelaySeconds
Syntax
INTEGER
Access
read-only
Description
The number of seconds to delay between logins when creating the pool
jdbcConnectionPoolInitialCapacity
Syntax
INTEGER
Access
read-only
Description
The initial number of connections
jdbcConnectionPoolMaxCapacity
Syntax
INTEGER
Access
read-only
Description
The maximum number of connections
jdbcConnectionPoolCapacityIncrement
Syntax
INTEGER
Access
read-only
Description
The incremental number of connections by which the pool capacity is expanded
jdbcConnectionPoolShrinkingEnabled
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). Set to yes to enable pool shrinking.
jdbcConnectionPoolShrinkPeriodMinutes
Syntax
INTEGER
Access
read-only
Description
The default value is 15 minutes.
jdbcConnectionPoolTestTableName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
jdbcConnectionPoolTestConnectionsOnReserve
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes Or no). This property default false.
jdbcConnectionPoolTestConnectionsOnRelease
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). This property default false.
jdbcConnectionPoolSupportsLocalTransaction
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). This property applies to XA connection pools only, and is ignored for a non-XA driver.
jdbcConnectionPoolRefreshMinutes
Syntax
INTEGER
Access
read-only
Description
The refresh minutes
jdbcConnectionPoolTarget
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The targets on which this deployment is deployed
JDBC Data Source Table
This table defines a JDBC connection pool.
jdbcDataSourceIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from jdbcDataSourceObjectName which is used as the table index
jdbcDataSourceObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
jdbcDataSourceType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
jdbcDataSourceName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
jdbcDataSourceParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
jdbcDataSourceJNDIName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
jdbcDataSourceTarget
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
Targets on which this deployment is deployed.
jdbcDataSourceRowPrefetchEnabled
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
The value is true if row-caching is enabled.
jdbcDataSourceRowPrefetchSize
Syntax
INTEGER
Access
read-only
Description
The number of rows to prefetch between client and WebLogic Server when not in the same JVM
jdbcDataSourceStreamChunkSize
Syntax
INTEGER
Access
read-only
Description
The size in which streaming datatypes (for example, blob/clob) will be pulled from the WebLogic Server to the client as needed
JDBC MultiPool Table
This table is use to define a JDBC meta pool.
jdbcMultiPoolIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value directed from jdbcMultiPoolObjectName which is used as the table index
jdbcMultiPoolObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
jdbcMultiPoolType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
jdbcMultiPoolName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
jdbcMultiPoolParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
jdbcMultiPoolACLName
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The ACL list for this meta pool
jdbcMultiPoolPoolList
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The list of connection pools in the meta pool
jdbcMultiPoolLoadBalance
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). yes if load balancing is used in this meta pool.
jdbcMultiPoolHighAvail
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). yes if high availability is used in this meta pool.
jdbcMultiPoolTargets
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
Targets on which this deployment is deployed
JDBC Transaction Data Source Table
This table represents JDBC transaction data sources.
jdbcTxDataSourceIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from jdbcTxDataSourceObjectName which is used as the table index
jdbcTxDataSourceObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
jdbcTxDataSourceType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
jdbcTxDataSourceName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
jdbcTxDataSourceParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
jdbcTxDataSourceJNDIName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
jdbcTxDataSourcePoolName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
jdbcTxDataSourceEnableTwoPhaseCommit
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
A boolean value (yes or no). Default is no.
jdbcTxDataSourceTargets
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
A boolean value (yes or no). Default is no.
jdbcTxDataSourceRowPrefetchEnabled
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
The value is true if row-caching is enabled.
jdbcTxDataSourceRowPrefetchSize
Syntax
INTEGER
Access
read-only
Description
The number of rows to prefetch between client and WebLogic Server when not in the same JVM
jdbcTxDataSourceStreamChunkSize
Syntax
INTEGER
Access
read-only
Description
The size in which streaming datatypes (such as blob/clob) will be pulled in from the WebLogic Server to the client as needed
JMS Connection Consumer Table
This table represents the attributes of a JMS connection consumer.
jmsConnectionConsumerIndex
Syntax
DisplayString SIZE(1..16)
Access