Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

2.2.16 Linux Patch Management Target Configuration File

File name

Any name

Description

This file is used to define RPM packages subject to Linux patch management.

This file is specified as an option for swcfmg_patch_importrpmpolicy (Linux Patch Management Target Definition Import Command), thereby registering definitions.

File location

Any folder

File format

CSV format

[#]<rpm-name>,<rpm-architecture>,<rpm-version>,<rpm-release>

...

Parameters

The following line is regarded as a single definition.

[#]<rpm-name>,<rpm-architecture>,<rpm-version>,<rpm-release>

If an item includes a comma (",") or double quote ("), enclose the item in double quotation marks (").

Example:

"z,lib",x86_64,1.2.3,3

These parameters will be defined as below:

z,lib,x86_64,1.2.3,3

Also, if an item includes double quotation marks ("), enter two consecutive double quotation marks. Entering two consecutive double quotation marks expresses one double quote symbol.

Example:

"z""lib""",x86_64,1.2.3,3

These parameters will be defined as below:

z"lib",x86_64,1.2.3,3

In all other cases, there is no need to enclose items in double quotation marks ("). Double quotation marks are not needed for empty items either. Even if double quotation marks are used to enclose an item that does not require double quotation marks, the definition will still be valid.

Column

Item

Meaning

Value

Remarks

-

#

Comment line

-

-

1

rpm-name

RPM package name

Example: yum

Cannot be omitted.

2

rpm-architecture

RPM package architecture

Example: noarch

-

3

rpm-version

RPM package version

Example: 3.2.22

-

4

rpm-release

RPM package release

Example: 33.el5

This item is valid if RPM package version (rpm-version) has been set.

Cautions

Example