Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.4.19 swrba_patternexport (Schedule Pattern Export Command)

Description

This command exports Schedule Pattern information that has already been registered. The Schedule Pattern information that is extracted will be output to the standard output.

Synopsis

swrba_patternexport -rsp Schedule Pattern name

Options

-rsp Schedule Pattern name

Specify the name of a Schedule Pattern that has been registered.

Schedule Pattern information is output using the format for the definition file specified by the swrba_patternimport command.

Return Values

0:

Normal termination

Value other than 0:

Abnormal termination

Command Location

[Windows]

<Systemwalker Runbook Automation Management Server installation directory>\bin
Note: The default location is C:\Fujitsu\Systemwalker\SWRBAM.

[Linux]

/opt/FJSVswrbam/bin


Privilege Required/Execution Environment

[Windows]

[Linux]

Output Format

An example of the output format is shown below. Refer to "Schedule Pattern Information Control Statement" for information on the output items.

CAL
execpatname sample
monthset 1
dayset 1,5,10,15,20
weekset MON,FRI
monthset 2
dayset 1,4,8,12,16
weekset MON,THU
monthset 5
dayset 1,10,20,30
weekset TUE,THU
monthset 11
dayset 1,11,22,30
weekset WED,THU
;

Note

None