{"id":500,"date":"2021-04-01T17:15:45","date_gmt":"2021-04-01T17:15:45","guid":{"rendered":"https:\/\/robinplomp.com\/?p=500"},"modified":"2022-01-12T14:04:58","modified_gmt":"2022-01-12T14:04:58","slug":"upgrade-nsx-t-edge-nodes","status":"publish","type":"post","link":"https:\/\/robinplomp.com\/?p=500","title":{"rendered":"Upgrade NSX-T Edge Nodes"},"content":{"rendered":"<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image-1\" style=\"float: left; display: inline; background-image: none;\" alt=\"image-1\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/image-1_thumb.png\" width=\"244\" height=\"111\" border=\"0\" align=\"left\"><\/a>VMware NSX-T delivers virtual networking in a software defined datacenter. In this article we are going to take a look at a VMware NSX-T environment that is ready for upgrading. In this blog we will upgrade the seven NSX-T Edge nodes. Let\u2019s first take a look at what is the function of Edge nodes within the NSX-T architecture. An NSX Edge nodes are service appliances that run centralized network services that cannot be distributed to the hypervisors. An NSX Edge node can belong to one overlay transport zone and multiple vLan transport zones.<br \/>\n<!--more--><br \/>\nToday we are performing an upgrade for the Edge Nodes of a NSX-T environment. We are upgrading 7 Edge Nodes from version 3.1.0.0.017107177 to version 3.1.1.0.0.17483065. Before the upgrade we first preform a pre check of the environment, to make sure it is ready for the upgrade.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_47_45-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 18_47_45-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 18_47_45-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_47_45-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"315\" height=\"277\" border=\"0\"><\/a><\/p>\n<p>The above image shows that during the pre check there where 6 NSX-T Edge nodes with issues in the environment that could prevent a successful upgrade. Before we go any further we are going to investigate what those issues are.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_53_29-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 18_53_29-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 18_53_29-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_53_29-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"677\" height=\"304\" border=\"0\"><\/a><\/p>\n<p>By clicking on one of the affected NSX-T Edge nodes we can see that this node had two issues.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_53_55-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 18_53_55-SSDC-Man-PEC - TeamViewer\" style=\"display: inline; background-image: none;\" alt=\"2021-03-15 18_53_55-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_53_55-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"477\" height=\"95\" border=\"0\"><\/a><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_54_17-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 18_54_17-SSDC-Man-PEC - TeamViewer\" style=\"display: inline; background-image: none;\" alt=\"2021-03-15 18_54_17-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_54_17-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"524\" height=\"91\" border=\"0\"><\/a><\/p>\n<p>When we click on the blue two with the exclamation mark next to it we can drill further down to identify the current issue. The two alarms indicate that the password expiration is approaching for both the admin and root account.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_59_55-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 18_59_55-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 18_59_55-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-18_59_55-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"705\" height=\"275\" border=\"0\"><\/a><\/p>\n<p>To remediate this issue we will change the password for the Admin and Root account. To accomplish this task we connect to the NSX-T Edge node as root via SSH and execute the following commands:<\/p>\n<ul>\n<li>\/etc\/init.d\/nsx-edge-api-server stop<\/li>\n<li>passwd admin<\/li>\n<li>passwd root<\/li>\n<li>touch \/var\/vmware nsx\/reset_cluster_credentials<\/li>\n<li>\/etc\/init.d\/nsx-edge-api-server start<\/li>\n<\/ul>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-19_06_13-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 19_06_13-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 19_06_13-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-19_06_13-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"754\" height=\"332\" border=\"0\"><\/a><br \/>\nThe Edge-TN-07 is now without errors, we proceed by checking the other NSX-T Edge nodes and preform the same actions on those nodes.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-19_21_02-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 19_21_02-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 19_21_02-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-19_21_02-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"1001\" height=\"257\" border=\"0\"><\/a><\/p>\n<p>The other NSX-T Edge nodes are now also without errors.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-21_35_40-TraXall-%E2%80%93-Toegang-tot-de-car-configurator_-Robin-PLOMP-Message-HTML.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 21_35_40-TraXall \u2013 Toegang tot de car configurator_ Robin PLOMP - Message (HTML)\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 21_35_40-TraXall \u2013 Toegang tot de car configurator_ Robin PLOMP - Message (HTML)\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-21_35_40-TraXall-%E2%80%93-Toegang-tot-de-car-configurator_-Robin-PLOMP-Message-HTML_thumb.png\" width=\"992\" height=\"239\" border=\"0\"><\/a><\/p>\n<p>In the upgrade window we select the Edge Node cluster and we start the upgrade.<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-22_48_41-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 22_48_41-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 22_48_41-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-22_48_41-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"948\" height=\"342\" border=\"0\"><\/a><\/p>\n<p>Grab a drink (coffee) and wait for the progress bar to fill up to 100%<\/p>\n<p><a href=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-22_50_04-SSDC-Man-PEC-TeamViewer.png\"><img loading=\"lazy\" decoding=\"async\" title=\"2021-03-15 22_50_04-SSDC-Man-PEC - TeamViewer\" style=\"margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;\" alt=\"2021-03-15 22_50_04-SSDC-Man-PEC - TeamViewer\" src=\"https:\/\/robinplomp.com\/wp-content\/uploads\/2021\/04\/2021-03-15-22_50_04-SSDC-Man-PEC-TeamViewer_thumb.png\" width=\"417\" height=\"354\" border=\"0\"><\/a><\/p>\n<p>In the upgrade overview window we can now see that the seven NSX-T Edge nodes are now upgraded.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VMware NSX-T delivers virtual networking in a software defined datacenter. In this article we are going to take a look at a VMware NSX-T environment that is ready for upgrading. In this blog we will upgrade the seven NSX-T Edge nodes. Let\u2019s first take a look at what is the function of Edge nodes within &hellip; <a href=\"https:\/\/robinplomp.com\/?p=500\" class=\"more-link\">Lees verder <span class=\"screen-reader-text\">Upgrade NSX-T Edge Nodes<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39,22],"tags":[],"class_list":["post-500","post","type-post","status-publish","format-standard","hentry","category-nsx-t","category-vmware"],"_links":{"self":[{"href":"https:\/\/robinplomp.com\/index.php?rest_route=\/wp\/v2\/posts\/500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/robinplomp.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinplomp.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinplomp.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinplomp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=500"}],"version-history":[{"count":3,"href":"https:\/\/robinplomp.com\/index.php?rest_route=\/wp\/v2\/posts\/500\/revisions"}],"predecessor-version":[{"id":717,"href":"https:\/\/robinplomp.com\/index.php?rest_route=\/wp\/v2\/posts\/500\/revisions\/717"}],"wp:attachment":[{"href":"https:\/\/robinplomp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=500"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinplomp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=500"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinplomp.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}