This documentation supports the 20.02 version of BMC CMDB.

To view an earlier version, select the version from the Product version menu.

Integrating BMC CMDB with Microsoft SCCM by using an adapter

Starting with BMC CMDB 9.0, BMC provides an adapter for Microsoft SCCM that you can use to retrieve, transform, and import data from Microsoft SCCM into the BMC CMDB. This imported Microsoft SCCM discovered data can then be used in end-to-end ITIL Asset, Incident, and Change management processes in the Remedy IT Service Management suite after you have merged your source data with the Asset dataset.

The is an Atrium Integrator based solution that provides a starting point for the SCCM integration. The solution can be modified and customized to suit your requirements.

Best practice

We recommend that the data is represented in the source dataset as is from the source and then manipulated to meet your expectations, by using normalization. After normalization is done, reconciliation with data in other datasets should be performed before the data is merged into the production dataset. After normalization, you must reconcile the data, and then merge the data into the production dataset.
When using the adapter for SCCM 1511 and later, verify if the SCCM Database structure has changed. If it has changed, you must modify the Database Tables and/or Views for some of the transformations. Contact the SCCM support person in your company who can help you with further steps.

Integrating BMC CMDB with SCCM by using the BMC CMDB adapter provides the following business values to the customers:

  • Saves cost and speeds up time to value.
  • Eliminates errors by prepackaging the following best practices:
    • Provides a complete integration package including Reconciliation Engine / Normalization Engine rules.
    • Offers end to end scenario for loading data to BMC CMDB from Microsoft SCCM.

For more details on integrating BMC CMDB with Microsoft SCCM, see the following video:


The adapter can be leveraged by Remedy IT Service Management suite and BMC Helix ITSM. It provides the following features:

  • Imports both configuration items (CIs) and relationship data from Microsoft SCCM.
  • Includes pre-defined mappings between SCCM tables and CMDB classes and relationships.
    • Mappings are configurable.
    • Supports both ‘full’ and ‘delta’ updates.
    • Includes default reconciliation and normalization jobs.
    • Provides modification/extension capabilities for out-of-the-box mappings for custom attributes/classes.
    • Supports compatibility with the latest version of Remedy (9.0 or later).
  • The adapter officially supports SCCM 2007 and SCCM 2012, but it can be customized to connect and read data from any later versions.
  • Versions 9.0.00 and later of BMC CMDB.

For more information about the Installation and Configuration guide for SCCM, see Microsoft documentation.

The BMC CMDB – SCCM integration package comprises the following installer components:

  • New Dataset for Microsoft SCCM
  • Atrium Integrator Jobs
    • Initial load/Update Job
    • Delete Job
    • 16 transformations
  • Reconciliation Job
  • Normalization Job
  • CMDB Extension (creating attribute for SCCM integration ID). This is necessary for mapping the integration ID with the source system.

Installing BMC CMDB adapter for Microsoft SCCM

The adapter must be installed only on a primary or an integration server, where you have configured Atrium Integrator, Normalization Engine, and Reconciliation Engine.

Important

The SCCM Adapter does not support the following:

  • In-place upgrade.
    You must manually uninstall and remove the previous SCCM Adapter version before installing another or a newer version.
  • Windows authentication on CentOS and Linux.
    You must use SQL Server Authentication to run SCCM Adapter on Linux and CentOS.

Before you begin

  • Ensure that the user has access permissions to the SCCM Database Tables and/or Views. You can use any user login privileges. 
  • Install the following applications before installing the adapter:
    • File transfer tools such as WinSCP or FileZilla to access the FTP location to download the adapter.
    • Microsoft SQL JDBC driver Open link .
    • Microsoft SCCM Application
      Microsoft SCCM 2007 or Microsoft SCCM 2012.
    • BMC Applications
    • Remedy Action Request System 9.0 or later
    • BMC CMDB 9.0 or later
    • Atrium Integrator 9.0 or later

