Oracle WebLogic Server - Reports & Attributes
Software Instance Attributes
The following attributes are available for the main Software Instance
Default Attributes
- name
- type = BEA WebLogic Application Server or Oracle WebLogic Server
- product_version
- product
- version
Optional Attributes
- edition
- patch
- service_pack
- listening_ports
Additional Attributes
- administration_server
- aqualogic_sb_installed
- bea_home
- config_file
- cluster_name
- cluster_communication_socket
- cluster_messaging_mode
- default_protocol
- default_secure_protocol
- domain
- edition
- install_root
- jmx_enabled
- jmx_port - JMX port used for deep discovery of WebLogic instances
- listening_ports
- listen_tcp_sockets
- portal_installed - either YES or NO value depending on whether Weblogic Portal installation is detected
- publisher - Product publisher - used in mapping the SI to BMC CMDB BMC_Product CI
- product - Product name in combination with edition used in mapping to BMC_Product CI in BMC CMDB
- server_name
- workshop_installed
- heap_min_size
- heap_max_size
Software Cluster Attributes
Default Attributes
- cluster_id
- instance
- name
- product_version
- short_name
- type = WebLogic Cluster
- version
License Detail
Attributes
- name
- short_name
- type = License Detail
- licensee - The licensee taken from license file
- license_type - The BEA license type taken from license file
- cpus_licensed - The number of CPUs the license is for, taken from license file
- allowed_unique_connections - The number of unique IP addresses that can connect to the server, taken from license file
- expiry_date - This is the expiry date for the 'WebLogic' component, once the license expires for this component the WebLogic Application Server is not licensed at all
Reports
The following Generic Search queries can be used in Foundation to report on the additional attributes the pattern attempts to set on the SI.
BEA WLS Instances with Edition and License Information
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
ORDER BY #RunningSoftware:HostedSoftware:Host:Host.name
SHOW name, product_version, version AS "Full Version", edition,
#ElementWithDetail:Detail:Detail:Detail.cpus_licensed AS "CPUs licensed",
#ElementWithDetail:Detail:Detail:Detail.license_type AS "License Type",
#ElementWithDetail:Detail:Detail:Detail.expiry_date AS "License Expiry",
install_root AS "Installation Root", #RunningSoftware:HostedSoftware:Host:Host.name AS Hostname
BEA WLS Instances with Portal Installed
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
ORDER BY #RunningSoftware:HostedSoftware:Host:Host.name
SHOW name, product_version, version AS "Full Version", edition,
#ElementWithDetail:Detail:Detail:Detail.license_type AS "License Type",
#ElementWithDetail:Detail:Detail:Detail.expiry_date AS "License Expiry",
install_root AS "Installation Root",
portal_installed AS "Portal Installed",
#RunningSoftware:HostedSoftware:Host:Host.name AS Hostname
BEA WLS Instances with Workshop Installed
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
ORDER BY #RunningSoftware:HostedSoftware:Host:Host.name
SHOW name, product_version, version AS "Full Version", edition,
#ElementWithDetail:Detail:Detail:Detail.license_type AS "License Type",
#ElementWithDetail:Detail:Detail:Detail.expiry_date AS "License Expiry",
install_root AS "Installation Root", workshop_installed AS "Workshop Installed",
#RunningSoftware:HostedSoftware:Host:Host.name AS Hostname
BEA WLS Instances with AquaLogic Service Bus Installed
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
ORDER BY #RunningSoftware:HostedSoftware:Host:Host.name
SHOW name, product_version, version AS "Full Version", edition,
#ElementWithDetail:Detail:Detail:Detail.license_type AS "License Type",
#ElementWithDetail:Detail:Detail:Detail.expiry_date AS "License Expiry",
install_root AS "Installation Root", aqualogic_sb_installed AS "AquaLogic Service Bus Installed",
#RunningSoftware:HostedSoftware:Host:Host.name AS Hostname
BEA WLS Instances Affected by BEA08-187.00
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
AND product_version IN ["9.0","9.1"]
SHOW #RunningSoftware:HostedSoftware:Host:Host.name AS Hostname,
name, product_version
BEA WLS Instances that have Exceeded End Of Life
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
AND product_version IN ["4.5","5.1","6","6.1"]
SHOW #RunningSoftware:HostedSoftware:Host:Host.name AS Hostname,
name, product_version
BEA WLS Instances that have Exceeded End Of Extended Support
SEARCH SoftwareInstance WHERE type='BEA WebLogic Application Server'
AND product_version IN ["4.5","5.1","6"]
SHOW #RunningSoftware:HostedSoftware:Host:Host.name AS Hostname,
name, product_version
BEA WLS Channel Details
SEARCH SoftwareInstance WHERE type has substring 'WebLogic'
TRAVERSE ElementWithDetail:Detail:Detail:Detail where type='Channel Detail'
ORDER BY name SHOW name, key, channel_socket