Top
ServerView Resource Orchestrator Cloud Edition V3.1.2 Reference Guide (Command/XML)
FUJITSU Software

15.19.3 Segment Information

This section explains the segment information in detail.

15.19.3.1 Overview of Segment Information

Network resource information is an XML document listing the configuration information for networks.
Create and register a separate segment information file for each segment.
Refer to "15.19.3.2 File Information Details" for information on an explanation of items (tags).
Infrastructure administrators must take this model into account when performing creation.
A model segment information file is stored in the following folder:

[Windows Manager]
Installation_folder\RCXCFMG\templates\networks\
[Linux Manager]
/opt/FJSVcfmg/templates/networks/

15.19.3.2 File Information Details

Segment information files use the following XML format:

<?xml version="1.0" encoding="UTF-8" ?>
<category version="2.0">
	<ownerOrg>[Owner (tenant)]</ownerOrg>
	<ownerUser>[Owner (user)]</ownerUser>
	<resourceId>[Resource ID]</resourceId>
	<type>[Network type]</type>
	<segmentType>[Segment type information]</segmentType>
</category>

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

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

Tag name

Format

Setting range

Mandatory

Description

category

-

1 or more

No

ownerOrg

ASCII string

Fixed value

Yes

The tenant name to which the network belongs.
The value is fixed as "cfmgadm".

ownerUser

ASCII string

Fixed value

Yes

The user ID of the user registering the network.
The value is fixed as "cfmgadm".

resourceId

ASCII string

1 to 32 characters

Yes

The resource ID.
Specify the resource ID of the ROR network resource that was obtained using the cfmg_listvnet command.

type

ASCII string

List

No

The network type.
Select one of the following options:
- "MANAGEMENT": Management segment
- "BUSINESS": Business segment

segmentType

ASCII string

1 to 32 characters

No

Specify an arbitrary string for identifying the segment (maximum of 32 ASCII characters, excluding <, >, &, ", and `).

The meanings of the symbols in the Mandatory column are as follows:
Yes: If a tag was specified, you must specify the value.
No: A value setting is not required. Tag only specification.