Hi Team,
After SSL upgrade, created a new hyperic-keystore file, it through the below error message and can able to see the updated validity period in the web url cerificate.
Could you please help on this?
Hi Mate,
was added the certificates in the same way mentioned in the link through deployment Manager. Also didn't see ant errors in the server.log file.
Apart from SAS environment Manager web url, all other web url's like sas studio, logon, grid manager and so on working as expected with updated expiry dates except this url.
Creating keystore with below commands with password as hyperic, environment Manager web url working as expected but sas environment Manager agent service has not working and through the error as
openssl pkcs12 -export -chain -inkey <hostname.key> -in <hostname.crt> -name aliasname -CAfile trustedcerts.pem -out hyperic.p12
keytool -importkeystore -deststorepass hyperic -destkeypass hyperic -destkeystore hyperic.keystore -srckeystore hyperic.p12 -srcstoretype PKCS12 -srcstorepass hyperic -alias hostname
here we used aliasname as hostname
when we use below commands,
openssl pkcs12 -export -inkey hostname.key -in hostname.crt -name hq -password pass:hyperic -out hyperic.p12
keytool -importkeystore -deststorepass hyperic -destkeypass hyperic -destkeystore hyperic.keystore -srckeystore hyperic.p12 -srcstoretype PKCS12 -srcstorepass hyperic -alias hq
sas environment manager and agent both services up and running but throwing below screenshot.
You may have already tried this but I wanted to check if you tried/are using one of the accounts that is part of environment manager super users group or you can try sasevs@saspw. If you have sso enabled, try from a private browser.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.