{"id":2909,"date":"2015-02-28T10:19:28","date_gmt":"2015-02-28T10:19:28","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=2909"},"modified":"2021-02-04T15:19:15","modified_gmt":"2021-02-04T20:19:15","slug":"zoom-server-checkpointing-on-restart","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/","title":{"rendered":"Zoom Server checkpointing on restart"},"content":{"rendered":"\n<p>From&nbsp;<span class=\"keyword\">5.2<\/span>&nbsp;and above, Zoom server can be configured to perform database <span class=\"keyword\">checkpointing<\/span> only at scheduled automatic server restarts. Previously, every time Zoom server started, checkpointing would be performed. This checkpointing would take stock of all data operations executed on the Zoom server since the previous checkpoint, compacting the database in the process. However, this was inconvenient as the server became unavailable until checkpointing completed, especially at times when say, administrative setting changes require server restarts.<\/p>\n\n\n\n<div class=\"note\">For Zoom versions before <span class=\"keyword\">5.2<\/span>, checkpointing is enabled by default and is executed upon Zoom Server startup.<\/div>\n\n\n\n<p>With, Zoom&nbsp;<span class=\"keyword\">5.2<\/span>&nbsp;and above, if the Zoom server has been scheduled to restart automatically at a particular time and frequency, say daily at 1 AM, then checkpointing is performed only on those scheduled server restarts. On all other restarts, the server will not perform checkpointing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Automatic Checkpointing Service<\/h2>\n\n\n\n<p>The auto-restart can be configured using the <span class=\"keyword\">Zoom Web Management Console<\/span>. <strong>Log into<\/strong> <span class=\"keyword\">Web Management Console <\/span>as an admin. <strong>Go to<\/strong> <span style=\"background-color: #e3e3e3;\">Server Control Panel<\/span> under <span style=\"background-color: #e8c8c8; font-family: 'trebuchet ms', geneva, sans-serif;\">System <\/span>node in the <span style=\"background-color: #e8c8c8; font-family: 'trebuchet ms', geneva, sans-serif;\">Admin Menu<\/span> on the left. Click <span style=\"background-color: #e8c8c8; font-family: 'trebuchet ms', geneva, sans-serif;\">Automatic Server Restart Settings<\/span>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png\" alt=\"\" class=\"wp-image-7471\"\/><\/figure>\n\n\n\n<p>If <span style=\"background-color: #e8c8c8; font-family: 'trebuchet ms', geneva, sans-serif;\">Enable Auto-Restart Service<\/span> is checked, Zoom will follow the scheduled setup, such as&nbsp;every 7 days on Sunday midnight, to perform a server restart and a subsequent checkpoint. In order to do so, before every auto-restart, the <code class=\"\">&lt;doCheckpoint&gt;<\/code> tag under <code class=\"\">&lt;autorestartspec&gt;<\/code> in <span class=\"keyword\">server.xml<\/span> is automatically modified to <em>true<\/em> by the auto-restart service. Once the checkpoint is finished, the property is reset back to <em>false<\/em> in <span class=\"keyword\">server.xml<\/span> file.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/serverAuto-restart.png\" alt=\"\" class=\"wp-image-7472\"\/><\/figure>\n\n\n\n<div class=\"note\">If auto-restart is disabled, checkpoint will be enabled for each restart. Administrators can override this by setting <code class=\"\">&lt;doCheckpoint&gt;<\/code> tag as&nbsp;<em>false<\/em> in <span class=\"keyword\">server.xml<\/span> to ensure that the server restarts without checkpointing. However, after a successful startup, the server will revert to performing checkpointing on subsequent restarts. This is necessary as periodic checkpointing needs to be performed automatically.<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"forced-or-manual-checkpointing\"><a id=\"force-checkpoint\"><\/a>Forced or Manual Checkpointing<\/h2>\n\n\n\n<p>The administrator can&nbsp;enable or disable the automatic checkpointing with server restarts either by using <span class=\"keyword\"><strong>javaZoom<\/strong><\/span> tool or by directly modifying server configuration file. Each method is explained below.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><b>Using the <span class=\"keyword\">javaZoom<\/span> tool<\/b>\u00a0(recommended method). <em>javaZoom<\/em> is an utility available with Zoom, from version\u00a0<span class=\"keyword\">5.3<\/span>\u00a0and above. <ol class=\"instructions\"><li><span class=\"command\">Open\u00a0Terminal<\/span> or <span class=\"keyword\">Command-Prompt<\/span>\u00a0on the Zoom Server.<\/li><li><span class=\"command\">Navigate<\/span> to the\u00a0<span class=\"keyword\">bin<\/span> directory (Linux: <em>[ZoomInstallDir]\/bin<\/em> Windows: <em>[ZoomInstallDir]\\bin<\/em>).<\/li><li>To restart the Zoom server with checkpointing, <span class=\"command\">run<\/span> the command. Note:  Zoom server won&#8217;t be accessible during the checkpointing. Make sure you perform the check pointing in a planned event. <br><code>.\/javaZoom checkpoint on<\/code><\/li><li>To enable checkpointing for the next server restart, but without immediately restarting the server, <span class=\"command\">run<\/span> the command: <br><code>.\/javaZoom checkpoint on -nr<\/code><\/li><li>To see\u00a0<span class=\"keyword\">javaZoom checkpoint<\/span> utility&#8217;s usage help, <span class=\"command\">run<\/span> the command:<br><code>.\/javaZoom checkpoint help <\/code><\/li><li>Ensure check pointing is finished by verifying the server log messages. See the below section: <a href=\"#verify-the-performed-checkpointing\">Verify the Performed Checkpointing<\/a><br><br><\/li><\/ol><\/li><li><b>Manual edit and restart:<\/b> (not recommended) <ol class=\"instructions\"><li>On the Zoom Server,<span class=\"command\">\u00a0open<\/span>\u00a0the server configuration file, <span class=\"keyword\"><strong>server.xml<\/strong><\/span>, from the installation <span class=\"keyword\">conf<\/span> directory (Linux: <em>[ZoomInstallDir]\/conf<\/em> Windows: <em>[ZoomInstallDir]\\conf<\/em>).<\/li><li><span class=\"command\">Locate<\/span> the tag\u00a0<code>doCheckpoint<\/code>\u00a0under\u00a0<code class=\"\">&lt;autorestartspec><\/code>.\u00a0It governs if checkpointing will be performed on the next server start.<\/li><li><strong>Set<\/strong> the value\u00a0of tag\u00a0<code class=\"\">&lt;doCheckpoint><\/code> to <em>true<\/em>.<\/li><li><span class=\"command\">Save<\/span> the file.<\/li><li><span class=\"command\">Restart<\/span>\u00a0Zoom Server.<\/li><\/ol><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"verify-the-performed-checkpointing\">Verify the Performed Checkpointing<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Always ensure<\/strong> that checkpointing has been completed by viewing&nbsp;the&nbsp;<span class=\"keyword\"><strong>server_log.0<\/strong><\/span> file under [ZoomInstallDir]\/logs directory and <strong>confirming<\/strong> the following log record exists with the time-stamp<strong>.<\/strong> Look the <em>Redo log checkpointing start<\/em>  and Redo log checkpointing ended.<br>If the checkpoint is not performed, server will use the word: without <strong>checkpointing<\/strong> in the log messages. Please utmost pay attention to these messages.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>INFO: Sun, 22 Nov 2015 20:06:55.527 PST &#91;TransactionRedoLogManager.redoSecondPass Zoom Main Thread-1] Redo log checkpointing estimate: 450 kb in 0.00 s (at 15 mb\/s).\n....\n....\nINFO: Sun, 22 Nov 2015 20:06:56.060 PST &#91;TransactionRedoLogManager.setup Zoom Main Thread-1] Redo log checkpointing ended.<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>From&nbsp;5.2&nbsp;and above, Zoom server can be configured to perform database checkpointing only at scheduled automatic server restarts. Previously, every time Zoom server started, checkpointing would be performed. This checkpointing would take stock of all data operations executed on the Zoom server since the previous checkpoint, compacting the database in the process. However, this was inconvenient [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","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":[27],"tags":[21,12,13],"class_list":["post-2909","post","type-post","status-publish","format-standard","hentry","category-administration-server","tag-zoom-5","tag-zoom-6","tag-zoom-7"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Zoom Server checkpointing on restart - 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\/zoom-server-checkpointing-on-restart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zoom Server checkpointing on restart - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"From&nbsp;5.2&nbsp;and above, Zoom server can be configured to perform database checkpointing only at scheduled automatic server restarts. Previously, every time Zoom server started, checkpointing would be performed. This checkpointing would take stock of all data operations executed on the Zoom server since the previous checkpoint, compacting the database in the process. However, this was inconvenient [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2015-02-28T10:19:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-04T20:19:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png\" \/>\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=\"3 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\\\/zoom-server-checkpointing-on-restart\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Zoom Server checkpointing on restart\",\"datePublished\":\"2015-02-28T10:19:28+00:00\",\"dateModified\":\"2021-02-04T20:19:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/\"},\"wordCount\":585,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/checkpointing-1024x633.png\",\"keywords\":[\"zoom 5\",\"zoom 6\",\"zoom 7\"],\"articleSection\":[\"Administration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/\",\"name\":\"Zoom Server checkpointing on restart - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/checkpointing-1024x633.png\",\"datePublished\":\"2015-02-28T10:19:28+00:00\",\"dateModified\":\"2021-02-04T20:19:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/checkpointing-1024x633.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/checkpointing-1024x633.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/zoom-server-checkpointing-on-restart\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zoom Server checkpointing on restart\"}]},{\"@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":"Zoom Server checkpointing on restart - 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\/zoom-server-checkpointing-on-restart\/","og_locale":"en_US","og_type":"article","og_title":"Zoom Server checkpointing on restart - Evolphin Documentation","og_description":"From&nbsp;5.2&nbsp;and above, Zoom server can be configured to perform database checkpointing only at scheduled automatic server restarts. Previously, every time Zoom server started, checkpointing would be performed. This checkpointing would take stock of all data operations executed on the Zoom server since the previous checkpoint, compacting the database in the process. However, this was inconvenient [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/","og_site_name":"Evolphin Documentation","article_published_time":"2015-02-28T10:19:28+00:00","article_modified_time":"2021-02-04T20:19:15+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Zoom Server checkpointing on restart","datePublished":"2015-02-28T10:19:28+00:00","dateModified":"2021-02-04T20:19:15+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/"},"wordCount":585,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png","keywords":["zoom 5","zoom 6","zoom 7"],"articleSection":["Administration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/","url":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/","name":"Zoom Server checkpointing on restart - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png","datePublished":"2015-02-28T10:19:28+00:00","dateModified":"2021-02-04T20:19:15+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2015\/02\/checkpointing-1024x633.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/zoom-server-checkpointing-on-restart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Zoom Server checkpointing on restart"}]},{"@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\/2909","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=2909"}],"version-history":[{"count":9,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2909\/revisions"}],"predecessor-version":[{"id":16415,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/2909\/revisions\/16415"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=2909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=2909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=2909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}