Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

4.11 jobschsetgrp Command

Synopsis

[To register]
  jobschsetgrp -ent [project name] definition file [-sys subsystem-number](*1)
[To change]
  jobschsetgrp -che [project name] definition file [-sys subsystem-number](*1)
[To delete]
  jobschsetgrp -del [project name/] group name [-sys subsystem-number](*1)
*1:

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

Description

The jobschsetgrp command registers, changes and deletes a group.

Options

-ent

Based on the information in the definition file, registers a group. However, if the same group name already exists, it cannot be registered.

project name

Specifies the name of the project where the group information is stored. When registering, if there is only one project having job nets registered among the projects accessible for update by the user of executing the jobschsetgrp command, this option can be omitted. When changing/deleting, if there is only one project having groups registered among the projects accessible for update by the user of executing the jobschsetgrp command, this option can be omitted.

definition file

Specifies the file name where the group control statements and the control statement of job net in a group.

To register multiple groups, you need to write multiple group control statements.

For more information on the group control statement, see "4.11.1 Group Control Statement".

For more information on the group job net control statement, see "4.11.2 Group Job Net Control Statement".

-che

Changes a group based on the information in the definition file. When changing the group, it is convenient to use the definition file used in registering the group.

-del

Deletes a group. When a group is deleted, all the registered information of the group and the job nets in the group will be deleted.

group name

Specifies the name of the group to be deleted.

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.

Command Location

Windows

Systemwalker Operation Manager installation directory\MpWalker.JM\bin

Solaris
HP-UX
AIX
Linux

/usr/bin

Cautions