<?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 Re: How to know when cronjobs/sas-start-all finished to start SAS Viya? in SAS Viya (Pay-As-You-Go)</title>
    <link>https://communities.sas.com/t5/SAS-Viya-Pay-As-You-Go/How-to-know-when-cronjobs-sas-start-all-finished-to-start-SAS/m-p/891902#M169</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt;&amp;nbsp; this does not looks to be a&amp;nbsp;SAS® Viya® on Microsoft Azure Marketplace Subscription because there is no way to stop and restart&amp;nbsp;Viya on Microsoft Azure Marketplace Subscription and Users can start only an instance or delete an instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the query is for the Viya environment which is installed/deployed on Kubernetes by you or your team, you can raise a support track/case to&amp;nbsp;&lt;A href="mailto:support@sas.com" target="_blank"&gt;support@sas.com&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having said that you need to monitor the pod status to check if all the pods are up and running to know if the Viya services are started or not, below are couple of approaches you can go with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Check pod status:&lt;/P&gt;
&lt;P&gt;kubectl get pods -o wide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Alternately Readiness service checks the status of the SAS Viya deployment to determine whether it is ready for use , below command can be used for the same:&lt;BR /&gt;kubectl wait \&lt;BR /&gt;--for=condition=ready pod \&lt;BR /&gt;--selector="app.kubernetes.io/name=sas-readiness" \&lt;BR /&gt;--timeout=30s&lt;/P&gt;
&lt;P&gt;0 = Ready, 1= Error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 11:20:03 GMT</pubDate>
    <dc:creator>shekhar_chavan</dc:creator>
    <dc:date>2023-08-31T11:20:03Z</dc:date>
    <item>
      <title>How to know when cronjobs/sas-start-all finished to start SAS Viya?</title>
      <link>https://communities.sas.com/t5/SAS-Viya-Pay-As-You-Go/How-to-know-when-cronjobs-sas-start-all-finished-to-start-SAS/m-p/891870#M168</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the SAS supplied C&lt;SPAN class="TextRun SCXW83541729 BCX9" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW83541729 BCX9"&gt;ronJob &lt;STRONG&gt;sas-start-all&lt;/STRONG&gt;&amp;nbsp;to start SAS Viya 4 on Azure.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="TextRun SCXW83541729 BCX9" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW83541729 BCX9"&gt;How can I know when it finished to start SAS and I can start to work?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="TextRun SCXW83541729 BCX9" data-contrast="auto"&gt;&lt;SPAN class="NormalTextRun SCXW83541729 BCX9"&gt;How can I know if is successfully started SAS or failed?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 06:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya-Pay-As-You-Go/How-to-know-when-cronjobs-sas-start-all-finished-to-start-SAS/m-p/891870#M168</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2023-08-31T06:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to know when cronjobs/sas-start-all finished to start SAS Viya?</title>
      <link>https://communities.sas.com/t5/SAS-Viya-Pay-As-You-Go/How-to-know-when-cronjobs-sas-start-all-finished-to-start-SAS/m-p/891902#M169</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13766"&gt;@EyalGonen&lt;/a&gt;&amp;nbsp; this does not looks to be a&amp;nbsp;SAS® Viya® on Microsoft Azure Marketplace Subscription because there is no way to stop and restart&amp;nbsp;Viya on Microsoft Azure Marketplace Subscription and Users can start only an instance or delete an instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the query is for the Viya environment which is installed/deployed on Kubernetes by you or your team, you can raise a support track/case to&amp;nbsp;&lt;A href="mailto:support@sas.com" target="_blank"&gt;support@sas.com&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having said that you need to monitor the pod status to check if all the pods are up and running to know if the Viya services are started or not, below are couple of approaches you can go with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Check pod status:&lt;/P&gt;
&lt;P&gt;kubectl get pods -o wide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Alternately Readiness service checks the status of the SAS Viya deployment to determine whether it is ready for use , below command can be used for the same:&lt;BR /&gt;kubectl wait \&lt;BR /&gt;--for=condition=ready pod \&lt;BR /&gt;--selector="app.kubernetes.io/name=sas-readiness" \&lt;BR /&gt;--timeout=30s&lt;/P&gt;
&lt;P&gt;0 = Ready, 1= Error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 11:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya-Pay-As-You-Go/How-to-know-when-cronjobs-sas-start-all-finished-to-start-SAS/m-p/891902#M169</guid>
      <dc:creator>shekhar_chavan</dc:creator>
      <dc:date>2023-08-31T11:20:03Z</dc:date>
    </item>
  </channel>
</rss>

