<?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: Change password in SAS RTDM servers (Linux) in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/572661#M16695</link>
    <description>I haven't done this myself yet but have been preparing to. An encoded copy of the password for some accounts get stored on the OS in config files, so not only will you need to record the changed passwords in the metadata but you may also need to use deployment manager's "Update Password" to update those config files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a SAS document that outlines the process at a high level.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0kb2gtnuyjnrnn1hduu5by88u4f.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0kb2gtnuyjnrnn1hduu5by88u4f.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Jul 2019 11:19:19 GMT</pubDate>
    <dc:creator>rgoodling</dc:creator>
    <dc:date>2019-07-11T11:19:19Z</dc:date>
    <item>
      <title>Change password in SAS RTDM servers (Linux)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/572619#M16692</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I need to change password to sas account (like sas, sasdemo, sassrv and etc) on server (Linux SUSE LES 11 x64).&lt;/P&gt;&lt;P&gt;What I do:&lt;BR /&gt;1. Stop all SAS daemons&lt;/P&gt;&lt;P&gt;2. Change password like that "sudo passwd sasdemo"&lt;/P&gt;&lt;P&gt;3.Start all SAS daemons&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, then I sent test request I catch error - 500 Internal Server Error and error like this:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;SPAN class="left"&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="noopener"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;soapenv:Fault&amp;gt;&lt;BR /&gt;&amp;lt;faultcode&amp;gt;soapenv:Server&amp;lt;/faultcode&amp;gt;&lt;BR /&gt;&amp;lt;faultstring xml:lang="en"&amp;gt;A 'Server' type of exception occurred during execution of 'rtdm_request' service. The exception follows: Exception occurred while executing or preparing to execute 'rtdm_request' stored process.&amp;lt;/faultstring&amp;gt;&lt;BR /&gt;&amp;lt;detail xmlns:fault="&lt;A href="http://support.sas.com/xml/namespace/biwebservices/webservicemaker-9.2" target="_blank" rel="noopener"&gt;http://support.sas.com/xml/namespace/biwebservices/webservicemaker-9.2&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;fault:Fault code="4000"&amp;gt;&lt;BR /&gt;&amp;lt;fault:Exception message="A connection could not be obtained."&amp;gt;&lt;BR /&gt;&amp;lt;fault:Exception message="The application could not log on to the server &amp;amp;quot;hostname.ru:port&amp;amp;quot;. No server is available at that port on that machine."&amp;gt;&lt;BR /&gt;&amp;lt;fault:Exception message="The application could not log on to the server &amp;amp;quot;hostname.ru:port&amp;amp;quot;. No server is available at that port on that machine."&amp;gt;&lt;BR /&gt;&amp;lt;fault:Exception message="Connection refused"/&amp;gt;&lt;BR /&gt;&amp;lt;/fault:Exception&amp;gt;&lt;BR /&gt;&amp;lt;/fault:Exception&amp;gt;&lt;BR /&gt;&amp;lt;/fault:Exception&amp;gt;&lt;BR /&gt;&amp;lt;/fault:Fault&amp;gt;&lt;BR /&gt;&amp;lt;/detail&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Fault&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;I return old password, restart SAS daemons and now all is&amp;nbsp;ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I need change password in SAS Management Console or in some config file on server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 07:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/572619#M16692</guid>
      <dc:creator>Loshadka</dc:creator>
      <dc:date>2019-07-11T07:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change password in SAS RTDM servers (Linux)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/572661#M16695</link>
      <description>I haven't done this myself yet but have been preparing to. An encoded copy of the password for some accounts get stored on the OS in config files, so not only will you need to record the changed passwords in the metadata but you may also need to use deployment manager's "Update Password" to update those config files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a SAS document that outlines the process at a high level.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0kb2gtnuyjnrnn1hduu5by88u4f.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0kb2gtnuyjnrnn1hduu5by88u4f.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Ron&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jul 2019 11:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/572661#M16695</guid>
      <dc:creator>rgoodling</dc:creator>
      <dc:date>2019-07-11T11:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change password in SAS RTDM servers (Linux)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/573017#M16704</link>
      <description>&lt;P&gt;Thanks!&lt;BR /&gt;Today I'll try to do, hope I can do that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 09:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/573017#M16704</guid>
      <dc:creator>Loshadka</dc:creator>
      <dc:date>2019-07-12T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change password in SAS RTDM servers (Linux)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/574464#M16751</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278649"&gt;@Loshadka&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Updating Managed Passwords tasks have to performed carefully as sas stores encrypted password across config files for different process to work together. I would suggest you to follow the below steps:&lt;BR /&gt;&lt;BR /&gt;1) shutdown all sas services and make sure no sessions or stale process are running.&lt;BR /&gt;2) Take cold backup of the sas binaries and config files.&lt;BR /&gt;3) Run the Deployment Wizard in the proper sequence as mentioned in the document: &lt;A href="https://go.documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0kb2gtnuyjnrnn1hduu5by88u4f.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0kb2gtnuyjnrnn1hduu5by88u4f.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;4) Start all the SAS Services and Validate your logical servers and web applications work as expected.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;-AV</description>
      <pubDate>Thu, 18 Jul 2019 06:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/574464#M16751</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-07-18T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change password in SAS RTDM servers (Linux)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/575779#M16795</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/210452"&gt;@rgoodling&lt;/a&gt;!&lt;/P&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;I was able to change password,&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; w&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;hat did I do&lt;/SPAN&gt;&lt;/SPAN&gt;:&lt;BR /&gt;1.&amp;nbsp;I'll shutdown all sas services.&lt;/DIV&gt;&lt;P&gt;2. Start SASMetadataServer&lt;/P&gt;&lt;P&gt;3. Change password for account like this:&lt;BR /&gt;"sudo passwd %accountname%"&lt;/P&gt;&lt;P&gt;4. Run SAS Deployment Manager&lt;/P&gt;&lt;P&gt;5. Update password for sassrv user&lt;/P&gt;&lt;P&gt;6. Shutdown SASMetadataServer&lt;/P&gt;&lt;P&gt;7. Run all SAS services&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;advice!&lt;BR /&gt;P.S. Sorry for my English.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 12:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/575779#M16795</guid>
      <dc:creator>Loshadka</dc:creator>
      <dc:date>2019-07-23T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change password in SAS RTDM servers (Linux)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/585809#M17079</link>
      <description>&lt;P&gt;Ok, now I close this question, i was able to do it.&lt;/P&gt;&lt;P&gt;Maybe that information&amp;nbsp;be helpful for someone:&lt;BR /&gt;1. shut down all SAS services&lt;/P&gt;&lt;P&gt;2. Up Metadata servers&lt;/P&gt;&lt;P&gt;3. change password on all Linux servers for all sas accounts (like sudo passwd sas)&lt;BR /&gt;4. open SAS DM, and change password for sasdmadm and sassrv&lt;/P&gt;&lt;P&gt;5.shuting down metadata servers&lt;/P&gt;&lt;P&gt;6. up all SAS services&lt;/P&gt;&lt;P&gt;7.open SAS MC&lt;/P&gt;&lt;P&gt;8. change password for $SAS_Activity_Resource in all repositories (path: Folders - System - Applications - SAS decision Services - Decision Services)&lt;BR /&gt;9. In Plug-ins &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;synchronized SASDSEngineServer with repository.&lt;BR /&gt;&lt;BR /&gt;That's all&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 13:07:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Change-password-in-SAS-RTDM-servers-Linux/m-p/585809#M17079</guid>
      <dc:creator>Loshadka</dc:creator>
      <dc:date>2019-09-03T13:07:23Z</dc:date>
    </item>
  </channel>
</rss>

