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.19.1.2 File Information Details" for information on 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>
<category>[Software category]</category>
<osCategory>[Operating system category]</osCategory>
<version>[Version]</version>
<officialVersion>[Official version]</officialVersion>
<patch>[Patch version number]</patch>
<license>[License]</license>
<support>[Support]</support>
<productId>[Model number]</productId>
</software>
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 | Mandatory | Description |
---|---|---|---|---|
[ id ] | - | - | No | The ID allocated when the software information was registered. |
[ lcid ] | ASCII string | Fixed value | Yes | The locale for the software information. The value is fixed as "en". |
[ name ] | UTF-8 string | Up to 85 characters | Optional | The name of the software. |
ownerOrg | ASCII string | Fixed value | Yes | The tenant name to which the software belongs. The value is fixed as "cfmgadm". |
ownerUser | ASCII string | Fixed value | Yes | The user ID of the user registering the software. The value is fixed as "cfmgadm". |
category | ASCII string | Fixed value | Yes | The category of the software. The value is fixed as "OS". |
osCategory | ASCII string | List | Yes | Select one of the following options: |
version | ASCII string | 1 to 10 characters | Yes | Specify the software version. (Example) 9.2.0 |
officialVersion | - | - | No | The official version. |
patch | - | - | No | Specify information about the patches that have been applied in the image information files. |
license | UTF-8 string | Up to 85 characters | Optional | License information for the software. - If the server virtualization software is Citrix XenServer: |
support | UTF-8 string | Up to 85 characters | Optional | Support information for the software. |
productId | - | - | No | The software product ID. |
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.