File name
Any name |
Description
Note
This is the former file for registering and modifying managed server information.
For new operations, use the L-Platform information file and server information file.
This file is used to define the information of the managed server managed by Systemwalker Software Configuration Manager.
swcfmg_define_serverinfo (Managed Server Information Definition Command) -export <output file>
swcfmg_define_serverinfo (Managed Server Information Definition Command) -import <input file>
Specify the swcfmg_define_serverinfo (Managed Server Information Definition Command) options in this file 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 | Name 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 name "cfmgadm" cannot be used. |
2 | lplatform-name | Name of the L-Platform that the managed server belongs to The L-Platform name must be unique within the tenant. | Example: system_1 | If this is omitted, Systemwalker Software Configuration Manager will automatically create the L-Platform. Specify up to 85 characters (<, >, &, ", ', |, and control characters cannot be used). |
3 | owner | L-Platform owner user ID | 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 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 | If this is omitted, <host-name> will be used. Specify up to 85 characters (<, >, &, ", ', and | cannot be used). |
7 | os-type | Managed server OS type Windows Linux | Example: Windows | Cannot be omitted |
8 | os-architecture | Managed server OS architecture x86 x64 IA-64 | 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 used). |
Refer to "Determining Tenants, L-Platforms, and L-Platform Owners" in the Installation Guide for information on the managed server information values to be registered.
Notes
The registered and modified managed server configuration information will be updated when disk recovery is performed the next time.
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