Title: Alarm for edge.uplink_fpeth_interface_mismatch_during_replacement
Event ID: edge.uplink_fpeth_interface_mismatch_during_replacement
Alarm Description:
"The mapping of uplinks to fp-eth interfaces <old edge fp-eth list> for the Edge node <edge transport node name> with UUID <edge node uuid> is not present in the new bare metal Edge fp-eth interfaces <new edge fp-eth list>."
Steps to Resolve
For 4.1.1 and higher
{
"node_id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"host_switch_spec": {
"host_switches": [
{
"host_switch_name": "nsxvswitch",
"host_switch_id": "c977436f-05da-49e8-b0d3-8140dc2ba62c",
"host_switch_type": "NVDS",
"host_switch_mode": "STANDARD",
"host_switch_profile_ids": [
{
"key": "UplinkHostSwitchProfile",
"value": "525e0846-6157-4361-af36-23773761e517"
}
],
"pnics": [ <<<<<< pnics mapping
{
"device_name": "fp-eth1", <<<<<<< Check if this fast path (fp-eth) interface is present in <new edge fp-eth list> from Step 1
"uplink_name": "uplink1"
},
{
"device_name": "fp-eth2", <<<<<<< Check if this fast path (fp-eth) interface is present in <new edge fp-eth list> from Step 1
"uplink_name": "uplink2"
}
],
"is_migrate_pnics": false,
"ip_assignment_spec": {
"ip_pool_id": "7958a878-6031-4284-a55e-47042df200c4",
"resource_type": "StaticIpPoolSpec"
},
"cpu_config": [],
"transport_zone_endpoints": [
{
"transport_zone_id": "c647dec7-5bef-4800-9c5b-0017218faaf3",
"transport_zone_profile_ids": [
{
"resource_type": "BfdHealthMonitoringProfile",
"profile_id": "52035bb3-ab02-4a08-9884-18631312e50a"
}
]
}
],
"pnics_uninstall_migration": [],
"vmk_uninstall_migration": [],
"not_ready": false
}
],
"resource_type": "StandardHostSwitchSpec"
},
"maintenance_mode": "DISABLED",
"node_deployment_info": {
"deployment_type": "PHYSICAL_MACHINE",
"node_settings": {
"hostname": "########",
"ntp_servers": [
"##.##.##.##"
],
"enable_ssh": true,
"allow_ssh_root_login": true,
"enable_upt_mode": false
},
"resource_type": "EdgeNode",
"external_id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"ip_addresses": [
"##.##.##.##"
],
"id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"display_name": "########",
"_revision": 1
},
"is_overridden": false,
"failure_domain_id": "4fc1e3b0-1cd4-4339-86c8-f76baddbaafb",
"resource_type": "TransportNode",
"id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"display_name": "########",
"_system_owned": false,
"_protection": "NOT_PROTECTED",
"_create_time": 1714664647852,
"_create_user": "#####",
"_last_modified_time": 1714664954579,
"_last_modified_user": "#####",
"_revision": 1
}
{Note: You must update the correct "pnics mapping" in this API payload. For example, as shown in Step 2, the GET transport node API payload shows fp-eth1 and fp-eth2 are used in "pnics mapping". The new bare metal edge node actually has fp-eth0 and fp-eth1 fast path interfaces (these will be listed in <new edge fp-eth list> from Step 1). You would need to update "pnics mapping" to use fp-eth0 and fp-eth1 fast path interfaces, which are present on the new bare metal edge node.
"node_id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"host_switch_spec": {
"host_switches": [
{
"host_switch_name": "nsxvswitch",
"host_switch_id": "c977436f-05da-49e8-b0d3-8140dc2ba62c",
"host_switch_type": "NVDS",
"host_switch_mode": "STANDARD",
"host_switch_profile_ids": [
{
"key": "UplinkHostSwitchProfile",
"value": "525e0846-6157-4361-af36-23773761e517"
}
],
"pnics": [ <<<<<< pnics mapping
{
"device_name": "fp-eth0", <<<<<<< Update device_name from list of available fast path (fp-eth) interfaces list <new edge fp-eth list> obtained in Step 1.
"uplink_name": "uplink1"
},
{
"device_name": "fp-eth1", <<<<<<< Update device_name from list of available fast path (fp-eth) interfaces list <new edge fp-eth list> obtained in Step 1.
"uplink_name": "uplink2"
}
],
"is_migrate_pnics": false,
"ip_assignment_spec": {
"ip_pool_id": "7958a878-6031-4284-a55e-47042df200c4",
"resource_type": "StaticIpPoolSpec"
},
"cpu_config": [],
"transport_zone_endpoints": [
{
"transport_zone_id": "c647dec7-5bef-4800-9c5b-0017218faaf3",
"transport_zone_profile_ids": [
{
"resource_type": "BfdHealthMonitoringProfile",
"profile_id": "52035bb3-ab02-4a08-9884-18631312e50a"
}
]
}
],
"pnics_uninstall_migration": [],
"vmk_uninstall_migration": [],
"not_ready": false
}
],
"resource_type": "StandardHostSwitchSpec"
},
"maintenance_mode": "DISABLED",
"node_deployment_info": {
"deployment_type": "PHYSICAL_MACHINE",
"node_settings": {
"hostname": "s########",
"ntp_servers": [
"##.##.##.##"
],
"enable_ssh": true,
"allow_ssh_root_login": true,
"enable_upt_mode": false
},
"resource_type": "EdgeNode",
"external_id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"ip_addresses": [
"##.##.##.##"
],
"id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"display_name": "########",
"_revision": 1
},
"is_overridden": false,
"failure_domain_id": "4fc1e3b0-1cd4-4339-86c8-f76baddbaafb",
"resource_type": "TransportNode",
"id": "c7c721ac-089a-11ef-ae21-0625185b29a3",
"display_name": "########",
"_system_owned": false,
"_protection": "NOT_PROTECTED",
"_create_time": 1714664647852,
"_create_user": "#####",
"_last_modified_time": 1714664954579,
"_last_modified_user": "#####",
"_revision": 1
}
Documentation for "pnics mapping" field can be found in the following documentation:
StandardHostSwitch [Check "pnics" stanza here]