Creating Management Packs to save your SCSM personalization

This recipe details the steps for creating a Management Pack in which to save your customizations. Management Packs are an XML storage format that hold customizations such as new folders, views, and queues, right through to new class types.

Getting ready

You need to ensure you have successfully installed the SCSM product, are a user in the SCSM Administrator role, and have the SCSM console open.

You should also think about adopting a naming convention for your management packs and utilization of a prefix to the naming convention to easily identify management packs custom to your organization.

How to do it...

The following steps will guide you through the process of creating a management pack for personalizations:

  1. Navigate to Service Manager Console | Administration | Management Packs and click on Create Management Pack under Tasks:

    How to do it...

  2. Provide a Name - PON - Incident - Lists.

    Tip

    The name used above as an example for the management pack uses a naming convention of:

    <Organization Short Name> - <Class> - <Type of content>

    Adopting this type of naming convention makes it very easy to quickly identify management packs custom to your organization and their expected contents.

  3. Provide a Description - Custom Management Pack that contains all lists related to Incidents.
  4. Click OK:

    How to do it...

How it works...

SCSM stores its configuration in management packs. There are three types of management pack:

  • Unsealed: This type of management pack is what you create when you create a management pack in the console using the steps outlined in this recipe, or when you create a management pack in the Authoring tool. Unsealed management packs have an .XML file extension. This type of management pack allows you to save your configuration or delete existing configurations that are stored in them using the SCSM console.
  • Sealed: This is a management pack that is, in effect, a read-only configuration store. The settings stored in this type of management pack cannot be edited in the SCSM console. You have to store changes to the configuration associated with this management pack in an unsealed management pack or edit the original unsealed version of the management pack.
  • Bundle: This type of management pack is a special type of a sealed management pack and has an .MBP file extension. A bundle typically contains more than one management pack and associated resources like icons.

The only option when you create a management pack in the console is the display name and the description. Management Packs created via the console are stored directly within the SCSM database, but are able to be exported for manual editing later. The filename of a management pack that was initially created in the console is by default <GUID>.XML when exported. Do not change this filename unless you are specifically updating the internal GUID within the management pack as well. Changing the filename can be error prone.

See also

  • The Creating priority queues recipe in Chapter 3, Configuring Service Level Agreements (SLAs), for other scenarios related to the use of queues
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset