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.
The system configuration file can be obtained from the ROR console.
Obtain it using the following procedure.
Procedure
Log in to the ROR console.
From the ROR console menu, select [File]-[System Configuration File]-[Download Template].
The [File Download] window is displayed.
Click the [Save] button.
Specify the storage directory and the file name.
Click the [Save] button.
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".
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
Section Name
Enter "[Server]".
Section Header
Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.
Enter the name that will be used to identify the server. Enter a character string beginning with an alphabetical character and containing up to 15 alphanumeric characters and hyphens ("-").
Note
Names must be unique among all resources of the same type. Names are not case-sensitive.
Enter the same IP address as the one configured for the server.
Enter a character string consisting of numbers (0 to 255) and periods (".").
Note
IP addresses must be unique among all resources.
Enter the MAC address used by the server on the admin LAN.
Enter a string delimited by hyphens ("-") or colons (":") ("xx-xx-xx-xx-xx-xx" or "xx:xx:xx:xx:xx:xx").
Enter the name of the SNMP community name (read permission) set for the server.
A string composed of up to 32 alphanumeric characters, underscores, ("_"), and hyphens ("-").
Enter the IP address of the server's Remote Management Controller.
Enter a character string consisting of numbers (0 to 255) and periods (".").
Note
IP addresses must be unique among all resources.
Enter the name of a user account with Administrator/OEM privileges on the Remote Management Controller used to manage the server.
Enter up to 16 characters, including alphanumeric characters and symbols (ASCII characters 0x20 to 0x7e).
Note
If a 17-character or longer string is already set for the relevant user name on the Remote Management Controller, either add a new user, or change the relevant user name so that it is 16 characters or less.
Enter the password of the above user account on the server's remote management controller.
Enter up to 16 characters, including alphanumeric characters and symbols (ASCII characters 0x20 to 0x7e).
This field can be omitted if no password has been set for this user account.
Note
If a 17-character or longer string is already set for the relevant password on the Remote Management Controller, either add a new user, or change the relevant password so that it is 16 characters or less.
Enter either of the following:
If ipmi_passwd is plain text
"plain"
If the password is encrypted
"encrypted"
VM Management Software Information
Section Name
Enter "[VMManager]".
Section Header
Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.
Enter the name that will be used to identify the VM management software.
[VMware]
When using VMware vCenter Server as VM management software
"vCenterServer"
[Hyper-V]
When using Microsoft(R) System Center 2016 Virtual Machine Manager as VM management software
"SCVMM"
Enter the IP address of the VM management software or a hyphen ("-").
Enter a character string consisting of numbers (0 to 255) and periods (".").
When a hyphen ("-") is specified, the location is set to "Admin Server".
Enter the name of the VM management software.
[VMware]
When using VMware vCenter Server as VM management software
"vmware-vc"
[Hyper-V]
When using Microsoft(R) System Center 2016 Virtual Machine Manager as VM management software
"ms-scvmm"
Enter the name of the user account set for the VM management software.
Enter up to 84 characters, including alphanumeric characters and symbols (ASCII characters 0x21 to 0x7e). When specifying a domain name, use the format "domain_name\user_name".
Enter the password set for the VM management software.
Enter up to 128 characters, including alphanumeric characters and symbols (ASCII characters 0x21 to 0x7e).
Enter either of the following:
If login_passwd is plain text
"plain"
If the password is encrypted
"encrypted"
VM Host Management Information
Section Name
Enter "[ServerVMHost]".
This section name is necessary for batch registration of the agents of managed servers of the VM host.
Section Header
Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.
Enter the name of the VM host to define (the value of "server_name" in the [Server] section).
Enter the name of the user account used to remotely log in to the VM host.
Enter the password of the above user account (for remote login).
Enter either of the following:
If the password is plain text
"plain"
If the password is encrypted
"encrypted"
Server Agent Management Information
Section Name
Enter "[ServerAgent]".
This section name is necessary for batch registration of the agents of Windows managed servers.
Section Header
Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.
"change" cannot be used.
Enter the name of the server to define (the value of "server_name" in the [Server] section).
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