<?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: Evironment Manager startup after certificates and passwords update in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685976#M20153</link>
    <description>&lt;P&gt;I got the hq-server up and running after following the step-by-step how-to i got form our local support guy.&lt;/P&gt;&lt;P&gt;The problem was badly made keystore certificates, probably. I'll paste it here also, maybe helps someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Please follow the steps below to update the SAS Environment Manager certificate (hyperic.keystore)&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;a) Stop SAS Environment Manager Agent and Server on middle tier.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev2/Web/SASEnvironmentManager/server-5.8.0-EE/bin/hq-server.sh stop&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev2/Web/SASEnvironmentManager/agent-5.8.0-EE/bin/hq-agent.sh stop&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;b) Create a backup copy hypreic.keystore from the location:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;mv &amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore &amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore.bkup&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;c) Run the following command to create a PKCS12 keystore :&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;cd &amp;lt;SASHome&amp;gt;\SASWebServer\9.4\httpd-2.X.X.X-64\bin&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;openssl pkcs12 -export -chain -inkey &amp;lt;saswebserver.key&amp;gt; -in &amp;lt;saswebserver.crt&amp;gt; -name hq -CAfile &amp;lt;Chaincerts.txt&amp;gt; -out&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;/tmp/&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;hyperic.p12&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Note: saswebserver.key , saswebserver.crt and Chaincerts.txt need to be replaced with the actual files which represent your SAS Web Server Key, SAS Web Server certificate and chain(if it exists) respectively&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Chaincerts.txt – is a file created by concatenating the contents of the root, intermediate and server certificates in a single file&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;When prompted for a password, enter&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;hyperic&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;d) Convert the PKCS12 keystore to Java Keystore to be used by SAS Environment Manager:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;cd &amp;lt;SASHome&amp;gt; \ SASPrivateJavaRuntimeEnvironment \ 9.4 \ jre \ bin&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;keytool -importkeystore -deststorepass hyperic -destkeypass hyperic -destkeystore &amp;lt;SASConfig&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore &amp;nbsp;-srckeystore&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;/tmp/&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;hyperic.p12 -srcstoretype PKCS12 -srcstorepass hyperic -alias hq&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Note: SASConfig needs to be replaced with the actual path to the configuration folder.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Ignore any warning message that you get, so long as the hyperic.keystore file is generated correctly , you are good&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;e) Login to machine where you have SAS Web Infrastructure Platform Database Server (usually compute tier) and set the following path variables :&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;POSTGRES_HOME=&amp;lt;SAS_HOME&amp;gt;/SASHome/SASWebInfrastructurePlatformDataServer/9.4&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;export PATH=${POSTGRES_HOME}/bin:$PATH&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;export LD_LIBRARY_PATH=${POSTGRES_HOME}/lib:$LD_LIBRARY_PATH&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;where SAS_HOME is the actual folder path of SAS Installation Folder.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Run the following PSQL command&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;psql -h localhost -p 9432 -U EVManager -c "select * from public.eam_keystore;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;That table should list one entry/row.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;If that row exists, then issue the following psql command to delete that row:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;psql -h localhost -p 9432 -U EVManager -c "delete from eam_keystore;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;f) Return back to the machine where you have SAS Middle Tier machine and restart SAS Environment Manager Server and agent&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/bin/hq-server.sh start&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/agent-5.8.0-EE/bin/hq-agent.sh start&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;g) Please access SAS Environment Manager URL &lt;A href="https://%3chostname%3e:7443" target="_blank"&gt;https://&amp;lt;hostname&amp;gt;:7443&lt;/A&gt; on a browser and login using&amp;nbsp;&lt;A href="mailto:sasadm@saspw" target="_blank"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;account and let us know if you are able to login.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;h) If you are unable to log in , provide the following:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;Date and time of reproducing the error&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;Screenshot of error on the browser&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;/Lev1/Web/&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;Logs/SASServer1_1/SASLogon9.4.log&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/logs/server.log&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/logs/bootstrap.log&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/SASEnvironmentManager/server-5.8.0-EE/conf/hq-server.conf&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;ls -altr &amp;lt;SAS_CONFIG&amp;gt;/Lev1/SASEnvironmentManager/server-5.8.0-EE/conf&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 08:25:52 GMT</pubDate>
    <dc:creator>PriitL</dc:creator>
    <dc:date>2020-09-23T08:25:52Z</dc:date>
    <item>
      <title>Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685488#M20107</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to set up a test environment as similar as possible to current live system. So my approach was to clone the current quite new system (to avoid all the configuration from zero), replace hostnames (+certificates) and changing passwords and cleaning everything up from real data.&lt;/P&gt;&lt;P&gt;* cloning - success&lt;/P&gt;&lt;P&gt;* replacing hostnames - success&lt;/P&gt;&lt;P&gt;* replacing passwords - success (with wizard + manually for cpmowner and cpmuser - not mentioned in manuals, got 404 when starting CPM as it couldn't log to database)&lt;/P&gt;&lt;P&gt;* replaced certificates - half success (because of java keystorage)&lt;/P&gt;&lt;P&gt;* cleaning from real data - half success (because of auto backups)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When cleaning from real data i also need to clear the data from automatic backups (from SASApp and SASApp_VA) stored at config/Lev(n)/Backup/Vault/. As i found out the only way to do that is to set the automatic backups as short as needed (for a day for example) and then it removes those backups by itself. As i understand there are two ways to modify backup- from Management Console or from Enironment Manager. Either way the connection between Environment Manager server (hq-server) and agent (hq-agent) must work or the settings won't reach to SASApp and SASApp_VA servers.&lt;/P&gt;&lt;P&gt;Now the problem is - as the hostnames and passwords has been changed - that Environment Manager connections between hq-server and hq-agents do not work. So to update the certificates (the date for config/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore file was the same as installation for the original setup, this means the Deployment Manager wizard is not updating all the certificates - should it?) i followed the manual &amp;lt;&lt;A href="https://communities.sas.com/"&gt;https://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=p1fpnnm9hxkhlzn1x5tkqs1caeg5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;gt;&lt;/A&gt; steps "Generate the SAS Environment Manager Keystore with a Self-Signed Certificate" and "Update Certificates for SAS Environment Manager". After several tries it seems that the hq-server at least starts up when i won't delete eam_keystore entries (previous link, title "Delete the Keystore From the Database"). So this means that it still use some records from old setup and probably maybe even password and/or certificates or some salt from those. Or i still haven't replaced all the certificates/passwords.&lt;/P&gt;&lt;P&gt;Anyway, even with this old eam_keystore entry the hq-server eventually starts up and the webpage (7443) asks for credentials. I still get "SAS Environment Manager Login Error" but i could live with that at the moment as i need to set up the connection between hq-server and hq-agents to Apply automatic backup settings to the agents.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After flushing the data/ and log/ directory contents and staring the agent:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Starting HQ Agent...... running (15079).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[ Running agent setup ]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Should Agent communications to HQ be unidirectional [default=no]: yes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;What is the HQ server IP address: &amp;lt;hostname&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Should Agent communications to HQ always be secure [default=yes]: Yes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;What is the HQ server SSL port [default=7443]: 7443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- Testing secure connection ... Success&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;What is your HQ login [default=hqadmin]: sasevs@saspw&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;What is your HQ password: **Not echoing value**&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;What is the agent IP address [default=x.x.x.x]: &amp;lt;hostname&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- Received temporary auth token from agent&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- Registering agent with HQ&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- Unable to register agent: Permission denied&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and log:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 13:00:09,683 EEST ERROR [autoinventory-scanner] [AutoinventoryCommandsServer@280] Unable to send autoinventory platform data to server, sleeping for 75 secs before retrying. Error: Unable to communicate with server -- provider not yet setup&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and hq-server's server.log:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 12:57:46,354 EEST INFO [tomcat-http--30] [com.sas.hyperic.security.CasIdentityRetrievingTicketValidator@61] The logon username return by SSO, before getting current user. is: sasevs@saspw&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 12:57:46,356 EEST INFO [tomcat-http--30] [org.jasig.cas.client.proxy.ProxyGrantingTicketStorageImpl@76] No Proxy Ticket found for [].&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 12:57:46,359 EEST INFO [tomcat-http--30] [com.sas.hyperic.security.SasSimpleUserDetailsService@97] Userdetailservice provider is:com.sas.hyperic.security.sasserver.SASIdentityServiceProvider@575c6304&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 12:57:46,360 EEST INFO [tomcat-http--30] [com.sas.hyperic.security.SasSimpleUserDetailsService@110] User [sasevs@saspw] does not exist in EVM local database.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 12:57:46,360 EEST ERROR [tomcat-http--30] [com.sas.hyperic.security.SasSimpleUserDetailsService@136] java.lang.NullPointerException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;21-09-2020 12:57:46,375 EEST INFO [tomcat-http--30] [org.hyperic.hq.ui.security.BaseSessionInitializationStrategy@180] User subject is null, don't auto-create user, program will return without executing afterward logic.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my first problem is to get rid of those SASApp&amp;nbsp; and SASApp_VA backups located in Vault directory. Maybe i could just remove those with rm? What metadata thinks about this?&lt;/P&gt;&lt;P&gt;And the second goal would be to get up the connection between Environment Manager server and agents.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm i missing something? I know my weak spot could be generating certificates, especially Java keystore ones but maybe there's some hint i just haven't come to.&lt;/P&gt;&lt;P&gt;Yes, the new jks certificate is generated from 1024b RSA key. For testing purposes hq-server.conf server.keystore.password parameter is plain text (to avoid ENC() encoded password miscofiguration. By the way- how do i encrypt the password to ENC()? Tried like described &lt;A href="https://docs.oracle.com/cd/E35976_01/server.740/es_admin/src/tadm_ssl_convert_pem_to_jks.html" target="_blank"&gt;https://docs.oracle.com/cd/E35976_01/server.740/es_admin/src/tadm_ssl_convert_pem_to_jks.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 17:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685488#M20107</guid>
      <dc:creator>PriitL</dc:creator>
      <dc:date>2020-09-21T17:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685586#M20109</link>
      <description>&lt;P&gt;Try replacing the data directory of EVM agent and then restarting it.&lt;/P&gt;
