{"id":2376,"date":"2017-01-12T13:10:17","date_gmt":"2017-01-12T15:10:17","guid":{"rendered":"http:\/\/www.dbarj.com.br\/?p=2376\/"},"modified":"2017-01-12T15:15:16","modified_gmt":"2017-01-12T17:15:16","slug":"audit-vault-installation-fails-unable-run-clusterware-root-script","status":"publish","type":"post","link":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/","title":{"rendered":"Audit Vault installation fails with &#8220;Unable to run Clusterware root script&#8221;"},"content":{"rendered":"<p>Today I was installing Audit Vault 12.2.0.4.0 and I started receiving an error saying &#8220;<strong>Unable to run Clusterware root script<\/strong>&#8221; in the final step.<\/p>\n<p>First, after researching a little, I found out that I wasn&#8217;t meeting the\u00a0requisites for 12.2 installation, only 12.1:<\/p>\n<h2>For 12.1 (<a href=\"https:\/\/docs.oracle.com\/cd\/E37100_01\/doc.121\/e27778\/preinstall.htm#SIGIG292\">https:\/\/docs.oracle.com\/cd\/E37100_01\/doc.121\/e27778\/preinstall.htm#SIGIG292<\/a>):<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Memory Requirements\r\n\r\n- Each x86 64-bit server must have at least 2 GB of RAM.\r\n\r\nDisk Space Requirements\r\n\r\n- Each x86 64-bit server must have a single hard drive with a minimum 150 GB of disk space.\r\n\r\nNetwork Interface Cards - Oracle recommends the following number of network interface cards (NICs) for each x86 64-bit server on which you install the following components:\r\n\r\n- 1 NIC for the Audit Vault Server\r\n- At least 1 NIC for a Database Firewall operating as a proxy\r\n- At least 2 NICs for a Database Firewall in DAM Mode (monitoring only)\r\n- At least 3 NICs for a Database Firewall in DPE Mode (monitoring and blocking. If you install the Database Firewall with fewer than 3 NICs, then you must add more NICs to make the Database Firewall DPE mode possible.<\/pre>\n<h2>For 12.2 (<a href=\"https:\/\/docs.oracle.com\/cd\/E69292_01\/doc.122\/e49587\/preinstall.htm#SIGIG295\">https:\/\/docs.oracle.com\/cd\/E69292_01\/doc.122\/e49587\/preinstall.htm#SIGIG295<\/a>):<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Memory Requirements - Each x86 64-bit server must have the following minimum memory:\r\n\r\n- Audit Vault Server: 8 GB\r\n- Database Firewall: 8 GB\r\n\r\nDisk Space Requirements - Each x86 64-bit server must have a single hard drive with a minimum of the following disk space:\r\n\r\n- Audit Vault Server: 220 GB\r\n- Database Firewall: 220 GB\r\n\r\nNetwork Interface Cards- Oracle recommends the following number of network interface cards (NICs) for each x86 64-bit server on which you install the following components:\r\n\r\n- 1 NIC for the Audit Vault Server\r\n- At least 1 NIC for a Database Firewall operating as a proxy\r\n- At least 2 NICs for a Database Firewall in DAM Mode (monitoring only)\r\n- At least 3 NICs for a Database Firewall in DPE Mode (monitoring and blocking. If you install the Database Firewall with fewer than 3 NICs, then you must add more NICs to make the Database Firewall DPE mode possible.<\/pre>\n<p>So I was deploying 12.2.0.4 with 2GB of memory only (required by 12.1).<\/p>\n<p>However, after resizing the memory <strong>from 2G to 4G, 8G or 10G<\/strong>,\u00a0the <strong>problem persisted<\/strong>.<\/p>\n<h3><span style=\"color: #ff0000;\"><strong>Time to check Audit Vault Installation logs<\/strong><\/span><\/h3>\n<p>So, to debug the problem, I first started the server and defined a root password.<\/p>\n<p>However, I was still unable to connect on Audit Vault using SSH\u00a0from the same network. I was getting <strong>&#8220;Connection Refused&#8221;<\/strong> error.<\/p>\n<p>So I rebooted the server once again and edited the grub kernel line, adding a <strong>&#8220;single&#8221;\u00a0<\/strong>in the end and booting.<\/p>\n<p>The server started and after typing root password I could have a command prompt!<\/p>\n<p>I started digging into the log files until I decided to check <strong>\/var\/log\/messages<\/strong>:<\/p>\n<p><strong># vi \/var\/log.messages<\/strong><\/p>\n<p id=\"MUkLsmZ\"><img loading=\"lazy\" decoding=\"async\" width=\"769\" height=\"434\" class=\"alignnone size-full wp-image-2380 \" src=\"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60.png\" alt=\"\" srcset=\"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60.png 769w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60-300x169.png 300w, https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60-768x433.png 768w\" sizes=\"auto, (max-width: 769px) 100vw, 769px\" \/><\/p>\n<p>So my perl was trowing a segfault error.<\/p>\n<p>Unfortunately, this is a known error when you run VirtualBox 5.x on MAC and still unfixed.<\/p>\n<p>After researching a little, to solve my issue I had to run:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">VBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/Leaf\" \"0x4\"\r\nVBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/SubLeaf\" \"0x4\"\r\nVBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/eax\" \"0\"\r\nVBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/ebx\" \"0\"\r\nVBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/ecx\" \"0\"\r\nVBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/edx\" \"0\"\r\nVBoxManage setextradata \"Audit Vault 12.2.0.4.0\" \"VBoxInternal\/CPUM\/HostCPUID\/Cache\/SubLeafMask\" \"0xffffffff\"<\/pre>\n<p>*Replace\u00a0&#8220;<strong>Audit Vault 12.2.0.4.0<\/strong>&#8221; with your VM Name.<\/p>\n<p>My installation finally run smooth.<\/p>\n<p>So, if you are having a similar problem but not the same during Audit Vault installation, just try to check the \/var\/log\/messages as I instructed for any strange behavior.<\/p>\n<b>Have you enjoyed? Please leave a comment or give a \ud83d\udc4d!<\/b>\n<p>&nbsp;<\/p>\n<div class='watch-action'><div class='watch-position align-left'><div class='action-like'><a class='lbg-style2 like-2376 jlk' href='javascript:void(0)' data-task='like' data-post_id='2376' data-nonce='de4404f630' rel='nofollow'><img class='wti-pixel' src='https:\/\/www.dbarj.com.br\/wp-content\/plugins\/wti-like-post\/images\/pixel.gif' title='Like' \/><span class='lc-2376 lc'>0<\/span><\/a><\/div><\/div> <div class='status-2376 status align-left'><\/div><\/div><div class='wti-clear'><\/div>","protected":false},"excerpt":{"rendered":"<p>Today I was installing Audit Vault 12.2.0.4.0 and I started receiving an error saying &#8220;Unable to run Clusterware root script&#8221; in the final step. First, after researching a little, I found out that I wasn&#8217;t meeting the\u00a0requisites for 12.2 installation, only 12.1: For 12.1 (https:\/\/docs.oracle.com\/cd\/E37100_01\/doc.121\/e27778\/preinstall.htm#SIGIG292): Memory Requirements &#8211; Each x86 64-bit server must have at &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/\">Continue reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-2376","post","type-post","status-publish","format-standard","hentry","category-security-en","item-wrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Audit Vault installation fails with &quot;Unable to run Clusterware root script&quot; - DBA - Rodrigo Jorge - Oracle Tips and Guides<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DBA RJ\" \/>\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:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/\"},\"author\":{\"name\":\"DBA RJ\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"headline\":\"Audit Vault installation fails with &#8220;Unable to run Clusterware root script&#8221;\",\"datePublished\":\"2017-01-12T15:10:17+00:00\",\"dateModified\":\"2017-01-12T17:15:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/\"},\"wordCount\":284,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/img_58778eb7a3e60.png\",\"articleSection\":[\"Database Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/\",\"name\":\"Audit Vault installation fails with \\\"Unable to run Clusterware root script\\\" - DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/img_58778eb7a3e60.png\",\"datePublished\":\"2017-01-12T15:10:17+00:00\",\"dateModified\":\"2017-01-12T17:15:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#primaryimage\",\"url\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/img_58778eb7a3e60.png\",\"contentUrl\":\"http:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/img_58778eb7a3e60.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2017\\\/01\\\/audit-vault-installation-fails-unable-run-clusterware-root-script\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Audit Vault installation fails with \\\"Unable to run Clusterware root script\\\"\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/\",\"name\":\"DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"description\":\"Blog about Databases, Security and High Availability\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\",\"name\":\"DBA RJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"contentUrl\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"width\":712,\"height\":712,\"caption\":\"DBA RJ\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Audit Vault installation fails with \"Unable to run Clusterware root script\" - DBA - Rodrigo Jorge - Oracle Tips and Guides","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:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/","twitter_misc":{"Written by":"DBA RJ","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#article","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/"},"author":{"name":"DBA RJ","@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"headline":"Audit Vault installation fails with &#8220;Unable to run Clusterware root script&#8221;","datePublished":"2017-01-12T15:10:17+00:00","dateModified":"2017-01-12T17:15:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/"},"wordCount":284,"commentCount":0,"publisher":{"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"image":{"@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60.png","articleSection":["Database Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/","url":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/","name":"Audit Vault installation fails with \"Unable to run Clusterware root script\" - DBA - Rodrigo Jorge - Oracle Tips and Guides","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#primaryimage"},"image":{"@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60.png","datePublished":"2017-01-12T15:10:17+00:00","dateModified":"2017-01-12T17:15:16+00:00","breadcrumb":{"@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#primaryimage","url":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60.png","contentUrl":"http:\/\/www.dbarj.com.br\/wp-content\/uploads\/2017\/01\/img_58778eb7a3e60.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbarj.com.br\/en\/2017\/01\/audit-vault-installation-fails-unable-run-clusterware-root-script\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dbarj.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Audit Vault installation fails with \"Unable to run Clusterware root script\""}]},{"@type":"WebSite","@id":"https:\/\/www.dbarj.com.br\/en\/#website","url":"https:\/\/www.dbarj.com.br\/en\/","name":"DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"Blog about Databases, Security and High Availability","publisher":{"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbarj.com.br\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9","name":"DBA RJ","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","url":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","contentUrl":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","width":712,"height":712,"caption":"DBA RJ"},"logo":{"@id":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png"}}]}},"_links":{"self":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts\/2376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/comments?post=2376"}],"version-history":[{"count":0,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts\/2376\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/media?parent=2376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/categories?post=2376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/tags?post=2376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}