Scom windows server management pack

Установка пакетов управления SQL Server Operations Manager (SCOM) для Analytics Platform System Install SQL Server Operations Manager (SCOM) management packs for Analytics Platform System

Выполните следующие действия, чтобы скачать и установить пакеты управления System Center Operations Manager (SCOM) для SQL Server PDW. Follow these steps to download and install the System Center Operations Manager (SCOM) Management Packs for SQL Server PDW. Пакеты управления необходимы для отслеживания SQL Server PDW из SCOM. The Management Packs are required to monitor SQL Server PDW from SCOM.

Перед началом Before You Begin

Предварительные требования Prerequisites

Необходимо установить и запустить System Center Operations Manager. System Center Operations Manager must be installed and running. Для SQL Server PDW 2012 требуется System Center Operations Manager 2007 R2, System Center Operations Manager 2012 или System Center Operations Manager 2012 с пакетом обновления 1 (SP1). SQL Server PDW 2012 requires System Center Operations Manager 2007 R2, System Center Operations Manager 2012, or System Center Operations Manager 2012 service pack 1.

Шаг 1. Скачивание пакетов управления Step 1: Download the Management Packs

Шаг 2. Установка пакетов управления Step 2: Install the Management Packs

Установка базового пакета управления для устройств SQL Server Install the SQL Server Appliance Base Management Pack

Чтобы запустить установку, дважды щелкните загруженный базовый пакет управления для устройства SQL Server. To run the install, double-click on the downloaded SQL Server Appliance Base Management Pack.

Примите условия лицензионного соглашения и нажмите кнопку Далее. Accept the License Agreement, and click Next.

Выберите собственную папку установки или используйте папку установки пакета управления по умолчанию. Select your own installation folder, or use the default Management Pack Installation Folder.

Нажмите кнопку Установить. Click Install.

Щелкните Закрыть. Click Close.

Установка пакета мониторинга для устройства SQL Server PDW Install the Monitoring Pack for SQL Server PDW Appliance

Чтобы запустить установку, дважды щелкните скачанный пакет управления SQL Server PDW устройством. To run the install, double-click on the downloaded SQL Server PDW Appliance Management Pack.

Примите условия лицензионного соглашения и нажмите кнопку Далее. Accept the License Agreement, and click Next.

Выберите каталог, в котором будут храниться извлеченные файлы. Choose the directory that will hold the extracted files. Папка установки пакета управления по умолчанию отображается по умолчанию. The default Management Pack installation folder is shown by default. Выберите значение по умолчанию или выберите собственную папку установки. Select the default, or select your own installation folder.

Нажмите кнопку Установить. Click Install.

Щелкните Закрыть. Click Close.

Следующий шаг Next Step

Теперь, когда пакеты управления установлены, перейдите к следующему шагу: импортируйте пакет управления SCOM для PDW (Analytics Platform System). Now that you have the Management Packs installed, continue to the next step: Import the SCOM Management Pack for PDW (Analytics Platform System).

Читайте также:  Wireless setting in windows 10

What is in an Operations Manager management pack?

This version of Operations Manager has reached the end of support, we recommend you to upgrade to Operations Manager 2019.

Management packs typically contain monitoring settings for applications and services. After a management pack is imported into a management group, System Center — Operations Manager immediately begins monitoring objects based on default configurations and thresholds that are defined in the management pack.

Each management pack can contain any or all of the following parts:

Monitors, which direct an agent to track the state of various parts of a managed component.

Rules, which direct an agent to collect performance and discovery data, send alerts and events, and more.

Tasks, which define activities that can be executed by either the agent or the console.

Knowledge, which provides textual advice to help operators diagnose and fix problems.

Views, which offer customized user interfaces for monitoring and managing this component.

Reports, which define specialized ways to report on information about this managed component.

Object discoveries, which identify objects to be monitored.

Run As profiles, which allow you to run different rules, tasks, monitors, or discoveries under different accounts on different computers.

Parts of a management pack

Every management pack defines a model of the component that it manages. This model is expressed as one or more classes, each representing something that can be monitored and managed. When a management pack’s information is sent to an agent, the agent relies on specific discovery rules in the management pack to find the actual instances of the classes this pack defines.

To reduce network utilization and storage requirements on the agent, only the parts of the management pack that are required by the agent to perform monitoring are downloaded to the agent for local storage. For example, the sections of the management packs which define rules and monitors are downloaded, while the sections for knowledge and reports are not.

Monitors

Each management pack defines one or more classes that can be managed, and then specifies a group of monitors for instances of the classes. These monitors keep track of the state of each class instance, making it easier to avoid problems before they occur.

Each monitor reflects the state of some aspect of a class instance, and changes as the state of the class instance changes. For example, a monitor that tracks disk utilization might be in one of three states: green, if the disk is less than 75 percent full; yellow, if it is between 75 and 90 percent full; and red, if the disk is more than 90 percent full. A monitor that tracks the availability of an application might have only two states: green, if the application is running; and red, if it is not. The author of each management pack defines the monitors it contains, how many states each monitor has, and what aspect of the managed class this monitor tracks.

Rules

In Operations Manager, a rule defines the events and performance data to collect from computers, and what to do with the information after it is collected. A simple way to think about rules is as an if/then statement. For example, a management pack for an application might contain rules such as the following:

If a message indicating that the application is shutting down appears in the event log, send an alert.

