Description Syntax Examples deployUserMessagingDriver

User Messaging Service UMS Custom WLST Commands 5-3 To upload the user messaging preferences from the specified file to the backend database and overwrite existing preferences. wls:offline manageUserMessagingPrefsoperation=upload, filename=upload.xml, url=t3:localhost:8001, username=weblogic, password=password, merge=overwrite

5.1.2 deployUserMessagingDriver

Command Category: UMS Use with WLST: Online

5.1.2.1 Description

deployUserMessagingDriver is used to deploy additional instances of user messaging drivers. Specify a base driver type for example: email, xmpp, voicexml, and others and a short name for the new driver deployment. The string usermessagingdriver- will be prepended to the specified application name. Any valid parameters for the deploy command can be specified, and will be passed through when the driver is deployed.

5.1.2.2 Syntax

deployUserMessagingDriverbaseDriver, appName, [targets], [stageMode], [options]

5.1.2.3 Examples

To deploy a second instance of an email driver with name myEmail. wls:base_domainservereConfig deployUserMessagingDriverbaseDriver=email, appName=myEmail To deploy a second instance of an email driver, specifying deployment targets. wls:base_domainservereConfig deployUserMessagingDriverbaseDriver=email, appName=email2, targets=server1,server2 Argument Definition baseDriver Specifies the base messaging driver type. Must be a known driver type, such as email, proxy, smpp, voicexml, or xmpp. appName A short descriptive name for the new deployment. The specified value will be prepended with the string usermessagingdriver- targets stageMode options Optional. Additional arguments that are valid for the deploy command can be specified and will be passed through when the new driver is deployed. 5-4 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference 6 DMS Custom WLST Commands 6-1 6 DMS Custom WLST Commands Use the Dynamic Monitoring Service DMS commands in the categories in Table 6–1 to view performance metrics and to configure Event Tracing.

6.1 DMS Metric Commands

Use the commands in Table 6–2 to view information about a specific performance metric, a set of performance metrics, or all performance metrics for a particular server or component. For additional details about metrics, see the chapter Monitoring Oracle Fusion Middleware in the Oracle Fusion Middleware Administrators Guide and the appendix Instrumenting Applications with DMS in the Oracle Fusion Middleware Performance Guide.

6.1.1 displayMetricTableNames

Command Category: DMS Metrics Use with WLST: Online Note: To use these DMS custom WLST commands, you must invoke the WLST script from the Oracle Common home. See Using Custom WLST Commands in the Oracle Fusion Middleware Administrators Guide. Table 6–1 DMS Command Categories Command category Description DMS Metric Commands View information about performance metrics. DMS Event Tracing Commands Configure Event Tracing Table 6–2 DMS Commands Use this command... To... Use with WLST... displayMetricTableNames Displays the names of the available DMS metric tables. Online displayMetricTables Displays the content of the DMS metric tables. Online dumpMetrics Displays available metrics. Online reloadMetricRules Reloads the metric rules. Online