This section explains the segment information in detail.
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:
Installation_folder\RCXCFMG\templates\networks\
/opt/FJSVcfmg/templates/networks/
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. |
ownerUser | ASCII string | Fixed value | Yes | The user ID of the user registering the network. |
resourceId | ASCII string | 1 to 32 characters | Yes | The resource ID. |
type | ASCII string | List | No | The network type. |
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.