<?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 sintaxis service windows in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/sintaxis-service-windows/m-p/607647#M17755</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;could help me with the syntax to restart some services in windows, in sas 9.4. had the following script for linux but in windows I don't know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;start)&lt;BR /&gt;# To start all services gracefully&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-start.yml&lt;BR /&gt;;;&lt;BR /&gt;stop)&lt;BR /&gt;# To stop all services gracefully&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-stop.yml&lt;BR /&gt;;;&lt;BR /&gt;restart)&lt;BR /&gt;# To restart all services gracefully&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-restart.yml&lt;BR /&gt;;;&lt;BR /&gt;status)&lt;BR /&gt;# To list the status of all SAS Viya services and URLs&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-status.yml&lt;BR /&gt;;;&lt;BR /&gt;disable)&lt;BR /&gt;# To exempt sas-viya-all-services from system reboots&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-disable.yml&lt;BR /&gt;;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 12:12:21 GMT</pubDate>
    <dc:creator>Peruano81</dc:creator>
    <dc:date>2019-11-27T12:12:21Z</dc:date>
    <item>
      <title>sintaxis service windows</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sintaxis-service-windows/m-p/607647#M17755</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;could help me with the syntax to restart some services in windows, in sas 9.4. had the following script for linux but in windows I don't know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;start)&lt;BR /&gt;# To start all services gracefully&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-start.yml&lt;BR /&gt;;;&lt;BR /&gt;stop)&lt;BR /&gt;# To stop all services gracefully&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-stop.yml&lt;BR /&gt;;;&lt;BR /&gt;restart)&lt;BR /&gt;# To restart all services gracefully&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-restart.yml&lt;BR /&gt;;;&lt;BR /&gt;status)&lt;BR /&gt;# To list the status of all SAS Viya services and URLs&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-status.yml&lt;BR /&gt;;;&lt;BR /&gt;disable)&lt;BR /&gt;# To exempt sas-viya-all-services from system reboots&lt;BR /&gt;ansible-playbook virk/playbooks/viya-mmsu/viya-services-disable.yml&lt;BR /&gt;;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 12:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sintaxis-service-windows/m-p/607647#M17755</guid>
      <dc:creator>Peruano81</dc:creator>
      <dc:date>2019-11-27T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: sintaxis service windows</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sintaxis-service-windows/m-p/607679#M17756</link>
      <description>&lt;P&gt;&lt;SPAN class="xisDoc-windowItem"&gt;SAS Viya on Windows&amp;nbsp;only supports single-server deployments, so the '&lt;/SPAN&gt;&lt;SPAN class="xisDoc-windowItem"&gt;SAS Services Manager' service can be used to start and stop all of the SAS Viya services in the correct sequence:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=calchkadm&amp;amp;docsetTarget=n03034viyainfrsrvs00000admin.htm&amp;amp;docsetVersion=3.4&amp;amp;locale=en" target="_self"&gt;&lt;SPAN class="xisDoc-windowItem"&gt;&lt;SPAN&gt;SAS® Viya® 3.4 Administration: General Servers and Services&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="xisDoc-windowItem"&gt;&lt;SPAN&gt;If you need to script it you could use a command like:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; net start "SAS Services Manager"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; or&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sc \\&lt;EM&gt;hostname&lt;/EM&gt; start "SAS Services Manager"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 'VIRK' tool (now called Viya-ARK) which you were using is only available on Linux and not Windows.&amp;nbsp; The equivalent Windows tool&amp;nbsp;&lt;A href="https://support.sas.com/en/documentation/install-center/viya/deployment-tools/34/deployment-assistant-windows.html" target="_self"&gt;SAS® Viya® Deployment Assistant for Windows&amp;nbsp;&lt;/A&gt;does not have a facility to manage services.&amp;nbsp;&amp;nbsp;&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;&lt;P&gt;Jack&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sintaxis-service-windows/m-p/607679#M17756</guid>
      <dc:creator>JackMcGuire</dc:creator>
      <dc:date>2019-11-27T13:53:20Z</dc:date>
    </item>
  </channel>
</rss>

