File name
Any name
Description
This file registers, updates, and deletes server information.
Specify this file in the options of swcfmg_server (Server Information Management command).
File location
Any folder
File format
CSV format
[#]<ipaddress>,<server-name>,<servergroup-id>,<host-name>,<os-type>,<os-architecture>,<os-name> ...
The following line is regarded as a single definition:
[#]<ipaddress>,<server-name>,<servergroup-id>,<host-name>,<os-type>,<os-architecture>,<os-name>
Column | Item | Meaning | Value | Remarks |
# | Comment line | |||
1 | ipaddress | IP address Specify the IP address of the server. | Example: 10.10.10.10 | Cannot be omitted. |
2 | server-name | Server name A name can be assigned to the server for management purposes. | Example: WEB/AP/DB-Server | Cannot be omitted, but can be modified. Specify up to 85 characters. (< > & " ' | , cannot be specified.) |
3 | servergroup-id | Server group ID Specify the ID of the server group that the server belongs to. | Example: tenant1-CFMG-UB5IFK3AT | Cannot be omitted. Cannot be modified. Specify the ID of an existing server group. |
4 | host-name | Host name | Example: server10 | Cannot be omitted, but can be modified. Specify up to 15 characters. Alphanumeric characters and hyphens ("-") may be used. |
5 | os-type | OS type | Example: Windows | Cannot be omitted or modified. Specify one of the following values:
|
6 | os-architecture | OS architecture | Example: x64 | Cannot be omitted or modified. Specify one of the following values:
|
7 | os-name | OS name | Example: WindowsServer 2008 R2 | Cannot be omitted, but can be modified. Specify up to 85 characters. (< > & " ' | , cannot be specified.) |
Notes
None
Examples
For creation
10.10.10.10,WEB/AP/DB-Server,UB5IFK3AT@Direct,server10,Windows,x86,WindowsServer 2008 R2 11.11.11.11,WEB/AP/DB-Server2,YFEFI9P7Q@Direct,server11,Windows,x86,WindowsServer 2008 R2
For update
10.10.10.10,WEB/AP/DB-Server,UB5IFK3AT@Direct,server12,Windows,x86,WindowsServer 2008 R2 11.11.11.11,WEB/AP/DB-Server2,YFEFI9P7Q@Direct,server13,Windows,x86,WindowsServer 2008 R2