2018年8月31日 星期五

SCOM 1807 - User can choose to enable/disable APM component while installing agent


This feature allows more flexibility to the users by providing an option to enable/disable APM component in the agent

Fail discovery JBoss after only Import one JBoss MP

JBoss探索與舊版的JBoss MP有相依性,所以建議匯入所有JBoss MP


2018年8月14日 星期二

SCOM 2016 – Linux Agent Deployment “Signed certificate verification operation was not successful”


If you are facing this scenario and your UNIX/Linux server has a different hostname then what is in DNS you have two choices. Either you change the hostname on your server, which may or may not be an option, or you create a new certificate with the FQDN hostname and private key without touching the server name at all using the scxsslconfig tool. I decided to perform the latter. Just open the a shell and run…

/opt/microsoft/scx/bin/tools/scxsslconfig –h Linuxname –d domainname.com -f –v

After executing the command, make sure to restart the agent.

/opt/microsoft/scx/bin/tools/scxadmin –restart

After the service is restarted head back to your SCOM console, and attempt to manage the Linux server again.