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)

Enabling and configuring WMI on Windows


Procedures in this section will ensure accessibility to WMI information by first enabling the service, followed by an outline of the creation process for a WMI service account.

Enabling a WMI service on Windows

The following steps will ensure that the WMI service is always running:

  1. Log in to a Windows server or desktop.

  2. Navigate to Start Menu | Control Panel | Administrative Tools | Services.

  3. Check to see if the Windows Management Instrumentation service is running.

  4. If it is not running, right-click on the Windows Management Instrumentation service and select Properties.

  5. On the General tab, select Automatic under Startup type.

  6. If necessary, click on the Start button, to start the service.

  7. Click on OK.

Creating an Active Directory service account for WMI

This procedure explains how to create an Active Directory (AD) user account, to act as a service account; used for SolarWinds SAM to poll your devices via WMI. These credentials will be used during and after SolarWinds SAM deployment.

  1. Log in to a Domain Controller (DC) and launch AD.

  2. Navigate to Start Menu | Control Panel | Administrative Tools | Active Directory Users and Computers.

  3. Click on the Users container, or a container of your choice.

    Tip

    To enhance our control and visibility over service accounts, we chose to use a container named Managed Service Accounts. This is optional.

  4. Navigate to Actions | New | User.

  5. Choose a User logon name. For example, we used SAMWMI.

  6. Click on Next.

  7. Choose a secure password.

    • It is convenient to select Password never expires.

      Tip

      It can be troublesome if a service account's password expires. If you choose for the password to expire, then we recommend setting up a calendar reminder to notify you when the service account password is nearing expiration, and then make the necessary adjustments to the account and to SolarWinds SAM.

    • This service account will have domain administrator privileges; make sure the password is very secure.

  8. Click on Finish.

  9. Double-click on the new user.

  10. Select the Member Of tab.

  11. Click on the Add button.

  12. Type Domain Admins and click on the Check Names button. As shown in the following screenshot, if successful, Domain Admins will now be underlined.

  13. Click on OK to save and close the Select Groups window.

  14. Click on OK to save and close the Properties window.

    Tip

    We do not recommend using your own domain admin account, or any user account, for WMI authentication. Security is the primary reason. Your account may also become locked out due to failed password attempts, or your password may need to be changed, consequently breaking the SolarWinds WMI polling functionality.

This procedure is the easiest approach to quickly begin utilizing WMI for polling purposes.

Once you have worked your way through this book, and have SolarWinds SAM configured to your liking, we recommend that you research and implement one of the more complex (secure) methods.

Note

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