SlideShare a Scribd company logo
Australian Service Manager
User Group
Knowledge Event
February 24, 2015
2:00pm AEDT
Objective
• To share knowledge of SCSM
• To help users get the most from SCSM
• To facilitate an Australian wide community that can peer and network
• To assist users of Cireson apps get the most from their investments
Spread the word
• Tell others about the group
• Share items on social
• Tell us about topics or questions for future knowledge events
This event is being recorded.
Welcome
Agenda
Item Presenter Timing
Welcome John Mustac
Systemology
2:00pm
SCSM knowledge
Class System / Data Model
Mat Barnier
Systemology
15 - 30 mins
SCSM Connectors
Best practices
Chris Ross
Cireson
15 - 30 mins
Open Q&A Open 30+ mins
Close 3:30pm
SCSM Class Structure / Data Model
Mat Barnier
Director, Systemology
Systemology
Agenda










Data Model
Model Database
8
• All hardware, software, services, and other logical components that
you want Service Manager to be aware of are described in a model.
• A model is a computer-consumable representation of software or
hardware components that captures the nature of the components
and the relationships between them. In ITIL or MOF these are
Configuration Items (CI’s )
• An example: To Monitor an email messaging service:
• Configuration Level Monitoring
• Involves monitoring a variety of components (mailbox
servers, front-end servers, operating system
components, disk subsystems, Domain Controllers, or
DNS servers)
• Business Service Level Monitoring
• Requires discovering and monitoring the interaction
between these systems, such as monitoring whether e-
mail is flowing through the system.
Modelling in System Center
Service Manager
Model Database
9
• Based on and extends the Operations Manager
modeling system
• Uses the same terminology
• Management pack formats, SDK, API’s and
the database support for all System
Center Modules
• In Service Manager Model Extended to support
• Configuration items
• Work items
• Other
• Further extends support to the model with
additional class extensions and categories.
Modelling in System Center
Service Manager
• Incidents
• Activities
• Releases
• Service Requests
• Changes
• Problems
Work Item
• Business Services
• Environments
• Computers
• Printers
Configuration
Item
Model Database
10
• Work items are the operational category of things
we work with like
• Incidents
• Change Requests
• Activities
• Problems
• Releases
• Service Requests
• They Inherit properties from their parent objects
and extend the model
• They also may have relationships
Work Item Hierarchy
Model Database
11
• Configuration Items are the operational category of
things we work with like
• Computers
• Business Services
• Network Cards
• Databases
• They Inherit properties from their parent objects
and extend the model
• They also may have relationships, we have different
types of relationships to represent different ways
the Configuration Items may relate to eachother
Configuration Items Hierarchy
Classes Defined in the Model
12
Model-Based Database
13
The Common
Data Model for
Service Manager
Management Packs
14
• XML-based file that contains definitions for classes, workflows, views,
forms, reports, and knowledge
• Consists of an XML manifest that defines metadata about these
objects and the references to resources that the objects use.
• Used to extend Service Manager with the definitions and the
information necessary to implement all or part of a service
management process.
• You can use a management pack to do the following:
• Extend Service Manager with new objects.
• Extend Service Manager with new behavior.
• Store new custom objects that you created, such as a form or
a template.
• Transport customizations to another Service Manager
deployment or implement the customizations in a newer
deployment.
Introduction To Management
Packs
Classes
15
• Class = property bag (set of properties)
• Each property is defined as
"name/type"
• Properties are always of simple
types such as int, string, double, etc.
• There are no arrays or sets in a
property.
• A class as defined in the
management pack would look
similar to the following:
Introducing Service Manager
Classes
Classes
16
• All classes require a base class
• Except for the class Entity
• A class will define all of its properties additional to the
properties that have been inherited
• Allowed property values can be further constrained using
property attributes in XML
• MaxLength,
• CaseSensitive,
• MinValue,
• RegEx,
• Required
• In the SCSM model, there are no complex properties.
• Complex properties are emulated using relationship types
Properties and attributes of a
Class
Classes


