Showing posts with label scom. Show all posts
Showing posts with label scom. Show all posts

Sunday, February 6, 2011

Management pack components


Object discovery: management packs contains items necessary to discover managed objects. Discovery can be accomplished with registry , WMI, scripting, OLE DB, LDAP or custom code. If too much is discovered use override to limit the object discovery,

Monitors: which determine health information and make sure items are working within specifications. Raise an alert if no. only state change events are stored in the data warehouse for future reporting.

n      Roll up monitors: aggregate rollup monitors, dependency roll up monitors.
n      Unit monitors: SNMP, WMI performance, log files, windows events, windows services, windows performance counters, scripting, WMI events

Aggregate rollup monitors

is a collection of several other monitors, state can be monitored on either a best – case or worst             case basis.

  • Best case – if any one of the child monitors is healthy, the overall aggregate monitor will show up healthy.
  • Worst case – if any one of the child monitors is not healthy, the overall aggregate monitor will not be healthy.
Dependency roll up monitor: very similar to roll up monitor but more flexible and granular
Example: Will raise an alert if 5 or 8 DNS servers are down.

Rules: a rule is capable of raising an alert to an operator, but the objects included in the rule cannot be monitored for health.

Tasks: like the name implies, an MP task is a method that performs some action based on rules that are defined. Among other actions a task can run a program or script or reset a failed service.

Views: customized look at items that might be unique to a particular management pack.

Knowledge: what caused a particular alert? How was it addressed?

Run as profile: discovering objects, running scripts and gathering information requires credentials that can access the appropriate resource. 
 
Windows credentials
SNMP community string
Basic authentication
Digest authentication
Binary authentication
Action account

Overrides: is a way by which an operator can customize a sealed management pack.

Wednesday, February 2, 2011

Post installation recommendations SCOM 2007


1. After installing operations manager 2007, wait for a day before doing any other activities

2. Run the operations manager console from another system other then root management server

3. Verify the health of operations manager management group and related components

Saturday, January 29, 2011

Console scoping:


What is scoping?

Allows you to view objects meeting specific criteria, such as just AD servers or SQL servers,

---- change the scope

Click on scope button
From the list of available items, choose the items on which you would like to focus.

Friday, January 28, 2011

The SDK and config service account:


The sdk provides data access layer between the agent, console and database. The config service distributes configuration to agents.

The management server uses the SDK account to log on to the SC database.

Installing operations manager 2007


Pre installation steps:
           
Understand the management server action account:

Can be specific as a local system account or a domain user account, with domain user account preferred
This account is used to gather data and perform actions on your management servers.

Recommended: use a domain user account

----     appropriate permissions will be assigned during the setup process
--      this account should be installed before installing scom  

Create an AD operations manager administrator group

Place into this group the accounts the users that will be allowed to manage all aspects of operations manager 

Add the domain user you have created to local administrator group on scom and database server.

If you forget this step you will have many errors.

Monday, January 24, 2011

System center operations manager components



Agents: are service or can call small piece of software that you deploy to computers to monitor with SCOM..

Operations console: is operations managers command center and is the tool by which you will view gathered data, management packs, reporting and much more

Management packs: basic building blocks for operations manager and includes information necessary to monitor specific kinds of hardware and software