Docs.bmc.com will undergo a brief maintenance outage 27 March 2025. The site will be unavailable for ten minutes starting at 6:30 AM CDT/5 PM IST.

  This documentation supports the 20.02 version of BMC CMDB.To view an earlier version, select the version from the Product version menu.

Manually creating plug-in server configuration entries for new federation plug-ins


When you create a new federation plug-in, you must manually create plug-in entries on the Plugin Configuration tab in the Plugin Server Configuration form. You must copy the federation plug-in XML entries to the Create New Plugin form at System > General > Plugin Server Configuration > Plugin Configuration tab > Create

Note

If you have access to the file system, you can copy the XML entries listed in the following steps directly to the pluginsvr_config.xml file.

To manually create plug-in server configuration entries for federation plug-ins

  1. On a browser tab, log in to the Remedy AR System by using the following URL:
    http://<midTierServer>:<portNumber>/arsys/
  2. Open the BMC Remedy AR System Administration Console.
  3. Select System > General > Plugin Server Configuration.
  4. From the Plugin Server Instance list, select the plug-in server with port number 9556.
    shared plugin-b.png
    This is the path for the shared plug-ins where the federated plug-in must be added.
  5. To view the configured shared plug-ins, click the Plugin Configuration tab.
  6. Click Create.
    The Create New Plugin form opens
  7. On another browser tab, create the federation plug-in as described in Federated-data-plug-ins
  8. Click Show XML.
    image2018-8-10_14-1-6.png
    The plug-in XML is displayed. 
    For example, if the XML of a JDBC adapter plug-in is displayed, you see the following: 
    image2018-8-14_8-46-10.png

  9. Copy the appropriate entries from the XML to complete all the Create New Plugin form fields.
    For example, copy the XML between the <name> and </name> tags to the Plugin Name field.
    Similarly, copy the XML between <filename> and </filename> tags to the Plugin File Name field.
    Example of how entries are copied from the XML to the form

  10. To copy all the path elements entries from the XML, click image2018-8-9_12-56-8.png under Path Elements.  
    For example, copy the XML between the <pathelement type> and </pathelement type> tags to the Path Elements fields.
    Example of how entries are copied from the XML to the form
  1. Similarly, click image2018-8-9_12-56-8.png under User Defined Elements and populate the User Defined Elements list by copying all the user defined elements entries from the XML.
    For example, if the XML is <FederationJDBC_ConversionPattern>%d %-5p [%t] %C (%F:%L) - %m%n</FederationJDBC_ConversionPattern>, copy FederationJDBC_ConversionPattern and paste it right beside SQLPLugin.userDefined. and then paste %d %-5p [%t] %C (%F:%L) - %m%n in the Setting Value field.

For more information about the elements, see Enabling logs for the plugins server and the shared plugins

Example of how entries are copied from the XML to the form