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.

    See Understanding Domains.

    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:

    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:

  • 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.