Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

13.4 swcolinf Maintenance Information Collection Command

Synopsis

[Collection of maintenance information]
  swcolinf.exe [/i Name] /o OutPath [/c Comment]
[Collection of maintenance information using GUI]
  swcolinf.exe
[Setting of generation management for maintenance information]
  swcolinf.exe /w Count

Description

This command collects information required for troubleshooting of Systemwalker Operation Manager. The number of generations to be retained can be specified to enable management of generations of information to be collected.

If no environment has been created due to installation failure etc., this information can be collected using commands in the product media.

In the Server Core environment, execute the swcolinf.exe command without specifying any options, to collect the maintenance information using GUI.

Options

/i Name

Select a function used to collect information. The functions that can be specified in the Name option are listed below. When specifying more than one function, delimit the functions with a comma. You must specify "all" alone. It cannot be specified with other functions.

Normally, specify "all" to collect information about all Systemwalker Operation Manager functions. Collect information about a specific function only when the function to be collected is clarified or a Fujitsu engineer gives instructions to do so.

If this option is omitted, information about all the functions is collected just like specifying the /i all option.

When using commands in the product media, only "all" can be specified.

all

Collects information about all functions.

framework

Collects fundamental information, such as information on security and scripts.

network

Collects network-related information.

event

Collects event monitoring and action management information.

auto [Windows]

Collects calendar and power control information.

server [Windows]

Collects information about the functions installed on servers, such as the Jobscheduler, Job Execution Control, Backup Link.

client

Collects information about the Systemwalker Operation Manager client function, Task Link, etc.

tool

Collects information about installation, backup, maintenance tools, etc.

/o OutPath

Specify the directory in which the collected information is to be stored by using a full path with up to 50 bytes for OutPath. The full path must not contain any blanks.

/c Comment

Specify a comment, if needed, to be attached to the information that is collected.

Specify a comment with up to 50 bytes with alphanumeric characters and "_". A comment cannot contain any blanks and number signs (#). If this option is omitted, no comment is attached to the collected information.

/w Count

Specify the number of generations of information to be stored. Specify a number with range from 1 to 10. The initial value is set to 3 generations.

This option is not available when using commands in the product media.

If you do not want generation management, set the value to 1.

None

The Maintenance Information Collection window will be displayed. In the Server Core environment, execute the command without specifying any options.

Return Values

Return value

Meaning

0

Normal termination

Value other than 0

Abnormal termination

Command Location

Windows

Systemwalker Operation Manager installation directory\mpwalker.jm\mpcmtool\swcolinf

Product media (Windows x86)

<drive>\MAIN\tool\swcolinf

Product media (Windows x64)

<drive>\Client\tool\swcolinf

Product media (UNIX client)

<drive>\Client\tool\swcolinf

Privilege Required/Execution Environment

Cautions

Example 1

The following example collects server function and tool information, and stores it in c:\tmp.

c:\win32app\mpwalker.jm\mpcmtool\swcolinf\swcolinf.exe /i server,tool /o c:\tmp

Example 2

The following example collects information about all functions and stores it with a comment attached, in c:\tmp.

c:\win32app\mpwalker.jm\mpcmtool\swcolinf\swcolinf.exe /i all /o c:\tmp /c 2002.2.2_all_SE001

Example 3

The following example collects maintenance information in the Server Core environment using GUI.

c:\win32app\mpwalker.jm\mpcmtool\swcolinf\swcolinf.exe