Getting Started Using Oracle Process Manager and Notification Server

3-20 Oracle Fusion Middleware Administrators Guide The MBeans are organized into three groups: Configuration MBeans, Runtime MBeans, and Application-Defined MBeans. The following topics describe how to view or configure MBeans: ■ Using the System MBean Browser ■ Using the MBeans for a Selected Application

3.6.1 Using the System MBean Browser

You can view the System MBean Browser for many entities, including an Oracle WebLogic Server domain, an Administration Server, a Managed Server, or an application. You can search for an MBean, filter the list of MBeans, and refresh the list of MBeans in the MBean navigation tree. To view the System MBean Browser specific to a particular Oracle WebLogic Server Managed Server and to configure and use the MBeans: 1. From the target navigation pane, expand the farm, then WebLogic Domain, and then the domain. 2. Select the Managed Server. 3. From the WebLogic Server menu, choose System MBean Browser. The System MBean Browser page is displayed. 4. Expand a node in the MBean navigation tree and drill down to the MBean you want to access. Select an MBean instance. If you do not know the location of an MBean, you can search for the MBean: a. Click the Find icon at the top of the MBean navigation tree. b. For Find, select MBean Name. You can also select Attributes, Operations, or JMX syntax. c. Enter the name of the MBean and click the arrow. 5. To view the MBeans attributes, select the Attributes tab. Some attributes allow you to change their values. To do so, enter the value in the Value column. 6. To view the available operations, select the Operations tab. To perform an operation, click the operation. The Operations page appears. Enter any applicable values and click Invoke.

3.6.2 Using the MBeans for a Selected Application

You can view, configure, and use the MBeans for a specific application by taking the steps described in Section 3.6.1 , and drilling down to the application. As an alternative, you can navigate to an applications MBeans using the following steps: 1. From the target navigation pane, expand the farm, then Application Deployments. 2. Select the application. 3. From the Application Deployments menu, choose System MBean Browser. The System MBean Browser page is displayed, along with the MBean information for the application. See Also: The Fusion Middleware Control online help Getting Started Managing Oracle Fusion Middleware 3-21 4. To view the MBeans attributes, select the Attributes tab. Some attributes allow you to change their values. To do so, enter the value in the Value column. 5. To view the available operations, select the Operations tab. To perform an operation, click the operation. The Operations page appears. Enter any applicable values and click Invoke.

3.7 Managing Components

Oracle Fusion Middleware components include Oracle WebLogic Server, Java components that are part of Oracle SOA Suite and WebCenter, such as Oracle BPEL Process Manager or Oracle Business Activity Monitoring, and system components such as Oracle Web Cache. To manage the Oracle WebLogic Server and Java components, you can use WLST, Oracle WebLogic Server Administration Console, or Fusion Middleware Control. To manage system components, you can use OPMN, WLST, or Fusion Middleware Control.

3.8 Changing the Administrative User Password

During the Oracle Fusion Middleware installation, you must specify a password for the administration account. Then, you can use this account to log in to Fusion Middleware Control and the Oracle WebLogic Server Administration Console for the first time. You can create additional administrative accounts using the WLST command line or the Oracle WebLogic Server Administration Console. You can change the password of the administrative user using the Oracle WebLogic Server Administration Console or the WLST command line.

3.8.1 Changing the Administrative User Password Using the Command Line

To change the administrative user password or other user passwords using the command line, you invoke the UserPasswordEditorMBean.changeUserPassword method, which is extended by the security realms AuthenticationProvider MBean. For more information, see the changeUserPassword method in the Oracle Fusion Middleware Oracle WebLogic Server MBean Reference. See: ■ Oracle Fusion Middleware Installation Planning Guide and the individual installation guides for information about installing and configuring components ■ Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server for installing and configuring Oracle WebLogic Server ■ The administration guide for each component or suite for more information about managing these components. See Also: Understanding Users and Roles in the Oracle Fusion Middleware Application Security Guide