26
LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

Embed Size (px)

Citation preview

Page 1: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

LAZY ADMIN 101:WINDOWS, SQL & SYSTEM CENTER

Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

Page 2: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

WINDOWS ADMINISTRATION

September 21, 2013TechGate 2013 – Reston, VA

Brad Watts

Page 3: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

DEMOServer 2012 Server Manager

Tips, Tricks & Items to know

PowerShellTips, Tricks & Items to know

Page 6: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

SQL ADMINISTRATION

September 21, 2013TechGate 2013 – Reston, VA

Timothy McAliley

Page 7: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

KEY DBA TASKS

• Maintain Your SQL SERVER

• Know What is Running On Your Server

• How is Your Server Performing

• Backup Strategy

Page 8: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

GREAT RESOURCES TO MAKE A DBA’S LIFE EASIER

• Ola Hallagren• http://ola.hallengren.com

• Brent Ozar• www.brentozar.com

• Both Are Great Sites for Awesome scripts

• Twitter HashTag #sqlhelp• Pose a question/ask help on Twitter with #sqlhelp and get feedback in

minutes

Page 9: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

OLA HALLAGREN

• Maintenance.sql• Free Download (or download by job type)• Community vetted• Configures Jobs • Backups• Updates Statistics• Index Maintenance

• DEMO• Review Ola Hallagren’s Site• Download, Review and Execute the Maintenance.sql script

Page 10: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

BRENT OZAR

• Both Free, Community vetted downlodn

• Sp_Blitz.sql• Windows App or SQL script• Does a through server instance configuration, performance, and health check

• Sp_BlitzIndex.sql• Does a through check of your database indexes

• DEMO• Review Brent Ozar’s script site• Download, Review and Execute the sp_blitz.sql and sp_blitzindex.sql scripts

Page 11: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

TWITTER HASHTAG #SQLHELP

• Pose a question/ask help on Twitter with #sqlhelp and get feedback in minutes

• Community monitored

• DEMO• The #sqlhelp twitter feed

Page 12: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

SYSTEM CENTER CONFIGURATION MANAGER

ADMINISTRATION

September 21, 2013TechGate 2013 – Reston, VA

Dmitri Brown

Page 13: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

DAILY, WEEKLY & MONTHLY TASKS

Administrator's Guide for Reliability WorkbooksWord document and spreadsheet which assists with the “how to” implement the tasks within your environment. http://go.microsoft.com/fwlink/?LinkId=189220

SCCM daily weekly monthly Maintenance Task.xlsx

Compiled from http://technet.microsoft.com/en-us/library/bb632564.aspx

Page 14: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

ADD ON TOOLS TO ASSIST WITH CLIENTS

SCCM Client Actions Tool PowerShell Edition aka PoshCAT (CM2007 & CM2012)http://blog.coretech.dk/kaj/sccm-client-actions-tool-powershell-edition-aka-poshcat/

Client Actions Tool is a practical and simple HTA application for performing most common day-to-day administrative tasks on System Center Configuration Manager clients. The tool allows running actions remotely on one or more computers. A list of computers can be provided either from a file (XLS, XLSX, CSV, TXT), loaded from SCCM collection or simply entered as a text into a text area. The main goal for creating this tool was to have something simple that doesn’t have any prerequisites and doesn’t require installation.

Client Center by Roger Zanderhttp://sourceforge.net/projects/smsclictr/

Page 15: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

COMMON CLIENT INSTALLATION METHODS

• Client Push Installation • Software update Point Based • Group Policy Installation • Logon Script Installation • Manual Installation

DEMO• Download, Review and Execute the SCCM client installation (Rmtclient.cmd)

Page 16: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

CLIENT INSTALLATION CHALLENGES

• The client is behind a firewall

• MP not working as a result of which the policies are not getting downloaded

• Clients going to NO after it had reported

• Unable to get the site code

• Incorrect discovery scan settings

Why clients fail to install

Page 17: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

WHY CLIENTS FAIL TO INSTALL

• The client is behind a firewall

• MP not working as a result of which the policies are not getting downloaded

• Clients going to NO after it had reported

• Unable to get the site code

• Incorrect discovery scan settings

Page 18: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

FAILED VS SUCCESS CLIENT INSTALLS

Page 20: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

SYSTEM CENTER OPERATIONS MANAGERADMINISTRATION

September 21, 2013TechGate 2013 – Reston, VA

Phil BracherChris Maiden

Page 21: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

KEY TASKS

• Maintain System Center Operations Manager (SCOM) Database Backups

• Maintain SCOM Management Pack Backups

• Ensure that all Management Servers are in a Healthy State

• How are your Management Servers Performing?

• Check SCOM Agent Health State

• Checks• Daily• Weekly

Page 22: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

DAILY CHECKS

• Review all Active Alerts in the Console.

• Verify that there are no agents stuck in Pending Management.

• Verify that there are no agents in a grey state in Health Explorer.

• Verify Management Servers are agent Load Balanced.

• Review the Health Explorer for Agents listed as Critical/Not Monitored.

• Review the Alerts for the Management Group.• Investigate any alerts related to the SCOM Infrastructure.

For Example:• Management Servers• SCOM SQL Servers• SCOM Reporting server

Page 23: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

DAILY CHECKS (cont.)

• Ensure that all SCOM related custom SQL jobs ran successfully.

• Ensure that Reporting is working.

• Check the State of the SCOM Backups.

• Verify healthy status of Web Console.

Page 24: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

WEEKLY CHECKS

• Review the Most Common Alerts Report and Most Common Events Report.

• Team Meeting Weekly

• Review SCOM Operational Database (DB) and Datawarehouse (DW) Backup Schedule. Verify successful backup of DB and DW.

• Review backup of Management Packs and Override Management Packs.

• Review database free space report for DB and DW in SQL. Ensure free space is >40% for both databases.

• Review Management Pack Life Cycle.

Page 25: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

REFERENCES

• Getting Started with Operations Manager 2012• http://technet.microsoft.com/en-us/library/hh509025.aspx

• System Center Team Blog• http://blogs.technet.com/b/systemcenter/

• Kevin Holman’s System Center Blog• http://blogs.technet.com/b/kevinholman/

• System Center Central• http://www.systemcentercentral.com/

Page 26: LAZY ADMIN 101: WINDOWS, SQL & SYSTEM CENTER Brad Watts, Timothy McAliley, Dmitri Brown, Phillip Bracher & Chris Maiden

Thank You

An email will be sent to all attendees on Monday, September 21 announcing location of slides received

from presenters.

[email protected]