<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Enable/Disable Scheduler on Consumer Node in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158574#M26335</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Current Setup:&lt;/P&gt;
&lt;P&gt;QS On Prem November 2023&lt;/P&gt;
&lt;P&gt;1 Central Node/ 1 Scheduler (Failover)/ 2 Consumer Nodes&lt;/P&gt;
&lt;P&gt;During 3am and 7am, I would like to activate the 2 Consumer nodes to become Schedulers in order to have 2 more nodes processing the data. Using a combination of Windows Task Scheduler and Qlik-Cli I manage to activate the nodes to become schedulers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Connect-Qlik -Computername XXX.YYYY.com -UseDefaultCredentials

Update-QlikNode -id 12345678-abcd-1234-abcd-1234567890ab -schedulerEnabled&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I am struggling to find a way to disable scheduler on consumer nodes using a script. Currently I am just going into QMC to untick the boxes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions on how to do the disable part?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 09:55:29 GMT</pubDate>
    <dc:creator>fachto76</dc:creator>
    <dc:date>2024-01-05T09:55:29Z</dc:date>
    <item>
      <title>Enable/Disable Scheduler on Consumer Node</title>
      <link>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158574#M26335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Current Setup:&lt;/P&gt;
&lt;P&gt;QS On Prem November 2023&lt;/P&gt;
&lt;P&gt;1 Central Node/ 1 Scheduler (Failover)/ 2 Consumer Nodes&lt;/P&gt;
&lt;P&gt;During 3am and 7am, I would like to activate the 2 Consumer nodes to become Schedulers in order to have 2 more nodes processing the data. Using a combination of Windows Task Scheduler and Qlik-Cli I manage to activate the nodes to become schedulers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Connect-Qlik -Computername XXX.YYYY.com -UseDefaultCredentials

Update-QlikNode -id 12345678-abcd-1234-abcd-1234567890ab -schedulerEnabled&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I am struggling to find a way to disable scheduler on consumer nodes using a script. Currently I am just going into QMC to untick the boxes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions on how to do the disable part?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 09:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158574#M26335</guid>
      <dc:creator>fachto76</dc:creator>
      <dc:date>2024-01-05T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enable/Disable Scheduler on Consumer Node</title>
      <link>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158675#M26337</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41461"&gt;@fachto76&lt;/a&gt;&amp;nbsp;perhaps you could schedule a stop of the Scheduler Service?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 15:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158675#M26337</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2024-01-05T15:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Enable/Disable Scheduler on Consumer Node</title>
      <link>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158982#M26342</link>
      <description>&lt;P&gt;Hey there&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41461"&gt;@fachto76&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Have you tried using the same Update instruction, without that specific parameter?&lt;BR /&gt;I haven't been able to try it, but I would say that using&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Update-QlikNode -id 12345678-abcd-1234-abcd-1234567890ab&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;or&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Update-QlikNode -id 12345678-abcd-1234-abcd-1234567890ab -engineEnabled &amp;lt;-all other services apart from scheduler&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;should do the trick&lt;BR /&gt;&lt;BR /&gt;Riccardo&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 06:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Enable-Disable-Scheduler-on-Consumer-Node/m-p/2158982#M26342</guid>
      <dc:creator>rzenere_avvale</dc:creator>
      <dc:date>2024-01-08T06:55:40Z</dc:date>
    </item>
  </channel>
</rss>

