<?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: SAS Viya 3.5 Linux system assessment error in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765446#M22962</link>
    <description>I would mention I'm not sure that adjusting the installation path is supported. The documentation for installing Viya 3.5 does not discuss this.&lt;BR /&gt;&lt;BR /&gt;Viya 3.5 Administration - Installation&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/dplyml0phy0lax/n0phrozjmgc38hn1h9xk6w56745y.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/dplyml0phy0lax/n0phrozjmgc38hn1h9xk6w56745y.htm&lt;/A&gt;</description>
    <pubDate>Wed, 01 Sep 2021 17:04:30 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2021-09-01T17:04:30Z</dc:date>
    <item>
      <title>SAS Viya 3.5 Linux system assessment error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765412#M22957</link>
      <description>&lt;P&gt;Hello. We are deploying Viya 3.5 on Linux (AWS). This is going to be simple SMP deployment (all-in-one AWS instance). We have completed pre-requisite setup. However, when we run below assessment run, receive error,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;# ansible-playbook system-assessment.yml&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TASK [host-verification-x64_redhat_linux_6_yum : Perform disk space check]**********&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is not enough disk space on host, DeployTarget, to deploy all of the software packages for group(s): AdminServucesm ............../opt/sas/viya has 6364276 k available and&amp;nbsp;30408704 k is needed to install.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, we are not deploying SAS Viya 3.5 under default path, which is /opt/sas/viya. Instead we are re-rerouting under &lt;STRONG&gt;"/test/opt/sas/viya"&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 15:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765412#M22957</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2021-09-01T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya 3.5 Linux system assessment error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765431#M22960</link>
      <description>&lt;P&gt;How are you re-routing this? The disk space check uses the SAS_DEPLOYMENT_ROOT variable to determine which path to check, which appears to come from group_vars/all.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;$ head group_vars/all
---
# The values for the variables in this file have been optimized to produce a working deployment.
# Do not alter the values in this file without the guidance of SAS Technical Support, a SAS consultant, or any other SAS representative.

# The root location where all things sas are placed.
SASROOT: /opt/sas

# The root of the Viya deployment.
SAS_DEPLOYMENT_ROOT: "{{ SASROOT }}/{{ DEPLOYMENT_ID }}"

$ grep disk.space roles/host-verification-x64_redhat_linux_6-yum/tasks/main.yml -A10 -m1
- name: Perform disk space check
disk_space_check:
sas_vars: "{{ sas_vars }}"
path: "{{ SAS_DEPLOYMENT_ROOT }}"
hostname: "{{ inventory_hostname }}"
group_names: "{{ group_names }}"
register: disk_space_result
become: true
become_user: root
ignore_errors: True&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765431#M22960</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-09-01T16:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya 3.5 Linux system assessment error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765442#M22961</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@ gwootton.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was not aware of that file and never touched it but seems i will need to update that "all" file for sasroot. Will update, rerun and update this post. Thanks again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:55:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765442#M22961</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2021-09-01T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya 3.5 Linux system assessment error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765446#M22962</link>
      <description>I would mention I'm not sure that adjusting the installation path is supported. The documentation for installing Viya 3.5 does not discuss this.&lt;BR /&gt;&lt;BR /&gt;Viya 3.5 Administration - Installation&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/calcdc/3.5/dplyml0phy0lax/n0phrozjmgc38hn1h9xk6w56745y.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/calcdc/3.5/dplyml0phy0lax/n0phrozjmgc38hn1h9xk6w56745y.htm&lt;/A&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Viya-3-5-Linux-system-assessment-error/m-p/765446#M22962</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-09-01T17:04:30Z</dc:date>
    </item>
  </channel>
</rss>

