<?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: command to run SMU on midtier server linux in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977004#M30343</link>
    <description>&lt;P&gt;If your metadata output directory is named smuoutput_metadata and you copied it to /tmp on the middle-tier, then you either need to rename smuoutput_metadata to smuoutput or change the -outputdir option to smuoutput_metadata so that it matches the folder name you copied to the middle tier.&lt;/P&gt;
&lt;P&gt;If that doesn't help, can you give me a directly listing of /tmp &amp;amp; /tmp/smuoutput ?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Oct 2025 19:44:20 GMT</pubDate>
    <dc:creator>ronf_sas</dc:creator>
    <dc:date>2025-10-14T19:44:20Z</dc:date>
    <item>
      <title>command to run SMU on midtier server linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/976993#M30340</link>
      <description>&lt;P&gt;I successfully generated the SMU analysis report on the metadata server using the following command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;./launchsmu.sh -analyze -sasconfigdir /proj/sas/config/Lev1 -sasproductdir /proj/sas/programs -outputdir /tmp/smuoutput -metadatahost hostname -metadataport 8561 -user sasadm@saspw -password ******&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when executing the same command on the middle-tier server, the utility fails to proceed. Could someone advise on what might be missing or misconfigured for the mid-tier execution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;P&gt;/proj/sas/programs/SASFoundation/9.4/sas -sysin "/tmp/smuoutput/getVersion.sas" -log "/tmp/smuoutput/getVersion.log"&lt;BR /&gt;14:34:40,709 [WARN ] com.sas.services.connection (f2,r0) A connection was returned to the factory by the garbage collector (f2,c0)&lt;BR /&gt;14:34:41,481 [INFO ] SMU Not metadata tier because server address : hostaname (masked actual hostname)!= this host address: hostname(masked actual hostname)&lt;BR /&gt;14:34:41,483 [ERROR ] SMU The migration utility had an error:&lt;BR /&gt;14:34:41,483 [ERROR ] SMU The metadata server tier has to be migrated before any other tier.&lt;BR /&gt;14:34:41,487 [ERROR ] ERRLOG The migration utility exited with error:&lt;BR /&gt;com.sas.apps.migration.smu.FrameworkException: The metadata server tier has to be migrated before any other tier.&lt;BR /&gt;at com.sas.apps.migration.smu.Framework.manageOutputDirectory(Framework.java:777)&lt;BR /&gt;at com.sas.apps.migration.smu.Main.init(Main.java:116)&lt;BR /&gt;at com.sas.apps.migration.smu.Main.main(Main.java:57)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 18:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/976993#M30340</guid>
      <dc:creator>Chery</dc:creator>
      <dc:date>2025-10-14T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: command to run SMU on midtier server linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/976997#M30341</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; The SAS Migration Utility is not detecting that the metadata server tier is your SMU package.&amp;nbsp; The package needs to be cumulative, in that the end result should be that the single package contains all tiers.&lt;/P&gt;
&lt;P&gt;You either need to copy the metadata SMU package (the entire outputdir) to&lt;SPAN&gt;&amp;nbsp;/tmp/smuoutput&amp;nbsp; on the middle-tier or&amp;nbsp; share /tmp/smuoutput across both machines.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 18:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/976997#M30341</guid>
      <dc:creator>ronf_sas</dc:creator>
      <dc:date>2025-10-14T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: command to run SMU on midtier server linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977003#M30342</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your prompt response. I had already copied the &lt;CODE&gt;smuoutput_metadata&lt;/CODE&gt; directory to the mid-tier machine from metadata server under &lt;CODE&gt;/tmp&lt;/CODE&gt; prior to executing the command. However, I’m still encountering the same error as noted in my earlier communication. Please advise. Thanks!&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 19:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977003#M30342</guid>
      <dc:creator>Chery</dc:creator>
      <dc:date>2025-10-14T19:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: command to run SMU on midtier server linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977004#M30343</link>
      <description>&lt;P&gt;If your metadata output directory is named smuoutput_metadata and you copied it to /tmp on the middle-tier, then you either need to rename smuoutput_metadata to smuoutput or change the -outputdir option to smuoutput_metadata so that it matches the folder name you copied to the middle tier.&lt;/P&gt;
&lt;P&gt;If that doesn't help, can you give me a directly listing of /tmp &amp;amp; /tmp/smuoutput ?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 19:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977004#M30343</guid>
      <dc:creator>ronf_sas</dc:creator>
      <dc:date>2025-10-14T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: command to run SMU on midtier server linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977008#M30344</link>
      <description>&lt;P&gt;did not work and still same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/tmp:&lt;/P&gt;
&lt;P&gt;smuoutput&lt;BR /&gt;smuoutput_old&lt;BR /&gt;smuoutput_midtier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/tmp/smuoutput:&lt;/P&gt;
&lt;P&gt;manifest.properties&lt;BR /&gt;metadata.properties&amp;nbsp; &amp;nbsp;--&amp;gt; file was not originally generated; based on ChatGPT's recommendation, an empty&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;placeholder file was manually created.&lt;BR /&gt;migration-schemas&lt;BR /&gt;&lt;A href="mailto:metadata@hostname(masked" target="_blank"&gt;metadata@hostname(masked&lt;/A&gt;&amp;nbsp;actual hostname)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 20:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/command-to-run-SMU-on-midtier-server-linux/m-p/977008#M30344</guid>
      <dc:creator>Chery</dc:creator>
      <dc:date>2025-10-14T20:27:13Z</dc:date>
    </item>
  </channel>
</rss>

