Viewing Server Details in an Instance

View the details of a server in a WebLogic domain on a specified managed instance.

    1. On the Managed instances list page, select the instance name.
    2. The Servers section lists all servers in the managed instance. 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. Click Close.
  • Use the oci wlms managed-instance get-server command and required parameters to get information about a specific server in a WebLogic instance.

    oci wlms managed-instance get-server --managed-instance-id ocid --server-id uuid [OPTIONS]
    Tip

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

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

  • Run the GetManagedInstanceServer operation to get information about a specific server in a managed instance.