Top
ServerView Resource Coordinator VE Setup Guide

D.2 File Format

The system configuration files (CSV format) used for pre-configuration are comma (",") delimited.
The format of each line is given below:

Allowed Characters

Refer to "D.3 Resource Definitions" for details on the characters allowed for each resource definition. Optional parameters can be omitted by using hyphens ("-").
However, hyphens ("-") are seen as valid characters for user names, passwords and SNMP communities. Note that if extra commas (",") are added to the end of a line, those will be simply ignored without errors.

Backslashes ("\") and double quotations ( " ) will be displayed differently in the RC console from how they appear in the system configuration file.
Refer to the following table for details on such differences.

Table D.1 Differences between system configuration files' contents and display in the RC console

Content of a system configuration file (CSV)

Display in the RC console

\\

\

\n

Line break

""

"

, (*1)

,

*1: The whole value must be enclosed by double quotations ( " ).

Example

  • CSV content

    "a\nb,\\n"

  • Display in the RC console

    a
    b,\n

Order of section definition

Section order, section name and omission possible or not possible are shown below.
The section indicated as "Required" must be described in the system configuration file. Moreover, the section definition order is fixed.

Table D.2 Section order

Order

Section name

Required/Optional

1

Chassis

Optional

2

LanSwitch

Optional

3

LanSwitchNet

Optional

4

Server

Required

5

ServerNet

Optional

6

ServerWWNN (*1)

Optional

7

SpareServer (*1)

Optional

8

VMManager

Optional

9

ServerAgent (*2, *3)

Optional

10

ServerVMHost (*2, *3)

Optional

11

PowerDevice

Optional

12

Memo (*2)

Optional

*1: When loading from the system configuration template in the Excel format, the operation column information will be skipped.
*2: When loading from the system configuration template in the Excel format, the whole section will be skipped.
*3: Do not enter the information of the same physical server both in the "ServerAgent" and "ServerVMHost" section.

System backup information is automatically added to the end of the system configuration file when exporting in the CSV format. The sections after the line below contain the backup information. The backup information is skipped when loading from the system configuration template in the Excel format.

#Do not edit the following information, which is used to recover the manager.

Do not modify the backup information, as it is automatically created. Note that these sections do not have to be defined if the system configuration file is created for new system configuration.

Note

  • Importing a system configuration file in a format older than "RCXCSV,V3.0" and exporting it again will produce a file in "RCXCSV,V3.0" format.

  • If a system configuration file (CSV format) is imported and then exported, the line order after export may differ from the line order before import. The following information will also be deleted:

    • Comments lines

    • Strings enclosed in brackets "( )" indicating omitted values

    • Extra commas at the end of lines (",")