This section explains the software information manipulation commands.
You can use already registered software information.
Refer to "Appendix C Registered Software IDs" for details.
Software information files are XML documents that list configuration information for the software (operating system) included in a cloning image.
Create and register one software information file for each item of software.
Software information for operating systems is included with the products, so infrastructure administrators will not usually need to create software information.
Refer to "Appendix C Registered Software IDs" for information on the software information included with this product.
If information such as license information is required, the infrastructure administrator must modify the file contents.
Refer to "15.18.1.2 File Information Details" for a description of items (tags).
New software information will need to be created when registering software such as OSS.
Infrastructure administrators must take this model into account when performing creation.
The software information model is stored in the following folder:
Installation_folder\RCXCFMG\templates\softwares\
/opt/FJSVcfmg/templates/softwares/
Software information files use the following XML format:
<?xml version="1.0" encoding="UTF-8" ?>
<software version="2.0">
<id>[Software ID]</id>
<lcid>[Locale ID]</lcid>
<name>[Software name]</name>
<ownerOrg>[Owner (tenant)]</ownerOrg>
<ownerUser>[Owner (user)]</ownerUser> |
The following table shows descriptions of each of these items (tags), as well as their settings:
Modify software information files if necessary, by referring to the information in this table.
Tag names in square brackets [ ] can be omitted.
Tag name | Format | Setting range | Description | Mandatory | Settings |
---|---|---|---|---|---|
[ id ] | - | - | The ID allocated when the software information was registered. | No | No value is specified at new creation. |
[ lcid ] | ASCII string | Fixed value | The locale for the software information. | Yes | The value is fixed as "en" |
[ name ] | UTF-8 string | Up to 85 characters | The name of the software. | Optional | |
ownerOrg | ASCII string | Fixed value | The tenant name to which the software belongs. | Yes | The value is fixed as "cfmgadm". |
ownerUser | ASCII string | Fixed value | The user ID of the user registering the software. | Yes | The value is fixed as "cfmgadm". |
category | ASCII string | Fixed value | The category of the software. | Yes | The value is fixed as "OS". |
osCategory | ASCII string | List | The category of the software. | Yes | Select one of the following options: |
version | ASCII string | 1 to 10 characters | The software version. | Yes | Specify the version. (Example) 9.2.0 |
officialVersion | - | - | The official version. | No | |
patch | - | - | Patch information. | No | Specify information about the patches that have been applied in the image information files. |
license | UTF-8 string | Up to 85 characters | License information for the software. | Optional | If "OS" was selected for the category item, specify the product key for the Windows operating system. This can be specified only when the operating system is Windows. - If the server virtualization software is Citrix XenServer: |
support | UTF-8 string | Up to 85 characters | Support information for the software. | Optional | |
productId | - | - | The software product ID. | No |
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.