• Loading...
This documentation refers to a previously released version of BMC Atrium Discovery (other versions).

Troubleshooting Windows Slaves

Skip to end of metadata
Go to start of metadata
Space Search

Searching ADDM 8.1

Table of Contents

If you have installed a Windows Slave and it fails to connect, there are a number of checks that you should make before contacting Customer Support.

Check the SSL Keys

The appliance and slave communicate through an encrypted channel. In order for the slave to communicate with the appliance, both ends require the presence of a certificate authority file and an SSL (Secure Sockets Layer) key file.

The appliance needs the following:

  • ca_01.pem – The certificate authority.
  • appliance_key_01.pem – The key for the appliance.

The Slave needs the following:

  • ca_01.pem – The same certificate authority file as the appliance, copied to the slave.
  • slave_key_01.pem – The same key file as the appliance, renamed and copied to the slave.

Check the following:

  1. The files exist at both ends in the corresponding ~/etc directories.
  2. The files were present at the time that the process started.
  3. The certificate authority on both the appliance and the slave are the same.

Check for an omniORB.cfg file

The communication between appliance and slave uses the omniORB CORBA implementation. Configuration of omniORB can affect communication. omniORB's configuration is stored in C:\omniORB.cfg. In a normal slave install, that file is not present. If it is present, its contents may prevent communication with the slave, or may cause other problems.

Restricting appliances that can connect

omniORB can be configured to only permit connections from particular IP addresses. This is achieved by adding a line of this form in C:\omniORB.cfg:

serverTransportRule = <ip address> ssl

That tells omniORB that only the specified IP address can connect with SSL. The IP address should be the IP address of the appliance. If multiple appliances are to use the same slave, one serverTransportRule line for each should be added.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.