Thursday, May 26, 2022

OIC - Install Connectivity agent in Windows system

 Steps with Screenshots:

Navigation >> Integrations >> Agents


Create a Connectivity agent group


Let's say SAMPLE_AGENT


Create a directory in on-premise (behind the firewall/local system). Let's say OIC_AGENT. Unzip the connectivity_agent.zip into OIC_AGENT.

Provide the following details in the installerProfile.cfg

OIC_URL
AGENT_GROUP_IDENTIFIER : SAMPLE_AGENT
OIC_USER
OIC_PASSWORD


Run the connectivity agent from command prompt using below cmd:

java -jar connectivityagent.jar


It will give a message that agent started successfully. We can also verify from OIC Integrations >> agents and monitoring >> agents about its health.

No comments:

Post a Comment

Featured Post

OIC - How to Retrieve Email Attachments Using Microsoft Graph API: Automating Payment File Processing

Retrieving Email Attachments Using Microsoft Graph API: Automating Payment File Storage in Object Storage Use Case: A finance team needs t...