To install the SCCM adapter

  1. Download the SCCM installer files from the following location: ftp://ftp.bmc.com/pub/BSM/AtriumCore/9.1/Integrations/SCCM/.
    Perform the following steps to access the FTP location:
    1. Open the file transfer tool, for example, WinSCP.
    2. Select FTP from the File Protocol list.
    3. In Host name, enter ftp://ftp.bmc.com/pub/BSM/AtriumCore/9.1/Integrations/SCCM/.
    4. Select Anonymous login
      The User name and Password fields are auto-populated after you select Anonymous login.
    5. Click Login. 
  2. Extract the SCCM installer files.
  3. Run the SCCM installation.
    • (Windows) Run setup.exe
    • (UNIX) Run setup.bin
  4. In the Copyright panel, select a language, and click OK.
  5. In the Welcome panel, click Next.
  6. Accept the license agreement, and click Next.
  7. Enter the database settings, and click Next.

    Field nameDescription

    Machine Name or IP Address

    The IP address of the server where Microsoft SCCM is installed.

    Database Name

    instance\databaseName or databaseName

    This depends on how MS SCCM database is installed.

    Database PortSpecify the exact port number. This depends on how MS SCCM database is installed.

    Administrator User

    Database administrator user

    Password

    Database administrator password


  8. Enter details of the server where Remedy AR System is installed, and click Next.

  9. Click Install.
  10. Verify the Installation Summary and click Done.
    You can view a log file of the installation in the following folder:
    <USERPROFILE>/AppData/Local/Temp/sccmcmdintegration_install_log.txt

