{"id":4082,"date":"2020-11-24T08:00:00","date_gmt":"2020-11-24T14:00:00","guid":{"rendered":"http:\/\/www.aamirharoon.com\/?p=4082"},"modified":"2020-11-23T21:13:13","modified_gmt":"2020-11-24T03:13:13","slug":"patch-oracle-gi-and-db-software-only-and-create-gold-image","status":"publish","type":"post","link":"http:\/\/www.aamirharoon.com\/?p=4082","title":{"rendered":"Patch Oracle GI and DB Software Only And Create Gold Image"},"content":{"rendered":"\n<p>At work I had to install (but not fully) Oracle Software (GI and DB) for AMI (Amazon Machine Image).  Downloading and unzipping software is easy but we wanted to have Oracle Software patched. So every time AMI is deployed, we won&#8217;t have to patch it.  With 19c we can even create a gold image of patched software.<\/p>\n\n\n\n<p>In this post I&#8217;ll be sharing steps to patch manually Oracle Software only.  The Oracle Software is not completely installed, just unzipped.  These steps use 19.5 RU but same steps can be followed for latest RU.<\/p>\n\n\n\n<p>To apply patch manually, you have to look into README file for the patch number and figure out which patch will be applied to GI and which one to DB home.<\/p>\n\n\n\n<p>Before we start, here are my GI home and DB home location.  Also the location of 19.5 RU.<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<pre class=\"wp-block-preformatted\"><code><strong>GI Home:<\/strong> \/grid\/product\/19\/grid_1\n<strong>DB Home:<\/strong> \/oracle\/product\/19\/dbhome_1\n<strong>Patch location:<\/strong> \/oradata\/19.5<\/code><\/pre>\n<\/div><\/div>\n\n\n\n<p>Download the 19.5 Combo RU with GI.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Patch 30133178 - Combo of OJVM Component Release Update 19.5.0.0.191015 + Grid Infrastructure Oct 2019 Release Update 19.5.0.0.191015<\/pre>\n\n\n\n<p>Following information is from 19.5 GI RU readme file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Patch 30116789 - GI Release Update 19.5.0.0.191015<\/pre>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"has-subtle-pale-green-background-color has-background\"><tbody><tr><td><strong>Patch Number<\/strong><\/td><td><strong>Description<\/strong><\/td><td><strong>Applicable Homes<\/strong><\/td><\/tr><tr><td>30125133<\/td><td>Database Release Update 19.5.0.0.191015<\/td><td>Only DB Home for non-Oracle RAC setup. Both DB Homes and Grid Home for Oracle RAC setup.<\/td><\/tr><tr><td>30122149<\/td><td>OCW Release Update 19.5.0.0.191015<\/td><td>Both DB Homes and Grid Home<\/td><\/tr><tr><td>30122167<\/td><td>ACFS Release Update 19.5.0.0.191015<\/td><td>Only Grid Home<\/td><\/tr><tr><td>29401763<\/td><td>Tomcat Release Update 19.0.0.0.0<\/td><td>Only Grid Home<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Patch GI HOME<\/h3>\n\n\n\n<p>From the table above we can see that all four patches need to be applied to GI.  So lets apply them as owner of software (i.e. oracle)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/grid\/product\/19\/grid_1\/OPatch\/opatch apply -oh \/grid\/product\/19\/grid_1 -local \/oradata\/19.5\/30133178\/30116789\/30122149\n\n\/grid\/product\/19\/grid_1\/OPatch\/opatch apply -oh \/grid\/product\/19\/grid_1 -local \/oradata\/19.5\/30133178\/30116789\/30122167\n\n\/grid\/product\/19\/grid_1\/OPatch\/opatch apply -oh \/grid\/product\/19\/grid_1 -local \/oradata\/19.5\/30133178\/30116789\/30125133\n\n\/grid\/product\/19\/grid_1\/OPatch\/opatch apply -oh \/grid\/product\/19\/grid_1 -local \/oradata\/19.5\/30133178\/30116789\/29401763<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">JVM<\/h4>\n\n\n\n<p>Now we need to apply the JVM patch.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/grid\/product\/19\/grid_1\/OPatch\/opatch apply -oh \/grid\/product\/19\/grid_1 -local \/oradata\/19.5\/30133178\/30128191<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">&nbsp;Patch DB HOME<\/h3>\n\n\n\n<p>Only two patches are needed for Database home.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/oracle\/product\/19\/dbhome_1\/OPatch\/opatch apply -oh \/oracle\/product\/19\/dbhome_1 -local \/oradata\/19.5\/30133178\/30116789\/30125133\n\n\/oracle\/product\/19\/dbhome_1\/OPatch\/opatch apply -oh \/oracle\/product\/19\/dbhome_1 -local \/oradata\/19.5\/30133178\/30116789\/30122149<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">JVM<\/h4>\n\n\n\n<p>Now we need to apply JVM patch to Database home.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/oracle\/product\/19\/dbhome_1\/OPatch\/opatch apply -oh \/oracle\/product\/19\/dbhome_1 -local \/oradata\/19.5\/30133178\/30128191<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Create Gold Image<\/h2>\n\n\n\n<p>Once patches have been applied, we can now create the gold image of patched software.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">GI Gold Image<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/grid\/product\/19\/grid_1\n.\/gridSetup.sh -creategoldimage -destinationlocation \/oradata\/19.5 -silent<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">Launching Oracle Grid Infrastructure Setup Wizard...\n\nSuccessfully Setup Software.\nGold Image location: \/oradata\/19.5\/grid_home_2019-12-20_12-05-06PM.zip<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">DB Gold Image<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/oracle\/product\/19\/dbhome_1\n.\/runInstaller -createGoldImage -destinationLocation \/oradata\/19.5 -silent<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">Launching Oracle Database Setup Wizard...\n\nSuccessfully Setup Software.\nGold Image location: \/oradata\/19.5\/db_home_2019-12-20_12-13-00PM.zip<\/pre>\n\n\n\n<p>Gold image can now be used to install existing servers or in AMI.<\/p>\n\n\n\n<p>Cheers \ud83d\ude00<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At work I had to install (but not fully) Oracle Software (GI and DB) for AMI (Amazon Machine Image). Downloading and unzipping software is easy<\/p>\n","protected":false},"author":1,"featured_media":4154,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57,52],"tags":[53,61,60,62],"class_list":["post-4082","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-oracle-database","category-oracle-database-19c","tag-oracle-database","tag-oracle-ru","tag-patch","tag-psu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Patch Oracle GI and DB Software Only And Create Gold Image - The Database Handyman<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.aamirharoon.com\/?p=4082\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Patch Oracle GI and DB Software Only And Create Gold Image - The Database Handyman\" \/>\n<meta property=\"og:description\" content=\"At work I had to install (but not fully) Oracle Software (GI and DB) for AMI (Amazon Machine Image). Downloading and unzipping software is easy\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.aamirharoon.com\/?p=4082\" \/>\n<meta property=\"og:site_name\" content=\"The Database Handyman\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-24T14:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"473\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Aamir\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@aamir814\" \/>\n<meta name=\"twitter:site\" content=\"@aamir814\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aamir\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#article\",\"isPartOf\":{\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082\"},\"author\":{\"name\":\"Aamir\",\"@id\":\"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63\"},\"headline\":\"Patch Oracle GI and DB Software Only And Create Gold Image\",\"datePublished\":\"2020-11-24T14:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082\"},\"wordCount\":314,\"commentCount\":1,\"publisher\":{\"@id\":\"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63\"},\"image\":{\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg\",\"keywords\":[\"oracle database\",\"Oracle RU\",\"patch\",\"PSU\"],\"articleSection\":[\"Oracle Database\",\"Oracle Database 19c\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/www.aamirharoon.com\/?p=4082#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082\",\"url\":\"http:\/\/www.aamirharoon.com\/?p=4082\",\"name\":\"Patch Oracle GI and DB Software Only And Create Gold Image - The Database Handyman\",\"isPartOf\":{\"@id\":\"http:\/\/www.aamirharoon.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage\"},\"image\":{\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg\",\"datePublished\":\"2020-11-24T14:00:00+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.aamirharoon.com\/?p=4082\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage\",\"url\":\"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg\",\"contentUrl\":\"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg\",\"width\":900,\"height\":473,\"caption\":\"Photo by LoboStudio Hamburg on Unsplash\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/www.aamirharoon.com\/?p=4082#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/www.aamirharoon.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Patch Oracle GI and DB Software Only And Create Gold Image\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.aamirharoon.com\/#website\",\"url\":\"http:\/\/www.aamirharoon.com\/\",\"name\":\"The Database Handyman\",\"description\":\"My notes about Oracle Database, APEX, OEM Cloud Control and whatever I learn\",\"publisher\":{\"@id\":\"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.aamirharoon.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63\",\"name\":\"Aamir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"http:\/\/www.aamirharoon.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63cc5bb07711a1b9719cc47e13a8205072859c1aef30fac28f412baa84b9cf9b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63cc5bb07711a1b9719cc47e13a8205072859c1aef30fac28f412baa84b9cf9b?s=96&d=mm&r=g\",\"caption\":\"Aamir\"},\"logo\":{\"@id\":\"http:\/\/www.aamirharoon.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/www.aamirharoon.com\/about\/\",\"https:\/\/x.com\/aamir814\"],\"url\":\"http:\/\/www.aamirharoon.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Patch Oracle GI and DB Software Only And Create Gold Image - The Database Handyman","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/www.aamirharoon.com\/?p=4082","og_locale":"en_US","og_type":"article","og_title":"Patch Oracle GI and DB Software Only And Create Gold Image - The Database Handyman","og_description":"At work I had to install (but not fully) Oracle Software (GI and DB) for AMI (Amazon Machine Image). Downloading and unzipping software is easy","og_url":"http:\/\/www.aamirharoon.com\/?p=4082","og_site_name":"The Database Handyman","article_published_time":"2020-11-24T14:00:00+00:00","og_image":[{"width":900,"height":473,"url":"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg","type":"image\/jpeg"}],"author":"Aamir","twitter_card":"summary_large_image","twitter_creator":"@aamir814","twitter_site":"@aamir814","twitter_misc":{"Written by":"Aamir","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/www.aamirharoon.com\/?p=4082#article","isPartOf":{"@id":"http:\/\/www.aamirharoon.com\/?p=4082"},"author":{"name":"Aamir","@id":"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63"},"headline":"Patch Oracle GI and DB Software Only And Create Gold Image","datePublished":"2020-11-24T14:00:00+00:00","mainEntityOfPage":{"@id":"http:\/\/www.aamirharoon.com\/?p=4082"},"wordCount":314,"commentCount":1,"publisher":{"@id":"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63"},"image":{"@id":"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage"},"thumbnailUrl":"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg","keywords":["oracle database","Oracle RU","patch","PSU"],"articleSection":["Oracle Database","Oracle Database 19c"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/www.aamirharoon.com\/?p=4082#respond"]}]},{"@type":"WebPage","@id":"http:\/\/www.aamirharoon.com\/?p=4082","url":"http:\/\/www.aamirharoon.com\/?p=4082","name":"Patch Oracle GI and DB Software Only And Create Gold Image - The Database Handyman","isPartOf":{"@id":"http:\/\/www.aamirharoon.com\/#website"},"primaryImageOfPage":{"@id":"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage"},"image":{"@id":"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage"},"thumbnailUrl":"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg","datePublished":"2020-11-24T14:00:00+00:00","breadcrumb":{"@id":"http:\/\/www.aamirharoon.com\/?p=4082#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.aamirharoon.com\/?p=4082"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"http:\/\/www.aamirharoon.com\/?p=4082#primaryimage","url":"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg","contentUrl":"http:\/\/www.aamirharoon.com\/wp-content\/uploads\/2020\/11\/lobostudio-hamburg-MAjtbFMV5_k-unsplash-e1608058143645.jpg","width":900,"height":473,"caption":"Photo by LoboStudio Hamburg on Unsplash"},{"@type":"BreadcrumbList","@id":"http:\/\/www.aamirharoon.com\/?p=4082#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/www.aamirharoon.com\/"},{"@type":"ListItem","position":2,"name":"Patch Oracle GI and DB Software Only And Create Gold Image"}]},{"@type":"WebSite","@id":"http:\/\/www.aamirharoon.com\/#website","url":"http:\/\/www.aamirharoon.com\/","name":"The Database Handyman","description":"My notes about Oracle Database, APEX, OEM Cloud Control and whatever I learn","publisher":{"@id":"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.aamirharoon.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":["Person","Organization"],"@id":"http:\/\/www.aamirharoon.com\/#\/schema\/person\/dbcd256c4a97c6e27b7cc408200a9b63","name":"Aamir","image":{"@type":"ImageObject","inLanguage":"en","@id":"http:\/\/www.aamirharoon.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/63cc5bb07711a1b9719cc47e13a8205072859c1aef30fac28f412baa84b9cf9b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63cc5bb07711a1b9719cc47e13a8205072859c1aef30fac28f412baa84b9cf9b?s=96&d=mm&r=g","caption":"Aamir"},"logo":{"@id":"http:\/\/www.aamirharoon.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/www.aamirharoon.com\/about\/","https:\/\/x.com\/aamir814"],"url":"http:\/\/www.aamirharoon.com\/?author=1"}]}},"_links":{"self":[{"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/posts\/4082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4082"}],"version-history":[{"count":15,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/posts\/4082\/revisions"}],"predecessor-version":[{"id":4155,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/posts\/4082\/revisions\/4155"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=\/wp\/v2\/media\/4154"}],"wp:attachment":[{"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4082"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4082"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.aamirharoon.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}