Stuart's profileStuart Renes: The BlogPhotosBlogListsMore Tools Help

Blog


    August 12

    Operations Manager 2007 R2 - Sizing Helper released

     

    Operations Manager 2007 R2 - Sizing Helper The OpsMgr 2007 R2 Sizing Helper is an interactive document designed to assist you with planning & sizing deployments of Operations Manager 2007 R2. It helps you plan the correct amount of infrastructure needed for a new OpsMgr R2 deployment, removing the uncertainties in making IT hardware purchases and optimizes cost. A typical recommendation will include minimum hardware specification for each server role, topology diagram and storage requirement.

    System Center Operations Manager | Performance Team

    System Center Operations Manager : Operations Manager 2007 R2 - Sizing Helper

    August 05

    OpsMgr R2 Reporting Guide and Visio 2007 Add-in *NEW*

    Reporting Guide for OpsMgr R2 released

     

    "This guide consolidates all reporting guidance (with the exception of report authoring) in one place.  This guide also includes reporting scenarios to help you create specific reports to meet your business needs. Right now there are two scenarios - Availability and SLA. We're working on additional scenarios - performance, disk usage, etc."

    The Reporting Guide can be found here.

     

    Visio 2007 Add-in for OpsMgr R2 released

    "The Visio 2007 Add-in for System Center Operations Manager 2007 R2 combines the strengths of two applications widely used in enterprise IT to simplify the creation of customized graphical dashboards showing the health of an environment. Examples of such diagrams include showing objects by geography overlaid on a map, by location in a datacenter or building, by role in a logical view of an application or by topology for complex distributed applications such as Exchange or Active Directory."

    The Visio 2007 Add-in can be found here.
    August 03

    OpsMgr 2007 scheduled responses may not run at the specified time

    Article ID: 974098

     

    SYMPTOMS

    In Microsoft System Center Operations Manager 2007, rules can be authored to run a script on a timed basis. The rule can be further authored to synchronize at a specific time each day. However, even when you configure a rule to do this, the script may not run at the exact time that is specified in the dialog box. Instead, there may be a small delay. The delay may be anywhere from several seconds to several minutes, depending on how busy the target Health service is and the interval length between scheduled runs.

     

    CAUSE

    This is expected behavior because the scheduler module was designed to minimize the resource effect on the agent and was not intended for real-time accuracy. Even if the Health service agent is heavily taxed, any delays in running the response should be no more than one percent of the time since the last scheduled run.

     

    RESOLUTION

    If you want to run an agent response with more accuracy, you can use either of the following methods:

    • If the response is a script, the Windows Task Scheduler service can be used to run the script at an exact time. Task Scheduler is a service that uses a completely different timing mechanism.
    • If the response is not a script, or the script cannot be run under Task Scheduler, a rule can be authored to run the response when a custom event is observed on the agent. The Windows Task Scheduler can be used to programmatically create an event in the agent’s local event log on a scheduled basis. The Operations Manager 2007 agent would run the response every time that the Task Scheduler adds this custom event to the event log.