<?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 Challenges in Deploying SAS Viya 4 on OpenShift vSphere in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932521#M28632</link>
    <description>&lt;P&gt;I am currently facing significant challenges while attempting to deploy SAS Viya on an OpenShift vSphere environment. As a newcomer to this ecosystem, I am finding it difficult to advance due to several problems that I will outline below. The most pressing issue is that the deployment status does not progress beyond &lt;STRONG&gt;BLANK STATE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# oc -n sas-viya get sasdeployment
NAME       STATE   CADENCENAME   CADENCEVERSION   CADENCERELEASE   AGE
sas-viya           lts           2023.10                           7h13m&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;Environment and Configuration&lt;/U&gt;&lt;/P&gt;&lt;P&gt;To provide some context, I have not made any modifications to the standard requirements for the OpenShift installation. Consequently, my setup consists of a three nodes that works as a masters and workers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# oc get nodes
NAME    STATUS   ROLES                         AGE   VERSION
nodo1   Ready    control-plane,master,worker   9d    v1.25.16+5c97f5b
nodo2   Ready    control-plane,master,worker   9d    v1.25.16+5c97f5b
nodo3   Ready    control-plane,master,worker   9d    v1.25.16+5c97f5b&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# oc adm top nodes
NAME    CPU(cores)   CPU%   MEMORY(bytes)   MEMORY%   
nodo1   446m         5%     5615Mi          29%       
nodo2   1149m        15%    10611Mi         56%       
nodo3   1311m        17%    14231Mi         75% &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Problem Description&lt;/U&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment Status Stuck at BLANK&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The deployment status remains stuck at BLANK, indicating that the deployment process is not advancing as expected. This is a critical roadblock that prevents further progress.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Logs Provide Limited Insight&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The logs generated by the deployment operator do not offer much information that could help diagnose the issue. The lack of detailed error messages or warnings makes it challenging to identify the root cause of the problem.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# kubectl logs -n sasoperator sas-deployment-operator-7865978cdd-vkk47

{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.command.started","messageParameters":{"name":"reconcile"},"properties":{"logger":"internal/apihelpers","caller":"apihelpers/apihelpers.go:44"},"timeStamp":"2024-06-14T14:45:52.934297+00:00","message":"The reconcile command started"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.command.started","messageParameters":{"name":"reconcile"},"properties":{"logger":"internal/cmd/reconcile","caller":"reconcile/reconcile.go:30"},"timeStamp":"2024-06-14T14:45:52.934429+00:00","message":"The reconcile command started"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.version","messageParameters":{"version":"1.109.0"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:56"},"timeStamp":"2024-06-14T14:45:52.934457+00:00","message":"version     : 1.109.0"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.buildDate","messageParameters":{"buildDate":"20231016.1697466963821"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:57"},"timeStamp":"2024-06-14T14:45:52.934466+00:00","message":"build date  : 20231016.1697466963821"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.commitHash","messageParameters":{"commitHash":"fbcd110fc8a10884e8c9778f6f79965ce78adb5f"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:58"},"timeStamp":"2024-06-14T14:45:52.934475+00:00","message":"commit hash : fbcd110fc8a10884e8c9778f6f79965ce78adb5f"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.goVersion","messageParameters":{"goVersion":"go1.21.3 X:boringcrypto"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:59"},"timeStamp":"2024-06-14T14:45:52.934483+00:00","message":"go version  : go1.21.3 X:boringcrypto"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.goComplier","messageParameters":{"goCompiler":"gc"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:60"},"timeStamp":"2024-06-14T14:45:52.934490+00:00","message":"go compiler : gc"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.goPlatform","messageParameters":{"goArch":"amd64","goOs":"linux"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:61"},"timeStamp":"2024-06-14T14:45:52.934505+00:00","message":"platform    : linux/amd64"}
I0614 14:45:53.985580       1 request.go:665] Waited for 1.043389733s due to client-side throttling, not priority and fairness, request: GET:https://172.40.0.1:443/apis/cloudcredential.openshift.io/v1?timeout=32s
I0614 14:45:55.291449       1 leaderelection.go:248] attempting to acquire leader lease sasoperator/sas-deployment-operator...
I0614 14:46:11.974259       1 leaderelection.go:258] successfully acquired lease sasoperator/sas-deployment-operator&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate some feedback to resolve this problem.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 22:12:02 GMT</pubDate>
    <dc:creator>etrock</dc:creator>
    <dc:date>2024-06-14T22:12:02Z</dc:date>
    <item>
      <title>Challenges in Deploying SAS Viya 4 on OpenShift vSphere</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932521#M28632</link>
      <description>&lt;P&gt;I am currently facing significant challenges while attempting to deploy SAS Viya on an OpenShift vSphere environment. As a newcomer to this ecosystem, I am finding it difficult to advance due to several problems that I will outline below. The most pressing issue is that the deployment status does not progress beyond &lt;STRONG&gt;BLANK STATE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# oc -n sas-viya get sasdeployment
