File name
Any name
Description
This file is used for registering and updating hardware information.
Specify this file for the option of swcfmg_hardware (the hardware information management command) to register and update hardware information.
File location
Any folder
File format
CSV format
[#]<ipaddress>,<serial-number>,<hardware-type>,<vendor-classification-name>,<model-group-name>,<hardware-name>,<asset-number>,<description>,<snmp-community-name>,<hardware-user-id>,<hardware-password>,<os-ipaddress>,<hypervisor-type>,<hypervisor-user-id>,<hypervisor-password> ...
Parameters
The following line is regarded as a single definition:
[#]<ipaddress>,<serial-number>,<hardware-type>,<vendor-classification-name>,<model-group-name>,<hardware-name>,<asset-number>,<description>,<snmp-community-name>,<hardware-user-id>,<hardware-password>,<os-ipaddress>,<hypervisor-type>,<hypervisor-user-id>,<hypervisor-password>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | ipaddress | IP address Specify the admin IP address of the hardware. | Example: 10.10.10.10 | Cannot be omitted. Cannot be modified. For chassis, specify the admin IP address of the management blade. For blade servers and rack mount servers, specify the IP address of iRMC. |
2 | serial-number | Serial number Specify the serial number of the hardware. | Example: ABC1234567890 | Can be omitted. Cannot be modified. Usually, omit the serial number. Systemwalker Software Configuration Manager Express obtains the serial number when it communicates with the hardware during registration. If it fails to obtain the serial number, registration of the specified hardware information will fail. When communication with the hardware is not possible, specify the correct serial number. For chassis specify the serial number of the management blade. |
3 | hardware-type | Hardware type Specify one of the following:
| Example: blade | Cannot be omitted. Cannot be modified. |
4 | vendor-classification-name | Vendor classification name Specify one of the following: FUJITSU: Fujitsu servers IBM: IBM servers HP: Hewlett-Packard servers | Example: FUJITSU | Can be omitted. Can be modified. When omitted, it is assumed that FUJITSU is specified. When registered without specifying this item, FUJITSU will be output. |
5 | model-group-name | The name of the model group | - | In this version, always leave this setting blank. |
6 | hardware-name | Hardware name A name can be assigned to the hardware for management purposes. | Example: Operation admin server #1 | Cannot be omitted. Can be modified. Specify up to 85 characters. (< > & " ' | , cannot be specified.) |
7 | asset-number | Asset number | Example: XX00001 | Can be omitted. Can be modified. Specify the asset number of the hardware. Specify up to 256 characters. |
8 | description | Description of the hardware | Example: xx system operation admin server #1 | Can be omitted. Can be modified. Specify the description of the hardware. Specify up to 256 characters. |
9 | snmp-community-name | Specify the SNMP community name of the chassis. | Example: public | Cannot be omitted for chassis. Can be modified. If specified for blade servers or rack mount servers, an error occurs. Specify the SNMP community name of the management blade. Specify up to 32 characters. Alphanumeric characters, hyphens ("-"), and underscores ("_") may be used. |
10 | hardware-user-id | Specify the user ID used for iRMC connection of physical servers. | Example: cfmg-user | Cannot be omitted for blade servers or rack mount servers. If specified for chassis, the setting is ignored (no errors occur). Specify up to 128 characters. Specify the user with Administrator privileges or OEM privileges. |
11 | hardware-password | Specify the user password used for iRMC connection of physical servers. | Example: systemwalker#1 | Cannot be omitted if hardware-user-id is specified. Can be modified. Displayed as "****" when output. Specify up to 128 characters. "****" is ignored during registration and update. If the column is blank during update, the password is not updated. |
12 | os-ipaddress | OS IP address | Example: 10.10.10.10 | Can be omitted. Cannot be modified. When updating (when the -update option is specified), only specification of a new value is possible. For blade servers and rack mount servers, specify the IP address of the OS or hypervisor. Be sure to specify an IP address that can communicate with the admin server of this product. For chassis, this parameter cannot be specified. If the IP address of the OS has not been registered when the -update option is specified, it is possible to register the specified IP address. When it has already been registered, an error occurs. If you need to modify the registered IP address, delete the information of the blade server or rack mount server, then specify and register the new OS IP address again. |
13 | hypervisor-type | Virtual type | Example: VMware | Can be omitted. Cannot be modified. Specify one of the following values:
Only VMware can be specified for the target of collection of virtual environment information. When linked with OpenStack, specify "KVM". |
14 | hypervisor-user-id | The user ID of the user who connects to the hypervisor. | Example: cfmg-user | Can be omitted. Can be modified. Specify the user ID used for connecting to the hypervisor. If the virtualization type is VMware and it is specified as the collection target of virtual environment information, ensure this parameter is specified. Omit this setting when the virtualization type is KVM. Specify up to 128 characters. |
15 | hypervisor-password | The password of the user who connects to the hypervisor. | Example: systemwalker#1 | Cannot be omitted if hypervisor-user-id is specified. Can be modified. Omit this setting when the virtualization type is KVM. Specify up to 128 characters. |
Note
None
Examples
For creation
192.168.10.1,ST607A00001,chassis,FUJITSU,,BX900#1,S1275007,Development environment chassis,public,,,,,, 192.168.10.2,MA1700A00001,blade,FUJITSU,,BX924S4#1,S1275009,Blade#1,,cfmguser,passwd,192.168.11.10,,, 192.168.10.3,MA1700A00005,blade,FUJITSU,,BX924S4#1,S1275010,Blade#2,,cfmguser,passwd,192.168.11.11,VMware,cfmguser,passwd
For update
#No change 192.168.10.1,ST607A00001,chassis,FUJITSU,,BX900#1,Development environment chassis,public,,,,,, #Change password 192.168.10.2,MA1700A00001,blade,FUJITSU,,BX924S4#1,Blade#1,,cfmguser,new-password,192.168.11.10,,, #Change name 192.168.10.3,MA1700A00005,blade,FUJITSU,,BX924S4#2,stand-by Blade,,cfmguser,,192.168.11.11,VMware,cfmguser,