Viewing Server Details in a Domain

View the details of a server in a specified WebLogic domain.

    1. On the Domains list page, select the name of the domain.
    2. On the details page, the Servers section lists all servers in the domain. In the Actions menu (Actions icon) for a server, click View server details.
    3. In the Server details panel, review any of the following sections:
      • Server information
        • Name: The name of the server.
        • Hostname: The name of the host for the server.
        • State: The current state, which can be Running or Stopped
        • Restart order: The order in which the server is started, rebooted, or patched.
        • On recommended patches: If the server has the latest patches.
        • Patch readiness: If the server is in a state where it can be patched.
      • Domain information
        • Name: The name of the domain the server is in.
        • Domain path: The file system path for the domain.
      • Middleware information
        • Version: The version of the middleware.
        • Type: Whether the middleware type is WLS or FMW.
        • Middleware home: The file system path for the middleware.
        • View applied patches: Click get detailed information about the patches currently applied to the server.
      • JDK information
        • Version: The JDK version on the server.
        • Installation path: The file system path for the JDK.
    4. When you are finished reviewing, click Close.
  • Use the oci wlms wls-domain get-server command and required parameters to get information about a specific server in a WebLogic domain.

    oci wlms wls-domain get-server --server-id uuid --wls-domain-id ocid [OPTIONS]
    Tip

    To get the UUID for a server, run oci wlms wls-domain list-servers --wls-domain-id ocid.

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetWlsDomainServer operation to get information about a specific server in a WebLogic domain.