NAME       STATE   CADENCENAME   CADENCEVERSION   CADENCERELEASE   AGE
sas-viya           lts           2023.10                           7h13m&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;Environment and Configuration&lt;/U&gt;&lt;/P&gt;&lt;P&gt;To provide some context, I have not made any modifications to the standard requirements for the OpenShift installation. Consequently, my setup consists of a three nodes that works as a masters and workers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# oc get nodes
NAME    STATUS   ROLES                         AGE   VERSION
nodo1   Ready    control-plane,master,worker   9d    v1.25.16+5c97f5b
nodo2   Ready    control-plane,master,worker   9d    v1.25.16+5c97f5b
nodo3   Ready    control-plane,master,worker   9d    v1.25.16+5c97f5b&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# oc adm top nodes
NAME    CPU(cores)   CPU%   MEMORY(bytes)   MEMORY%   
nodo1   446m         5%     5615Mi          29%       
nodo2   1149m        15%    10611Mi         56%       
nodo3   1311m        17%    14231Mi         75% &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Problem Description&lt;/U&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment Status Stuck at BLANK&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The deployment status remains stuck at BLANK, indicating that the deployment process is not advancing as expected. This is a critical roadblock that prevents further progress.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Logs Provide Limited Insight&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The logs generated by the deployment operator do not offer much information that could help diagnose the issue. The lack of detailed error messages or warnings makes it challenging to identify the root cause of the problem.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@masterocp ~]# kubectl logs -n sasoperator sas-deployment-operator-7865978cdd-vkk47

{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.command.started","messageParameters":{"name":"reconcile"},"properties":{"logger":"internal/apihelpers","caller":"apihelpers/apihelpers.go:44"},"timeStamp":"2024-06-14T14:45:52.934297+00:00","message":"The reconcile command started"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.command.started","messageParameters":{"name":"reconcile"},"properties":{"logger":"internal/cmd/reconcile","caller":"reconcile/reconcile.go:30"},"timeStamp":"2024-06-14T14:45:52.934429+00:00","message":"The reconcile command started"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.version","messageParameters":{"version":"1.109.0"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:56"},"timeStamp":"2024-06-14T14:45:52.934457+00:00","message":"version     : 1.109.0"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.buildDate","messageParameters":{"buildDate":"20231016.1697466963821"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:57"},"timeStamp":"2024-06-14T14:45:52.934466+00:00","message":"build date  : 20231016.1697466963821"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.commitHash","messageParameters":{"commitHash":"fbcd110fc8a10884e8c9778f6f79965ce78adb5f"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:58"},"timeStamp":"2024-06-14T14:45:52.934475+00:00","message":"commit hash : fbcd110fc8a10884e8c9778f6f79965ce78adb5f"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.goVersion","messageParameters":{"goVersion":"go1.21.3 X:boringcrypto"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:59"},"timeStamp":"2024-06-14T14:45:52.934483+00:00","message":"go version  : go1.21.3 X:boringcrypto"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.goComplier","messageParameters":{"goCompiler":"gc"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:60"},"timeStamp":"2024-06-14T14:45:52.934490+00:00","message":"go compiler : gc"}
{"level":"info","version":1,"source":"sas-orchestration","messageKey":"sas-orchestration.version.goPlatform","messageParameters":{"goArch":"amd64","goOs":"linux"},"properties":{"logger":"pkg/globalflags/version","caller":"version/version.go:61"},"timeStamp":"2024-06-14T14:45:52.934505+00:00","message":"platform    : linux/amd64"}
I0614 14:45:53.985580       1 request.go:665] Waited for 1.043389733s due to client-side throttling, not priority and fairness, request: GET:https://172.40.0.1:443/apis/cloudcredential.openshift.io/v1?timeout=32s
I0614 14:45:55.291449       1 leaderelection.go:248] attempting to acquire leader lease sasoperator/sas-deployment-operator...
I0614 14:46:11.974259       1 leaderelection.go:258] successfully acquired lease sasoperator/sas-deployment-operator&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate some feedback to resolve this problem.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 22:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932521#M28632</guid>
      <dc:creator>etrock</dc:creator>
      <dc:date>2024-06-14T22:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in Deploying SAS Viya 4 on OpenShift vSphere</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932564#M28633</link>
      <description>&lt;P&gt;If you haven't done so yet, I'd advise opening a Tech Support track. AFAIK there are very few users on the Community with the specialist knowledge you require. By all means update your post so we can all learn from it.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 01:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932564#M28633</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-16T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in Deploying SAS Viya 4 on OpenShift vSphere</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932621#M28638</link>
      <description>I looks like your operator does not know that the sasdeployment object is there.&lt;BR /&gt;&lt;BR /&gt;As your operator is in a different namespace than your sasdeployment object, did you deploy the SAS Deployment Operator in cluster-wide mode?&lt;BR /&gt;&lt;BR /&gt;Deploy the SAS Viya Deployment Operator - Edit kustomization.yaml for Cluster-Wide Mode&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_045/dplyml0phy0dkr/n137b56hwogd7in1onzys95awxqe.htm#n1h3c6edkvbe65n1f31s23g3fwcf" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_045/dplyml0phy0dkr/n137b56hwogd7in1onzys95awxqe.htm#n1h3c6edkvbe65n1f31s23g3fwcf&lt;/A&gt;</description>
      <pubDate>Mon, 17 Jun 2024 13:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932621#M28638</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-06-17T13:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Challenges in Deploying SAS Viya 4 on OpenShift vSphere</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932740#M28640</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;. That was the error of the deployment.&amp;nbsp; Now the state shows PENDING.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 20:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Challenges-in-Deploying-SAS-Viya-4-on-OpenShift-vSphere/m-p/932740#M28640</guid>
      <dc:creator>etrock</dc:creator>
      <dc:date>2024-06-17T20:12:04Z</dc:date>
    </item>
  </channel>
</rss>

