Viewing a Domain's Details
Get information about a WebLogic domain registered with the WebLogic Management service.
On the Domain Details list page, select the name of the domain.
The details page displays the following information.
Domain information
- OCID: The OCID of the domain.
- Compartment: The compartment the domain is in.
- Type: The product installation type. It can either be FMW for Fusion Middleware Infrastructure or WLS for WebLogic Server.
- Version: The middleware version.
- Patch readiness status: Gives the domain's patch readiness state. To patch a domain, its status must be Passed.
- Recommended patches: Click to view the latest available patches that you can apply to the domain.
- Server patch readiness: Identifies the number of servers in Passed, Warning or Failed patch readiness states. To patch a domain, all servers must have passed readiness checks.
- Server patch level: Identifies the number of servers on or not on the latest available patches.
Domain settings
- Patching: Shows whether patching and rollback are enabled for the domain and specifies the number of seconds to wait before a server is forced to shutdown. See Configure patching
- Server control: Shows whether Node Manager or scripts are used to start and stop the Administration and managed servers. See Configure server control.
- Credentials: Shows whether WebLogic Domain or Node Manager credentials are used to start and stop WebLogic servers. See Define admin credentials.
Domain actions
Perform any of the following actions on a domain from its details page:
- Click Scan to identify new domain servers and run checks for patching.
- Click Apply recommended patches to apply the latest available patches to domain servers.
- Click Edit domain settings to change patching and server control configuration.
- Under More actions, click
- Edit WebLogic credentials to change the administrative credentials used to start and stop WebLogic servers.
- Edit Node Manager credentials to change the administrative credentials used to start and stop WebLogic servers with Node Manager.
Servers
View the following information in the Servers section of a domain details page:
- Name: The name of the server.
- State: The status of the server.
- Restart order: The restart order assigned to the server.
- Managed instance: The managed instance ID of the server.
- JDK version: The JDK version on the server.
- On recommended patches: Whether the server has installed the latest patches.
- Patch readiness: The patch readiness status of the server.
- Last updated: The time of the last action on the server.
Perform any of the following actions on a server from a domain details page:
- Click Set restart order to change the order in which servers are patched and restarted
- Click Restore from backup to remove the last applied patches.
- From the Actions menu (
) for a server, select
- View server details for more information about a server and its domain and middleware.
- View applied patches for more information about the latest applied patches, including the patch IDs.
- View patch readiness details for more information about the patch readiness checks and status.
Use the oci wlms wls-domain get command and required parameters to get the details of a specific WebLogic domain.
oci wlms wls-domain get --wls-domain-id ocid [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the GetWlsDomain operation to view a domain's details.