Skip to main content

Microsoft System Center Service Manager (Ticket)

Connector name

pxmssm

Connector type

Executable with script

Type (UI field value)

Microsoft System Center Service Manager (Ticket)

Target system versions supported / tested

Bravura Security Fabric uses the pxmssm interface program to trigger creations and updates on Microsoft System Center Service Manager when certain events occur on the Bravura Security Fabric server.

Connector status / support

Customer-Verified

Clients may contact Bravura Security support for assistance with this connector. Troubleshooting and testing must be completed in the client's test environment as Bravura Security does not maintain internal test environments for the associated target system.

Installation / setup

Interface programs are installed in the interface directory.

Modify the sample pxmssm.cfg script included in the samples directory and copy it to the \<instance>\script\ directory.

The following sections show you how to configure the event actions interface by:

  • Preparing the target

  • Setting the target system address in Bravura Security Fabric

  • Writing a configuration file for event actions

Preparation

In order to interface with SCSM, ensure that .net version 3.0 or greater is installed.

Make sure that the following 3 files are in the path or in the agent directory:

  • Microsoft.EnterpriseManagement.Core.dll

  • Microsoft.EnterpriseManagement.Packaging.dll

  • Microsoft.EnterpriseManagement.ServiceManager.dll

They can be found in: \Microsoft System Center\Service Manager 2010\SDK Binaries.

Targeting a SCSM server

Bravura Security Fabric provides the option of using the target system name in event action fields in the Manage the system (PSA) module or Configure event (ITSM) module, rather than the program name. The security benefit is that all sensitive information (server address, admin credentials) is automatically passed to the program, rather than stored in the .cfg file in plain text.

Add a target system in Bravura Security Fabric (Manage the System > Resources > Target systems) for each SCSM server to support the event actions interface:

  • Type is Microsoft System Center Service Manager (Ticket) , listed under IT Service Management Systems .

  • Address uses the URL/URI of the SCSM web service:

    {server=<URL>;}

  • Administrator ID and Password identify the user with permissions to perform all required operations.

Once you write a configuration file, you can use the target ID to configure event actions in the Manage the system (PSA) module or Configure event (ITSM) module.

Configuring event actions

To configure an event action to interface with SCSM, you must write a configuration file. Modify the pxmssm.cfg sample script included in the samples directory and copy it to the \<instance>\script\ directory. If you cannot find the sample file, try re-running setup to modify your installation. Sample files are automatically installed with complete (typical) installations. You can select them in custom installations.

When configuring an event, you enter the program name or the target ID you set up earlier. In both cases, pxmssm looks for the default script with the matching name.

You can write an alternative .cfg file; for example when you have multiple SCSM targets. When you configure an event, you specify the file using the -cfg parameter; for example:

  • pxmssm.exe -cfg myfile.cfg

    or

  • MYMSSM -cfg myfile.cfg

Requirements

If you do not use a ticket target to configure events, you must define the variables shown in table below in every SCSM script.

Table 1. Required variables for SCSM

Variable

Description of the value

adminid

The user ID of a user with permissions to perform all operations that you require.

adminpwd

The password for the above user.

server

The URL/URI of the SCSM web service.