Chapter 1. Introduction

Table of Contents

1.1. Overview
1.1.1. Concepts
1.1.2. Purpose
1.1.3. Types
1.1.4. Constraints
1.2. Configuring Node Managers by Type
1.3. Common Functions

This chapter describes the concepts, purposes, and types of node managers and the common functions of two of the node manager types.

This section describes the basic concepts, purposes, types, and constraints of node managers.

The two node manager types provided by JEUS can be configured using WebAdmin and the console tool.

This section briefly describes how to configure each type in WebAdmin.

All settings associated with the node can be edited and operated through the [Node Configuration] menu. Select [Node Configuration] from the main WebAdmin screen.


From the Node screen of WebAdmin, select "Ssh" or "Java" depending on the desired node type.


The following functions are commonly provided by two types of node managers.

  • Starting servers on remote machines

    Servers that belong to a domain can be started using the node manager.

    If the node manager is not used, the servers must be started using a script by accessing the remote machine. However, if the node manager is used, the servers on remote machines can be started by using a command from DAS. If DAS is running, all MSs or clusters in the domain can be started.

    The following conditions must be satisfied to start servers using the node manager.

    • The node information for starting the servers must be registered in nodes.xml.

    • The information about which nodes can start the server must be configured in the server.

    • Must be able to access the node manager.

      The Java node manger must be running in order to use it. If the SSH node manager is used, the SSH port must be open on the OS.

    • When the Java node manager is used, the node manager must be configured in the jeusnm.properties file.

  • Restarting a server that is in an abnormal state.

    When a server that the Java node manager has been monitoring shuts down abnormally, the process must be restarted. For the SSH node manager, If a server goes into an abnormal state (failed) by the GMS service of the domain, the GMS service of DAS sends the restart command for the server to the server's node manager. The node manager that receives the command from DAS restarts the server.

    For this to occur, the node must be configured on the server, and the node manager must be running if the Java node manager is being used.