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

15.18.1 Software Information

This section explains the software information manipulation commands.

You can use already registered software information.

Refer to "Appendix C Registered Software IDs" for details.

15.18.1.1 Overview of Software Information

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:

[Windows Manager]
Installation_folder\RCXCFMG\templates\softwares\
[Linux Manager]
/opt/FJSVcfmg/templates/softwares/

15.18.1.2 File Information Details

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

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.
Specify this item when registering software information.

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:
- "windows": Windows
- "linux": Linux
- "windows64": Windows (64 bit)
- "linux64": Linux (64 bit)
- "solaris":Solaris
- "other":Other

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 RHEL-KVM, the operating systems that can be specified in the guest OS are Windows Server 2008 R2.
- If the server virtualization software is OVM for x86, the guest OS will not use this setting.

- If the server virtualization software is Citrix XenServer:
When using Linux Manager or using Windows Manager and a cloning image where "OS settings" are disabled, the guest OS will not use this setting.
Refer to "17.5.1 Collecting and Registering" in the "User's Guide for Infrastructure Administrators (Resource Management) CE" for information on "OS setting" when collecting cloning images.
(Example)
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

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.