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
Specify the URL for connecting to the UpdateSite. You must add "/mw/httpget" at the end of the URL.
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.
Specify the user ID for a Fujitsu support subscriber.
Specify the password for a Fujitsu support subscriber.
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.
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]
Administrator privileges are required. Execute as an administrator.
This tool can be executed on the Internet terminal.
Copy the "USMtool" folder (where this command has been stored) to an arbitrary folder on the Internet terminal.
Do not change the configuration of the "USMtool".
This tool uses the JRE when it executes. The JRE is included in the "USMtool".
Cautions
You must add "/mw/httpget" at the end of "UpdateSite URL" specified for the "-u" option.
A folder will be created automatically if a nonexistent folder is specified for the "Patch application status information folder path" or "Latest patch folder path".
This command will terminate abnormally if the folder specified for "Latest patch folder path" already contains files or subfolders.
This command will terminate abnormally if it is executed in an environment where it is not possible to connect to the Internet.
This command cannot be executed at the same time as other commands. An exclusive control error will occur if a command is executed while another command is executing.
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 |