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

11.1.2 Software Setup Information Details

Software setup information files use the following XML format:

<?xml version="1.0" encoding="UTF-8"?>
<softwareSetup version="2.0">
	<id>[Software setup information ID]</id>
	<ownerOrg>[Owner (tenant)]</ownerOrg>
	<ownerUser>[Owner (user)]</ownerUser>
	<lcid>[Locale ID]</lcid>
	<name>[Software setup information name]</name>
	<description>[Description]</description>
	<method>[Parameter setup method]</method>
	<parameters>
		<parameter>
			<key>[Parameter key]</key>
			<type>[Parameter value type]</type>
			<value>[Default value of mandatory setup parameter]</value>
			<label>[Parameter label]</label>
			<description>[Parameter description]</description>
		</parameter>
		...
	</parameters>
</softwareSetup>

The following table shows descriptions of each of these items (tags), as well as their settings:

Modify software setup information files if necessary, by referring to the information in this table.

Tag names in square brackets [ ] can be omitted.

Tag name

Format

Allowable range

Description

Mandatory

Settings

id

string
ASCII

0 to 32 Bytes

The software setup ID.

Optional

Specify an empty string when adding a new software setup ID.
Specify the ID to be updated when updating a software setup ID.

ownerOrg

string
ASCII

Fixed value

The tenant name to which the software setup information belongs.

Yes

The value is fixed as "cfmgadm"

ownerUser

string
ASCII

Fixed value

The user ID of the user registering the software setup information.

Yes

The value is fixed as "cfmgadm"

lcid

string
ASCII

Fixed value

The software setup information locale.

Yes

The value is fixed as "en"

name

string

UTF-8

Up to 64 characters

The software setup name.

Optional

description

string
UTF-8

Up to 256 characters

The software setup description.

Optional

method

string
ASCII

Select an option

The parameter setup method.

Yes

Select one of the following options:
- "cmd": Calls the startup script startup.cmd.
- "sh": Calls the startup script startup.sh.

parameters

-

-

Multiple parameters that can be set up in the software.

No

parameter

-

1 or more

The parameter key and value that can be set up in the software.

No

key

string
ASCII

1 to 256 Bytes

The parameter key.

Yes

The characters that can be used are numerics and "."

However, the first character must be alphabetic.

type

string
ASCII

Select an option

The value type.

Yes

Select one of the following options:
- "boolean": Boolean value
true, false
- "number": Number -2,147,483,648 to 2,147,483,647
- "string": Character string
It is also possible to specify an empty string.

[ value ]

string
UTF-8

Up to 4,096 characters

The parameter value required in order for the software to run at deployment.

Optional

Omit values for parameters that are not set up at deployment. Specifiable values are subject to type restrictions.
You cannot specify a character string "__EMPTY__" ("__"is "_" and "_" in a row).

[ label ]

string
UTF-8

Up to 64 characters

The label used when the parameter is displayed in the window.

Optional

[ description ]

string
UTF-8

Up to 256 characters

The parameter description.

Optional

The meanings of the symbols in the Mandatory column are as follows:

Yes: If a tag was specified, you must specify the value.

Optional: Value can be omitted.

No: A value setting is not required. Tag only specification.