Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

2.5.3.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 the following.

[Virtual Edition]

"B.2 File Format" in the "User's Guide VE"

[Cloud Edition]

"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 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 
new,,,server_name3,ip_address3,mac_address3,,,,,,
new,,,server_name4,ip_address4,mac_address4,,snmp_community_name4,ipmi_ip_address4,ipmi_user_name4,ipmi_passwd4,ipmi_passwd_enc4 



[VMManager] 
operation,name,ip_address,product,login_name,login_passwd,passwd_enc 
new,vCenterServer,mgr_ip_address1,vmware-vc,login_name1,login_passwd1,passwd_enc1 
new,SCVMM,mgr_ip_address2,ms-scvmm,login_name2,login_passwd2,passwd_enc2 


[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 
new,server_name2,vm_login_name2,vm_login_passwd2,vm_passwd_enc2 
new,server_name3,vm_login_name3,vm_login_passwd3,vm_passwd_enc3 


[ServerAgent] 
operation,server_name 
new,server_name2 
new,server_name4

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

      [VMware]

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

      • Server management information

      • VM management software information

      • VM host management information

      [Hyper-V]

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

      • Server management information
      • VM management software information
      • VM host management information
      • Server agent management information
      [Citrix Xen]

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

      • Server management information
      • VM host management information
    • SBC servers

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

      • Server management information

      • Server agent management information

Server Management Information

  • Section Name

    Enter "[Server]".

  • Section Header

    operation

    Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.

    server_name

    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.

    ip_address

    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.

    mac_address

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

    snmp_community_name

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

    ipmi_ip_address

    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.

    ipmi_user_name

    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.

    ipmi_passwd

    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.

    ipmi_passwd_enc

    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
    operation

    Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.

    name

    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"

    ip_address

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

    product

    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"

    login_name

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

    login_passwd

    Enter the password set for the VM management software.

    Enter up to 128 characters, including alphanumeric characters and symbols (ASCII characters 0x21 to 0x7e).

    passwd_enc

    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
    operation

    Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.

    server_name

    Enter the name of the VM host to define (the value of "server_name" in the [Server] section).

    vm_login_name

    Enter the name of the user account used to remotely log in to the VM host.

    vm_login_passwd

    Enter the password of the above user account (for remote login).

    vm_passwd_enc

    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
    operation

    Enter the desired operation for the server. Enter a hyphen ("-") to skip this line.

    "change" cannot be used.

    server_name

    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,vCenter_server_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