File name
Any name
Description
Note
Formerly the file for registering and modifying managed server information.
For new operations, use the server group information file and server information file.
This file is used to define the information of the managed server managed by Systemwalker Software Configuration Manager.
An output file specified for the "-export" option of swcfmg_define_serverinfo (Managed Server Information Definition Command)
An import file specified for the "-import" option of swcfmg_define_serverinfo (Managed Server Information Definition Command)
Specify this file for the option of the swcfmg_define_serverinfo (Managed Server Information Definition Command) to register and modify the managed server information.
File location
Any folder
File format
CSV format
[#]<tenant-name>,[<lplatform-name>],<owner>,<ipaddress>,<host-name>,[<server-name>],<os-type>,<os-architecture>,<os-name> ...
Parameters
The following line is regarded as a single definition:
[#]<tenant-name>,[<lplatform-name>],<owner>,<ipaddress>,<host-name>,[<server-name>],<os-type>,<os-architecture>,<os-name>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | tenant-name | ID of the tenant that the managed server belongs to | Example: tenant_1 | Cannot be omitted. Specify up to 32 characters. Alphanumeric characters, hyphens ("-"), and underscores ("_") may be used. The string must start with an alphanumeric character. Note that the tenant ID "cfmgadm" cannot be used. |
2 | lplatform-name | Name of the server group that the managed server belongs to The server group name must be unique within the tenant. | Example: system_1 | If this is omitted, Systemwalker Software Configuration Manager will automatically create the server group. Specify up to 85 characters.(< > & " ' | , and control characters cannot be specified.) |
3 | owner | User ID of the server group owner | Example: user_1 | Cannot be omitted. Specify up to 32 characters. Lowercase characters, numeric characters, hyphens ("-"), underscores ("_"), and periods (".") may be used. The string must begin with a lowercase alphabetical character or a numeric character. |
4 | ipaddress | Managed server admin IP address Specify the admin LAN IP address. The admin LAN IP address must be unique. | Example: 10.10.10.10 | Cannot be omitted. |
5 | host-name | Managed server host name | Example: server1 | Cannot be omitted. Specify up to 15 characters. Alphanumeric characters and hyphens ("-") may be used. |
6 | server-name | Managed server name (server name) A meaningful business name can be added. | Example: WEB/AP/DB-Server | When omitted, host-name is used. Specify up to 85 characters (<, >, &, ", ', and | cannot be specified). |
7 | os-type | Managed server OS type
| Example: Windows | Cannot be omitted. |
8 | os-architecture | Managed server OS architecture
| Example: x64 | Cannot be omitted. |
9 | os-name | Managed server OS name | Example: Windows Server 2008 R2 | Cannot be omitted. Specify up to 85 characters (<, >, &, ", ', and | cannot be specified). |
For the values of managed server information to be registered, refer to "Designing Configurations of Tenants, Users, Server Groups and Servers" in the Installation Guide.
Notes
The registered and modified managed server configuration information will be updated the next time discovery is performed.
Examples
When all parameters are specified
tenant_1,system_1,user_1,10.10.10.10,server1,WEB/AP/DB-Server,Windows,x64,Windows Server 2008 R2
When the L-Platform name is omitted
tenant_1,,user_1,10.10.10.10,server1,WEB/AP/DB-Server,Windows,x64,Windows Server 2008 R2
When the server name is omitted
tenant_1,system_1,user_1,10.10.10.10,server1,,Windows,x64,Windows Server 2008 R2