Top
Systemwalker Operation Manager  User's Guide
FUJITSU Software

4.5 Importing and Exporting Definition Information

The definition information of Systemwalker Operation Manager jobs/ job nets and groups can be imported and exported.

Importing definition information

Job/job net definition information and group definition information is imported from a job net definition CSV file or group definition CSV file into a Systemwalker Operation Manager server (schedule server).

Note that calendar and startup day pattern and child job nets information used by the job net to import must be registered beforehand when importing definition information of the job net.

Exporting definition information

The definition information of jobs/job nets and groups is exported to job net definition CSV files and group definition CSV files from a Systemwalker Operation Manager server (schedule server).

Refer to "jobschcsvtodef command" in the Systemwalker Operation Manager Reference Guide for details on job net definition CSV files and group definition CSV files.

Note

Do not export or import definition information spanning two years.

It will result in error if exported files are imported spanning two years from one year to the next year or later.

Overview of import/export procedure

Information can be imported and exported by means of commands or via the GUI.

Importing with the GUI

A Systemwalker Operation Manager client can be used to register job/job net definition information contained in a job net definition CSV file and group definition information contained in a group definition CSV file with a Systemwalker Operation Manager server directly.

Exporting with the GUI

A Systemwalker Operation Manager client can be used to convert job/job net definition information and group definition information in a Systemwalker Operation Manager server to job net definition CSV files and group definition CSV files.

Importing with commands

Commands can be used to register job/job net definition information contained in job net definition CSV files and group definition information contained in group definition CSV files with a Systemwalker Operation Manager server.

First the jobschcsvtodef command is used to convert the job net definition CSV files to job net control statement format and job control statement format, and then this information is registered with a Systemwalker Operation Manager server using the jobschsetnet command. Similarly, group definition CSV files are converted to group control statement format and in-group job net control statement format using the jobschcsvtodef command, and then this information is registered with a Systemwalker Operation Manager server using the jobschsetgrp command.

Exporting with commands

Commands can be used to convert job/job net definition information and group definition information in a Systemwalker Operation Manager server to job net definition CSV files and group definition CSV files.

Job net and job definition information in a Systemwalker Operation Manager server can be converted to job net control statement and job control statement format using the jobschprint -r command, then the jobschdeftocsv command can be used to turn this information to job net definition CSV files. Similarly, group definition information in a Systemwalker Operation Manager server can be converted to group control statements and in-group job net control statements using the jobschprint -R command, and then the jobschdeftocsv command can be used to turn this information into group definition CSV files.


For details on job net control statements, job control statements, group control statements and in-group job net control statements, refer to "Jobscheduler Commands" in the Systemwalker Operation Manager Reference Guide.

The following diagram illustrates the import and export processes.

Information

When definition information is imported via the GUI, the jobschcsvtodef command and the jobschsetnet/jobschsetgrp command will run during the import process.

When definition information is exported via the GUI, the jobschprint command and the jobschdetocsv command will run during the export process.