This section explains the image information in detail.
Image information files are XML documents that list the configuration information for cloning images.
Create and register a separate image information file for each cloning image.
Infrastructure administrators must take this model into account when performing creation.
A model image information file is stored in the following folder:
Installation_folder\RCXCFMG\templates\images\
/opt/FJSVcfmg/templates/images/
Refer to "15.18.2.2 File Information Details" for a description of cloning items (tags).
The software ID (which was assigned when the software information was registered) must be entered as the software ID in the image information.
Image information files use the following XML format:
<?xml version="1.0" encoding="UTF-8" ?> <image version="2.0"> <id>[Cloning image ID]</id> <name>[Image information name]</name> <resourceId>[Resource ID]</resourceId> <imageName>[Cloning image name]</imageName> |
The following table shows descriptions of each of these items (tags), as well as their settings:
Modify image information files if necessary, by referring to the information in this table.
Tag cloning names in square brackets [ ] can be omitted.
Tag name | Format | Setting range | Description | Mandatory | Settings |
---|---|---|---|---|---|
id | ASCII string | 1 to 32 characters | The cloning image ID. | Yes | When image information is updated, cloning image ID to be updated is specified. |
name | ASCII string | Up to 85 characters | The name of image information is specified. | Yes | |
resourceId | ASCII string | 1 to 256 characters | The resource ID. | Yes | Specify the resource ID that was confirmed using the cfmg_listvmimage command. |
imageName | ASCII string | 1 to 32 characters | The cloning image name. | Yes | Specify the cloning image ID that was confirmed using the cfmg_listvmimage command. |
ownerOrg | ASCII string | Fixed value | The tenant name to which the cloning image belongs. | Yes | The value is fixed as "cfmgadm". |
ownerUser | ASCII string | Fixed value | The user ID of the user registering the cloning image. | Yes | The value is fixed as "cfmgadm". |
publicCategory | ASCII string | List | This item selects the cloning image category. | Yes | Select one of the following options: |
serverCategory | ASCII string | Fixed value | This item selects the category of the server included in the cloning image. | Yes | The value is fixed as "GENERAL". |
serverApplication | ASCII string | List | The usage of the server included in the cloning image. | Yes | One or more of the following options can be selected: (Example) WEB/AP, AP/WEB/DB, etc. |
serverType | ASCII string | 0 to 32 characters | The server type. | Optional | If this cloning image has been used, specify the name of the L-Server template that is to be selected as the default from amongst the L-Server templates that have been set using Resource Management. |
cpuBit | integer | List | The CPU bit count of the server included in the cloning image. | Yes | Select one of the following options: |
sysvolSize | decimal | In decimal notation, to one decimal place | The size of the system disk for the server to be deployed. | Yes | Specify this value in GB. |
[ maxCpuPerf ] | decimal | In decimal notation, to one decimal place | The maximum specifiable CPU performance for the server. | Yes | Specify the maximum CPU performance in GHz that can be specified for the server in Manager View. |
[ numOfMaxCpu ] | integer | 1 to 99 | The maximum specifiable number of CPUs for the server. | Yes | Specify a value up to the maximum number of CPUs that the user can specify in Manager View. |
[ maxMemorySize ] | decimal | In decimal notation, to one decimal place | The maximum specifiable memory size for the server. | Yes | Specify in GB the maximum memory size that can be specified for the server in Manager View. |
numOfMaxDisk | integer | 0 to 99 | The maximum number of extension disks that can be added to the server. | Yes | Specify a value up to the maximum number of disks that can be specified. |
[ maxDiskSize ] | decimal | In decimal notation, to one decimal place | The maximum specifiable disk size for extension disks. | Yes | Specify a value in GB, up to the maximum disk size that can be specified for extended disks. |
[ maxSysvolSize ] | decimal | In decimal notation, to one decimal place | The maximum specifiable disk size for system disks. | Yes | Specify a value in GB up to the maximum disk size that can be specified for system disks. |
numOfMaxNic | integer | 1 to 99 | The maximum number of network interface cards (NICs) that can be added to the server. | Yes | Specify a value up to the maximum number of NICs that can be specified. |
initialPassword | UTF-8 string | Up to 85 characters | The initial password for the operating system. | Yes | Specify the password for the following user. - When the server virtualization software is Citrix XenServer |
icon | UTF-8 string | List | The icon of the server included in the cloning image. | Yes | Select an icon from the following list that corresponds to serverApplication: |
virtualization | ASCII string | List | The virtual or physical cloning image type. | Yes | Select one of the following options: |
[ vitualizationMethod ] | ASCII string | List | The cloning image virtualization type. | Optional | Specify only if the server virtualization software is OVM for x86. |
[ filterPool ] | UTF-8 string | 1 to 85 characters | The string for filtering the VM pool choices for the cloning image. | Optional | |
[ dataDiskFlag ] | ASCII string | List | Specify true if a data disk is included in the image. | Yes | Select one of the following: |
softwares | - | - | The software installed on the server. | No | This tag is required. |
software | - | 1 or more | Specify as many <software> tags as there are software programs installed on the server. | No | |
id | ASCII string | 1 to 32 characters | The software ID of the software. | Yes | Specify the software ID that was displayed in the registration results obtained using the cfmg_addsoft command or in the output results obtained using the cfmg_listsoft command. |
order | integer | 0 or more | The order in which software programs are displayed. | Yes | Specify the software in order, starting from "0". Make sure that the operating system is listed first. |
patches | - | - | Patch information for the software. | No | |
[ patch ] | - | 0 or more | Specify as many <patch> tags as there are patches or updates that need to be applied. | No | These tags are required only when patch information exists. |
id | ASCII string | 1 to 32 characters | The patch ID for the patch. | Yes | Specify the update number, etc. |
locale | - | 1 or more | Patch information for each locale. | No | |
lcid | ASCII string | Fixed value | The locale for patch information. | Yes | The value is fixed as "en" |
componentName | UTF-8 string | Up to 85 characters | The name of the component to which the patch is applied. | Optional | Specify an empty string if the patch specification does not include the concept of components. |
description | UTF-8 string | Up to 85 characters | A description for the patch. | Optional | If patch information that matches all of the software ID, patch ID, and locale is already registered, it will be updated by information that is registered later. |
[ vdisks ] | - | - | Specify the data disk that is included in the image. | No | |
vdisk | - | 1 or more | Specify for each of the data disks included in the image. | Yes | |
no | integer | 1-99 | Specify the number of the disk to be connected to the L-Server. | Yes | Specify the same value as is output to the <no> tag with the cfmg_listvmimage command. |
diskSize | decimal | In decimal notation, to one decimal place | Specify the size of the disk. | Yes | Specify the same value as is output to the <diskSize> tag with the cfmg_listvmimage command. |
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.