Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

1.5.15 swrbacolinf (Maintenance Data Collection Command)

Description

This command collects maintenance information of Systemwalker Runbook Automation Studio. When the trouble occurred, collect maintenance information by using this command. Collected maintenance information is output to the file of the name of swrbacolinfyyyy-MM-dd-HH-mm-ss.dat under the control of the specified folder.

Synopsis

swrbacolinf Path of the output file

Options

Path of the output file

Specify the path of the file that is output the maintenance information. You can use the absolute path and the relative path.

Return Values

Return Value

Meaning

0

Normal termination

1

The specified parameter is invalid. Confirm the parameter and execute this command again.

2

The file cannot be made in the specified pass. Specify the pass that can make the file, and execute this command again.

255

Other errors occurred.

Command Location

Windows

<Systemwalker Runbook Automation Studio installation directory>\swrba\bin

Privilege Required/Execution Environment

[Windows]

Note

Example

The following command collects the maintenance information from C:\work.

swrbacolinf C:\work

Execution Result/Output Format

When the collection of the maintenance information succeeds:

> swrbacolinf C:\work
SUCCESS "C:\work\swrbacolinf2010-05-06-16-10-44.dat"

When the mistake exists in the parameter:

> swrbacolinf
Usage: swrbacolinf "output_folder_path"

When the collection of the maintenance information fails:

> swrbacolinf C:\work
FAILURE [%1]: %2(%3)

%1: Return code

%2: Error message

%3: Detailed information