Top
Systemwalker Software Configuration Manager Reference Guide
Systemwalker

2.7 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 the swcfmg_patch_importrpmpolicy command (the 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 quotes (").

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 quotes ("), enter two consecutive double quotes. Entering two consecutive double quotes 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 quotes ("). Double quotes are not needed for empty items either. Even if double quotes are used to enclose an item that does not require double quotes, 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