Top
Systemwalker Software Configuration Manager Reference Guide
FUJITSU Software

1.4.6 swcfmg_usm_get (Released Patch Acquisition Tool)

Description

Acquires the latest Fujitsu middleware patches from the UpdateSite based on the patch management information acquired from Systemwalker Software Configuration Manager.

This tool is stored on the admin server where Systemwalker Software Configuration Manager has been installed. Execute this tool after copying it to the Internet terminal.

Synopsis

[Windows]

swcfmg_usm_get.cmd -u <UpdateSite URL> -i <Patch management information folder path> -o <Latest patch folder path> -id <User ID> -password <password> [-proxy <Proxy server name> or <Proxy server ip address> -proxyport <Proxy server port number>]

Options

-u <UpdateSite URL>

Specify the URL for connecting to the UpdateSite. You must add "/mw/httpget" at the end of the URL.

-i <Patch management information folder path>

Specify the full path to the folder for storing patch management information.

-o <Latest patch folder path>

Specify the full path to the folder for storing the latest patches downloaded from the UpdateSite.

-id <User ID>

Specify the user ID for a Fujitsu support subscriber.

-password <Password>

Specify the password for a Fujitsu support subscriber.

-proxy <Server name> or <Proxy server ip address>

If connections to the Internet are routed via a proxy server, specify the server name or IP address of the proxy server to be used.

-proxyport <Proxy server port number>

If connections to the Internet are routed via a proxy server, specify the port number of the proxy server to be used.

Return value

Return value

Meaning

0

The command has terminated normally.

Other than 0

The command has terminated abnormally.

Command location

Admin server

[Windows]

<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\tools\USMtool

[Linux]

/opt/FJSVcfmgm/tools/USMtool

Privilege required/execution environment

[Windows]

Cautions

Example

Obtaining newly released patches for Fujitsu middleware from the UpdateSite

swcfmg_usm_get.cmd -u https://www.fujitsu.com/mw/httpget -i c:\in -o c:\out -id user01 -password pass01