Top
Systemwalker Software Configuration Manager Software Parameter Setting Guide for ServerView Resource Orchestrator
FUJITSU Software

10.5.1 cfmg_uploadpackage(Uploading a Package File)

Synopsis

cfmg_uploadpackage -id Software setup ID | Parameter ID -pkg Package file path

Functional Description

This command uploads package files; script packages for software setup information and parameter packages for parameter information.

Package files 2 Kbytes or less can be uploaded.

Refer to "6.1.4 Package File" for information on package files.

Options

Options

Description

-id

This option specifies the software setup ID or parameter ID that uploads the package file.

This option specifies the software setup ID for a script package and the parameter ID for a parameter package.

-pkg

This option specifies the absolute or relative path to the package file, using a string of printable ASCII characters.
If the path includes spaces, enclose the path in double quotes.

Notes

Script packages of software setup information reserved by this product cannot be uploaded.

Example

[Windows]
C:\Users\Administrator> C:\Fujitsu\ROR\RCXCFMG\bin\cfmg_uploadpackage -id SS00000001 -pkg C:\tmp\template_test\pkg/script.zip
[Linux]
# /opt/FJSVcfmg/bin/cfmg_uploadpackage -id SS00000001 -pkg /tmp/template_test/pkg/script.zip