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