Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

15.18.3 Segment Information

This section explains the segment information in detail.

15.18.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.18.3.2 File Information Details" for 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.18.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

Description

Mandatory

Settings

category

-

1 or more

No

ownerOrg

ASCII string

Fixed value

The tenant name to which the network belongs.

Yes

The value is fixed as "cfmgadm".

ownerUser

ASCII string

Fixed value

The user ID of the user registering the network.

Yes

The value is fixed as "cfmgadm".

resourceId

ASCII string

1 to 32 characters

The resource ID.

Yes

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

type

ASCII string

List

The network type.

No

Select one of the following options:

- "MANAGEMENT": Management segment

- "BUSINESS": Business segment

segmentType

ASCII string

1 to 32 characters

The format identifying the segment.

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.