Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Automatic Quarantining FunctionUser's Guide
FUJITSU Software

2.5.6 Definition Files for Registering VM Hosts as Managed Servers

This section explains the definition files for registering the following VM hosts as managed servers.

Create the following two definition files:

2.5.6.1 server_control.rcxprop

Purpose

This definition file is necessary for Resource Orchestrator to manage VM hosts without installing Resource Orchestrator agents on them.

In VM hosts registered using these definitions, obtain the server status or hardware configuration information (CPU core count, CPU clock speed, memory capacity, etc.) from VM software.

When the definition file is changed after registration, the modification is not valid.


Format of the Definition File

Location of the Definition File

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

Point

In the storage location above, the sample definition file (server_control.sample.rcxprop) is stored. When using the sample as the definition file, place the file after deleting the ".sample" included in the file name.

Name of the Definition File

server_control.rcxprop

Character Code

[Windows Manager]
UTF-8

Line Break Code

[Windows Manager]
CR/LF

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

    ServerControl,V1.1

  • In the definition file, the name of each server is described on an individual line.

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

    physical_server, ipmi

    Even if the same physical server name is entered on multiple lines, no errors occur.

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

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

ipmi

Specify "false".

Example

An example definition file is indicated below.

ServerControl,V1.1
###########################################################################
# server_control.rcxprop
#
#All Rights Reserved, Copyright(C) FUJITSU LIMITED 2011
###########################################################################
#
# physical_server, ipmi
#
server1, false
server2, false


2.5.6.2 register_ipmiless

Purpose

The file used to register physical servers which cannot perform IPMI communication with Resource Orchestrator.


Format of the Definition File

Create an empty file with the name shown below.

Location of the Definition File

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

Name of the Definition File

register_ipmiless