The Syslog Adapter is a client of the Adapter Platform Server. As such it will use information in the clientConnect.conf file to provide authentication information to the Adapter Platform Server. The Adapter Platform Server will compare this information to entries in the serverConnect.conf file to validate the connection. Thus, both these files must be configured.

The clientConnect.conf file must be configured on the host where the Syslog Adapter runs. In the clientConnect.conf file you should create an entry for the system user ID running the Syslog Adapter with a corresponding username and password. For example:

syslog-uid1 : INCHARGE-OI : admin : changeme

where:

  • syslog-uid1 is the system user ID running the Syslog Adapter

  • INCHARGE-OI is the Adapter Platform Server name

  • admin is the login username

  • changeme is the login password

    Note:

    The system user ID that starts the Syslog Adapter will need administrative privileges.

    The serverConnect.conf must be configured on the same host as the Adapter Platform. In the serverConnect.conf, an entry must exist that corresponds to the username and password specified in the clientConnect.conf file for the system user ID running the Syslog Adapter.

    The user must be given All privileges. For example:

    INCHARGE-OI : admin : changeme : ALL
    

    where:

  • INCHARGE-OI is the Adapter Platform Server name (you could use an * to indicate all Service Assurance servers)

  • admin is the login username

  • changeme is the login password

  • ALL is the privileges granted this user

    The Syslog Adapter runs on the same host as the Adapter Platform. The System Administration Guide provides more information about security configuration.