Sample hardware precheck profile
The following is a sample of a hardware precheck profile (dl360_controller_precheck_profile
) JSON file:
{
"profile_name": "dl360_controller_precheck_profile",
"cpu": {
"optimum": {
"total_cores": 32
},
"minimum": {
"total_cores": 8
}
},
"memory": {
"optimum": {
"DIMM_count": 12,
"each_DIMM_GB": 8,
"total_memory_GB": 96,
"rank_count": 1
},
"minimum": {
"total_memory_GB": 32
}
},
"storage": {
"optimum": [
{
"datadrive_count": 4,
"datadrive_details": {
"media_type": "HDD",
"interface_type": "SAS",
"capacity_GB": 1200,
"rotational_speed": 10000,
"interface_speed": 12000
}
}
],
"minimum": [
{
"datadrive_count": 1,
"datadrive_details": {
"capacity_GB": 40
}
}
]
},
"nic": {
"optimum": [
{
"nic_details": [
{
"model": "534",
"no_of_ports": 2
}
]
},
{
"nic_details": [
{
"model": "562",
"no_of_ports": 2
}
]
}
],
"minimum": [
{
"nic_details": [
{
"model": "534",
"no_of_ports": 2
}
]
},
{
"nic_details": [
{
"model": "562",
"no_of_ports": 2
}
]
}
]
}
}