Tuesday, June 28, 2011

Data warehouse failure concerns answered

I have been having some concerns for the lack of failover options and documentation for the Service Manager data warehouse. I created a forum post which can be seen at http://social.technet.microsoft.com/Forums/en-US/systemcenterservicemanager/thread/1479d2c4-25eb-4aaf-bd0d-9f95618d1a4a/.


If the DW goes down, Service Manager will continue grooming old work items but changes to existing or the creation of new work items won't be copied to the DW. The grooming job will delete any closed work item that has existed for more then your grooming policy setting. (Default settings is 90 days for IR and 365 days for CR and PR).
That means that if your DW goes down on Day 1, it could be down for another 89 days before any incidents created after day 1 will be groomed from your database. And that is if the incidents is closed. When you get your DW back up and running, any work item that was created or changed during the DW downtime will be copied to the DW.
Take a look at this blogpost:http://blogs.technet.com/b/servicemanager/archive/2009/09/18/data-retention-policies-aka-grooming-in-the-servicemanager-database.aspx
Regards//Anders
Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se


Monday, June 27, 2011

Attaching Email Screenshots with Service Manager

I am not sure if many people realize this until SCSM is actually installed. But the SCSM out-of-the-box email solution will automatically attach pictures in the body of an email to an incident. I have had people ask me in the past if this is possible, and I would always say, "probably, but it isn't native."

This feature is not available with the Exchange connector, so you might want to use both solutions.

Monday, June 13, 2011

Microsoft Authorization Manager Hotfix is not Need for Server 2008 R2 with SP1

I came across a problem attempting to install the SCSM prerequisite "Authorization Manager Hotfix" when installing SCSM on Server 2008 R2 with SP1. It said that it is not applicable, but it still shows a warning.
IT IS NOT NEEDED. What is my source? Well, unfortunately, a comment made by Travis Wright. But it is good enough for me, and it seems to work fine without it.

I quote "The Authorization Manager hotfix is not required on Win2k8 R2 SP1"


Source: Look in the comments section
http://blogs.technet.com/b/servicemanager/archive/2011/03/04/service-manager-2010-sp1-now-supports-windows-server-2008-r2-windows-7-sp1-and-sql-server-2008-sp2.aspx 

Sunday, June 12, 2011

Service Manager role based security scoping

The below post isn't real new, but it is highly informational. A lot of questions tend to arise around security scoping, and I found a great post, which I wanted to duplicate. The below text was taken from http://scug.be/blogs/scsm/archive/2010/03/21/service-manager-role-based-security-scoping.aspx.


An important aspect in the overall configuration of the Service Manager environment is providing access to the SCSM environment to perform operations. This in a controlled way, so End Users, Operators, Resolvers, Change Owners… can easily access SCSM and perform the their tasks in a controlled environment.
With Role based security scoping in SCSM there is the possibility to configure a controlled environment for different service roles. A SCSM role profile is a configuration set to define access to objects, views in the console, operations they can perform and members of the role (AD User/Group). SCSM components of a User role are:
  • The security scope: Is the security boundary in SCSM. Boundaries can be set on Group/queue, Class, Property & relationships.
  • UI filter scope: This filter is for defining what an operator can see in the SCSM console. Limiting the options visible in the console improves the usability. UI filters can be set on console tasks, templates and views.
  • User role profile: SCSM includes some predefined user profiles who include a set of allowed operations with a class/property/relationship scope over objects.
  • User Assignment: The members of the user role in SCSM. This can be set for users or groups. (Always recommended to use groups)
When configuring role based security scoping we have to think about the profiles that have to be defined in SCSM with the corresponding operations. The different profiles for an implementation is specific and is something that needs to be defined upfront.
The following example “runs” through the creation of the Mail incident resolver role.
Example info:
  • Only incidents from the “Email problem" category need to be visible for the role.
  • The mgmt console Views access is limited.
  • User roles can be controlled with AD security group.

Preparing the Security Scope

As specified above, Security Scope for a user profile can be specified on different levels. This preparation step goes through the creation of the group and the incident queue for further use in the user profile creation.

Create a group in SCSM