&lt;P&gt;mv&amp;nbsp;&lt;SPAN class="xis-userSuppliedValue"&gt;SAS-configuration-directory&lt;/SPAN&gt;&lt;SPAN&gt;/Web/SASEnvironmentManager/agent-&lt;/SPAN&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;version&lt;/SPAN&gt;&lt;SPAN&gt;-EE/data&amp;nbsp;&lt;SPAN class="xis-userSuppliedValue"&gt;SAS-configuration-directory&lt;/SPAN&gt;/Web/SASEnvironmentManager/agent-&lt;SPAN class="xis-userSuppliedValue"&gt;version&lt;/SPAN&gt;-EE/data.old&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 05:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685586#M20109</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-09-22T05:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685592#M20112</link>
      <description>&lt;P&gt;Thanks for the reply! I have flushed everything from data/ and log/ after every restart of EVM agent. Still no luck.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 06:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685592#M20112</guid>
      <dc:creator>PriitL</dc:creator>
      <dc:date>2020-09-22T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685594#M20113</link>
      <description>My bad, I didn't notice you mentioned that just before the log snap. Can you try the steps provided in this KB link?&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/58/621.html" target="_blank"&gt;https://support.sas.com/kb/58/621.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2020 06:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685594#M20113</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-09-22T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685604#M20116</link>
      <description>Unfortunately not. I can't log in to EVM, it authenticates but shows Login Error.&lt;BR /&gt;SAS Environment Manager Login Error&lt;BR /&gt;One of these conditions might have occurred:&lt;BR /&gt;&lt;BR /&gt;- You are not a member of a SAS Environment Manager group that has access to the application.&lt;BR /&gt;- The SAS identity service address is not correctly set to either the SAS Web Server address or the proxy address.&lt;BR /&gt;- Initial data for users or roles is not present in the SAS Environment Manager database.&lt;BR /&gt;- SSL is configured for SAS Web Server and SAS Environment Manager, but SSL is configured incorrectly or the&lt;BR /&gt;certificates and keystore are not consistent.&lt;BR /&gt;&lt;BR /&gt;If you continue to receive this error, contact SAS Technical Support.&lt;BR /&gt;&lt;BR /&gt;Sign Out&lt;BR /&gt;&lt;BR /&gt;As i understand it is also irrelevant because automatic backups are configurable from Management Console too. And after all- EVM was working before clone, so the accounts, roles and groups should be fine.</description>
      <pubDate>Tue, 22 Sep 2020 07:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685604#M20116</guid>
      <dc:creator>PriitL</dc:creator>
      <dc:date>2020-09-22T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685606#M20117</link>
      <description>&lt;P&gt;Was there any alias or load balancer used for web applications in the initial configuration?&lt;/P&gt;
