Run the attached tool PatrolAgentConnectivityTest.zip to check the communication channel issues if any from patrol agent to BMC Helix operation management (BHOM).
Usage:
PatrolAgentConnectivityTest.exe <certificate_path> <bhom_endpt> <apikey> <forwardproxy>
PatrolAgentConnectivityTest.exe <certificate_path> <bhom_endpt> <apikey>
Example:
On Linux -
Without forward proxy support:
./PatrolAgentConnectivityTest "../certificate/mca_ca.cer" "testdelfoxtrot-bmchelix-trial-ca.onbmc.com" "55c5ec6f-47c9-4ac7-a000-9fae480df54b"
With forward proxy support:
./PatrolAgentConnectivityTest "../certificate/mca_ca.cer" "testdelfoxtrot-bmchelix-trial-ca.onbmc.com" "55c5ec6f-47c9-4ac7-a000-9fae480df54b" "clm-pun-sugshl:3128"
On Windows -
Without forward proxy support:
C:\Tools\PatrolAgentConnectivityTest\PatrolAgentConnectivityTest\x64\Release>PatrolAgentConnectivityTest.exe "C:\certificates\mca_ca.cer" "testdelfoxtrot-bmchelix-trial-ca.onbmc.com" "55c5ec6f-47c9-4ac7-a000-9fae480df54b"
With forward proxy support:
C:\Tools\PatrolAgentConnectivityTest\PatrolAgentConnectivityTest\x64\Release>PatrolAgentConnectivityTest.exe "C:\certificates\mca_ca.cer" "testdelfoxtrot-bmchelix-trial-ca.onbmc.com" "55c5ec6f-47c9-4ac7-a000-9fae480df54b1" "clm-pun-sugshl:3128"