17
System.Computer
System.ConfigItem
System.LogicalEntity
System.LogicalHardware
Computer_Derived
Computer_ExtendedOriginal
Form
Extended
Tab
System.Device
System.Entity
Classes
18
• Support new types of managed resources or
process artifacts
• Need to add a new behavior.
• For example: managing HVAC units or overhead
projectors would require a new class
• Specialise a new class of incident (called
"HRIncident“) this new subset of incidents will also
require a new class.
• Query for HRIncident, returns the subset of
Incidents called HRIncidents
• New HRIncident class will have a dedicated
set of workflows
• In XML the new class would look like the
following:
Defining a New Class
Classes
19
• Have additional properties and behaviors to add
• If you cannot update the type because it is defined in a
"sealed" management pack
• In XML the extended class would look like the following:
• Adds "DepartmentName" and "MyBugId" to all incidents
and its descendants
• Implemented with the addition of a type Extension.
• The new incidents should behave exactly like an
Incident
• Query returns all classes of incidents including
those derived from the Incident base class and they
all will have the new properties of
"DepartmentName" and "MyBugId."
• When extending the class, all incidents and classes
that that descend from it will have the new
property values
Extending a Class
Cireson Knowledge Share
SCSM Connectors – Best Practices
Chris Ross
Cireson
Service Manager 2012 Connector: Best Practices from
the Field
Chris Ross, MVP3, ITIL
Director of Program Management
Cireson
What are the Various Connectors?
Out of the box…
 Active Directory
 Configuration Manager
 Operations Manager CI
 Operations Manager Alert
 Orchestrator
 Virtual Machine Manager
 Exchange
 CSV
Cireson Connectors…
 SMA Connector
 Asset Import
 Software Metering
Coming Soon…
 Project Server Connector
 TFS Connector
What are the Right Questions to Ask?
How Many Objects
 What is the quantity of data that will be stored?
Transaction Volume
 What are the scenarios?
 What is the degree of customization?
 How many concurrent, (active) connectors will there be?
Quantity of Data
The bigger the database is the slower every query runs and the more space it
takes on disk.
Contained data is especially impactful to performance.
Computer -> SQL Server -> Database
Container Object Contained Object
Computer 1 SQL Server 1
SQL Server 1 Database 1
Computer 1 Database 1
SQL Server 1 Database 2
Computer 1 Database 2
Good Data, Bad Data
Good Data Bad Data
Incidents (w/ action logs and activities) Users
Service requests (w/o action logs and
activities)
Action logs
Computers from AD or SCCM Contained activities (especially nested)
File attachments Computers from SCOM
Knowledge CI data from SCOM in general
Good, Bad Customizations
Good Customizations Bad Customizations
User roles Notification subscriptions
Views* Work item event workflows
Data model extensions Custom workflows
Templates Groups
List items* Queues
Tasks* Service level objectives
DW extensions SCCM connectors, especially w/ DCM
Notification templates SCOM connectors
Reports AD connectors
Portal customizations
SLO calendars & metrics Form customizations
Analysis libraries & Excel workbooks
SCVMM and SCOrch connectors
Scoping Connectors
Active Directory
 Scope by domain, OU, or security group
Configuration Manager
 Scope by collection
Operations Manager – CI Connector
 Scope by Add|Remove-AllowedList cmdlets (white listing)
Operations Manager – Alert Connector
 Scope by alert property query criteria (alert subscriptions on SCOM side)
Design Better Connectors! [custom]
Query once and do business logic in runtime using one of these
options:
 Custom SCSM workflows (PowerShell)
 Orchestrator (scale out)
The difference is hundreds of queries running periodically vs. a single
query running periodically. Evaluating A vs. B vs. … in memory on a
management server is lightning fast.
Don’t roundtrip back to the database! Pass in the data that is needed
to the workflow.
CONNECTOR:
DO’S AND DON’TS
Connectors: Do These Things…
Do scope your connectors properly
 Properly scoping your connector(s) allows you to ensure
your connectors run error free
 Limit each individual connector to ≤ 10,000 objects
 If you have more objects, create more connectors
Connectors: Do These Things…
Do schedule your connectors to run at different
times
 Running multiple connectors simultaneously can cause
performance impacts (SCSM or source system)
Connectors: Do These Things…
Do schedule connectors to run during non-business
hours
 Method 1: Change the synchronization schedule using
PowerShell
 Method 2: Initiate the synchronization using PowerShell
http://bit.ly/1DMchhh
Connectors: Do These Things…
Do import AD Users
 The AD connector imports all users in a domain, regardless
enabled or disabled.
 Also if you have contacts in AD that are created as Domain
users, these are imported as well.
 If is very important to consider which OUs to import, and
also whether or not to import both Enabled and Disabled
users.
Connectors: Do These Things…
Do use LDAP queries
 This will limit the amount of data returned by the connector
 Lets only bring in what is relevant
Connectors: Do These Things…
Do use unique accounts for connectors
 This will create a separate Monitoringhost.exe process on
the workflow management server for each connector when it
runs
 This makes it easier to see which connector is currently
running and how much memory/CPU it is consuming
 It also makes it easier to isolate that one process from other
workflows/connectors so that it can be terminated without
affecting other workflows/connectors running
Connectors: Do These Things…
Do keep Exchange Connector set to 5 min+
 If you are using queues for security purposes keeping
Exchange Connector set for longer durations allows the
needed time for group settings to take effect
 Less impact on the Exchange environment
Connectors: Don’t Do These Things…
Don’t import AD Computers (AD Connector)
 If you're also using the Configuration Manager connector,
there may not be a need for the AD connector to import all
computers
 Doing so only means SCSM needs to import, rationalize and
normalize two sources
 All relevant information about the computers are delivered by
the SCCM connector
 There could be examples where the AD connector needs to
import computers or subsets of computers from AD
Connectors: Don’t Do These Things…
Don’t use DCM (really DON’T)
There is a Rule which exists in the Configuration Manager Connector Management Pack
which is called
Incident_Desired_Configuration_Management_Custom_Rule.Update
This Rule can cause workflows (Subscription Rules) to lag behind a lot and cause the
grooming jobs to fail, thus causing the EntityChangeLog table to get very large.
In turn this causes in internal SQL Stored Procedure called p_EntityChangeLogSnapshot to
take a lot of time to finish.
This stored procedure is executed very often and while it is running, the performance of the
Console is also impacted a lot.
http://bit.ly/1FlY4oq
Connectors: Don’t Do These Things…
Don’t sync null values in AD connectors
 Unless needed for a purpose, always select the option:
“Do not write null values for properties not set in Active
Directory”
 Using this setting ensures the connectors do not update the
same attributes, despite being null
Connectors: Don’t Do These Things…
Don’t synchronize data you don’t need!
 When in doubt, use the KISS method!
Questions?
Audience Knowledge Share
An opportunity for audience members to share information or
knowledge
Guest
Open Q&A
An opportunity for audience members to ask questions of the group
Questions can be raised via IM or round table discussion
Open Mic
• Recording
• To be posted on Systemology website
• Post questions and topics for next knowledge event
• Post on ASMUG page on Systemology website (coming soon)
• Next Knowledge event
• April 2015
• Share & Social
• Expand the network
Close

More Related Content

What's hot

Patterns of enterprise application architecture
Patterns of enterprise application architecturePatterns of enterprise application architecture
Patterns of enterprise application architecture
Chinh Ngo Nguyen
 
Who Will Win the Database Wars?
Who Will Win the Database Wars?Who Will Win the Database Wars?
Who Will Win the Database Wars?
Christopher Foot
 
Managing peak demand fluctuations bw admin and academic computing functions 1
Managing peak demand fluctuations bw admin and academic computing functions 1Managing peak demand fluctuations bw admin and academic computing functions 1
Managing peak demand fluctuations bw admin and academic computing functions 1
Erin
 
200308 Active Directory Security
200308 Active Directory Security200308 Active Directory Security
200308 Active Directory Security
Armando Leon
 
MCSA 70-412 Chapter 03
MCSA 70-412 Chapter 03MCSA 70-412 Chapter 03
MCSA 70-412 Chapter 03
Computer Networking
 
التقنيات المستخدمة لتطوير المكتبات
التقنيات المستخدمة لتطوير المكتباتالتقنيات المستخدمة لتطوير المكتبات
التقنيات المستخدمة لتطوير المكتبات
Mohammed El Rafie Tarabay
 
Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...
Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...
Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...
DineshKumar746335
 
Lessons from Large-Scale Cloud Software at Databricks
Lessons from Large-Scale Cloud Software at DatabricksLessons from Large-Scale Cloud Software at Databricks
Lessons from Large-Scale Cloud Software at Databricks
Matei Zaharia
 
gkkCloudtechnologyassociate(cta)day 2
gkkCloudtechnologyassociate(cta)day 2gkkCloudtechnologyassociate(cta)day 2
gkkCloudtechnologyassociate(cta)day 2
Anne Starr
 
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Chad Green
 
Synapse for mere mortals
Synapse for mere mortalsSynapse for mere mortals
Synapse for mere mortals
Michael Stephenson
 
What is Cloud DBMS?
What is Cloud DBMS?What is Cloud DBMS?
What is Cloud DBMS?
Bhaskara Reddy Sannapureddy
 
Cloud Analytics and VDI
Cloud Analytics and VDICloud Analytics and VDI
Cloud Analytics and VDI
Dr Neelesh Jain
 
Building a Turbo-fast Data Warehousing Platform with Databricks
Building a Turbo-fast Data Warehousing Platform with DatabricksBuilding a Turbo-fast Data Warehousing Platform with Databricks
Building a Turbo-fast Data Warehousing Platform with Databricks
Databricks
 
Controlling Delegation of Windows Servers and Active Directory
Controlling Delegation of Windows Servers and Active DirectoryControlling Delegation of Windows Servers and Active Directory
Controlling Delegation of Windows Servers and Active Directory
Zoho Corporation
 
Slides ch-5-the definitive guide to cloud computing -by- dan sullivan
Slides  ch-5-the definitive guide to cloud computing -by- dan sullivanSlides  ch-5-the definitive guide to cloud computing -by- dan sullivan
Slides ch-5-the definitive guide to cloud computing -by- dan sullivan
MeherFatima8
 
Composing your Private Cloud
Composing your Private CloudComposing your Private Cloud
Composing your Private Cloud
Microsoft TechNet - Belgium and Luxembourg
 
Domain logic patterns of Software Architecture
Domain logic patterns of Software ArchitectureDomain logic patterns of Software Architecture
Domain logic patterns of Software Architecture
Shweta Ghate
 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Antonios Chatzipavlis
 
SQL Server 2016 new features
SQL Server 2016 new featuresSQL Server 2016 new features
SQL Server 2016 new features
SpanishPASSVC
 

What's hot (20)

Patterns of enterprise application architecture
Patterns of enterprise application architecturePatterns of enterprise application architecture
Patterns of enterprise application architecture
 
Who Will Win the Database Wars?
Who Will Win the Database Wars?Who Will Win the Database Wars?
Who Will Win the Database Wars?
 
Managing peak demand fluctuations bw admin and academic computing functions 1
Managing peak demand fluctuations bw admin and academic computing functions 1Managing peak demand fluctuations bw admin and academic computing functions 1
Managing peak demand fluctuations bw admin and academic computing functions 1
 
200308 Active Directory Security
200308 Active Directory Security200308 Active Directory Security
200308 Active Directory Security
 
MCSA 70-412 Chapter 03
MCSA 70-412 Chapter 03MCSA 70-412 Chapter 03
MCSA 70-412 Chapter 03
 
التقنيات المستخدمة لتطوير المكتبات
التقنيات المستخدمة لتطوير المكتباتالتقنيات المستخدمة لتطوير المكتبات
التقنيات المستخدمة لتطوير المكتبات
 
Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...
Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...
Fallsem2021 22 ita2012-eth_vl2021220101938_reference_material_i_06-aug-2021_m...
 
Lessons from Large-Scale Cloud Software at Databricks
Lessons from Large-Scale Cloud Software at DatabricksLessons from Large-Scale Cloud Software at Databricks
Lessons from Large-Scale Cloud Software at Databricks
 
gkkCloudtechnologyassociate(cta)day 2
gkkCloudtechnologyassociate(cta)day 2gkkCloudtechnologyassociate(cta)day 2
gkkCloudtechnologyassociate(cta)day 2
 
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
 
Synapse for mere mortals
Synapse for mere mortalsSynapse for mere mortals
Synapse for mere mortals
 
What is Cloud DBMS?
What is Cloud DBMS?What is Cloud DBMS?
What is Cloud DBMS?
 
Cloud Analytics and VDI
Cloud Analytics and VDICloud Analytics and VDI
Cloud Analytics and VDI
 
Building a Turbo-fast Data Warehousing Platform with Databricks
Building a Turbo-fast Data Warehousing Platform with DatabricksBuilding a Turbo-fast Data Warehousing Platform with Databricks
Building a Turbo-fast Data Warehousing Platform with Databricks
 
Controlling Delegation of Windows Servers and Active Directory
Controlling Delegation of Windows Servers and Active DirectoryControlling Delegation of Windows Servers and Active Directory
Controlling Delegation of Windows Servers and Active Directory
 
Slides ch-5-the definitive guide to cloud computing -by- dan sullivan
Slides  ch-5-the definitive guide to cloud computing -by- dan sullivanSlides  ch-5-the definitive guide to cloud computing -by- dan sullivan
Slides ch-5-the definitive guide to cloud computing -by- dan sullivan
 
Composing your Private Cloud
Composing your Private CloudComposing your Private Cloud
Composing your Private Cloud
 
Domain logic patterns of Software Architecture
Domain logic patterns of Software ArchitectureDomain logic patterns of Software Architecture
Domain logic patterns of Software Architecture
 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
 
SQL Server 2016 new features
SQL Server 2016 new featuresSQL Server 2016 new features
SQL Server 2016 new features
 

Viewers also liked

Ian allen motor industry management and turnaround summary
Ian allen motor industry management and turnaround summaryIan allen motor industry management and turnaround summary
Ian allen motor industry management and turnaround summary
Ian Allen
 
Leadership Principles for High Impact Results by Peggy Klingel
Leadership Principles for High Impact Results by Peggy KlingelLeadership Principles for High Impact Results by Peggy Klingel
Leadership Principles for High Impact Results by Peggy Klingel
Peggy Klingel
 
Lego Case Study - The Great Turnaround
Lego Case Study - The Great TurnaroundLego Case Study - The Great Turnaround
Lego Case Study - The Great Turnaround
Jasper Schwenzow
 
New Rules for Culture Change – Accenture Strategy
New Rules for Culture Change – Accenture StrategyNew Rules for Culture Change – Accenture Strategy
New Rules for Culture Change – Accenture Strategy
accenture
 
Digital Disruption: Embracing the Future of Work
Digital Disruption: Embracing the Future of Work Digital Disruption: Embracing the Future of Work
Digital Disruption: Embracing the Future of Work
accenture
 
Is Performance Management Performing?
Is Performance Management Performing?Is Performance Management Performing?
Is Performance Management Performing?
accenture
 

Viewers also liked (6)

Ian allen motor industry management and turnaround summary
Ian allen motor industry management and turnaround summaryIan allen motor industry management and turnaround summary
Ian allen motor industry management and turnaround summary
 
Leadership Principles for High Impact Results by Peggy Klingel
Leadership Principles for High Impact Results by Peggy KlingelLeadership Principles for High Impact Results by Peggy Klingel
Leadership Principles for High Impact Results by Peggy Klingel
 
Lego Case Study - The Great Turnaround
Lego Case Study - The Great TurnaroundLego Case Study - The Great Turnaround
Lego Case Study - The Great Turnaround
 
New Rules for Culture Change – Accenture Strategy
New Rules for Culture Change – Accenture StrategyNew Rules for Culture Change – Accenture Strategy
New Rules for Culture Change – Accenture Strategy
 
Digital Disruption: Embracing the Future of Work
Digital Disruption: Embracing the Future of Work Digital Disruption: Embracing the Future of Work
Digital Disruption: Embracing the Future of Work
 
Is Performance Management Performing?
Is Performance Management Performing?Is Performance Management Performing?
Is Performance Management Performing?
 

Similar to ASMUG February 2015 Knowledge Event

Diksha sda presentation
Diksha sda presentationDiksha sda presentation
Diksha sda presentation
dikshagupta111
 
Deep Dive into Azure Data Factory v2
Deep Dive into Azure Data Factory v2Deep Dive into Azure Data Factory v2
Deep Dive into Azure Data Factory v2
Eric Bragas
 
Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...
Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...
Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...
RightScale
 
C19013010 the tutorial to build shared ai services session 1
C19013010  the tutorial to build shared ai services session 1C19013010  the tutorial to build shared ai services session 1
C19013010 the tutorial to build shared ai services session 1
Bill Liu
 
Enterprise Data World 2018 - Building Cloud Self-Service Analytical Solution
Enterprise Data World 2018 - Building Cloud Self-Service Analytical SolutionEnterprise Data World 2018 - Building Cloud Self-Service Analytical Solution
Enterprise Data World 2018 - Building Cloud Self-Service Analytical Solution
Dmitry Anoshin
 
FSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the Cloud
FSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the CloudFSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the Cloud
FSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the Cloud
Amazon Web Services
 
SCOM 2012 service SaaS
SCOM 2012 service SaaSSCOM 2012 service SaaS
SCOM 2012 service SaaS
M Senthil Kumar
 
Week 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptxWeek 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptx
NurulIzrin
 
UNIT3 DBMS.pptx operation nd management of data base
UNIT3 DBMS.pptx operation nd management of data baseUNIT3 DBMS.pptx operation nd management of data base
UNIT3 DBMS.pptx operation nd management of data base
shindhe1098cv
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
Raj vardhan
 
Large Data Volume Salesforce experiences
Large Data Volume Salesforce experiencesLarge Data Volume Salesforce experiences
Large Data Volume Salesforce experiences
Cidar Mendizabal
 
Database Systems - Lecture Week 1
Database Systems - Lecture Week 1Database Systems - Lecture Week 1
Database Systems - Lecture Week 1
Dios Kurniawan
 
Budapest Spring MUG 2016 - MongoDB User Group
Budapest Spring MUG 2016 - MongoDB User GroupBudapest Spring MUG 2016 - MongoDB User Group
Budapest Spring MUG 2016 - MongoDB User Group
Marc Schwering
 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Zohar Elkayam
 
DBMS
DBMS DBMS
Database Management System
Database Management SystemDatabase Management System
Database Management System
NILESH UCHCHASARE
 
Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...
Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...
Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...
Codemotion
 
2019 hashiconf seattle_consul_ioc
2019 hashiconf seattle_consul_ioc2019 hashiconf seattle_consul_ioc
2019 hashiconf seattle_consul_ioc
Pierre Souchay
 
Software Requirement Engineering.pptx
Software Requirement Engineering.pptxSoftware Requirement Engineering.pptx
Software Requirement Engineering.pptx
sonia929347
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
Jithin Zcs
 

Similar to ASMUG February 2015 Knowledge Event (20)

Diksha sda presentation
Diksha sda presentationDiksha sda presentation
Diksha sda presentation
 
Deep Dive into Azure Data Factory v2
Deep Dive into Azure Data Factory v2Deep Dive into Azure Data Factory v2
Deep Dive into Azure Data Factory v2
 
Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...
Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...
Harness the Power of the Cloud for Grid Computing and Batch Processing Applic...
 
C19013010 the tutorial to build shared ai services session 1
C19013010  the tutorial to build shared ai services session 1C19013010  the tutorial to build shared ai services session 1
C19013010 the tutorial to build shared ai services session 1
 
Enterprise Data World 2018 - Building Cloud Self-Service Analytical Solution
Enterprise Data World 2018 - Building Cloud Self-Service Analytical SolutionEnterprise Data World 2018 - Building Cloud Self-Service Analytical Solution
Enterprise Data World 2018 - Building Cloud Self-Service Analytical Solution
 
FSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the Cloud
FSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the CloudFSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the Cloud
FSI201 FINRA’s Managed Data Lake – Next Gen Analytics in the Cloud
 
SCOM 2012 service SaaS
SCOM 2012 service SaaSSCOM 2012 service SaaS
SCOM 2012 service SaaS
 
Week 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptxWeek 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptx
 
UNIT3 DBMS.pptx operation nd management of data base
UNIT3 DBMS.pptx operation nd management of data baseUNIT3 DBMS.pptx operation nd management of data base
UNIT3 DBMS.pptx operation nd management of data base
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
 
Large Data Volume Salesforce experiences
Large Data Volume Salesforce experiencesLarge Data Volume Salesforce experiences
Large Data Volume Salesforce experiences
 
Database Systems - Lecture Week 1
Database Systems - Lecture Week 1Database Systems - Lecture Week 1
Database Systems - Lecture Week 1
 
Budapest Spring MUG 2016 - MongoDB User Group
Budapest Spring MUG 2016 - MongoDB User GroupBudapest Spring MUG 2016 - MongoDB User Group
Budapest Spring MUG 2016 - MongoDB User Group
 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
 
DBMS
DBMS DBMS
DBMS
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...
Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...
Search on the fly: how to lighten your Big Data - Simona Russo, Auro Rolle - ...
 
2019 hashiconf seattle_consul_ioc
2019 hashiconf seattle_consul_ioc2019 hashiconf seattle_consul_ioc
2019 hashiconf seattle_consul_ioc
 
Software Requirement Engineering.pptx
Software Requirement Engineering.pptxSoftware Requirement Engineering.pptx
Software Requirement Engineering.pptx
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
 

Recently uploaded

What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
DianaGray10
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 

Recently uploaded (20)

What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
 
Artificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic WarfareArtificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic Warfare
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 

ASMUG February 2015 Knowledge Event

  • 1. Australian Service Manager User Group Knowledge Event February 24, 2015 2:00pm AEDT
  • 2. Objective • To share knowledge of SCSM • To help users get the most from SCSM • To facilitate an Australian wide community that can peer and network • To assist users of Cireson apps get the most from their investments Spread the word • Tell others about the group • Share items on social • Tell us about topics or questions for future knowledge events This event is being recorded. Welcome
  • 3. Agenda Item Presenter Timing Welcome John Mustac Systemology 2:00pm SCSM knowledge Class System / Data Model Mat Barnier Systemology 15 - 30 mins SCSM Connectors Best practices Chris Ross Cireson 15 - 30 mins Open Q&A Open 30+ mins Close 3:30pm
  • 4. SCSM Class Structure / Data Model Mat Barnier Director, Systemology Systemology
  • 5.
  • 8. Model Database 8 • All hardware, software, services, and other logical components that you want Service Manager to be aware of are described in a model. • A model is a computer-consumable representation of software or hardware components that captures the nature of the components and the relationships between them. In ITIL or MOF these are Configuration Items (CI’s ) • An example: To Monitor an email messaging service: • Configuration Level Monitoring • Involves monitoring a variety of components (mailbox servers, front-end servers, operating system components, disk subsystems, Domain Controllers, or DNS servers) • Business Service Level Monitoring • Requires discovering and monitoring the interaction between these systems, such as monitoring whether e- mail is flowing through the system. Modelling in System Center Service Manager
  • 9. Model Database 9 • Based on and extends the Operations Manager modeling system • Uses the same terminology • Management pack formats, SDK, API’s and the database support for all System Center Modules • In Service Manager Model Extended to support • Configuration items • Work items • Other • Further extends support to the model with additional class extensions and categories. Modelling in System Center Service Manager • Incidents • Activities • Releases • Service Requests • Changes • Problems Work Item • Business Services • Environments • Computers • Printers Configuration Item
  • 10. Model Database 10 • Work items are the operational category of things we work with like • Incidents • Change Requests • Activities • Problems • Releases • Service Requests • They Inherit properties from their parent objects and extend the model • They also may have relationships Work Item Hierarchy
  • 11. Model Database 11 • Configuration Items are the operational category of things we work with like • Computers • Business Services • Network Cards • Databases • They Inherit properties from their parent objects and extend the model • They also may have relationships, we have different types of relationships to represent different ways the Configuration Items may relate to eachother Configuration Items Hierarchy
  • 12. Classes Defined in the Model 12
  • 13. Model-Based Database 13 The Common Data Model for Service Manager
  • 14. Management Packs 14 • XML-based file that contains definitions for classes, workflows, views, forms, reports, and knowledge • Consists of an XML manifest that defines metadata about these objects and the references to resources that the objects use. • Used to extend Service Manager with the definitions and the information necessary to implement all or part of a service management process. • You can use a management pack to do the following: • Extend Service Manager with new objects. • Extend Service Manager with new behavior. • Store new custom objects that you created, such as a form or a template. • Transport customizations to another Service Manager deployment or implement the customizations in a newer deployment. Introduction To Management Packs
  • 15. Classes 15 • Class = property bag (set of properties) • Each property is defined as "name/type" • Properties are always of simple types such as int, string, double, etc. • There are no arrays or sets in a property. • A class as defined in the management pack would look similar to the following: Introducing Service Manager Classes
  • 16. Classes 16 • All classes require a base class • Except for the class Entity • A class will define all of its properties additional to the properties that have been inherited • Allowed property values can be further constrained using property attributes in XML • MaxLength, • CaseSensitive, • MinValue, • RegEx, • Required • In the SCSM model, there are no complex properties. • Complex properties are emulated using relationship types Properties and attributes of a Class
  • 18. Classes 18 • Support new types of managed resources or process artifacts • Need to add a new behavior. • For example: managing HVAC units or overhead projectors would require a new class • Specialise a new class of incident (called "HRIncident“) this new subset of incidents will also require a new class. • Query for HRIncident, returns the subset of Incidents called HRIncidents • New HRIncident class will have a dedicated set of workflows • In XML the new class would look like the following: Defining a New Class
  • 19. Classes 19 • Have additional properties and behaviors to add • If you cannot update the type because it is defined in a "sealed" management pack • In XML the extended class would look like the following: • Adds "DepartmentName" and "MyBugId" to all incidents and its descendants • Implemented with the addition of a type Extension. • The new incidents should behave exactly like an Incident • Query returns all classes of incidents including those derived from the Incident base class and they all will have the new properties of "DepartmentName" and "MyBugId." • When extending the class, all incidents and classes that that descend from it will have the new property values Extending a Class
  • 20. Cireson Knowledge Share SCSM Connectors – Best Practices Chris Ross Cireson
  • 21. Service Manager 2012 Connector: Best Practices from the Field Chris Ross, MVP3, ITIL Director of Program Management Cireson
  • 22. What are the Various Connectors? Out of the box…  Active Directory  Configuration Manager  Operations Manager CI  Operations Manager Alert  Orchestrator  Virtual Machine Manager  Exchange  CSV Cireson Connectors…  SMA Connector  Asset Import  Software Metering Coming Soon…  Project Server Connector  TFS Connector
  • 23. What are the Right Questions to Ask? How Many Objects  What is the quantity of data that will be stored? Transaction Volume  What are the scenarios?  What is the degree of customization?  How many concurrent, (active) connectors will there be?
  • 24. Quantity of Data The bigger the database is the slower every query runs and the more space it takes on disk. Contained data is especially impactful to performance. Computer -> SQL Server -> Database Container Object Contained Object Computer 1 SQL Server 1 SQL Server 1 Database 1 Computer 1 Database 1 SQL Server 1 Database 2 Computer 1 Database 2
  • 25. Good Data, Bad Data Good Data Bad Data Incidents (w/ action logs and activities) Users Service requests (w/o action logs and activities) Action logs Computers from AD or SCCM Contained activities (especially nested) File attachments Computers from SCOM Knowledge CI data from SCOM in general
  • 26. Good, Bad Customizations Good Customizations Bad Customizations User roles Notification subscriptions Views* Work item event workflows Data model extensions Custom workflows Templates Groups List items* Queues Tasks* Service level objectives DW extensions SCCM connectors, especially w/ DCM Notification templates SCOM connectors Reports AD connectors Portal customizations SLO calendars & metrics Form customizations Analysis libraries & Excel workbooks SCVMM and SCOrch connectors
  • 27. Scoping Connectors Active Directory  Scope by domain, OU, or security group Configuration Manager  Scope by collection Operations Manager – CI Connector  Scope by Add|Remove-AllowedList cmdlets (white listing) Operations Manager – Alert Connector  Scope by alert property query criteria (alert subscriptions on SCOM side)
  • 28. Design Better Connectors! [custom] Query once and do business logic in runtime using one of these options:  Custom SCSM workflows (PowerShell)  Orchestrator (scale out) The difference is hundreds of queries running periodically vs. a single query running periodically. Evaluating A vs. B vs. … in memory on a management server is lightning fast. Don’t roundtrip back to the database! Pass in the data that is needed to the workflow.
  • 30. Connectors: Do These Things… Do scope your connectors properly  Properly scoping your connector(s) allows you to ensure your connectors run error free  Limit each individual connector to ≤ 10,000 objects  If you have more objects, create more connectors
  • 31. Connectors: Do These Things… Do schedule your connectors to run at different times  Running multiple connectors simultaneously can cause performance impacts (SCSM or source system)
  • 32. Connectors: Do These Things… Do schedule connectors to run during non-business hours  Method 1: Change the synchronization schedule using PowerShell  Method 2: Initiate the synchronization using PowerShell http://bit.ly/1DMchhh
  • 33. Connectors: Do These Things… Do import AD Users  The AD connector imports all users in a domain, regardless enabled or disabled.  Also if you have contacts in AD that are created as Domain users, these are imported as well.  If is very important to consider which OUs to import, and also whether or not to import both Enabled and Disabled users.
  • 34. Connectors: Do These Things… Do use LDAP queries  This will limit the amount of data returned by the connector  Lets only bring in what is relevant
  • 35. Connectors: Do These Things… Do use unique accounts for connectors  This will create a separate Monitoringhost.exe process on the workflow management server for each connector when it runs  This makes it easier to see which connector is currently running and how much memory/CPU it is consuming  It also makes it easier to isolate that one process from other workflows/connectors so that it can be terminated without affecting other workflows/connectors running
  • 36. Connectors: Do These Things… Do keep Exchange Connector set to 5 min+  If you are using queues for security purposes keeping Exchange Connector set for longer durations allows the needed time for group settings to take effect  Less impact on the Exchange environment
  • 37. Connectors: Don’t Do These Things… Don’t import AD Computers (AD Connector)  If you're also using the Configuration Manager connector, there may not be a need for the AD connector to import all computers  Doing so only means SCSM needs to import, rationalize and normalize two sources  All relevant information about the computers are delivered by the SCCM connector  There could be examples where the AD connector needs to import computers or subsets of computers from AD
  • 38. Connectors: Don’t Do These Things… Don’t use DCM (really DON’T) There is a Rule which exists in the Configuration Manager Connector Management Pack which is called Incident_Desired_Configuration_Management_Custom_Rule.Update This Rule can cause workflows (Subscription Rules) to lag behind a lot and cause the grooming jobs to fail, thus causing the EntityChangeLog table to get very large. In turn this causes in internal SQL Stored Procedure called p_EntityChangeLogSnapshot to take a lot of time to finish. This stored procedure is executed very often and while it is running, the performance of the Console is also impacted a lot. http://bit.ly/1FlY4oq
  • 39. Connectors: Don’t Do These Things… Don’t sync null values in AD connectors  Unless needed for a purpose, always select the option: “Do not write null values for properties not set in Active Directory”  Using this setting ensures the connectors do not update the same attributes, despite being null
  • 40. Connectors: Don’t Do These Things… Don’t synchronize data you don’t need!  When in doubt, use the KISS method!
  • 42. Audience Knowledge Share An opportunity for audience members to share information or knowledge Guest
  • 43. Open Q&A An opportunity for audience members to ask questions of the group Questions can be raised via IM or round table discussion Open Mic
  • 44. • Recording • To be posted on Systemology website • Post questions and topics for next knowledge event • Post on ASMUG page on Systemology website (coming soon) • Next Knowledge event • April 2015 • Share & Social • Expand the network Close