Synopsis
cfmg_addparam -xml Parameter information file path |
Functional Description
This command registers parameter information.
Refer to "11.2 Parameter Information" for information on parameter information files.
Options
Options | Description |
---|---|
-xml | This option specifies the absolute or relative path to the parameter information file, using a string of printable ASCII characters. |
Output Format
This command outputs the registered parameter IDs in the following format:
# /opt/FJSVcfmg/bin/cfmg_addparam -xml /tmp/template_test/parameter/parameter.xml <?xml version="1.0" encoding="UTF-8"?> <result> <id>PM00000001</id> </result> |
Example
C:\Users\Administrator> C:\Fujitsu\ROR\RCXCFMG\bin\cfmg_addparam -xml C:\tmp\template_test\parameter\parameter.xml <?xml version="1.0" encoding="Windows-31J"?> <result> <id>PM00000001</id> </result>
# /opt/FJSVcfmg/bin/cfmg_addparam -xml /tmp/template_test/parameter/parameter.xml <?xml version="1.0" encoding="UTF-8"?> <result> <id>PM00000001</id> </result>