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

10.4.2 cfmg_addparam(Registering Parameter Information)

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

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

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