To install SCCM adapter by using silent installation

  1. In the following Options File, make the modifications required to run the silent installation.

    Note

     To edit the options.txt file, remove the comment (#) markers. In UNIX environments, ensure that no Ctrl+M characters appear in the options.txt file.


    ################################################################################ # Options File # # Product Name: BMC SCCM-CMDB Integration # Product Version: 9.1.00 # # To invoke the installer in silent mode with an options file: # setup -i silent -DOPTIONS_FILE=Options.txt ################################################################################ ################################################################################ # Available Features # # add a line to the options file # -A featureName # # # --featureSCCMCMDBIntegration # # ################################################################################ #-A featureSCCMCMDBIntegration ################################################################################ # Product Install Location # # The install location of the product. Specify a valid directory into which the # product should be installed. # # Default value if not set: # - %ProgramFiles%\\BMC Software\\SCCMCMDBIntegration (Windows) # - /opt/bmc/SCCMCMDBIntegration (UNIX) ################################################################################ #-P installLocation=C:/Program Files/BMC Software/SCCMCMDBIntegration #-J SCCM_CMDB_HOME=C:/Program Files/BMC Software/SCCMCMDBIntegration #-J SQL_SERVER_NAME_IP=<SQL Server Host Name> #-J SQL_SYSADMIN_USER=<SQL Server Admin User Name> #-J SQL_SYSADMIN_PASSWORD=<SQL Server Admin Password> #-J SQL_DATABASE_NAME=<SQL Server Database Name> #-J SQL_DATABASE_PORT=<SQL Server Port Number> ################################################################################ # Authentication Properties #for Windows Authentication: #BMC_SQLSERVER_WINDOWSAUTH_OR_SQLAUTH=WINDOWSAUTH # #for SQL Authentication: #BMC_SQLSERVER_WINDOWSAUTH_OR_SQLAUTH=SQLAUTH ################################################################################ #-J BMC_SQLSERVER_WINDOWSAUTH_OR_SQLAUTH=<SQLAUTH/WINDOWSAUTH> #-J BMC_AR_USER=<AR System Admin User> #-J BMC_AR_PASSWORD=<AR System User Password> #-J BMC_AR_PORT=<AR server Port> #-J BMC_AR_SERVER_NAME=<AR server name>


  2. Run the installer with the -i silent option.
    • (Windows) setup.exe -i silent -DOPTIONS_FILE=<path_to_txt_file_with_installation_options>
    • (UNIX) sh setup.bin -i silent -DOPTIONS_FILE=<path_to_txt_file_with_installation_options>

To transform SCCM data into BMC CMDB

The adapter has the following packages with built-in jobs and can be changed if needed. To make changes, see List of Transformations. The SCCM data can be used by the Remedy ITSM suite and BMC Helix ITSM from BMC CMDB after it is normalized and reconciled.


The adapter runs the following jobs to transform the SCCM database into BMC CMDB:

  1. Atrium Integrator to create a transformation to import the classes and relationships.
  2. Normalization job to normalize the SCCM data.
  3. Reconciliation job with the identify and merge activities.

Atrium Integrator Integration Package

BMC CMDB includes Atrium Integrator (AI), an Extract, Transform, and Load (ETL) based integration engine.

For the classes provided in the List of Transformations, a transformation is created to import the class as well as the relationships. Relationships can be included in the same transformation or in a different one based on the design decision. The AI job or AI transformation has both delta and initial load capabilities.

A single top level job is designed to call the lower level child jobs that deal with individual classes/relationships. The user interacts only with top level job which is used to monitor and manage the transformation through the Atrium User Interface (AUI) for AI. The following jobs are provided:

  • SCCM Import Job
  • SCCM Delete Job

SCCM Import Job

The SCCM Import job is responsible for loading data from the SCCM database to CMDB, The job pushes both new data and changes to existing data to CMDB.

The following image provides an illustration of a SCCM Import Job.

SCCM Delete Job

The SCCM Delete job sets the MarkedAsDeleted attribute to “Yes” in CMDB for data that no longer exists in the SCCM database.

The following image provides an illustration of a SCCM Delete Job.

Normalization Engine Integration Package

After SCCM – CMDB integration is completed, a Normalization job, along with rules, is automatically configured for the SCCM import dataset. The normalization engine job is configured as a continuous job by default, however, we recommend that you change the continuous job to a batch job and schedule the job to run a few minutes after the SCCM import is completed.

The following image shows an example of the configured normalization job:

Reconciliation Engine Integration Package

After SCCM – CMDB integration is completed, a standard Identification and Merge job, along with its rules, is automatically configured for SCCM import dataset. The Reconciliation Engine job runs in a Continuous mode. We recommend that you change the job to batch mode and trigger the Reconciliation job after the Normalization job is completed.

The following configurations are also available:

  • Purge activity is added to the job.
  • Reconciliation engine processes only normalized CIs. However, it is not mandatory and that option can be disabled.

The following image shows an example of the configured reconciliation job:

To uninstall the SCCM adapter

  1. Navigate to <SCCMCMDBIntegration_HOME/UninstallBMCSCCMCMDBIntegration>.
  2. Launch the uninstaller.
  3. Complete the uninstallation steps to remove the file structure of SCCM adapter.
  4. Open the Pentaho Spoon client and remove the SCCM package directory.
  5. Remove the guid (OI-BS005056B5170DoDpHUQF4OR#gJngB1D) from the share application property form (SHARE:Application_Properties).
  6. Remove the SCCMIMPORT_NE job from Normalization Jobs (BMC Atrium Core Console > Advanced > Normalization).
  7. Remove the SCCM Identification and Merge RE job from Reconciliation Jobs (BMC Atrium Core Console > Advanced > Reconciliation).
  8. (Optional) Remove the following attributes from the BMC_BaseElement class using Class manager Console or CMDB driver.
    • SMSParentID  
    • SMSCheckViewName
    • SMSChildID

      Important

      Removing the attributes may result in data loss.

List of Transformations

The following table lists the transformations available with SCCM.

CMDB ClassSCCM TransformationSCCM 2007SCCM 2012Details

BMC_

CDROMDrive

SCCMIntegration_

CDRomDrive

v_GS_

CDROM

v_GS_

CDROM


BMC_

ComputerSystem

SCCMIntegration_

ComputerSystem

v_GS_

COMPUTER_

SYSTEM

v_GS_

COMPUTER_

SYSTEM


BMC_

DiskDrive

SCCMIntegration_

Diskdrive

v_GS_

DISK

v_GS_

DISK


BMC_

IPEndpoint

SCCMIntegration_

IPEndPoint

v_GS_

NETWORK_

ADAPTER_

CONFIGUR

v_GS_

NETWORK_

ADAPTER_

CONFIGUR


BMC_

LANEndpoint

SCCMIntegration_

LANEndPoint

v_GS_

DEVICE_

NETWORK

v_GS_

NETWORK_

ADAPTER


BMC_

LocalFileSystem

SCCMIntegration_

LocalFileSystem

v_GS_DEVICE_

FILESYSTEM

Not Applicable

Disabled

for

SCCM

2012

as there

is no

clear

mapping

table

BMC_

LogicalDisk

SCCMIntegration_

LogicalDisk

v_GS_LOGICAL_

DISK

v_GS_LOGICAL_

DISK


BMC_

Memory

SCCMIntegration_

Memory

v_GS_X86_

PC_

MEMORY

v_GS_X86_

PC_

MEMORY


BMC_

Monitor

SCCMIntegration_

Monitor

v_GS_

DESKTOP_

MONITOR

v_GS_

DESKTOP_

MONITOR


BMC_

NetworkPort

SCCMIntegration_

Networkport

v_GS_

NETWORK_

ADAPTER

v_GS_

NETWORK_

ADAPTER


BMC_

OperatingSystem

SCCMIntegration_

OperatingSystem

v_GS_

OPERATING_

SYSTEM

v_GS_

OPERATING_

SYSTEM


BMC_

Patch

SCCMIntegration_

Patch

v_GS_

PATCHSTATE

Not Applicable

Disabled

for

SCCM

2012

as there

is no

clear

mapping

table

BMC_

Processor

SCCMIntegration_

Processor

v_GS_

PROCESSOR

v_GS_

PROCESSOR


BMC_

Product

SCCMIntegration_

Software_Product

v_GS_

SoftwareProduct

v_GS_

SoftwareProduct


BMC_
TapeDrive

SCCMIntegration_

TapeDrive

v_GS_TAPE_

DRIVE

v_GS_TAPE_

DRIVE


BMC_

VirtualSystemEnabler

SCCMIntegration_

VirtualSystemEnabler

v_GS_

VIRTUAL_

APPLICATION_

PACK

v_GS_

VIRTUAL_

APPLICATION_

PACK


BMC_

CDROMDrive

Delete_SCCM_

CDRomDrive




BMC_

ComputerSystem

Delete_SCCM_

ComputerSystem




BMC_

DiskDrive

Delete_SCCM_

DiskDrive




BMC_

IPEndpoint

Delete_SCCM_

IPEndPoint




BMC_

LANEndpoint

Delete_SCCM_

LanEndPoint




BMC_

LocalFileSystem

Delete_SCCM_

LocalFileSystem



Disabled

for

SCCM

2012

as there

is no

clear

mapping

table

BMC_

LogicalDisk

Delete_SCCM_

LogicalDisk




BMC_

Memory

Delete_SCCM_

Memory




BMC_

Monitor

Delete_SCCM_

Monitor




BMC_

NetworkPort

Delete_SCCM_

Networkport




BMC_

OperatingSystem

Delete_SCCM_

OperatingSystem




BMC_

Patch

Delete_SCCM_

Patch



Disabled

for

SCCM

2012

as there

is no

clear

mapping

table

BMC_

Processor

Delete_SCCM_

Processor




BMC_

Product

Delete_SCCM_

Product




BMC_

TapeDrive

Delete_SCCM_

TapeDrive




BMC_

VirtualSystemEnabler

Delete_SCCM_

VirtualSystemEnabler




Related topics

Troubleshooting the SCCM Adapter

Atrium Integrator

Knowledge Article on BMC Commuities - https://communities.bmc.com/docs/DOC-61026


Was this page helpful? Yes No Submitting... Thank you

Comments

  1. Piyush Sharma

    At this step below- ++ Install the following applications before installing the adapter: Microsoft SQL JDBC driver (hyperlink) ++

    The above given URL (MS SQL JDBC driver) doesn't seem to open and gives this error- "The URL you requested is Invalid, please try again."

    Please can this URL be corrected?

    Mar 26, 2021 03:20
  2. Maithili Deshpande

    Hi Piyush,

    Thank you for pointing out this issue with the content. We have corrected the topic with your feedback.

    Regards, Maithili

    Mar 30, 2021 05:08
  3. Piyush Sharma

    Thanks for correcting the previous URL, Maithili.

    Even this FTP URL doesn't seem to work- ftp://ftp.bmc.com/pub/BSM/AtriumCore/9.1/Integrations/SCCM/ (section- "To install the SCCM adapter") Throws this error- 'Site can't be reached'.

    Please can this be corrected?

    Apr 07, 2021 04:21
    1. Maithili Deshpande

      Hi Piyush,

      Thank you for your feedback. We request you to reach out to BMC Support to help with a resolution. 

      Regards,
      Maithili

      Apr 14, 2021 02:31