{"id":28827,"date":"2017-01-11T08:00:06","date_gmt":"2017-01-11T15:00:06","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=28827"},"modified":"2023-01-27T10:19:36","modified_gmt":"2023-01-27T17:19:36","slug":"db2prereqcheck-prerequisites-db2-luw","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/","title":{"rendered":"Using db2prereqcheck to Check Prerequisites for Db2 LUW"},"content":{"rendered":"<h3><\/h3>\n<h3>What is db2prereqcheck?<\/h3>\n<p>db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of Db2. It is included with every fixpack and base code that Db2 provides.<\/p>\n<h3>When to use db2preqcheck<\/h3>\n<p>Use db2prereqcheck after placing Db2 code (base code or a fix pack) on a server, but before running db2_install, db2setup, or installFixPack. db2prereqcheck is not a substitute for other preparation work. It is still critical to make sure you have the right code, read the readme, and all of the other details that go with an install, upgrade, or fix pack update. If installing, upgrading, or updating an HADR cluster, db2prereqcheck should also be run on all standby servers, in addition to the primary server. The install processes also call db2prereqcheck, but if db2prereqcheck fails at that point, then the install itself fails. It is better to know ahead of time, especially if the install process is being run during an outage window. While it may be less time-critical to run db2prereqcheck ahead of time during a new server build, it still provides valuable information like which Linux packages you may need to install prior to installing Db2. It is much cleaner to run it first, before executing your chosen install method.<\/p>\n<h3>How to use db2prereqcheck<\/h3>\n<p>While db2prereqcheck can be executed with no options, it performs checks for all versions and pureScale if you execute it that way.<\/p>\n<h4>Syntax<\/h4>\n<p>There are actually a surprisingly large number of options for executing db2prereqcheck. The syntax diagram, minus the pureScale options, looks like this:<\/p>\n<pre><code>&gt;&gt;-db2prereqcheck--+--------------------------+-----------------&gt;\n                   +- -v--version-------------+\n                   '-+-----+--+-------------+-'\n                     '- -l-' '-f--xml_file-'   \n&gt;--+--------------------------------+--+----------------+-------&gt;\n   +-c------------------------------+ '-o--output-file-'    \n   '- -p--| Db2-pureScale-options |-'   \n&gt;--+---+--+---+--+---+-----------------------------------------&gt;&lt;  \n   '-s-'  +-u-+  '-i-'\n          '-g-'<\/code><\/pre>\n<p>Check out all of the options on the <a href=\"\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.admin.cmd.doc\/doc\/r0059710.html\u201d\">db2prereqcheck page in the IBM Db2 Knowledge Center.<\/a><\/p>\n<h4>Example Syntax<\/h4>\n<p>db2prereqcheck should be executed as root. You must uncompress and untar the Db2 code first. Before executing db2prereqcheck, change directories to the same location as the install executables (often &#8216;server&#8217; or &#8216;universal&#8217;), like this:<\/p>\n<pre><code># ls\nDb2_Svr_10.5.0.8_AIX.tar   server\/\n# cd server\n# ls\ndb2\/                     db2checkCOL.tar.gz       db2ls*                   installFixPack*\ndb2_deinstall*           db2checkCOL_readme.txt   db2prereqcheck*          nlpack\/\ndb2_install*             db2ckupgrade*            db2setup*<\/code><\/pre>\n<p>I would recommend executing db2prereqcheck with very specific syntax to give only the details that are really needed. If, for example, you are installing 10.5, fix pack 8 on a single partition, non-pureScale server, this would be the best syntax:<\/p>\n<pre><code>.\/db2prereqcheck -v 10.5.0.8 -i<\/code><\/pre>\n<p>The -v here supplies the target version being installed. The -i tells prereqcheck to skip the pureScale checks.<\/p>\n<h4>Sample Output<\/h4>\n<pre><code># .\/db2prereqcheck -v 10.5.0.8 -i  ==========================================================================  Checking prerequisites for Db2 installation. Version \"10.5.0.8\". Operating system \"AIX\"\n\nValidating \"kernel level \" ... Required minimum operating system kernel level: \"6.1\". Actual operating system kernel level: \"6.1\". Requirement matched.\n\nValidating \"AIX technology level and service pack \" ... Required minimum technology level: \"7\" Service pack: \"6\" Actual technology level: \"9\" Service pack: \"6\" Requirement matched.\n\nValidating \"Java\" ... Requirement matched.\n\nValidating \"XL C\/C++ Runtime\" ... Required minimum \"XL C\/C++ Runtime\" level: \"12.1.0.0\" Actual version: \"13.1.2.0\" Requirement matched.\n\nDBT3533I The db2prereqcheck utility has confirmed that all installation prerequisites were met.<\/code><\/pre>\n<p><em>You might also like:<\/em><\/p>\n<p>Want to learn how to adjust the row size in a table in Db2? Check out <a href=\"https:\/\/virtual-dba.com\/db2-row-size\/\">this post!<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is db2prereqcheck? db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of Db2. It is included with every fixpack and base code that Db2 provides. When to use db2preqcheck Use db2prereqcheck after placing Db2 code (base code or a fix pack) on a [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,17],"tags":[18,19],"class_list":["post-28827","post","type-post","status-publish","format-standard","hentry","category-blog","category-db2","tag-db2","tag-ibm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>db2prereqcheck to Check Prerequisites for DB2 LUW<\/title>\n<meta name=\"description\" content=\"db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of DB2.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using db2prereqcheck to Check Prerequisites for Db2 LUW\" \/>\n<meta property=\"og:description\" content=\"db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of DB2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-11T15:00:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-27T17:19:36+00:00\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"Using db2prereqcheck to Check Prerequisites for Db2 LUW\",\"datePublished\":\"2017-01-11T15:00:06+00:00\",\"dateModified\":\"2023-01-27T17:19:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\"},\"wordCount\":421,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"keywords\":[\"db2\",\"ibm\"],\"articleSection\":[\"Blog\",\"Db2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\",\"name\":\"db2prereqcheck to Check Prerequisites for DB2 LUW\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"datePublished\":\"2017-01-11T15:00:06+00:00\",\"dateModified\":\"2023-01-27T17:19:36+00:00\",\"description\":\"db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of DB2.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using db2prereqcheck to Check Prerequisites for Db2 LUW\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"db2prereqcheck to Check Prerequisites for DB2 LUW","description":"db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of DB2.","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":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/","og_locale":"en_US","og_type":"article","og_title":"Using db2prereqcheck to Check Prerequisites for Db2 LUW","og_description":"db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of DB2.","og_url":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2017-01-11T15:00:06+00:00","article_modified_time":"2023-01-27T17:19:36+00:00","author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"Using db2prereqcheck to Check Prerequisites for Db2 LUW","datePublished":"2017-01-11T15:00:06+00:00","dateModified":"2023-01-27T17:19:36+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/"},"wordCount":421,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"keywords":["db2","ibm"],"articleSection":["Blog","Db2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/","url":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/","name":"db2prereqcheck to Check Prerequisites for DB2 LUW","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"datePublished":"2017-01-11T15:00:06+00:00","dateModified":"2023-01-27T17:19:36+00:00","description":"db2prereqcheck is a tool IBM provides to check for all OS and software prerequisites prior to and during the installation of DB2.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/db2prereqcheck-prerequisites-db2-luw\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"Using db2prereqcheck to Check Prerequisites for Db2 LUW"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/28827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=28827"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/28827\/revisions"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=28827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=28827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=28827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}