Creating a group in the SCSM console is a straightforward task. In this example the
  • In the Service Manager console, click Library, expand Library, and then click Groups.
  • In the Tasks pane, click Create Group.
    • On the Before You Begin page, click Next.
    • On the General page, do the following:
      • Provide a name for the group, such as Email Servers.
      • In the Description text box, type a description for the group.
      • Under Management pack, make sure that an unsealed management pack is selected. In our example we store the information in a dedicated custom mgmt pack.
      • Click Next.
    image
    • On the Included Members page, click Add.
      • In the Select Objects dialog box, select a class such as “Windows Computer”. (Groups can includes members of the same class or from different classes.)
      • In our example select all the Exchange servers in the organization.
      • Click OK, click Next
image
    • On the Dynamic members page, click Next.
    • On the Subgroups page, click Next.
    • On the Excluded Members page, click Next.
    • On the Summary page, confirm the group settings that you made, and then click Create.
    • On the Completion page, make sure that you receive the following confirmation message, and then click Close.

Create the incident queue

Next step in the preparation of the User Role profile configuration is to create a Queue for incidents.
  • In the Library pane, expand Library, and then click Queues.
  • In the Tasks pane, click Create Queue.
  • On the Before You Begin page, click Next.
  • On the General page,
    • type a name in the Queue name box. (In our example, Mail incidents Queue)
    • Work item type box, in the Select a Class dialog box, select a class. In our case “Incident”, and then click OK.
    • In the Management pack list, select the same “roles” mgmt pack that is used to create the group. (keeping the thing together)
    • Click Next.
image
  • On the Criteria page, build the criteria that you want to use to filter work items for the queue, and then click Next
    • In our example, select the Classification Category property in the “Available Properties” area, click Add.
    • In the list, select Email Problems, and then click Next.
    • (more the one criteria can be specified on this page)
image
  • On the Summary page, click Create to create the queue.
  • On the Completion page, click Close.

Create a User role Profile in SCSM

Group and queue are created in the SCSM console, the User Role Profile creation can start. Groups and queues are two configuration items of a User Profile. Mgmt Pack access, Views, templates & tasks are other configuration items in the wizard. If there is a need to limit access to these items then this information needs to be available before the creation of the profile.
Example step-by-step for the email incident resolver user profile:
  • In the Administration pane of the SCSM console, expand Security, and then selectUser Roles.
  • In the Tasks pane under User Roles, select Create User Role, and then select the user role profile.
    • In our example we select the Incident Resolver role.
image
  • On the Before You Begin page, click Next.
  • On the General page, enter a name and description for this user role, and then clickNext.
    • Important Info: on the general page of each predefined role there is a clear description of the rights of the selected role profile.
image
  • On the Management Packs page, select the management packs that contain the data that you want to assigned access to. In our example “select all” and click Next.
image
  • On the Queues page, select the Queues that this user role will have access to, and click Next. Here we use the just created Queue for our Email Incident Resolvers role.
image
  • On the Groups page, select the Groups that this user role will have access to, and clickNext. Here we use the just created Group for our Email Incident Resolvers role.
image
  • On the Tasks page, select the Tasks that this user role will have access to, and clickNext. In our example I don’t limit the available tasks.
image
  • On the Views page, select the Views that this user role will have access to, and clickNext. In our example I want to limit the view in the mgmt console and selected only items from Incident management and configuration management.
image
  • On the Form Templates page, select the Templates that this user role will have access to, and click Next. In our example I don’t limit the available templates.
image
  • On the Users page, click Add, and use the Select Users or Groups dialog box to select users and user groups from Active Directory Domain Services for this user role, and click Next.
image
  • On the Summary page, review settings and click Create.
  • On the Completion page, click Close.

To validate the creation of a user role

  • In the Service Manager console, verify that the newly created user role appears in the middle pane.
  • Log on to the Service Manager console as one of the users assigned to the user role.
    • Verify the access in the mgmt console
    • Verify the Views in the mgmt console
image
  • Only the “Work Items” and “Configuration Items” pane are visible for the user. “Work Items” pane is limited by the Views filter in the configuration of the profile.
  • Only Incidents from the Email queue are visible in the console
  • Read-only access to the configuration items in the console
This is just an example how you can setup a user profile. There are a lot of different roles with different configuration items that can be set in SCSM, all depends on the requirements of the environment. Keep in mind that each additional role profile that is created will have an additional load on the server.
I hope this gives you an idea how to configure role based security scoping for your environment.

Have fun!

Kurt