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

11.3.2 Template Information Detailes

The format of the template information (XML file) is shown below. The part that can be coded when the software parameter setting function is used is the softwareOptions tag part (shown in bold):

<?xml version="1.0" encoding="UTF-8" ?>
<template version="2.0">
	<id>[Template ID]</id>
	<lcid>[Locale ID]</lcid>
	<name>[Template name]</name>
	<baseTemplateId>[Base template ID]</baseTemplateId>
	<ownerOrg>[Owner (tenant)]</ownerOrg>
	<ownerUser>[Owner (user)]</ownerUser>
	<publicCategory>[Public category]</publicCategory>
	<designSheetPath>[Path to the design sheet]</designSheetPath>
	<releaseDate>[Release date]</releaseDate>
	<numOfMaxVnet>[Maximum number of VNETs]</numOfMaxVnet>
	<numOfMaxVm>[Maximum number of VMs]</numOfMaxVm>
	<productId>[Model number]</productId>
	<description>[Description]</description>
	<keyword>[Search keyword]</keyword>
	<estimate>[Rough cost estimate]</estimate>
	<license>[License]</license>
	<support>[Support]</support>
	<vnets>
		<vnet>
			<id>[Network ID]</id>
			<name>[Name]</name>
			<numOfMaxVm>[Maximum number of VMs]</numOfMaxVm>
			<resourceId>[Network resource ID]</resourceId>
			<category>[Network type]</category>
			<segmentType>[Segment type information]</segmentType>
</vnet> ... </vnets> <lnetdevs> <lnetdev> <name>[LNetDev name]</name> <type>[LNetDev type]</type> <lnetdevIfs> <lnetdevIf> <name>[Interface name]</name> <networkId>[Network ID]</networkId> </lnetdevIf> ... <lnetdevIfs> <ruleset> <name>[Ruleset name]</name> <description>[Ruleset description]</description> <parameters> <parameter> <name>[Parameter name]</name> <label>[Tenant Display Name]</label> <view>[Display flag]</view> <value>[Parameter value]</value> <description>[Parameter description]</description> </parameter> ... </parameters> </ruleset> </lnetdev> </lnetdevs> <servers> <server> <no>[Server serial number]</no> <imageId>[Cloning image ID]</imageId> <name>[Server name]</name> <serverType>[Server type]</serverType> <pool>[Deployment destination pool resource name]</pool> <sparePool>[Spare pool resource name]</sparePool> <storagePool>[Storage pool resource name]</storagePool> <priority>[Priority]</priority> <nicgroups> <management>[Control NIC]</management> <nicgroup> <index>[NIC group index]</index> <networkId>[Connection destination network ID]</networkId> </nicgroup> ... </nicgroups> <vnics> <management>[Control NIC]</management> <vnic> <no>[NIC serial number]</no> <networkId>[Connection destination network ID]</networkId> <group>[NIC group index]</group> </vnic> ... </vnics> <vdisks> <vdisk> <no>[Disk serial number]</no> <diskSize>[Disk capacity]</diskSize> <resourceId>[Resource ID]</resourceId> <resouceName>[Disk recource name]</resourceName>
<storagePool>[Storage pool resource name]</storagePool> </vdisk> ... </vdisks> <softwareOptions> <softwareOption> <softwareId>[Software information ID]</softwareId> <choices> <parameterInfoId>[Parameter information ID]</parameterInfoId> ... </choices> </softwareOption> </softwareOptions> </server> ... </servers> </template>

Descriptions and settings are shown below about the items (tags) that can be coded when the software parameter setting function is used.

Tag names in square brackets [ ] can be omitted.

Tag name

Format

Setting range

Description

Mandatory

Settings

[ softwareOptions ]

-

-

Specify this item if displaying the software parameter setup options.

No

softwareOption

-

1 or more

The softwareOption for each software package included in the virtual server.

No

softwareId

string
ASCII

1 to 32 Bytes

The software ID that sets up the parameter.

Yes

Specify the software ID included in the virtual server.

It is necessary for the software information to be associated with software setup information.

choices

-

-

The parameter information that are the options.

No

The first element becomes the default.

parameterInfoId

string
ASCII

1 or more

1 to 32 Bytes

The parameter information ID.

Yes

Specify the registered parameter information ID. The software setup information for the parameter information must be the same as the software setup information associated with the software.

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.