Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create and configure machines


A machine is the logical representation of the computer that hosts one or more WebLogic Server instances. Each Managed Server must be assigned to a machine.

To create and configure a machine:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, expand Environment and select Machines.

    The Machines table displays in the right pane showing all the machines defined in the domain.

  3. Click New.
  4. Enter a name for the new machine in the Name field.

    This name is used to identify the machine within the WebLogic Server domain. This name does not have to correspond to the machine's network name.

    Note: The name must be unique in relation to all other configurable resources in the domain.

  5. If you are creating a machine that will run on a UNIX platform, select UNIX from the drop-down list in the Machine OS field.

    For more information on creating and configuring a machine on a UNIX platform, see Create and configure machines to run on UNIX.

  6. Click Next.
  7. Configure the following Node Manager Properties for the machine:
    1. Select the Node Manager type from the drop-down list in the Type field.

      For more information on Node Manager types, see Administering Node Manager for Oracle WebLogic Server.

    2. Enter the DNS name or IP address upon which Node Manager listens in the Listen Address field.

      If you identify the Listen Address by IP address, you must disable Host Name Verification on Administration Servers that will access Node Manager. For more information and instructions, see Using Hostname Verification in Administering Security for Oracle WebLogic Server.

    3. Enter a value in the Listen Port field. This is the port where Node Manager listens for incoming requests.
    4. If you have set the Type field to SSH or RSH, you should specify values in the Node Manager Home and Shell Command fields.

      For more information on configuring Node Manager using SSH or RSH, see Administering Node Manager for Oracle WebLogic Server.

    5. Select Debug Enabled to enable Node Manager debugging.
  8. Click Finish.
  9. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Result

The new machine entry now specifies the attributes required to connect to the Node Manager process running on the machine, as well as identify which WebLogic Server instances reside on the machine. For information on assigning servers to a machine, see Assign server instances to machines.


Back to Top