Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

B.1.6 Configuration when Creating a Physical L-Server without Specifying a Model Name in the L-Server Template

To create a physical L-Server without specifying a model name in the L-Server template, create the definition file, define the configuration information (CPU core count, CPU clock speed, memory capacity, etc.), and then register the server as a managed server.

In the following cases, create the definition file first, and then register the hardware information with Resource Orchestrator again.

For details, refer to "Chapter 9 Hardware Maintenance" in the "Operation Guide CE".

Note

If the value entered in the definition file differs from the actual configuration information of the server, creation or starting of physical L-Servers may fail, or physical servers may be deployed with incorrect information about CPU and memory.

Be sure to confirm that the values entered in the definition file and the actual configuration information of the server are the same.

Storage Location of the Definition File

[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data

[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name

server_spec.rcxprop

Character Code

[Windows Manager] [Linux Manager]
UTF-8

Line Break Code

[Windows Manager]
CR/LF

[Linux Manager]
LF

Definition File Format
  • The following line must be entered in the first line of definition files.

    ServerSpec,V1.1

  • In the definition file, enter the configuration information (CPU core count, CPU clock speed, memory capacity, card information, etc.), separated by commas (",").

    When defining two or more servers, use line breaks.
    Each line is entered in the following format.

    model_name, cpu_core_count, cpu_clock, memory_size, cpu_type[, cardinfo]
    Or
    physical_server, cpu_core_count, cpu_clock, memory_size, cpu_type[, cardinfo]

  • Blank spaces between data and commas (",") are ignored.

    If there is duplicated configuration information (CPU core count, CPU clock speed, memory capacity, etc.) for the same physical server, the values that appear first will be used.

  • When adding comments, start the line with a number sign ("#").

Definition File Items
model_name

Enter the model name of the managed server.
Enter "[" for the first character, and "]" for the last character.
The model name displayed in the General information of the Resource Details window.

physical_server

Enter the same physical server name as the one entered when registering a managed server.
Enter a character string beginning with an alphabetical character and containing up to 15 alphanumeric characters and hyphens ("-").

cpu_core_count

Enter the total number of physical CPU cores.
Enter an integer between 0 and 999.
When entering "0", hyphens ("-") are displayed in the basic information on the resource details screen, and physical L-Servers cannot be created.

cpu_clock

Enter the CPU clock speed.
Enter an integer between 0 and 999,999.
Use megahertz for the unit. Enter 1,000 MHz for 1 GHz, for example.
When entering "0", hyphens ("-") are displayed in the basic information on the resource details screen, and physical L-Servers cannot be created.

memory_size

Enter the total memory size.
Enter an integer between 0 and 999999999.
Use megabytes for the unit. Enter 1,024 MB for 1 GB, for example.
When entering "0", hyphens ("-") are displayed in the basic information on the resource details screen, and physical L-Servers cannot be created.

cpu_type

Enter the CPU type.
The string must be composed of alphanumeric characters and symbols (ASCII characters 0x20 to 0x7e), except for commas (","), and can be up to 64 characters long.
When omitted, a hyphen ("-") is displayed.

cardinfo

Enter the information for cards mounted on servers.
Card information can be omitted. If omitted, the following is described for the hardware configuration.

[RX200S7]: Onboard LAN1, OnboardLAN2, PCISlot1 (LAN) 2Port, PCISlot2 (FC) 2Port, PCISlot3 (FC) 2Port
[RX300S7]: Onboard LAN1, OnboardLAN2, PCISlot1 (LAN) 2Port, PCISlot2 (LAN) 2Port, PCISlot3 (FC) 2Port, PCISlot4 (FC) 2Port

Enter the information in the following format for each card. Use semicolons (";") to separate each piece of card information.

  • Card type

    Enter one of the following card types:

    - "LAN"

    - "FC"

    - "CNA"

    When entering characters other than the above, the card information will be invalid.

  • Slot type

    Enter the slot type.

    Enter an integer between 0 and 9 for the slot type as below.

    - "0": Onboard

    - "1" to "9": PCI slot numbers

  • Port number

    Enter the port numbers. Enter an integer between 1 and 9 for the port number, preceded by a hyphen ("-").

  • Flags to confirm if the LAN card is used for an admin LAN

    When using a LAN card for an admin LAN, enter "**" or "*" to indicate that the LAN card is used for an admin LAN.

    When using the card for a LAN other than an admin LAN, do not enter anything.

    Enabled when the card type is set to "LAN" or "CNA".

    - The card for the primary admin LAN: Enter "*".

    - The card for the secondary admin LAN: Enter "**".

    - A card not for an admin LAN: Leave blank.

Example

An example definition file is indicated below.

ServerSpec,V1.1

###########################################################################
# server_spec.rcxprop
#
#All Rights Reserved, Copyright(C) FUJITSU LIMITED 2012
###########################################################################
#
# [model_name], cpu_core_count, cpu_clock, memory_size, cpu_type, cardinfo
# physical_server, cpu_core_count, cpu_clock, memory_size, cpu_type, cardinfo
#

server001, 8, 3160, 4096, Intel(R) Xeon(R)
server002, 8, 2660, 12288, Intel(R) Xeon(R),LAN0-1*:LAN0-2**:LAN1-1:LAN1-2:FC2-1:FC2-2
[PRIMERGY RX300 S7], 2, 2000, 65536, Intel(R) Xeon(R),LAN0-1*:LAN0-2**:LAN1-1:LAN1-2:FC2-1:FC2-2
server004, 4, 4000, 4096, Intel(R) Xeon(R) Processor E5501