3 minute read

This week I had to implement an APC management pack at a customer site and I will explain how to get it working. This customer is using APC to monitor and configure his Uninterruptible power supply (UPS) infrastructure.

The APC InfraStruXure (ISX) Central is a network appliance that collects data from, and monitors status of, devices that provide data-center-critical infrastructure.
The ISX Central Integration Management pack for Microsoft’s System Center Operations Manager 2007 provides a tight integration between the physical infrastructure space for whichISX Central provides unprecedented visibility and control and the systems infrastructure space for which OpsMgr provides the same type of solution.

The Management Pack integrates ISX Central through the new web services interface, available starting with version 5.1 of ISX Central. Make sure you install the ISX Central with a least version 5.1 that you can download from here http://www.apc.com/products/resource/include/techspec_index.cfm?base_sku=SFISXC511 

 

To install the Management Pack, install the .msi package downloaded from the APC Web site (http://www.apc.com/tools/download) into an appropriate directory. The installation package consists of four
files: this document, the sealed Management Pack (.mp), the optional Overrides Management Pack
(.xml), and the registration utility (.exe).

 

Steps to configure the APC management pack:

  1. Configure your ISX Central
  2. Import your APC ISX management pack
  3. Run the ISX Central Registration tool
  4. Configure the run-as account

 

The registration utility is a tool that provides a user interface to set certain registry keys that are used by the Management Pack to perform the initial discovery of the InfraStruXure Central servers.

Start the ISX Central Registration tool that you can find in the management pack download folder. To add a new ISX Central registration, click Add. You will be asked to provide a name and FQDN for the ISX Central. The name can be any descriptive name.

image

The FQDN should be the IP address or FQDN of the ISX Central. Do not use a full URL here. The registry is updated immediately.

image

Look in the registry.

All registry changes are made in the key:
HKEY_LOCAL_MACHINESoftwareAPC MsScOpsMgrMpForIsxc
• The registered names appear as the REG_SZ values Name0…Name • The registered FQDNs appear as the REG_SZ values

image

Create a run as account and associate it with the run-as profile. O

image

Click next

image

image

Click New which starts the Create Run As Account Wizard and opens the General Properties page

image

create a new run as account.

image

Click Next

image

The Run As account should be created as a Simple Authentication Run As Account. Simple Authentication – any generic user name and password combination, for example, Web form, SQL authentication, or anything else that accepts user name and password.

image 

The username and password should have access to the ISX Central.

image

“More secure” means that when you associate the Run As account with a Run As profile, you have to provide the specific computer names that you want the Run As credentials distributed to. By positively identifying the destination computers, you can prevent the spoofing scenario that was described before.

image

image

In the This Run As Account will be used to manage the following objects area select All targeted objects

image

image

image

On the Distribution tab, in the Selected computers: area, click Add to open the Computer Search tool; Search by computer name (Default), then type in the computer name. The computer name is the computer name where you have run the ISX Central Registration tool.

image 

image

Enable the “The InfraStruXure Central Registration discovery” discovery. This discovery targets computers running Windows Server (i.e. the Microsoft.Windows.Server.Computer Operations Manager class) and looks for the registry keys that are written by the registration utility. This rule is disabled by default, which renders the Management Pack dormant on import.

image

Enable the override for the computer object where the you have run the ISX Central Registration tool. Don’t forget to enable the “Agent Proxy” option under Agent Properties > Security.

image

After a while the ISX Central  will be discovered and you will be able to monitor your UPS infrastructure!!

image

Hope this helps,

Alexandre Verkinderen

Leave a comment