&lt;P&gt;If yes, you will have to update those entries manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For hyperic.keystore, yes it has to be generated again with new certificates. I think the steps are documented in the guide you have shared.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As part of updating hostnames there is a file generated for some manual changes which has some steps to be done in the agent configuration, have you performed them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a manual step on the compute server where EVM datamart is hosted to change the hostname manually in the sasev.properties file. Have you performed that as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had a similar issue after cloning of environment and it got resolved after all the required manual steps and flushing data folders.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 07:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685606#M20117</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-09-22T07:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Evironment Manager startup after certificates and passwords update</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685976#M20153</link>
      <description>&lt;P&gt;I got the hq-server up and running after following the step-by-step how-to i got form our local support guy.&lt;/P&gt;&lt;P&gt;The problem was badly made keystore certificates, probably. I'll paste it here also, maybe helps someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Please follow the steps below to update the SAS Environment Manager certificate (hyperic.keystore)&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;a) Stop SAS Environment Manager Agent and Server on middle tier.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev2/Web/SASEnvironmentManager/server-5.8.0-EE/bin/hq-server.sh stop&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev2/Web/SASEnvironmentManager/agent-5.8.0-EE/bin/hq-agent.sh stop&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;b) Create a backup copy hypreic.keystore from the location:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;mv &amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore &amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore.bkup&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;c) Run the following command to create a PKCS12 keystore :&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;cd &amp;lt;SASHome&amp;gt;\SASWebServer\9.4\httpd-2.X.X.X-64\bin&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;openssl pkcs12 -export -chain -inkey &amp;lt;saswebserver.key&amp;gt; -in &amp;lt;saswebserver.crt&amp;gt; -name hq -CAfile &amp;lt;Chaincerts.txt&amp;gt; -out&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;/tmp/&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;hyperic.p12&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Note: saswebserver.key , saswebserver.crt and Chaincerts.txt need to be replaced with the actual files which represent your SAS Web Server Key, SAS Web Server certificate and chain(if it exists) respectively&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Chaincerts.txt – is a file created by concatenating the contents of the root, intermediate and server certificates in a single file&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;When prompted for a password, enter&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;hyperic&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;d) Convert the PKCS12 keystore to Java Keystore to be used by SAS Environment Manager:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;cd &amp;lt;SASHome&amp;gt; \ SASPrivateJavaRuntimeEnvironment \ 9.4 \ jre \ bin&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;keytool -importkeystore -deststorepass hyperic -destkeypass hyperic -destkeystore &amp;lt;SASConfig&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore &amp;nbsp;-srckeystore&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;/tmp/&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;hyperic.p12 -srcstoretype PKCS12 -srcstorepass hyperic -alias hq&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Note: SASConfig needs to be replaced with the actual path to the configuration folder.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Ignore any warning message that you get, so long as the hyperic.keystore file is generated correctly , you are good&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;e) Login to machine where you have SAS Web Infrastructure Platform Database Server (usually compute tier) and set the following path variables :&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;POSTGRES_HOME=&amp;lt;SAS_HOME&amp;gt;/SASHome/SASWebInfrastructurePlatformDataServer/9.4&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;export PATH=${POSTGRES_HOME}/bin:$PATH&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;export LD_LIBRARY_PATH=${POSTGRES_HOME}/lib:$LD_LIBRARY_PATH&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;where SAS_HOME is the actual folder path of SAS Installation Folder.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;Run the following PSQL command&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;psql -h localhost -p 9432 -U EVManager -c "select * from public.eam_keystore;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;That table should list one entry/row.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;If that row exists, then issue the following psql command to delete that row:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;psql -h localhost -p 9432 -U EVManager -c "delete from eam_keystore;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;f) Return back to the machine where you have SAS Middle Tier machine and restart SAS Environment Manager Server and agent&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/bin/hq-server.sh start&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/agent-5.8.0-EE/bin/hq-agent.sh start&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;g) Please access SAS Environment Manager URL &lt;A href="https://%3chostname%3e:7443" target="_blank"&gt;https://&amp;lt;hostname&amp;gt;:7443&lt;/A&gt; on a browser and login using&amp;nbsp;&lt;A href="mailto:sasadm@saspw" target="_blank"&gt;sasadm@saspw&lt;/A&gt;&amp;nbsp;account and let us know if you are able to login.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;h) If you are unable to log in , provide the following:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;Date and time of reproducing the error&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;Screenshot of error on the browser&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;/Lev1/Web/&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;Logs/SASServer1_1/SASLogon9.4.log&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/logs/server.log&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/Web/SASEnvironmentManager/server-5.8.0-EE/logs/bootstrap.log&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/SASEnvironmentManager/server-5.8.0-EE/conf/hyperic.keystore&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;lt;SAS_CONFIG&amp;gt;/Lev1/SASEnvironmentManager/server-5.8.0-EE/conf/hq-server.conf&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;EM&gt;ls -altr &amp;lt;SAS_CONFIG&amp;gt;/Lev1/SASEnvironmentManager/server-5.8.0-EE/conf&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 08:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Evironment-Manager-startup-after-certificates-and-passwords/m-p/685976#M20153</guid>
      <dc:creator>PriitL</dc:creator>
      <dc:date>2020-09-23T08:25:52Z</dc:date>
    </item>
  </channel>
</rss>

