Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 User's Guide for Infrastructure Administrators (Resource Management)
FUJITSU Software

5.1.2 When Managing Rack Mount or Tower Servers Using VIOM

When managing rack mount and tower servers using VIOM, the positions of the admin LAN and the public LAN are specified in the "cardinfo" information of the following definition file.
When this setting is omitted, NIC configuration defined for each model is used and the onboard NIC is treated as the admin LAN. For details, refer to the description in the cardinfo information.

When using the target server as a server resource of the physical L-Server, refer to "7.1.6 Configuration when Creating a Physical L-Server without Specifying a Model Name in the L-Server Template" in the "Setup Guide CE".

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.

    Enter each line 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

The total number of physical CPU cores.
Enter "0", because this is not used when changing the specified admin LAN.

cpu_clock

The CPU clock speed.
Enter "0", because this is not used when changing the specified admin LAN.

memory_size

The total memory size.
Enter "0", because this is not used when changing the specified admin LAN.

cpu_type

The CPU type.
Do not enter the value, because this is not used when changing the specified admin LAN.

cardinfo

Enter the information for cards mounted on servers.
Specify the NICs used for the admin LAN and the public LAN.
Enter the information for each card in the following format. Use colons (":") to separate each piece of card information.

  • Card type

    Enter one of the following card types:

    - "LAN"

    - "FC"

    - "CNA"

    If something other than the above is entered, the card information will be invalid.

  • Slot type

    Enter the slot type.
    Enter an integer between 0 and 9 for the slot type, based on the following.

    - "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 ("-").

  • Flag 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.

    This item is 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.

Enter the order of the definition of the LAN or CNA as follow:

Primary_admin_LAN -> Secondary_admin_LAN -> Public_LAN

When omitting the card information, the number is configured in the following order based on the model of each server.

  • RX/TX300 S7 or later, TX2560 M1 or later, RX2540 M1 or later, and RX2560 M1 or later

    ["LAN0-1*","LAN0-2**","LAN1-1","LAN1-2","LAN2-1","LAN2-2","FC3-1","FC3-2","FC4-1","FC4-2"]

  • RX/TX200 S7 or later and RX2530 M1 or later

    ["LAN0-1*","LAN0-2**","LAN1-1","LAN1-2","FC2-1","FC2-2"]

  • For other models

    ["LAN0-1*","LAN0-2**"]

Example

In the following example, the admin LAN is ports 1 and 2 of PCI slot1.

ServerSpec,V1.1
[PRIMERGY RX300 S7],0,0,0,,LAN1-1*:LAN1-2**:LAN0-1:LAN0-2
server00,0,0,0,,LAN1-1*:LAN1-2**:LAN0-1:LAN0-2