{"id":10986,"date":"2018-02-22T12:45:10","date_gmt":"2018-02-22T11:45:10","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/"},"modified":"2018-02-22T12:45:10","modified_gmt":"2018-02-22T11:45:10","slug":"migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/","title":{"rendered":"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM"},"content":{"rendered":"<p>This is a step by step demonstration on how to migrate any ASM disk groups from a cluster to another. May be use, with or without virtualization and may be used with storage layer snapshot for fast environment provisioning.<\/p>\n<p><strong>Step 01 &#8211; Shutdown source database(s) on VMWARE servers<\/strong><\/p>\n<p>Shutdown all databases hosted in the targeted Disk groups for which you want consistency. Then unmount the disk groups.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ORACLE_HOME\/bin\/srvctl stop database -db cdb001\n\n$ORACLE_HOME\/bin\/asmcmd umount FRA\n\n$ORACLE_HOME\/bin\/asmcmd umount DATA<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Step 02 &#8211; Re route LUNs from the storage array to newf servers<br \/>\n<\/strong><\/p>\n<p>Create a snapshot and make the snapshot LUNs visible for Oracle Virtual Server (OVS) according the third-party storage technology.<\/p>\n<p><strong>Step 03 &#8211; Add LUNs to DomUs (VMs)<\/strong><\/p>\n<p>Then, we refresh the storage layer from OVM Manager to present LUNs in each OVS<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">OVM&gt; refresh storagearray name=STORAGE_ARRAY_01\n\n<\/pre>\n<p><strong>Step 04 &#8211; Then, tell OVM Manager to add LUNs to the VMs in which we want our databases to be migrated<\/strong><\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">create VmDiskMapping slot=20 physicalDisk=sa01_clus01_asm_data01 name=sa01_clus01_asm_data01 on Vm name=rac001\ncreate VmDiskMapping slot=21 physicalDisk=sa01_clus01_asm_data02 name=sa01_clus01_asm_data02 on Vm name=rac001\ncreate VmDiskMapping slot=22 physicalDisk=sa01_clus01_asm_data03 name=sa01_clus01_asm_data03 on Vm name=rac001\ncreate VmDiskMapping slot=23 physicalDisk=sa01_clus01_asm_data04 name=sa01_clus01_asm_data04 on Vm name=rac001\ncreate VmDiskMapping slot=24 physicalDisk=sa01_clus01_asm_data05 name=sa01_clus01_asm_data05 on Vm name=rac001\ncreate VmDiskMapping slot=25 physicalDisk=sa01_clus01_asm_data06 name=sa01_clus01_asm_data06 on Vm name=rac001\ncreate VmDiskMapping slot=26 physicalDisk=sa01_clus01_asm_reco01 name=sa01_clus01_asm_reco01 on Vm name=rac001\ncreate VmDiskMapping slot=27 physicalDisk=sa01_clus01_asm_reco02 name=sa01_clus01_asm_reco02 on Vm name=rac001\n\ncreate VmDiskMapping slot=20 physicalDisk=sa01_clus01_asm_data01 name=sa01_clus01_asm_data01 on Vm name=rac002\ncreate VmDiskMapping slot=21 physicalDisk=sa01_clus01_asm_data02 name=sa01_clus01_asm_data02 on Vm name=rac002\ncreate VmDiskMapping slot=22 physicalDisk=sa01_clus01_asm_data03 name=sa01_clus01_asm_data03 on Vm name=rac002\ncreate VmDiskMapping slot=23 physicalDisk=sa01_clus01_asm_data04 name=sa01_clus01_asm_data04 on Vm name=rac002\ncreate VmDiskMapping slot=24 physicalDisk=sa01_clus01_asm_data05 name=sa01_clus01_asm_data05 on Vm name=rac002\ncreate VmDiskMapping slot=25 physicalDisk=sa01_clus01_asm_data06 name=sa01_clus01_asm_data06 on Vm name=rac002\ncreate VmDiskMapping slot=26 physicalDisk=sa01_clus01_asm_reco01 name=sa01_clus01_asm_reco01 on Vm name=rac002\ncreate VmDiskMapping slot=27 physicalDisk=sa01_clus01_asm_reco02 name=sa01_clus01_asm_reco02 on Vm name=rac002<\/pre>\n<p>At this stage we have all LUNs of our both disk groups for DATA and FRA available on both nodes of the cluster.<\/p>\n<p><strong>Step 05 &#8211; Migrate disk in AFD<\/strong><\/p>\n<p>We can rename disk groups if required or if a disk group with the same name already exists<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">renamedg phase=both dgname=DATA newdgname=DATAMIG verbose=true asm_diskstring='\/dev\/xvdr1','\/dev\/xvds1','\/dev\/xvdt1','\/dev\/xvdu1','\/dev\/xvdv1','\/dev\/xvdw1'\nrenamedg phase=both dgname=FRA  newdgname=FRAMIG  verbose=true asm_diskstring='\/dev\/xvdx1','\/dev\/xvdy1'<\/pre>\n<p>&nbsp;<\/p>\n<p>Then we migrate disks into AFD configuration<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ORACLE_HOME\/bin\/asmcmd afd_label DATAMIG \/dev\/xvdr1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label DATAMIG \/dev\/xvds1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label DATAMIG \/dev\/xvdt1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label DATAMIG \/dev\/xvdu1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label DATAMIG \/dev\/xvdv1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label DATAMIG \/dev\/xvdw1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label FRAMIG  \/dev\/xvdx1 --migrate\n$ORACLE_HOME\/bin\/asmcmd afd_label FRAMIG  \/dev\/xvdy1 --migrate<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Step 06 &#8211; Mount disk groups on the new cluster and add database(s) in the cluster<\/strong><\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ORACLE_HOME\/bin\/asmcmd mount DATAMIG\n$ORACLE_HOME\/bin\/asmcmd mount FRAMIG<\/pre>\n<p>&nbsp;<\/p>\n<p>Then add database(s) to cluster (repeat for each database)<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ORACLE_HOME\/bin\/srvctl add database -db cdb001 \n-oraclehome \/u01\/app\/oracle\/product\/12.2.0\/dbhome_1 \n-dbtype RAC \n-spfile +DATAMIG\/CDB001\/spfileCDB001.ora \n-diskgroup DATAMIG,FRAMIG<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Step 06 &#8211; Startup database<\/strong><\/p>\n<p>In that case, we renamed the disk groups so we need to modify file locations and some parameter values<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">create pfile='\/tmp\/initcdb001.ora' from spfile='+DATAMIG\/&lt;spfile_path&gt;' ;\n-- modify controlfiles, recovery area and any other relevant paramters\ncreate spfile='+DATAMIG\/CDB001\/spfileCDB001.ora' from pfile='\/tmp\/initcdb001.ora' ;\n\nALTER DATABASE RENAME FILE '+DATA\/&lt;datafile_paths&gt;','+DATAMIG\/&lt;datafile_paths&gt;'\nALTER DATABASE RENAME FILE '+DATA\/&lt;tempfile_paths&gt;','+DATAMIG\/&lt;tempfile_paths&gt;'\nALTER DATABASE RENAME FILE '+DATA\/&lt;onlinelog_paths&gt;','+DATAMIG\/&lt;onlinelog_paths&gt;'\nALTER DATABASE RENAME FILE '+FRA\/&lt;onlinelog_paths&gt;', '+FRAMIG\/&lt;onlinelog_paths&gt;'<\/pre>\n<p>&nbsp;<\/p>\n<p>Then start the database<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ORACLE_HOME\/bin\/srvctl start database -db cdb001<\/pre>\n<p>&nbsp;<\/p>\n<p>This method can be used to easily migrated TB of data with almost no pain, reducing at most as possible the downtime period. For near Zero downtime migration, just add a GoldenGate replication on top of that.<\/p>\n<p>The method describes here is also perfectly applicable for ASM snapshot in order to duplicate huge volume from one environment to another. This permits fast environment provisioning without the need to duplicate data over the network nor impact storage layer with intensive I\/Os.<\/p>\n<p>I hope it may help and please do not hesitate to contact us if you have any questions or require further information.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a step by step demonstration on how to migrate any ASM disk groups from a cluster to another. May be use, with or without virtualization and may be used with storage layer snapshot for fast environment provisioning. Step 01 &#8211; Shutdown source database(s) on VMWARE servers Shutdown all databases hosted in the targeted [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,198,199,59],"tags":[],"type_dbi":[],"class_list":["post-10986","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-database-management","category-hardware-storage","category-oracle"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM - dbi Blog<\/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.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM\" \/>\n<meta property=\"og:description\" content=\"This is a step by step demonstration on how to migrate any ASM disk groups from a cluster to another. May be use, with or without virtualization and may be used with storage layer snapshot for fast environment provisioning. Step 01 &#8211; Shutdown source database(s) on VMWARE servers Shutdown all databases hosted in the targeted [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-22T11:45:10+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM\",\"datePublished\":\"2018-02-22T11:45:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\"},\"wordCount\":372,\"commentCount\":0,\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Database management\",\"Hardware &amp; Storage\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\",\"name\":\"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2018-02-22T11:45:10+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM - dbi Blog","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.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/","og_locale":"en_US","og_type":"article","og_title":"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM","og_description":"This is a step by step demonstration on how to migrate any ASM disk groups from a cluster to another. May be use, with or without virtualization and may be used with storage layer snapshot for fast environment provisioning. Step 01 &#8211; Shutdown source database(s) on VMWARE servers Shutdown all databases hosted in the targeted [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/","og_site_name":"dbi Blog","article_published_time":"2018-02-22T11:45:10+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM","datePublished":"2018-02-22T11:45:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/"},"wordCount":372,"commentCount":0,"articleSection":["Database Administration &amp; Monitoring","Database management","Hardware &amp; Storage","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/","url":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/","name":"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2018-02-22T11:45:10+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/migrate-oracle-databases-and-asm-diskgroups-from-vmware-to-oracle-vm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Migrate Oracle Database(s) and ASM diskgroups from VMWARE to Oracle VM"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10986"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10986\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10986"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10986"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10986"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}