1 Administration
This chapter includes the following sections:
Using Fusion Middleware Control help
From the user profile menu at the top of the page, select Help to access more information about a particular console page or attribute. Select Help for This Page for detailed information about the attributes on the current page. Select How Do I? for task-based help for the current page.
Parent topic: Administration
Use the Change Center
The Change Center provides a way to lock a domain configuration so you can make changes to the configuration. Note that other edit sessions may exist in the domain that impact your edit session. See View and resolve conflicts.
When locking is enabled, you start the edit process by obtaining a lock. When you finish making changes, you save the changes. The changes do not take effect, however, until you activate them, distributing them to all server instances in the domain.
To make any changes to Oracle WebLogic Server using Fusion Middleware Control:
After you finish
Some changes you make in Fusion Middleware Control take place immediately when you activate them. Other changes require you to restart the server affected by the change. See View pending changes.
- View edit sessions
- Manage edit sessions
- View pending changes
- View and resolve conflicts
- Enable and disable the domain configuration lock
- Release the configuration lock
- Set Change Center preferences
Parent topic: Administration
View edit sessions
Edit sessions help manage and coordinate configuration changes. To view edit sessions that have been started in the domain:
Parent topic: Use the Change Center
Manage edit sessions
Use the Edit Sessions page to create, delete, and switch edit sessions:
Parent topic: Use the Change Center
View pending changes
To view changes that you have saved, but which have not yet taken effect:
Parent topic: Use the Change Center
View and resolve conflicts
As you make configuration changes, other edit sessions may exist in the domain that impact your edit session. If the existing changes are incompatible with yours, then you will need to resolve the conflicts before you can activate your changes or you may decide to release the configuration lock and rollback your changes.
When incompatible configuration changes exist, the Changes > View & Resolve Conflicts menu option becomes available.
To resolve conflicting configuration changes:
Parent topic: Use the Change Center
Enable and disable the domain configuration lock
The Change Center provides a way to lock a domain configuration so you can make changes to the configuration while preventing other accounts from making changes during your edit session.
To enable or disable the domain configuration locking feature in a development domain:
-
Locate the Change Center.
-
From the Changes menu, select Preferences.
The Change Center Preferences page is displayed.
-
From the Change Center Preference page, select or clear the Auto-Commit Mode (Automatically Acquire Lock and Activate Changes) field to enable or disable this feature.
-
Click OK.
To verify that domain configuration locking is enabled:
After you finish
When you enable domain configuration locking, you must use the Change Center to unlock and edit the domain configuration. See Use the Change Center.
Parent topic: Use the Change Center
Release the configuration lock
When you select Lock & Edit in the Change Center, you obtain a lock on the editable configuration hierarchy which prevents other people from making changes until you release the configuration lock.
To release the configuration lock:
Parent topic: Use the Change Center
Set Change Center preferences
You can specify individual Change Center preferences.
To specify preferences for the Change Center:
Parent topic: Use the Change Center
Record WLST scripts
To help automate the task of configuring a domain, you can record your configuration actions in Fusion Middleware Control as a series of WebLogic Scripting Tool (WLST) commands and then use WLST to replay the commands.
WLST is a command-line scripting environment that you can use to create, manage, and monitor WebLogic Server domains.
You cannot record WLST commands for the following:
-
Changes to the security data that is maintained by a security provider. For example, you cannot record the commands to add or remove users, roles, and policies.
-
Changes to deployment plans.
-
Deployment operations: deploy, redeploy, undeploy, start, stop.
-
Runtime operations found on Control or Monitoring pages, such as starting and stopping applications or server instances.
This section includes the following tasks:
Parent topic: Administration
Start WLST recording
You can only record actions that modify a domain's configuration document. See Record WLST scripts.
To start recording your Fusion Middleware Control actions as WLST commands:
After you finish
Fusion Middleware Control starts recording all actions that change the domain's configuration. As it records each command, it writes the command to the script file that you specified in your recording preferences. See Set WLST recording preferences.
Parent topic: Record WLST scripts
Stop WLST recording
To stop recording your Fusion Middleware Control actions as WLST commands:
Parent topic: Record WLST scripts
View recorded commands
To view the commands that have been recorded in your script file:
Parent topic: Record WLST scripts
Set WLST recording preferences
You can specify individual preferences for WLST recording.
To set preferences for recording WLST scripts:
Parent topic: Record WLST scripts
Set Auto-Refresh interval
You can specify the following automatic page refreshing intervals using the Auto-Refresh list in the upper right corner of the console:
-
Off—default
-
15 seconds
-
30 seconds
-
1 minute
-
5 minutes

Parent topic: Administration
Customize table views
You can customize tables in Fusion Middleware Control by sorting and filtering the data displayed and managing columns.
To customize a table view:
-
To add or remove table columns:
-
Above the table, select View, then select Manage Columns.
-
Add columns to display by moving them from the list of Hidden Columns (on the left) to Visible Columns (on the right).
-
Remove columns displayed by moving them from the list of Visible Columns to the list of Hidden Columns.
-
Click OK.
-
-
To reorder table columns:
-
Above the table, select View, then select Reorder Columns.
-
Select a column and use the arrows on the right to reorder the columns.
-
Click OK.
-
-
To filter the data that appears in a table:
-
Select the column for which you want to filter data.
-
Above the column, specify filtering criteria in the text box.
Note:
Some columns provide a menu with filtering criteria instead of a text box.
The table displays only the filtered data. Click the eraser icon to remove all filters.
-
-
To sort the data that appears in a table:
-
Above the table, select View, then select Sort.
-
Select Advanced.
-
From the Advanced Sort page, you can sort individual columns by ascending or descending order.
-
Click OK.
-
Parent topic: Administration
Filter tables using Query by Example
You can perform a query on tables in Fusion Middleware Control to filter information.
To use the Query by Example capability for tables:
Parent topic: Administration