{"id":5031,"date":"2016-11-14T13:51:13","date_gmt":"2016-11-14T13:51:13","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=5031"},"modified":"2020-05-18T09:15:36","modified_gmt":"2020-05-18T13:15:36","slug":"setup-of-curator-with-hadr","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/","title":{"rendered":"Setup of Curator with HADR"},"content":{"rendered":"\n<p>For an introduction to Curator and starting the service see the article on <a href=\"docs\/curator-configuration\">Curator Configuration for Zoom versions till 7.2<\/a> and <a href=\"docs\/curator\/curator-configuration-2\/\">Curator Configuration for Zoom 7.3 onwards<\/a>. This article discusses the initial setup, and, the process for subsequent configuration of the Curator service when <span class=\"keyword\">Zoom HADR<\/span> is being used.<\/p>\n\n\n\n<p><span class=\"keyword\">Zoom HADR<\/span> provides <em>High-Availability and Disaster Recovery<\/em> using multiple Zoom servers. Similarly, multiple instances of the Curator service can be deployed, and, can be on different machines.<\/p>\n\n\n\n<p>Further, different clusters of Zoom servers can use a different Curator service. This is especially useful when the clusters are geographically separated, and any search speed benefits may be overwhelmed by the time taken in network communication. It is also possible to set up some servers to use Curator, while others don&#8217;t use any Curator service. Similarly, only some Zoom servers could be set up to provide indexing data to Curator, while others still use Curator for searching.<\/p>\n\n\n\n<p>Due to all this flexibility in setup, more care needs to be taken during configuration, to ensure that the setup design matches the expectation from the system.<\/p>\n\n\n\n<div id=\"init-config\" class=\"spy-item\">&nbsp;<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">First Time Setup till Zoom 7.2<\/h2>\n\n\n\n<ol class=\"instructions wp-block-list\"><li><span class=\"command\">Stop<\/span> the Curator Service that is to be setup.<\/li><li>Select any one Zoom Server for performing the initial setup. This should preferably be the highest-priority server of the cluster designated for that Curator Server. <ul><li>Zoom Servers could be divided into groups or clusters for each Curator Server with some of the following guiding principles: <ul><li>Geographically distant Zoom Servers could be grouped separately.<\/li><li>Independently balance the required level of fault-tolerance or availability of the Curator Service, with the number of server machines required for it. The Curator Service could be treated as a less essential service, and hence be deployed on a fewer number of machines.<\/li><li>The Curator Service could also be associated one-to-one with every required Zoom Server. This will be similar to a <a rel=\"noopener noreferrer\" href=\"docs\/curator-configuration\/#fts-webmin-config\" target=\"_blank\">non-HADR Curator setup<\/a>, thus simplifying management.  <\/li><\/ul><\/li><\/ul><\/li><li>On this selected Zoom Server, set up the Curator by directly editing the <a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\" target=\"_blank\"><code>server.xml<\/code> in XML format<\/a>, as described below. <ul><li><span class=\"command\">Open<\/span> the <code>&lt;ZOOM_INSTALL_DIR&gt;\/conf\/server.xml<\/code> of the Zoom Server in a text editor.<\/li><li>In the editor, <span class=\"command\">locate<\/span>&nbsp;the <code>ftsSpec<\/code> section. Use the <a href=\"docs\/fts-spec\/#xml-spec-description\">XML field reference<\/a> for additional details.<\/li><li><span class=\"command\">Set<\/span> the <a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\/#field-host\" target=\"_blank\"><code>host<\/code><\/a> tag value to the Curator Service machine&#8217;s hostname or IP. <div class=\"example\">e.g. <code>&lt;host&gt;zm04.company.local&lt;host&gt;<\/code><\/div> <\/li><li><span class=\"command\">Set<\/span> the <a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\/#field-solrDataDir\" target=\"_blank\"><code>solrDataDir<\/code><\/a> tag value to the Curator Service&#8217;s database directory; see the <a rel=\"noopener noreferrer\" href=\"docs\/curator-configuration\/#config-solr-db-dir\" target=\"_blank\">non-HADR configuration <\/a>post&nbsp;for a detailed description.<\/li><li><span class=\"command\">Set<\/span> the values of the sub-section <a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\/#field-hadrServers\" target=\"_blank\"><code>hadrServers<\/code><\/a>. <ul><li>List each Zoom Server which can be accessed by the Curator Service for indexing.<\/li><li>Typically, every Zoom Server within the cluster for the Curator Server would get listed. Possible reasons for exclusion may be: <ul><li>A Zoom Server dedicated to Zoom users alone; no data requests from Curator.<\/li><li>A Zoom Server deployed on a machine with very limited resources, which is designated only as an emergency backup server. <\/li><\/ul><\/li><li>It is recommended to list these Zoom Servers in decreasing order of their <span class=\"keyword\" style=\"font-size: 1rem; font-weight: inherit;\">HADR priority.<\/span><\/li><\/ul><\/li><li><span class=\"command\">Set<\/span> any other fields, as may be required, such as: <ul><li>flags for enabling file content and non-content indexing and search (e.g. <a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\/#field-nonContentIndex\" target=\"_blank\"><code>nonFileContentIndex<\/code><\/a>, <a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\/#field-contentSearch\" target=\"_blank\"><code>fileContentSearch<\/code><\/a>)<\/li><li>email notification frequency (<a rel=\"noopener noreferrer\" href=\"docs\/fts-spec\/#field-emailFrequency\" target=\"_blank\"><code>failedDocsNotification<\/code><\/a>) <\/li><\/ul><\/li><li><span class=\"command\">Save<\/span> the edited file. <\/li><\/ul><\/li><li><span class=\"command\">Copy<\/span> the above configured <code>server.xml<\/code>&#8216;s <code>ftsSpec<\/code> section to the Curator Server&#8217;s <code>&lt;ZOOM_INSTALL_DIR&gt;\/conf\/server.xml<\/code>, in case it is deployed in a different location than the Zoom Server. <ol class=\"instructions\"><li><span class=\"command\">Copy<\/span> just the <code>ftsSpec<\/code> section of the <code>server.xml<\/code> to the other Zoom Servers of the same cluster, replacing any pre-existing <code>ftsSpec<\/code> in their <code>server.xml<\/code>. <\/li><\/ol><\/li><li><span class=\"command\">Restart<\/span> all Zoom Services of that cluster.<\/li><li><span class=\"command\">Start<\/span> the Curator Service.<\/li><\/ol>\n\n\n\n<div id=\"view-edit-config\" class=\"spy-item\">&nbsp;<\/div>\n\n\n\n<div>\n<h2>First Time Setup from Zoom 7.3 onwards<\/h2>\n<ol class=\"instructions\">\n<li><span class=\"command\">Start<\/span> the Curator Service that is to be setup.<\/li>\n<li>Select any one Zoom Server for performing the initial setup. This should preferably be the highest-priority server of the cluster designated for that Curator Server.\n<ul>\n<li>Zoom Servers could be divided into groups or clusters for each Curator Server with some of the following guiding principles:\n<ul>\n<li>Geographically distant Zoom Servers could be grouped separately.<\/li>\n<li>Independently balance the required level of fault-tolerance or availability of the Curator Service, with the number of server machines required for it. The Curator Service could be treated as a less essential service, and hence be deployed on a fewer number of machines.<\/li>\n<li>The Curator Service could also be associated one-to-one with every required Zoom Server. This will be similar to a <a href=\"\/docs\/curator\/curator-configuration-2\/#global-settings-for-curator\" target=\"_blank\" rel=\"noopener noreferrer\">non-HADR Curator setup<\/a>, thus simplifying management.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>On this selected Zoom Server, set up the Curator by logging into the Web Management Console as shown in <span data-post-id=\"11480\" class=\"insert-page insert-page-11480 \"><a href=\"https:\/\/evolphin.com\/help\/administration-server\/curator\/curator-configuration-2\/\">Curator Configuration (Zoom 7.3+)<\/a>\n\t\t\t\t\t\t<\/span>.\n<ul>\n<li><span class=\"command\">Add<\/span> the Curator Server by clicking Add New Curator on the Curator Configuration page in the Web Management Console.<\/li>\n<li><strong>Set<\/strong> the values for Content Search, Non Content Search, Audit Content Search and choose Curator Servers for Audit and Search.<\/li>\n<li>On the Curator Configuration page, choose this Curator Server and set values under the Curator Settings, Auto Restart, Zoom Server, Preview Server, Content Index, Non Content Index, and Audit Settings tab.\n<ul>\n<li>On the Curator Settings tab, set the Host to Curator Server&#8217;s hostname or IP.<\/li>\n<li>Set Solr Data Directory to the Curator Server&#8217;s database directory.<\/li>\n<li>On the Zoom Server tab, make sure that you add all Zoom Servers that this Curator should connect with and leave out those Zoom Servers that are not needed. Possible reasons for exclusion may be:\n<ul style=\"list-style-type: disc;\">\n<li>A Zoom Server dedicated to Zoom users alone; no data requests from Curator.<\/li>\n<li>A Zoom Server deployed on a machine with very limited resources, which is designated as an emergency backup server only.<\/li>\n<\/ul>\n<\/li>\n<li>On the Preview Server tab, specify at least one Preview Server if you want to set up content indexing.<\/li>\n<li>Specify values for Content and Non Content Indexes as required.<\/li>\n<li>Also, set up other values like for Auto Restart and Audit Settings.<\/li>\n<\/ul>\n<\/li>\n<li>Save these values so the changes can take effect.<\/li>\n<\/ul>\n<\/li>\n<li><span class=\"command\">Restart<\/span> all Zoom Services of that cluster.<\/li>\n<\/ol>\n<div id=\"view-edit-config\" class=\"spy-item\">&nbsp;<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Suggested order to start or stop services<\/h2>\n\n\n\n<p>For the smooth functioning of the Curator Service, the following order is prescribed for starting and stopping the various Zoom services.<\/p>\n\n\n\n<div class=\"note\"><strong>This is not essential for Curator functions<\/strong>.<\/div>\n\n\n\n<p>This is only to prevent receiving warning log messages etc. about the unavailability of Zoom or Preview servers during planned events such as performing maintenance or changing configurations.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Starting order<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>Start the <span class=\"keyword\">Zoom service<\/span> for <strong>all<\/strong> the servers of that HADR cluster.<\/li><li>Start the <span class=\"keyword\">Preview service<\/span> for <strong>all<\/strong> the servers of that HADR cluster.<\/li><li>Start the <span class=\"keyword\">Curator service<\/span>&nbsp;for <strong>all<\/strong> the servers of that HADR cluster.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Stopping order<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>Stop the <span class=\"keyword\">Curator service<\/span> for <strong>all<\/strong> the servers of that HADR cluster.<\/li><li>Stop the <span class=\"keyword\">Preview service<\/span> for <strong>all<\/strong> the servers of that HADR cluster.<\/li><li>Stop the <span class=\"keyword\">Zoom service&nbsp;<\/span>for <strong>all<\/strong> the servers of that HADR cluster.<\/li><\/ol>\n\n\n\n<div class=\"note\">Whenever the <span class=\"keyword\">Curator<\/span> service starts, it will try to communicate with the first <span class=\"keyword\">Zoom<\/span> server in the list of <a href=\"docs\/fts-spec\/#field-hadrServers\" target=\"_blank\" rel=\"noopener noreferrer\"><code>hadrServers<\/code><\/a> of the Curator config. If for any reason <span class=\"keyword\">Curator<\/span> fails to connect with that <span class=\"keyword\">Zoom<\/span> server, then similar attempts are made to connect with the other <span class=\"keyword\">Zoom<\/span> servers in the listed order; until there is a successful connection, or it fails for all the listed Zoom servers in that Curator&#8217;s cluster.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>For an introduction to Curator and starting the service see the article on Curator Configuration for Zoom versions till 7.2 and Curator Configuration for Zoom 7.3 onwards. This article discusses the initial setup, and, the process for subsequent configuration of the Curator service when Zoom HADR is being used. Zoom HADR provides High-Availability and Disaster [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[111,105],"tags":[12],"class_list":["post-5031","post","type-post","status-publish","format-standard","hentry","category-curator","category-hadr","tag-zoom-6"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Setup of Curator with HADR - Evolphin Documentation<\/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:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setup of Curator with HADR - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"For an introduction to Curator and starting the service see the article on Curator Configuration for Zoom versions till 7.2 and Curator Configuration for Zoom 7.3 onwards. This article discusses the initial setup, and, the process for subsequent configuration of the Curator service when Zoom HADR is being used. Zoom HADR provides High-Availability and Disaster [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2016-11-14T13:51:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-18T13:15:36+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Setup of Curator with HADR\",\"datePublished\":\"2016-11-14T13:51:13+00:00\",\"dateModified\":\"2020-05-18T13:15:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/\"},\"wordCount\":1169,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"keywords\":[\"zoom 6\"],\"articleSection\":[\"Curator Server\",\"HADR\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/\",\"name\":\"Setup of Curator with HADR - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2016-11-14T13:51:13+00:00\",\"dateModified\":\"2020-05-18T13:15:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/hadr\\\/setup-of-curator-with-hadr\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setup of Curator with HADR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setup of Curator with HADR - Evolphin Documentation","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:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/","og_locale":"en_US","og_type":"article","og_title":"Setup of Curator with HADR - Evolphin Documentation","og_description":"For an introduction to Curator and starting the service see the article on Curator Configuration for Zoom versions till 7.2 and Curator Configuration for Zoom 7.3 onwards. This article discusses the initial setup, and, the process for subsequent configuration of the Curator service when Zoom HADR is being used. Zoom HADR provides High-Availability and Disaster [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/","og_site_name":"Evolphin Documentation","article_published_time":"2016-11-14T13:51:13+00:00","article_modified_time":"2020-05-18T13:15:36+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Setup of Curator with HADR","datePublished":"2016-11-14T13:51:13+00:00","dateModified":"2020-05-18T13:15:36+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/"},"wordCount":1169,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"keywords":["zoom 6"],"articleSection":["Curator Server","HADR"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/","url":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/","name":"Setup of Curator with HADR - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2016-11-14T13:51:13+00:00","dateModified":"2020-05-18T13:15:36+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/hadr\/setup-of-curator-with-hadr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Setup of Curator with HADR"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/5031","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=5031"}],"version-history":[{"count":2,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/5031\/revisions"}],"predecessor-version":[{"id":14795,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/5031\/revisions\/14795"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=5031"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=5031"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=5031"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}