Infrastructure parameters for input JSON - Servers
Following is an example of parameters for
<vim controller>
. Based on the number of servers in your environment, the remaining servers must be similarly configured.
"servers":[
{
"description":"VIM Controller server",
"hostname":"VIM-Controller1",
"hw_profile":"default_controller_profile",
"ilo":"10.x.x.x",
"password":"Test1234",
"role":"controller",
"serial":"MXQ82R342",
"model":"Gen10",
"user":"admin",
"label_password":"xxxxxxx"
},
{ },
{ }
]
Parameter | Description |
---|---|
[Optional]
description |
Enter the descriptive information of the corresponding DL or EL servers. If you do not need this parameter, delete the same from your input JSON file. |
[Optional]
hostname |
Enter the hostname provided by the customer. This value is mapped to the server name of iLO. You can also accept the default or existing value by entering
|
hw_profile |
Enter the name of the hardware profile of the corresponding server cartridges and the servers. The following default hardware profiles are available:
|
ilo |
Enter the available IP address from the iLO OOBM network.
NOTE:
This parameter is optional only if the DHCP service is used. If DHCP service is not configured and used, then this value is mandatory. |
password |
To access iLO, enter the corresponding password of the administrator user. This parameter is used in conjunction with the
NOTE:
The password must conform to following conventions:
|
role |
Enter the name of the role of the corresponding Gen10 servers. The valid values for this parameter for starter kits are as follows:
NOTE:
The values for role depends on the type of profile. |
serial |
Enter the serial number of the corresponding DL or EL servers which is available on the sticker label on the physical servers.
NOTE:
This parameter is mandatory only if the DHCP service is used. |
model |
Enter the model description of the corresponding DL or EL servers. |
user |
Enter the corresponding username that is used to access iLO.
NOTE:
This user is a new Administrator user that is created when the input JSON file is uploaded. |
label_password |
Enter the password of the corresponding DL or EL servers, which are available on the sticker label on the physical server.
This password is used with the default "Administrator" user when accessing the servers for the first time. NOTE:
|