Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

7.9 mjdjadd Distributed Execution Host Add Command

Synopsis

mjdjadd [-sys subsystem-number](*1) hostgroup-name host-name [parameter]
*1:

[-sys subsystem-number] is an option of Systemwalker Operation Manager EE.

Description

The mjdjadd command adds a configuration host to the destination host group with the distributed job execution during its operation.

Option

Enterprise Edition-sys subsystem-number

In the system with multiple subsystems, this option is used to specify the subsystem that you want to operate. Specify the target subsystem number using a range of 0 to 9. If omitted, the default is subsystem 0.

Operands

hostgroup-name

Specifies the name of host group to which you want to add a configuration host.

host-name

Specifies the name of host to be added. The already registered host name cannot be added. Up to 100 hosts can be set in a single host group. The local host should not be specified for the host name.

parameter

Specifies the attribute and its values of the host to be added. This operand is optional.

The attribute, its values, and default value that can be specified are:

maxexec

Max execution jobs (number of simultaneously executable jobs)

The range of possible values for Windows: 1-99

The range of possible values for UNIX: 1-999

Default: 10

The following is an example where to specify "Max Execution Jobs" as five.

maxexec=5

Return Values

Return Value

Meaning

0

The command processing has terminated normally.

Other than 0

The command processing has failed. An error message is output.

Command Location

Windows

<Systemwalker Operation Manager installation directory>\MpWalker.JM\bin

Solaris
HP-UX
AIX
Linux

/usr/lib/mjes

Privilege Required

System administrator (user belonging to the Administrator group or superuser) privileges are required.

Cautions

Example

In the following example, the host "djhost2" is added to the host group "djgroup".

C:\>mjdjadd djgroup djhost2 maxexec=5
hostgroup = djgroup
  hostname = djhost0
    maxexec = 20  state = ACT    run = 2
  hostname = djhost1
    maxexec = 7   state = ACT    run = 0
  hostname = djhost2
    maxexec = 5   state = ACT    run = 0