Skip Headers
Oracle® Enterprise Manager Cloud Control Extensibility Programmer's Reference
12c Release 1 (12.1.0.1)
Part Number E25161-05
Home
Book List
Index
Contact Us
Next
PDF
·
Mobi
·
ePub
Contents
Title and Copyright Information
Preface
Audience
Documentation Accessibility
Related Documents
Conventions
1
Getting Started with Plug-in Development
1.1
About the Plug-in Creation Process
1.2
About the Extensibility Development Kit (EDK)
1.2.1
Contents of the EDK
1.3
Installing the Extensibility Development Kit (EDK)
1.4
Designing the Plug-in
1.5
Creating a Basic Plug-in
1.6
Creating an Intermediate Plug-in
1.7
Creating an Advanced Plug-in
2
Defining the Plug-in
2.1
Introduction to Defining the Plug-in
2.2
Basic Plug-in Metadata
2.2.1
Defining the Plug-in ID
2.2.2
Defining the Plug-in Version
2.3
Creating Plug-in Definition Files
2.4
Creating the plugin.xml File
2.4.1
Overview of plugin.xml Elements
2.5
Creating the plugin_registry.xml File
2.5.1
Overview of plugin_registry.xml Elements
2.6
Validating the Plug-in Definition Files
3
Creating Target Metadata Files
3.1
Introduction to Creating Target Metadata Files
3.2
Overview of Target Definition Files
3.3
Creating the Target Type Metadata File
3.3.1
Creating a Basic Target Type Metadata File
3.3.2
Naming the Target Type Metadata File
3.3.3
Defining the Target Type Metadata
3.3.4
Defining Target Credentials
3.3.5
Defining Instance Properties
3.4
Defining Metrics to Collect from the Target
3.4.1
Metric Definition Files
3.4.2
Defining the Basic Response Metric Group
3.4.3
Defining Advanced Metrics
3.4.4
Overview of Key Metric Metadata Elements
3.5
Creating the Default Collection File
3.5.1
Grouping Similar Metrics For Collection
3.5.2
Defining Basic Metric Collection
3.5.3
Defining Advanced Metric Collection
3.5.4
Defining Target Configuration Data Collections
3.5.5
Overview of Key Default Collection Metadata Elements
3.6
Guidelines for Creating Target Metadata
3.6.1
Defining Target Metadata
3.6.2
Defining Collections
3.7
Testing Your Target Type Definitions
3.7.1
Activate the Metric Browser
3.7.2
View Your Metrics
3.8
Validating Your Metadata XML
4
Adding Information Publisher Reports
4.1
Introduction to Adding Information Publisher Reports
4.1.1
Assumptions and Prerequisites
4.2
Overview of SYSTEM Reports
4.2.1
About the Report Definitions Page
4.3
Understanding the Report Definition File
4.4
Creating a Report Definition File
4.4.1
About the Report Definition File Development Process
4.4.2
About the Report Lifecycle: Updating Report Definitions
4.5
Understanding the XML Report Definition Interface
4.5.1
About Report Definition Tags
4.5.2
Using Element Parameters
4.5.3
Understanding the Metric Details Element
4.5.4
Using Text Element Parameters
4.5.5
About Report-Wide Parameters
4.6
Using the ImportExport.xsd File
4.7
About Enterprise Manager Command Line Interface (EM CLI) Verbs
4.8
About Development Guidelines
5
Developing BI Publisher Reports
5.1
Introduction to Oracle BI Publisher
5.1.1
Assumptions and Prerequisites
5.2
Training and Resources
5.3
About the Report Data Source
5.4
Developing a Report
5.5
Using the Enterprise Manager EDK for Staging and Deploying BI Publisher Reports
6
Collecting Target Configuration Data
6.1
Introduction to Collecting Target Configuration Data
6.1.1
Assumptions and Prerequisites
6.2
About the Configuration Definition Files
6.3
Modeling Enterprise Configuration Management Tables
6.3.1
Defining Configuration Collection Tables
6.3.2
Overview of Configuration Management Snapshot Metadata Elements
6.3.3
Packaging Configuration Metadata
6.3.4
Registering Metadata With the Configuration Management Framework
6.3.5
Generating Data Loading Format (DLF) Files
6.3.6
Upgrading Configuration Data
6.3.7
Modifications to Standard Collection Metrics and RAW Metrics
6.3.8
Testing the Configuration Collection Data
6.3.9
Troubleshooting
7
Adding Job Types
7.1
Introduction to Adding Job Types
7.2
About Job Types
7.3
Introducing New Job Types
7.4
Specifying a New Job Type in XML
7.4.1
Understanding Job Type Categories
7.4.2
Using Agent-Bound Job Types
7.4.3
About Job Steps
7.5
Using Commands
7.5.1
About Remote Operations
7.5.2
Using the fileTransfer Command
7.5.3
About the putFile Command
7.5.4
Using the getFile Command
7.6
About Command Error Codes
7.7
Executing Long-Running Commands at the Oracle Management Service
7.7.1
Configuring the Job Dispatcher to Handle Long-Running Commands
7.8
Specifying Parameter Sources
7.8.1
Understanding SQLParameter Source
7.8.2
About the User Parameter Source
7.8.3
About the Inline Parameter Source
7.8.4
Using the checkValue Parameter Source
7.8.5
About the properties Parameter Source
7.8.6
Understanding Parameter Sources and Parameter Substitution
7.8.7
About Parameter Encryption
7.9
Specifying Credential Information
7.9.1
About Credential Usage
7.9.2
Overview of Credential Binding
7.9.3
XSD Elements – Credential Usage and Credential Binding
7.10
Specifying Security Information
7.11
Specifying Lock Information
7.12
Suspending a Job or Step
7.13
Restarting a Job
7.13.1
Restarting Versus Resubmitting
7.13.2
Default Restart Behavior
7.13.3
Using the restartMode Directive
7.14
Adding Job Types to the Job Activity and Job Library Pages
7.14.1
Adding a Job Type to the Job Activity Page
7.14.2
Adding a Job Type to the Job Library Page
7.15
Examples: Specifying Job Types in XML
7.16
About Performance Issues
7.16.1
Using Parameter Sources
7.17
Adding a Job Type to Enterprise Manager
8
Defining a Management User Interface
8.1
Introduction to Defining a Management User Interface
8.1.1
Flex Implementation
8.1.2
Metadata-only Implementation
8.1.3
Assumptions and Prerequisites
8.2
MPCUI Concepts
8.2.1
Integration Class
8.2.2
Activity
8.2.3
Page
8.2.4
Services
8.2.5
URL
8.3
UI Options for a Plug-in
8.3.1
Metadata-only Implementation
8.3.2
Flex Implementation
8.4
Creating the MPCUI Metadata File
8.4.1
Overview of MPCUI Metadata Elements
8.5
Defining Metadata
8.5.1
Limitations of the Metadata Implementation
8.5.2
Defining Integration Metadata
8.5.3
Defining Navigation
8.6
Defining the MPCUI Application
8.6.1
Defining the Application Activities (Integration Class)
8.6.2
Defining Pages
8.6.3
Defining Dialogs
8.6.4
Defining Trains and Train Pages
8.7
Packaging the MPCUI Implementation With the Plug-in
8.8
Converting a Metadata-based UI to a Flex-based UI
8.9
Defining Navigation
8.9.1
Navigation to Activities
8.9.2
URL and Links
8.10
Accessing Enterprise Manager Data
8.10.1
Metric Services
8.10.2
Custom Data Source
8.10.3
Packaged SQL and the Query Service
8.10.4
Working With Target Services
8.10.5
Monitoring Service Request Performance
8.10.6
Automated Polling of Service Requests
8.10.7
Batching of Service Requests
8.11
Performing Task Automation
8.11.1
Automation Services
8.11.2
Working With Credentials
8.12
Defining Page Layout Components
8.12.1
Defining Regions
8.13
Including Packaged Regions
8.13.1
Availability Region
8.13.2
Incidents and Problems Region
8.13.3
Job Summary Region
8.13.4
Credentials Region
8.14
Defining Charts
8.14.1
Line Chart
8.14.2
Area Chart
8.14.3
Bar (Horizontal) Chart
8.14.4
Column (Vertical Bar) Chart
8.14.5
Pie Chart
8.15
Defining Tables
8.15.1
Data Service
8.15.2
Custom Data Provider
8.15.3
Getting Selected Rows
8.16
Defining Dialogs
8.16.1
Dialog Registration
8.16.2
Displaying a Dialog and Waiting for Close Events
8.17
Defining Trains
8.17.1
Train Definition Example
8.17.2
Train Controller
8.17.3
Train State
8.17.4
Train Events
8.18
Defining Information Item and Information Displays (Label-Value Pairs)
8.19
Defining Links
8.20
Displaying a Processing Cursor
8.21
Defining a Processing Window
8.22
About Logging
8.22.1
Add Logging to your Code
8.22.2
Options for Capturing Log Output
8.23
Development Environment Options
8.23.1
Developing MPCUI with Flex SDK and Apache Ant
8.23.2
Developing MPCUI in Flash or Flex Builder
8.24
Migrating Home Page Customizations
8.25
Accessibility Guidelines
8.25.1
Accessibility Options in Enterprise Manager
8.25.2
Summary of Critical Issues
8.25.3
Using MPCUI Components
8.25.4
Controlling Reading and Tabbing Order
8.26
Localization Support
9
Customizing Incident Manager
9.1
Introduction to Customizing Incident Manager
9.2
Understanding Supported Customizations
9.3
Creating Event-Specific Customization XML
9.3.1
Overview of Event-Specific Customization Metadata Elements
9.4
Adding Customized Details About the Event
9.5
Providing Content in the Guided Resolution Region
9.5.1
Adding Recommendations using XML
9.5.2
Customizing Sections
9.6
Defining a Search String for My Oracle Support Knowledge
9.7
Defining Conditions for Customization
9.8
Registering Customizations
9.9
Testing Incident Manager After Customization
10
Using Derived Associations
10.1
Introduction to Derived Associations
10.1.1
Assumptions and Prerequisites
10.2
Understanding Enterprise Manager Association Concepts
10.2.1
About Out-of-Box Association Types
10.2.2
Using Association Derivation
10.3
About Association Derivation Rules Management
10.3.1
Using Association Derivation Rules Syntax and Semantics
10.3.2
Understanding XML Metadata File Syntax and Semantics
10.3.3
Using Rule Semantics
10.3.4
Maintaining Performance
10.3.5
About Regular Query and Trigger Patterns
10.3.6
Diagnosing Issues
10.3.7
Useful Examples
10.3.8
Applying the Mechanical Steps of Integration
10.3.9
About Debugging
10.4
Ensuring Performance
10.5
Using Overlapping Associations
10.5.1
Overlap Between Associations Derived by Rules
10.6
Frequently Asked Questions
10.6.1
Which tables can I reference in a rule query?
10.6.2
Are there guidelines for when to use target properties?
10.6.3
What is the relationship between discovered and derived associations?
11
Defining Target Discovery
11.1
Introduction to Defining Target Discovery
11.2
Creating Discovery XML
11.2.1
Generic Discovery Integration Example
11.2.2
Discovery Script Example
11.2.3
Overview of the Discovery Metadata Elements
11.3
Creating the Discovery Script
11.4
Packaging Discovery XML and Discovery Content
11.4.1
Location of the Discovery Metadata File
11.4.2
Package Discovery Content
11.5
Setting Up and Testing Discovery
11.6
Manually Adding Targets
11.7
Configuring and Promoting Not Yet Managed Targets
11.8
Examples for Using Generic Discovery Framework
11.8.1
Discovery Integration Example Requiring User Input
11.9
Configuring Automatic Discovery For Plug-ins
12
Adding Compliance Standards
12.1
Introduction to Adding Compliance Standards
12.1.1
Assumptions and Prerequisites
12.2
About the Compliance Standard Rules
12.2.1
Defining Repository Check-based Rules
12.2.2
Defining Real-time Monitoring Rules
12.3
Defining Compliance Standards
12.4
Defining a Compliance Framework
12.5
Supporting Translation
12.6
Packaging Compliance XML
12.7
Setting Up and Testing Compliance Standards and Rules
12.7.1
Install Compliance Content
12.7.2
Test Compliance Standard
12.7.3
Constraints for Testing
12.8
Sample XML for Compliance Content
12.9
More Compliance Examples
13
Validating, Packaging, and Deploying the Plug-in
13.1
Introduction to Validating, Packaging, and Deploying the Plug-in
13.2
Staging the Plug-in
13.3
Validating the Plug-in
13.4
Creating the Plug-in Archive
13.5
Importing and Deploying the Plug-in Archive into Enterprise Manager
13.5.1
Prerequisites for Importing the Plug-in
13.5.2
Importing the Plug-in Archive
13.5.3
Deploying the Plug-in on Oracle Management Service (OMS)
13.5.4
Important Details Regarding Plug-in Deployment
13.6
Adding a Target Instance
13.7
Updating Deployed Metadata Files Using the Metadata Registration Service (MRS)
14
Defining Credentials
14.1
Introduction to Security Concepts
14.1.1
Understanding Credential Types
14.1.2
About Named Credentials
14.1.3
Authenticating Target Types
14.1.4
Overview of Credential Sets
14.1.5
Using the Credential Store
14.1.6
About the Credential Reference
14.2
Defining Credential Metadata
14.2.1
Overview of Credential Elements
15
Converting an Existing Metadata Plug-in
15.1
Introduction to Converting an Existing Metadata Plug-in
15.2
Impact of the New Plug-in Framework on Existing Plug-ins
15.2.1
Plug-in Metadata Must Be Converted to the New Format
15.2.2
Plug-ins Must Be Packaged as Oracle Plug-in Archive (OPAR) Files
15.2.3
In-place Upgrade of Existing Plug-ins Not Supported
15.2.4
Plug-ins Should Be Registered Before Upgrading
15.3
Using the convert_mp Utility to Convert Plug-in Metadata
15.3.1
Converting Plug-In Metadata Stored In A Management Repository
15.3.2
Converting a Metadata Plug-in Archive (MPA)
15.4
Post-Conversion Steps
15.4.1
Modifying the plugin.xml and plugin_registry.xml Files
15.4.2
Converting Report Definitions Created With PL/SQL
15.4.3
Converting Job Type Definitions
15.4.4
Packaging the Plug-in
16
Monitoring Using Web Services and JMX
16.1
Overview
16.2
Monitoring Using Web Services in Enterprise Manager
16.2.1
Creating Metadata and Default Collection Files
16.3
Monitoring Using WS-Management in Enterprise Manager
16.3.1
Creating Metadata and Default Collection Files
16.4
Monitoring JMX Applications Deployed on Oracle Application Servers (OC4J)
16.4.1
Creating Metadata and Default Collection Files
16.4.2
Displaying Target Status Information
16.5
Monitoring a Standalone JMX-instrumented Java Application or JVM Target
16.5.1
Generating Metadata and Default Collection Files
16.5.2
Using the Metadata and Default Collection Files
16.6
Monitoring JMX Applications Deployed on Oracle WebLogic Application Servers
16.6.1
Creating Metadata and Default Collection Files using jmxcli
16.6.2
Using the Metadata and Default Collection Files
16.7
Adding a Target to a Management Agent
16.7.1
Adding a Web Services Target - CalculatorService
16.7.2
Adding a WS-Management Target - TrafficLight
16.7.3
Configuring a Standalone Java Application or JVM Target
16.7.4
Adding a Target Instance for a Custom J2EE Application on WebLogic
16.8
Monitoring Credential Setup
16.9
Viewing Monitored Metrics
16.10
Creating JMX Metric Extensions
16.10.1
Using the Enterprise Manager Console
16.10.2
Using the JMXCLI to create a Metric Extension Archive
16.11
Surfacing Metrics from a Standalone JVM or Oracle Coherence
16.11.1
Using the Enterprise Manager Console
16.11.2
Using JMXCLI
17
Using Management Repository Views
17.1
Overview
17.1.1
Using Repository Views
17.2
Application Deployment Views
17.2.1
MGMT$J2EE_APPLICATION
17.2.2
MGMT$J2EEAPP_EJBCOMPONENT
17.2.3
MGMT$J2EEAPP_JRFWS
17.2.4
MGMT$J2EEAPP_JRFWSOPER
17.2.5
MGMT$J2EEAPP_JRFWSPOLICY
17.2.6
MGMT$J2EEAPP_JRFWSPORT
17.2.7
MGMT$J2EEAPP_WEBAPPCOMPONENT
17.2.8
MGMT$J2EEAPP_WSCONFIG
17.2.9
MGMT$J2EEAPP_WSPORTCONFIG
17.3
Blackout Views
17.3.1
MGMT$BLACKOUT_HISTORY
17.3.2
MGMT$BLACKOUTS
17.4
Compliance Views
17.4.1
MGMT$COMPLIANCE_STANDARD_RULE
17.4.2
MGMT$COMPLIANCE_STANDARD
17.4.3
MGMT$COMPLIANCE_STANDARD_GROUP
17.4.4
MGMT$CS_EVAL_SUMMARY
17.4.5
MGMT$COMPOSITE_CS_EVAL_SUMMARY
17.4.6
MGMT$CS_RULE_EVAL_SUMMARY
17.4.7
MGMT$CS_GROUP_EVAL_SUMMARY
17.4.8
MGMT$CS_TARGET_ASSOC
17.5
Compliance Real-time Monitoring Views
17.5.1
MGMT$CCC_ALL_OBS_BUNDLES
17.5.2
MGMT$CCC_ALL_OBSERVATIONS
17.5.3
MGMT$CCC_DIAG_ANALYTICS
17.5.4
MGMT$CCC_DIAG_QUEUEBACKLOG
17.6
Configuration Management Views
17.6.1
MGMT$CSA_COLLECTIONS
17.6.2
MGMT$CSA_FAILED
17.6.3
MGMT$CSA_HOST_OS_COMPONENTS
17.6.4
MGMT$CSA_HOST_SW
17.6.5
MGMT$CSA_HOST_COOKIES
17.6.6
MGMT$CSA_HOST_CUSTOM
17.6.7
MGMT$CSA_HOST_RULES
17.6.8
MGMT$CSA_HOST_CPUS
17.6.9
MGMT$CSA_HOST_IOCARDS
17.6.10
MGMT$CSA_HOST_NICS
17.6.11
MGMT$CSA_HOST_OS_PROPERTIES
17.6.12
MGMT$CSA_HOST_OS_FILESYSEMS
17.7
Custom Configuration Specification Views
17.7.1
MGMT$CCS_DATA
17.7.2
MGMT$CCS_DATA_SOURCE
17.8
Database Configuration Views
17.8.1
MGMT$DB_TABLESPACES
17.8.2
MGMT$DB_DATAFILES
17.8.3
MGMT$DB_CONTROLFILES
17.8.4
MGMT$DB_DBNINSTANCEINFO
17.8.5
MGMT$DB_FEATUREUSAGE
17.8.6
MGMT$DB_INIT_PARAMS
17.8.7
MGMT$DB_LICENSE
17.8.8
MGMT$DB_REDOLOGS
17.8.9
MGMT$DB_ROLLBACK_SEGS
17.8.10
MGMT$DB_SGA
17.8.11
MGMT$DB_TABLESPACES_ALL
17.8.12
MGMT$DB_OPTIONS
17.9
Hardware Views
17.9.1
MGMT$HW_CPU_DETAILS
17.9.2
MGMT$HW_NIC
17.9.3
MGMT$HW_NIC_BONDS
17.9.4
MGMT$HW_IO_DEVICES
17.10
Inventory Views
17.10.1
MGMT$TARGET
17.10.2
MGMT$TARGET_TYPE
17.10.3
MGMT$TARGET_TYPE_DEF
17.10.4
MGMT$TARGET_ASSOCIATIONS
17.10.5
MGMT$TARGET_MEMBERS
17.10.6
MGMT$TARGET_FLAT_MEMBERS
17.10.7
MGMT$TARGET_TYPE_PROPERTIES
17.10.8
MGMT$TARGET_PROPERTIES
17.11
Job Views
17.11.1
GC$JOB_EXECUTION_PARAMETERS
17.11.2
GC$JOB_NESTED_JOBS
17.11.3
GC$JOB_PARAMETERS
17.11.4
GC$JOB_TARGETS_SYS
17.11.5
GC$JOBS_SYS
17.11.6
MGMT$JOBS
17.11.7
MGMT$JOB_TARGETS
17.11.8
MGMT$JOB_EXECUTION_HISTORY
17.11.9
MGMT$JOB_STEP_HISTORY
17.11.10
MGMT$JOB_ANNOTATIONS
17.11.11
MGMT$JOB_NOTIFICATION_LOG
17.12
Linux Patching Views
17.12.1
MGMT$HOSTPATCH_HOSTS
17.12.2
MGMT$HOSTPATCH_GROUPS
17.12.3
MGMT$HOSTPATCH_GRP_COMPL_HIST
17.12.4
MGMT$HOSTPATCH_HOST_COMPL
17.13
Management Template Views
17.13.1
MGMT$TEMPLATES
17.13.2
MGMT$TEMPLATE_POLICY_SETTINGS
17.13.3
MGMT$TEMPLATE_METRICCOLLECTION
17.13.4
MGMT$TEMPLATE_METRIC_SETTINGS
17.14
Metric Views
17.14.1
MGMT$METRIC_CATEGORIES
17.14.2
MGMT$METRIC_COLLECTION
17.14.3
MGMT$METRIC_ERROR_CURRENT
17.14.4
MGMT$METRIC_ERROR_HISTORY
17.14.5
GC$METRIC_CATEGORIES
17.14.6
GC$METRIC_COLUMNS
17.14.7
GC$METRIC_COLUMNS_TARGET
17.14.8
GC$METRIC_ERROR_CURRENT
17.14.9
GC$METRIC_ERROR_HISTORY
17.14.10
GC$METRIC_GROUPS
17.14.11
GC$METRIC_GROUPS_TARGET
17.14.12
GC$METRIC_KEYS
17.14.13
GC$METRIC_LATEST
17.14.14
GC$METRIC_STR_VALUES
17.14.15
GC$METRIC_STR_VALUES_LATEST
17.14.16
GC$METRIC_VALUES
17.14.17
GC$METRIC_VALUES_DAILY
17.14.18
GC$METRIC_VALUES_HOURLY
17.14.19
GC$METRIC_VALUES_LATEST
17.15
Monitoring Views
17.15.1
MGMT$ALERT_CURRENT
17.15.2
MGMT$TARGET_METRIC_COLLECTIONS
17.15.3
MGMT$TARGET_METRIC_SETTINGS
17.15.4
MGMT$AVAILABILITY_CURRENT
17.15.5
MGMT$AVAILABILITY_HISTORY
17.15.6
MGMT$ALERT_HISTORY
17.15.7
MGMT$METRIC_DETAILS
17.15.8
MGMT$METRIC_CURRENT
17.15.9
MGMT$METRIC_HOURLY
17.15.10
MGMT$METRIC_DAILY
17.16
Operating System Views
17.16.1
MGMT$OS_SUMMARY
17.16.2
MGMT$OS_COMPONENTS
17.16.3
MGMT$OS_HW_SUMMARY
17.16.4
MGMT$OS_PATCH_SUMMARY
17.16.5
MGMT$OS_FS_MOUNT
17.16.6
MGMT$OS_KERNEL_PARAMS
17.16.7
MGMT$OS_PATCHES
17.16.8
MGMT$OS_PROPERTIES
17.16.9
MGMT$OS_MODULES
17.16.10
MGMT$OS_LIMITS
17.16.11
MGMT$OS_INIT_SERVICES
17.17
Oracle Home Directory Patching Views
17.17.1
MGMT$EM_HOMES_PLATFORM
17.17.2
MGMT$HOMES_AFFECTED
17.17.3
MGMT$APPL_PATCH_AND_PATCHSET
17.17.4
MGMT$APPLIED_PATCHES
17.17.5
MGMT$APPLIED_PATCHSETS
17.18
Oracle Home Directory Views
17.18.1
MGMT$OH_HOME_INFO
17.18.2
MGMT$OH_DEP_HOMES
17.18.3
MGMT$OH_CRS_NODES
17.18.4
MGMT$OH_CLONE_PROPERTIES
17.18.5
MGMT$OH_COMPONENT
17.18.6
MGMT$OH_COMP_INST_TYPE
17.18.7
MGMT$OH_COMP_DEP_RULE
17.18.8
MGMT$OH_PATCHSET
17.18.9
MGMT$OH_VERSIONED_PATCH
17.18.10
MGMT$OH_PATCH
17.18.11
MGMT$OH_PATCHED_COMPONENT
17.18.12
MGMT$OH_PATCH_FIXED_BUG
17.18.13
MGMT$OH_PATCHED_FILE
17.18.14
MGMT$OH_FILE
17.18.15
MGMT$PA_RECOM_METRIC_SOURCE
17.18.16
MGMT$OH_INV_SUMMARY
17.18.17
MGMT$OH_INSTALLED_TARGETS
17.19
Oracle WebLogic Server Views
17.19.1
MGMT$WEBLOGIC_JDBCDATASOURCE
17.19.2
MGMT$WEBLOGIC_JDBCMULTIDS
17.19.3
MGMT$WEBLOGIC_JMSCONNFACTORY
17.19.4
MGMT$WEBLOGIC_JMSQUEUE
17.19.5
MGMT$WEBLOGIC_JMSTOPIC
17.19.6
MGMT$WEBLOGIC_JOLTCONNPOOL
17.19.7
MGMT$WEBLOGIC_MACHINE
17.19.8
MGMT$WEBLOGIC_NETWORK_CHANNELS
17.19.9
MGMT$WEBLOGIC_NODEMANAGER
17.19.10
MGMT$WEBLOGIC_RACONFIG
17.19.11
MGMT$WEBLOGIC_RAOUTBOUNDCONFIG
17.19.12
MGMT$WEBLOGIC_RESOURCECONFIG
17.19.13
MGMT$WEBLOGIC_SERVER
17.19.14
MGMT$WEBLOGIC_STARTSHUTCLASSES
17.19.15
MGMT$WEBLOGIC_VIRTUALHOST
17.19.16
MGMT$WEBLOGIC_WORKMANAGER
17.20
Oracle WebLogic Domain Views
17.20.1
MGMT$WEBLOGIC_DOMAIN
17.21
Oracle WebLogic Cluster Views
17.21.1
MGMT$WEBLOGIC_CLUSTER
17.22
Security Views
17.22.1
MGMT$ESA_ALL_PRIVS_REPORT
17.22.2
MGMT$ESA_ANY_DICT_REPORT
17.22.3
MGMT$ESA_ANY_PRIV_REPORT
17.22.4
MGMT$ESA_AUDIT_SYSTEM_REPORT
17.22.5
MGMT$ESA_BECOME_USER_REPORT
17.22.6
MGMT$ESA_CATALOG_REPORT
17.22.7
MGMT$ESA_CONN_PRIV_REPORT
17.22.8
MGMT$ESA_CREATE_PRIV_REPORT
17.22.9
MGMT$ESA_DBA_GROUP_REPORT
17.22.10
MGMT$ESA_DBA_ROLE_REPORT
17.22.11
MGMT$ESA_DIRECT_PRIV_REPORT
17.22.12
MGMT$ESA_EXMPT_ACCESS_REPORT
17.22.13
MGMT$ESA_KEY_OBJECTS_REPORT
17.22.14
MGMT$ESA_OH_OWNERSHIP_REPORT
17.22.15
MGMT$ESA_OH_PERMISSION_REPORT
17.22.16
MGMT$ESA_POWER_PRIV_REPORT
17.22.17
MGMT$ESA_PUB_PRIV_REPORT
17.22.18
MGMT$ESA_SYS_PUB_PKG_REPORT
17.22.19
MGMT$ESA_TABSP_OWNERS_REPORT
17.22.20
MGMT$ESA_TRC_AUD_PERM_REPORT
17.22.21
MGMT$ESA_WITH_ADMIN_REPORT
17.22.22
MGMT$ESA_WITH_GRANT_REPORT
17.22.23
MGMT$ESM_COLLECTION_LATEST
17.22.24
MGMT$ESM_FILE_SYSTEM_LATEST
17.22.25
MGMT$ESM_PORTS_LATEST
17.22.26
MGMT$ESM_SERVICE_LATEST
17.22.27
MGMT$ESM_STACK_LATEST
17.23
Service Tag Views
17.23.1
MGMT$SERVICETAG_INSTANCES
17.23.2
MGMT$SERVICETAG_REGISTRY
17.24
Storage Reporting Views
17.24.1
MGMT$STORAGE_REPORT_DATA
17.24.2
MGMT$STORAGE_REPORT_KEYS
17.24.3
MGMT$STORAGE_REPORT_PATHS
17.24.4
MGMT$STORAGE_REPORT_ISSUES
17.24.5
MGMT$STORAGE_REPORT_DISK
17.24.6
MGMT$STORAGE_REPORT_VOLUME
17.24.7
MGMT$STORAGE_REPORT_LOCALFS
17.24.8
MGMT$STORAGE_REPORT_NFS
17.25
Target Views
17.25.1
MGMT$EM_ECM_MOS_PROPERTIES
17.25.2
MGMT$EM_ECM_TARGET_FRESHNESS
17.25.3
GC$PROPERTY_VALUES
17.25.4
GC$GLOBAL_TARGET_PROPERTIES
17.25.5
GC$ASSOC_INSTANCES
17.25.6
GC$ASSOC_INST_WITH_INVERSE
17.25.7
GC$TARGET
17.26
Examples
18
Using Receivelets
18.1
SNMP Receivelets
18.2
Advanced Queue Receivelets
19
Using Fetchlets
19.1
OS Command Fetchlets
19.1.1
OS Fetchlet
19.1.2
OSLines Fetchlet (split into lines)
19.1.3
OSLineToken Fetchlet (tokenized lines)
19.2
SQL Fetchlet
19.3
SNMP Fetchlet
19.4
HTTP Data Fetchlets
19.4.1
URL Fetchlet (raw)
19.4.2
URL Lines Fetchlet (split into lines)
19.4.3
URL Line Token Fetchlet (tokenized lines)
19.5
URLXML Fetchlet
19.6
URL Timing Fetchlet
19.7
Dynamic Monitoring Service (DMS) Fetchlet
19.7.1
Advantages to Using DMS for Oracle Management Agent Integration
19.7.2
DMS Fetchlet/Oracle Management Agent Integration Instructions
19.8
JDBC Fetchlet
19.9
WBEM Fetchlet
19.10
JMX Fetchlet
19.11
Web Services Fetchlet
19.11.1
Using Credentials for Authentication
19.12
WS-Management Fetchlet
19.12.1
Using Credentials
A
Out-of-Box Associations
Index
Scripting on this page enhances content navigation, but does not change the content in any way.