Book Image

SolarWinds Server & Application Monitor: Deployment and Administration

By : Justin Brant
Book Image

SolarWinds Server & Application Monitor: Deployment and Administration

By: Justin Brant

Overview of this book

As a network or system administrator, your primary responsibility is to ensure high availability of all managed IT services. There are a number of monitoring tools available; but these can be complicated and expensive, and may only monitor certain areas of your network. SolarWinds Server & Application Monitor is an intuitive, all-encompassing, yet cost effective, enterprise-level network monitoring service. A concise and practical, hands-on guide that will teach you how utilize SolarWinds SAM. It provides step-by-step tutorials to walk you through every feature, while teaching you how to tailor the product to your own network environment. This book will guide you through equipping your network devices and servers for SolarWinds SAM utilization. It will provide a sequential, hands-on overview of the product, and is suited for networks of all sizes, ranging from small businesses to larger enterprises. You will learn how to populate SolarWinds SAM with nodes, then classify and group nodes to tailor the product to your network environment. By doing so, you will benefit from key features such as automated alerts, traps, and reports. Each feature is explained in a practical and useful manner via tutorials and real-world examples to help you start monitoring your network quickly and efficiently, while keeping security implications in mind by applying enterprise-level best practices.
Table of Contents (13 chapters)

WMI polling issues


WMI can be more problematic than SNMP. WMI account privileges are a common WMI-related polling issue. This means that the account you are using to monitor the target server may not have adequate permission to do so. Refer to the Creating an Active Directory service account for WMI section of Chapter 1, Deployment Strategy, for procedures on how to create a privileged WMI service account, and confirm it has administrative privileges to the server you are trying to poll via WMI.

Note

Advanced procedures for creating an unprivileged WMI service account are referenced on the author's blog at http://justinmbrant.blogspot.com/.

Windows firewall may be blocking WMI

This procedure will explain how to allow WMI through the Windows firewall, applicable to Windows Server 2008 R2, Windows Vista desktop operating systems, and subsequent versions.

  1. Log in to a Windows OS with administrative credentials.

  2. Open the Command Prompt by navigating to Start | Accessories | Command Prompt.

  3. Enter the following command in the prompt:

    C:\>netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable=yes
    

    If Access is denied appears after running this command, then right-click on the Command Prompt shortcut and select Run as administrator.

    Tip

    To revert this change, issue the same command but change enable=yes to enable=no.

Windows User Account Control may be interfering with WMI

User Account Control (UAC) may also be a cause of WMI polling issues. As a troubleshooting step, you should disable UAC, explained in the following two referenced procedures for Windows Server 2008 R2 and Windows 7.

Note

Be cautious while launching executable files when UAC is disabled. It is designed to protect you against malicious software.

Steps for Windows Server 2008 R2

This procedure will explain how to disable UAC in Windows Server 2008 R2.

  1. Log in to a Windows server.

  2. Click on the Start menu and open the Control Panel.

  3. Click on User Accounts.

  4. In the User Accounts window, click on User Accounts.

  5. Click on Turn User Account Control on or off.

  6. Uncheck the box that says Use User Account Control (UAC) to help protect your computer.

  7. Click on OK and restart the server.

Note

Remember to be cautious when rebooting servers or network devices during business hours.

Steps for Windows 7

This procedure will explain how to disable UAC on Windows 7.

  1. Log in to a Windows 7 machine.

  2. Type UAC in the Start menu.

  3. Click on Change User Account Control settings.

  4. Drag the slider all the way down to Never notify.

  5. Click on OK and restart the computer.

Configuring WMI at the local computer level

This procedure explains how to manually configure WMI remote access on an individual Windows computer, as opposed to using a service account for WMI authentication.

  1. Navigate to Start | Control Panel | Administrative Tools | Computer Management.

  2. Expand the Services and Applications menu.

  3. Right-click on WMI Control and select Properties.

  4. Select the Security tab.

  5. Click on the Security button.

  6. Click on the Add button to add the user account. This can be a local account or domain account.

  7. Select the appropriate account and check Remote Enable. Click on OK.

WMI Administrative Tools

If the previous troubleshooting steps did not resolve your issue, then try installing WMI Administrative Tools. This utility includes a WMI browser that will allow you to connect to a remote machine and browse through WMI information, which will help pinpoint the issue.

Download WMI Administrative Tools from Microsoft: http://www.microsoft.com/en-us/download/details.aspx?id=24045.