Downloading and installing Windows connectors
Install the Windows connector to collect data from the Windows-based applications.
Before you begin
- Ensure that you are downloading and installing the connector on a Windows server, version 2012 or later.
- Ensure that you have the privileges to execute a batch file and install an application as a service.
- Ensure that the 24444 port is available on the Windows server from where logs will be collected.
To download and install a Windows connector
- On the Integrations page, click the Available Integrations tab.
- Click the Download and Install Connector link.
- On the Connector Download and Install page, perform the following steps:
- From the Select the Connector Type list, select Windows Connector to collect logs from Windows-based applications.
Click the Download link.
The connector is downloaded in a .zip file with the name tdc-connector-windows-<build_number>.zip.- To download the .bat file, in the Create Connector field, enter the name of the connector and click Create and Download.
The format of the .bat file name is install-connector-<connector name>.bat. For example, you entered the connector name as my-bmc, the .bat filename is install-connector-my-bmc.bat. On the Windows server from where logs will be collected, create a new folder and copy the downloaded .zip and .bat files.
Extract the .zip file by using the Extract here option.
- Open the command prompt with administrative privileges.
- Go to the folder where you have extracted the .zip file and copied the .bat file.
- Execute the .bat file.
The connector is installed and starts as a Windows service. Access the connector logs at the following location: <Folder where the zip file is extracted>\BMC-DevTools\opt\td-agent\td-agent.log.
To verify connector installation
- Go to the Task Manager.
- Click the Services tab.
- Search for the connector name that you entered.
The service is created and started with the name that you enter in the Create Connector field.
To stop a connector service
- To stop a connector service from the service console:
- Go to the Task Manager.
- Click the Services tab.
- Search and select the connector name that you entered.
- Click Stop.
- To stop a connector service from the command prompt:
- Open command prompt.
- Run the following command:
sc stop <service_name>
To start a connector service
- To start a connector service from the service console:
- Go to the Task Manager.
- Click the Services tab.
- Search and select the connector name that you entered.
- Click Start.
- To start a connector service from the command prompt:
- Open command prompt.
- Run the following command:
sc start <service_name>
To uninstall a connector service
- Delete the integration that you have created by using the connector.
- Stop the connector service.
- Delete the connector service by running the following command:
sc delete <service_name> - To verify that the connector service is deleted:
sc query <service_name> - Delete the folder where you unzipped the downloaded connector file.