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

2.5.2 System Configuration File

This section explains the system configuration file for registering network resources.

Point

For details on system configuration files, refer to "Appendix B Format of CSV System Configuration Files" in the "User's Guide for Infrastructure Administrators (Resource Management) CE".

Purpose

This definition file is necessary when registering managed servers.


2.5.2.1 Obtaining the System Configuration File

The system configuration file can be obtained from the ROR console.

Obtain it using the following procedure.

Procedure

  1. Log in to the ROR console.

  2. From the ROR console menu, select [File]-[System Configuration File]-[Download Template].

    The [File Download] window is displayed.

  3. Click the [Save] button.

  4. Specify the storage directory and the file name.

  5. Click the [Save] button.


2.5.2.2 Format of the System Configuration File

The items defined in the system configuration file are delimited using commas (",").

Point

For details on the format of the system configuration file, refer to "B.2 File Format" in the "User's Guide for Infrastructure Administrators (Resource Management) CE".

Format of the System Configuration File (Excerpt)

Edit the contents of the system configuration file shown below in underlined red text.

RCXCSV
V3.5
#    ServerView Resource Orchestrator
#    System configuration file

[Server]
operation,chassis_name,slot_no,server_name,ip_address,mac_address,second_mac_address,snmp_community_name,ipmi_ip_address,ipmi_user_name,ipmi_passwd,ipmi_passwd_enc
new,,,server_name1,ip_address1,mac_address1
new,,,server_name2,ip_address2,mac_address2,,snmp_community_name2,ipmi_ip_address2,ipmi_user_name2,ipmi_passwd2,ipmi_passwd_enc2


[VMManager]
operation,name,ip_address,product,login_name,login_passwd,passwd_enc
new,vCenterServer,ip_address,vmware-vc,login_name,login_passwd,passwd_enc


[ServerVMHost]
operation,server_name,vm_login_name,vm_login_passwd,vm_passwd_enc
new,server_name1,vm_login_name1,vm_login_passwd1,vm_passwd_enc1


[ServerAgent]
operation,server_name
new,server_name2

Point

  • It is necessary to create as many definitions as the number of managed servers.

  • The items to edit vary depending on the type of the target managed server.

    • Virtual PCs

      Edit the items shown for server_name1 in "Format of the System Configuration File (Excerpt)".

      • Server management information

      • [VMware] VM management software information

      • [Hyper-V] VM management software information

      • VM host management information

    • SBC servers

      Edit the items shown for server_name2 in "Format of the System Configuration File (Excerpt)".

      • Server management information

      • Server agent management information

Server Management Information

VM Management Software Information

VM Host Management Information

Server Agent Management Information

Example

RCXCSV	V3.5

#    ServerView Resource Orchestrator
#    System configuration file
[Server]
operation,chassis_name,slot_no,server_name,ip_address,mac_address,second_mac_address,snmp_community_name,ipmi_ip_address,ipmi_user_name,ipmi_passwd,ipmi_passwd_enc
new,,,esxi000,192.168.10.13,90:E5:35:0C:34:AD,90:E5:35:0C:34:AE,,,,,,
new,,,xenapp000,192.168.10.14,90:E5:35:0C:34:AC,,public,192.168.10.201,admin,admin,plain

[VMManager]
operation,name,ip_address,product,login_name,login_passwd,passwd_enc
new,vCenterserver,192.168.10.50,vmware-vc,administrator,vCenterServer_password,plain

[ServerVMHost]
operation,server_name,vm_login_name,vm_login_passwd,vm_passwd_enc
new,esxi000,root,esxi000_password,passwd_enc

[ServerAgent]
operation,server_name
new,xenapp000