If a logon attempt fails, collect the event that indicates this failure.

As these examples show, rules can send alerts, events, or performance data. Rules can also run scripts, such as allowing a rule to attempt to restart a failed application.

Читайте также:  Windows 10 не включается kis

Views and dashboards

The Operations Manager Operations console provides standard views such as State, Alerts, and Performance. The console also includes dashboards to consolidate and visualize the operational data for specific services or applications for increased insight and visibility. In addition, you can create a personalized view in the Operations console.

Knowledge

Knowledge is content, embedded in rules and monitors, that contains information from the management pack author about the causes of an alert and suggestions on how to fix the issue that caused an alert to be raised. Knowledge appears as text in the console, and its goal is to help an operator diagnose and fix problems. The text can include links to tasks, allowing the author of this knowledge to walk an operator through the recovery process. For example, the operator might first be instructed to run task A, and then based on the result of this task, run either task B or task C. Knowledge can also contain links to performance views and to reports, giving the operator direct access to information needed to solve a problem.

Knowledge is referred to as product knowledge or company knowledge. Product knowledge is added to the management pack by the management pack author. Administrators can add their own knowledge to rules and monitors to expand the troubleshooting information and provide company-specific information for operators, which is known as company knowledge. For more information on adding company knowledge to a management pack, see How to Add Knowledge to a Management Pack.

Tasks

A task is a script or other executable code that runs either on the management server or on the server, client, or other device that is being managed. Tasks can potentially perform any kind of activity, including restarting a failed application and deleting files. Like other aspects of a management pack, each task is associated with a particular managed class. For example, running chkdsk makes sense only on a disk drive while a task that restarts Microsoft Exchange Server is meaningful only on a computer that is running Exchange Server. If necessary, an operator can also run the same task simultaneously on multiple managed systems. Monitors can have two special kinds of tasks associated with them: diagnostic tasks that try to discover the cause of a problem, and recovery tasks that try to fix the problem. These tasks can be run automatically when the monitor enters an error state, providing an automated way to solve problems. They can also be run manually, because automated recovery isn’t always the preferred approach.

Reports

Just as a management pack can contain views customized for the objects that management pack targets, it can also contain custom reports. For example, a management pack might include a customized definition of one of Operations Manager’s built-in reports, specifying the exact objects that the report should target.

Object discoveries

Object discoveries are used to find the specific objects on a network that need to be monitored. Management packs define the type of objects that the management pack monitors. The object discoveries can use the registry, WMI, scripts, OLE DB, LDAP, or even custom managed code to find objects on a network. If an object discovery finds objects on your network that you do not want to monitor, you can limit the scope of object discoveries by using overrides.

Run As profiles

A management pack can include one or more Run As profiles. Run As profiles and Run As accounts are used to select users with the privileges needed for running rules, tasks, and monitors.

Читайте также:  Athlon 64 установка windows

Management pack authors can create a Run As profile and associate the profile with one or more rules, monitors, tasks, or discoveries. The named Run As profile is imported along with the management pack into Operations Manager. The Operations ManagerВ administrator then creates a named Run As account and specifies users and groups. The administrator adds the Run As account to the Run As profile and specifies the target computers that the account should run on. The Run As account provides the credentials for running the rules, monitors, tasks, and discoveries that are associated with the Run As profile to which the Run As account belongs.

Sealed and unsealed management packs

Management packs are either sealed or unsealed. A sealed management pack is a binary file that cannot be edited. An unsealed management pack is an XML file that can be edited. Sealed management packs should have an .mp extension, while unsealed management packs should have an .xml extension.

In general, management packs obtained from an application or hardware device vendor are sealed.

Although you cannot change the settings in a sealed management pack, you can still customize the applied settings of a management pack after it is imported by using overrides or by creating additional settings such as rules, monitors, and tasks that supersede the management pack’s default settings. All customizations that you create are saved to a separate management pack file.

Management pack libraries and dependencies

Certain management packs are referred to as libraries, because they provide a foundation of classes on which other management packs depend. A management pack that you download from the Operations Manager Catalog might include a library management pack. Several library management packs are imported as part of the Operations Manager installation process. For a list of management packs imported during the installation of Operations Manager, see Management Packs Installed with Operations Manager.

A dependency exists when a management pack references other management packs. You must import all referenced management packs before you can import the management pack that depends on those management packs. Management packs include a management pack guide that should document the dependencies of the management pack. In addition, if you attempt to import a management pack and the management packs that it is dependent on are not present, the Import Management Packs dialog box will display a message that the management pack will fail to import and a list of the missing management packs. After you import a management pack, you can view its dependencies in the Operations console.

To view the dependencies for a management pack

In the Operations console, in the Administration workspace, click Management Packs.

Right-click the desired management pack, and then click Properties.

In the Properties dialog box for the management pack, click the Dependencies tab.

The Dependencies tab lists any management packs that the selected management pack depends on and any management packs that depend on the selected management pack.

Next steps

To learn how to create a custom writeable management pack to store your overrides, see How to Create a Management Pack for Overrides

To understand the basic concepts for managing the monitoring configuration of an application or service defined in a management pack, see Management Pack Lifecycle

See How to import, export and remove a management pack to perform common administrative tasks with management packs in your management group.

If you want to create your own custom knowledge for specific alerts generated by rules or monitors from a sealed management pack, review How to Add Knowledge to a Management Pack

Оцените статью