{"id":458,"date":"2023-04-01T20:48:07","date_gmt":"2023-04-01T20:48:07","guid":{"rendered":"https:\/\/systemsmedic.net\/?p=458"},"modified":"2024-10-30T16:45:32","modified_gmt":"2024-10-30T16:45:32","slug":"esxi-upgrade-using-esxcli-6-5-u3-to-7-0-u3","status":"publish","type":"post","link":"https:\/\/systemsmedic.net\/index.php\/2023\/04\/01\/esxi-upgrade-using-esxcli-6-5-u3-to-7-0-u3\/","title":{"rendered":"ESXi Upgrade using ESXCLi 6.5 U3 to 7.0 U3"},"content":{"rendered":"\n<p>Today I am going to show you and explain how can we upgrade the ESXi version via command line and also how to resolve the issues might face during the upgrade. I hope this could help you and make your life easier. <\/p>\n\n\n\n<p>Server model : <strong>ProLiant DL20 Gen10<\/strong><\/p>\n\n\n\n<p><strong>Current ESXi version and details:<\/strong> <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>vmware -vl<\/strong>\nVMware ESXi 6.5.0 build-13932383\nVMware ESXi 6.5.0 Update 3\n\n<strong>esxcli software profile get<\/strong>\nPE-ESXi-6.5.0-Update3-iso-Gen9plus-650.U3.10.4.1.8\n   Name: HPE-ESXi-6.5.0-Update3-iso-Gen9plus-650.U3.10.4.1.8\n   Vendor: Hewlett Packard Enterprise\n   Creation Time: 2020-01-19T09:24:55\n   Modification Time: 2020-01-19T09:26:01\n   Stateless Ready: True\n   Description:\n\n      HPE Custom Image Profile for ESXi 6.5.0 ISO<\/code><\/pre>\n\n\n\n<p>First you should check the VMware latest version is supported with hardware. You would check from <a href=\"https:\/\/techlibrary.hpe.com\/us\/en\/enterprise\/servers\/supportmatrix\/vmware.aspx#dl\">HPE<\/a> and <a href=\"https:\/\/www.vmware.com\/resources\/compatibility\/search.php\">VMware<\/a>. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"999\" height=\"258\" src=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image.png\" alt=\"\" class=\"wp-image-459\" srcset=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image.png 999w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-300x77.png 300w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-768x198.png 768w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-600x155.png 600w\" sizes=\"auto, (max-width: 999px) 100vw, 999px\" \/><\/figure>\n\n\n\n<p>Please bear in mind administrator should check the compatibility thoroughly why it would be a big problem if server is running with unsupported software in Production. Unsupported configuration effectively means no one can guaranteed how long system would run without any issues. VMware support might say they would not support either. In this case I have double checked my server even though it&#8217;s DL20 Gen10 and HPE says supported up to ESXi 8.0. Looks little bit deeper what type of processor you have that&#8217;s the most important aspect to consider. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>6 CPUs x Intel(R) Xeon(R) E-2136 CPU @ 3.30GHz<\/code><\/pre>\n\n\n\n<p>According to the VMware HCL server does not support to ESXi 8.0 because of the CPU series my server has been equipped with. I would have upgraded to ESXi 8.0 if server would run E-2200 or high CPU series.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1001\" height=\"763\" src=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-1.png\" alt=\"\" class=\"wp-image-461\" srcset=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-1.png 1001w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-1-300x229.png 300w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-1-768x585.png 768w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-1-600x457.png 600w\" sizes=\"auto, (max-width: 1001px) 100vw, 1001px\" \/><\/figure>\n\n\n\n<p>Let&#8217;s see how we can upgrade ESXi 6.5 to 7.0. Download the custom offline bundle (.ZIP) for HPE from VMware or <a href=\"https:\/\/www.hpe.com\/us\/en\/servers\/hpe-esxi.html\">HPE site<\/a>. Sometime you might need to contact HPE to get a custom files which is not availble on <a href=\"https:\/\/customerconnect.vmware.com\/downloads\/info\/slug\/datacenter_cloud_infrastructure\/vmware_vsphere\/8_0\">VMware official site<\/a> because VMware removes old versions from the portal to maintain the latest custom iso&#8217;s and offline zip files. <\/p>\n\n\n\n<p><code>As a practise I would prefer to do the below checks they might help to avoid unforeseen issues <\/code><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/interopmatrix.vmware.com\/Upgrade\">VMware interoperability matrix<\/a> for the upgrade path <\/li>\n\n\n\n<li>space available on the boot disk where ESXi has been installed <\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>df -h\nvdf -h<\/strong><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>uptime of the node because curious to know how long this has been running<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>uptime<\/strong><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>smartctl check for the boot disk<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>esxcfg-scsidevs -c<\/strong> &gt;&gt;&gt; get the device name from this command\n<strong>esxcli storage core device smart get -d '<\/strong>device_name<strong>'<\/strong><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ISO md5 checksum to make sure the iso or offline bundles. <\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Linux   &gt;&gt;&gt;&gt;&gt; <strong>md5sum 'file name'<\/strong>\nWindows &gt;&gt;&gt;&gt;&gt; <strong>Get-Filehash 'file name' -Algorithm md5<\/strong><\/code><\/pre>\n\n\n\n<p><strong>Are you ready start the upgrade. let&#8217;s do it. <\/strong><\/p>\n\n\n\n<p>First put the host in maintenance mode. VM will be migrated to working nodes or you don&#8217;t have a vCenter arrange the downtime for the VMs at least 30min. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>esxcli system maintenanceMode set -e true<\/strong>  &gt;&gt;&gt; How to put the host in maintenance in ESXCLi\n<strong>esxcli system maintenanceMode get <\/strong>         &gt;&gt;&gt; Check the maintenance mode status\n\nEnsure there are no VMs running through below command. \n\n<strong>esxcli vm process list<\/strong><\/code><\/pre>\n\n\n\n<p>Upload the offline bundle in to the local datastore or one of the datastore is accessible from the ESXi using Winscp. Created a directory named ISO inside the srv-local-storage-2.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1016\" height=\"170\" src=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-2.png\" alt=\"\" class=\"wp-image-462\" srcset=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-2.png 1016w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-2-300x50.png 300w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-2-768x129.png 768w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-2-600x100.png 600w\" sizes=\"auto, (max-width: 1016px) 100vw, 1016px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>cd \/vmfs\/volumes\/srv-local-storage-2\/<\/strong>\n<strong>mkdir ISO<\/strong>\n\n&#91;root@cloud:\/vmfs\/volumes\/5eb333fb-f61f3214-88fc-08f1eaafa25c\/ISO] <strong>ls -l<\/strong>\ntotal 407552\n-rw-r--r--    1 root     root     417329875 Apr  1 17:54 VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\n&#91;root@cloud01:\/vmfs\/volumes\/5eb333fb-f61f3214-88fc-08f1eaafa25c\/ISO]<\/code><\/pre>\n\n\n\n<p>Verify the offline bundle using the below command. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>esxcli software sources profile list -d \"\/vmfs\/volumes\/srv-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\"<\/strong>\n\n&#91;root@cloud01:\/vmfs\/volumes\/5e1eaafa25c\/ISO] esxcli software sources  profile list -d \"\/vmfs\/volumes\/srv1708-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\"\nName                               Vendor                      Acceptance Level  Creation Time        Modification Time\n---------------------------------  --------------------------  ----------------  -------------------  -------------------\nHPE-Custom-AddOn_703.0.0.11.2.0-9  Hewlett Packard Enterprise  PartnerSupported  2022-12-02T02:01:04  2022-12-02T02:01:04<\/code><\/pre>\n\n\n\n<p>Use the below command to check what are the vibs that are going to update. you can use &#8211;dry-run at the end with below command to check. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>esxcli software vib update -d \"\/vmfs\/volumes\/srv-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\" --dry-run<\/strong>\n\n&#91;root@cloud01:\/vmfs\/volumes\/5eb3a25c\/ISO] esxcli software vib update -d \"\/vmfs\/volumes\/srv1708-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\" --dry-run\n\n <em>&#91;DependencyError]\n VIB VMware_bootbank_esx-base_7.0.3-0.65.20842708 requires esx-update &lt;&lt; 7.0.3-0.66, but the requirement cannot be satisfied within the ImageProfile.\n VIB VMware_bootbank_esx-base_7.0.3-0.65.20842708 requires esx-update &gt;= 7.0.3-0.65, but the requirement cannot be satisfied within the ImageProfile.\n Please refer to the log file for more details.<\/em><\/code><\/pre>\n\n\n\n<p>We did not run the update command yet but here we have an issue with <strong>\u201cDependencyError, Requirement Cannot Be Satisfied Within The ImageProfile\u201d<\/strong>  we have a <a href=\"https:\/\/kb.vmware.com\/s\/article\/56145\">VMware KB<\/a> stated to use below command while we are doing the upgrades via CLi. <\/p>\n\n\n\n<p>Please run this command to update the host as per the VMware recommendation. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>esxcli software profile update - p &lt;profile name&gt; -d &lt;location of ZIP file&gt; <\/strong>\n \nExample:\n# esxcli software profile update -p ESXi-6.7.0-2018xxxxxxx-standard -d \/vmfs\/volumes\/datastore1\/update-from-esxi6.7-6.7_update01.zip\n\nNote: To get a list of available profiles within a path use the command below:\nesxcli software sources profile list -d &lt;location of ZIP file&gt; \n\n=====================================================================================================================================\n&#91;root@cloud01:\/vmfs\/volumes\/5e1eaafa25c\/ISO] \n\nName                               Vendor                      Acceptance Level  Creation Time        Modification Time\n---------------------------------  --------------------------  ----------------  -------------------  -------------------\n<strong>HPE-Custom-AddOn_703.0.0.11.2.0-9<\/strong>  Hewlett Packard Enterprise  PartnerSupported  2022-12-02T02:01:04  2022-12-02T02:01:04\n\nIn our case final update command would be like below. \n\n<strong>esxcli software profile update -p HPE-Custom-AddOn_703.0.0.11.2.0-9 -d \"\/vmfs\/volumes\/srv-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\"<\/strong><\/code><\/pre>\n\n\n\n<p>Unfortunately I ended up with another error after the above command. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@cloud01:\/vmfs\/volumes\/5eb333fb-f61f3214-88fc-08f1eaafa25c\/ISO] <strong>esxcli software profile update -p HPE-Custom-AddOn_703.0.0.11.2.0-9 -d \"\/vmfs\/volumes\/srv-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\"<\/strong>\n\n<em> &#91;InstallationError]\n ('HPE_bootbank_ilorest_700.4.0.0.0.32-15843807', 'Could not find a trusted signer.')\n       vibs = HPE_bootbank_ilorest_700.4.0.0.0.32-15843807\n Please refer to the log file for more details.<\/em><\/code><\/pre>\n\n\n\n<p>Found the issue has been described one of the VMware KB <a href=\"https:\/\/kb.vmware.com\/s\/article\/76555\">here<\/a>. According the the VMware the problem here is destination version 7.0 U3 recommend workaround is to upgrade the ESXi 6.5 U3 to 6.7 U1, U2 or U3 and upgrade to the 7.0 U3. <\/p>\n\n\n\n<p>I am going to download the Vmware ESXi 6.7 HPE custom offline bundle and upload it to the same path and run the update command. see the below. I am not going to show you all the stuff again you already know how to upload the file in to ESXi via Winscp. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@cloud01:\/vmfs\/volumes\/5eb31eaafa25c\/ISO] ls -l\ntotal 763904\n-rw-r--r--    1 root     root     364848814 Apr  1 18:16 VMware-ESXi-6.7.0-Update1-11675023-HPE-Gen9plus-670.U1.10.4.0.19-Apr2019-depot.zip\n-rw-r--r--    1 root     root     417329875 Apr  1 17:54 VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\n\n****Take the profile name by running below command\n\n&#91;root@cloud01:\/vmfs\/volumes\/5eb333fb-f61f3214-88fc-08f1eaafa25c\/ISO] <strong>esxcli software sources  profile list -d \"\/vmfs\/volumes\/srv-local-storage-2\/ISO\/VMware-ESXi-6.7.0-Update1-11675023-HPE-Gen9plus-670.U1.10.4.0.19-Apr2019-depot.zip\"<\/strong>\nName                                              Vendor                      Acceptance Leve\n------------------------------------------------  --------------------------  ----------------\n<strong>HPE-ESXi-6.7.0-Update1-Gen9plus-670.U1.10.4.0.19<\/strong>  Hewlett Packard Enterprise  PartnerSupported\n\n****update command looks like below\n\n<strong>esxcli software profile update -p HPE-ESXi-6.7.0-Update1-Gen9plus-670.U1.10.4.0.19  -d \"\/vmfs\/volumes\/srv1708-local-storage-2\/ISO\/VMware-ESXi-6.7.0-Update1-11675023-HPE-Gen9plus-670.U1.10.4.0.19-Apr2019-depot.zip\"<\/strong><\/code><\/pre>\n\n\n\n<p>It was success and see the output as below. If ESXi upgrade successfully you should see the output as below. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@cloud01:\/vmfs\/volumes\/5eb333f1eaafa25c\/ISO] <strong>esxcli software profile update -p HPE-ESXi-6.7.0-Update1-Gen9plus-670.U1.10.4.0.19  -d \"\/vmfs\/volumes\/srv1708-local-storage-2\/ISO\/VMware-ESXi-6.7.0-Update1-11675023-HPE-Gen9plus-670.U1.10.4.0.19-Apr2019-depot.zip\"<\/strong>\n\nUpdate Result\n  <strong> Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.<\/strong>\n  <strong> Reboot Required: true<\/strong>\n   VIBs Installed: Avago_bootbank_lsi-mr3_7.706.08.00-1OEM.670.0.0.8169922, ELX_bootbank_elx-esx-libelxima-8169922.so_12.0.1188.0-03, EMU_bootbank_brcmfcoe_12.0net-forcedeth_0.61-2vmw.650.0.0.4564106, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.650.0.0.4564106, MW_bootbank_igbn_0.1.0.0-15vmw.670.0.0.8169922, VMW_bootbank_lsi-msgpt35_03.00.01.00-12vmw.670.1.28.10302608, VMW_bootbank_lsi-msgpt3_16.00.01.00-3vmw.670.1.28.10302608, VMW_bootbank_nenic_1.0.21.0-1vmw.670.1.28.10302608, VMW_bootbank_nvme_1.2.2.17-1vmw.670.1.28.10302608, VMware_bootbank_elx-esx-libelxima.so_11.4.1184.0-0.0.8169922, VMware_bootbank_esx-ui_1.30.0-9946814, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.34-1.28.10302608...................<\/code><\/pre>\n\n\n\n<p>Reboot the host by running reboot in cli. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>reboot<\/code><\/pre>\n\n\n\n<p>Once server boot into ESXi 6.7 we can run the same commands we tried above to upgrade version to 7.0 U3 which is our destination here. This is the current ESXi version after reboot. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@cloud:~]<strong> vmware -vl<\/strong>\n\nVMware ESXi 6.7.0 build-11675023\nVMware ESXi 6.7.0 Update 1<\/code><\/pre>\n\n\n\n<p>Let&#8217;s run the ESXi 7.0 update now. fingers crossed. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to the ISO folder.<\/li>\n\n\n\n<li>Run the above commands as below again. <\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@cloud01:\/vmfs\/volumes\/5eb333fb-f61fa25c\/ISO] <strong>esxcli software profile update -p HPE-Custom-AddOn_703.0.0.11.2.0-9 -d \"\/vmfs\/volumes\/srv1708-local-storage-2\/ISO\/VMware-ESXi-7.0.3-20842708-HPE-703.0.0.11.2.0.9-Jan2023-depot.zip\"<\/strong>\n\nUpdate Result\n   Message: <strong>The update completed successfully, but the system needs to be rebooted for the changes to be effective.<\/strong>\n<strong>   Reboot Required: true<\/strong>\n   VIBs Installed: BCM_bootbank_bnxtnet_223.0.152.0-1OEM.700.1.0.15843807, BCM_bootbank_bnxtroce_223.0.152.0-1OEM.700.1.0.15843807, BCM_bootbank_lsi-mr3_7.722.02.00-1OEM.700.1.0.15843807, EMU_bootbank_lpfc_14.0.543.0-1OEM.700.1.0.15843807, HPE_bootbank_testevent_6.7.0.02-00.01.12.7535516, INT_bootbank_i40en_1.7.11-1OEM.670.0.0.8169922, INT_bootbank_igbn_1.4.7-.........\n   VIBs Skipped:<\/code><\/pre>\n\n\n\n<p>Upgrade was done without any issue. Run the reboot command again and exit the host from maintenance mode.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@cloud:\/var\/log]<strong> vmware -vl<\/strong>\n\nVMware ESXi 7.0.3 build-20842708\nVMware ESXi 7.0 Update 3<\/code><\/pre>\n\n\n\n<p><strong>Bear in mind you will have assign a new ESXi license key for the version 7.0 You can upgrade the license through the VMware portal. you have 60 days until you get the license<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"167\" src=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-1024x167.png\" alt=\"\" class=\"wp-image-466\" srcset=\"https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-1024x167.png 1024w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-300x49.png 300w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-768x125.png 768w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-1536x250.png 1536w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-2048x334.png 2048w, https:\/\/systemsmedic.net\/wp-content\/uploads\/2023\/04\/image-3-600x98.png 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Thank you for reading. Appreciate your comments if I have missed something here. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today I am going to show you and explain how can we upgrade the ESXi version via command line and also how to resolve the issues might face during the upgrade. I hope this could help you and make your life easier. Server model : ProLiant DL20 Gen10 Current ESXi version and details: First you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":486,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-458","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vmware"],"_links":{"self":[{"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/posts\/458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/comments?post=458"}],"version-history":[{"count":6,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/posts\/458\/revisions"}],"predecessor-version":[{"id":468,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/posts\/458\/revisions\/468"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/media\/486"}],"wp:attachment":[{"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/media?parent=458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/categories?post=458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/systemsmedic.net\/index.php\/wp-json\/wp\/v2\/tags?post=458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}