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

10.2.2 cfmg_addsoftsetup(Registering Software Setup Information)

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.
If the path includes spaces, enclose the path in double quotes.

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

[Windows]
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>
[Linux]
# /opt/FJSVcfmg/bin/cfmg_addsoftsetup -xml /tmp/template_test/softsetup/softwaresetup.xml
<?xml version="1.0" encoding="UTF-8"?>
<result>
	<id>SS00000001</id>
</result>