SCOM Versions

SCOM 2007 RTM = 6.0.5000 23 Mar 2007SCOM SP1 RC1 = 6.0.6246 5 Nov 2007 SCOM 2007 SP1 = 6.0.6278 22 Feb 2008 SCOM 2007 SP1 Update Rollup = 6.0.6278.100 (KB 971541) 13 Nov 2009 SCOM 2007 SP1 CU1 = 6.0.6278.112 (KB 2028594) 30 Jul 2010SCOM 2007 R2 Beta = 6.1.6407 20 Nov 2008 SCOM … Read more

SCOM Deployment Chat

Ian Blyth Deployment link https://ianblythmanagement.wordpress.com/2007/04/18/scom-2007-and-ad/ it looks good to me… read above more …   SCOM 2007 and AD Operations Manager 2007 uses AD a lot more than 2005. I have collected some links that may help. I have included the link to the AD MP as that is essential for setting up AD monitoring … Read more

SCOM Roles & Compatible with other Roles And the Requirements for Roles & Failover Cluster Checks

Server role Compatible with other roles Requirements Can be placed in a failover cluster Operational database Yes SQL Yes Audit Collection Services (ACS) database Yes SQL Yes Reporting Data Warehouse database Yes SQL Yes Reporting database Yes Dedicated SQL Server Reporting Services instance; not on a domain controller Yes root management server Yes Not compatible … Read more

Roles & Sample Design

    Server Role Number of servers per unit Processor Memory Operating system Disks* Operational database  server Two per management group—Windows Clustering cluster Two dual core 8 GB Windows Server 2003 with SP1, 64 bit SANWindows Clustering Quorum: 5 GBSQL data: 130 GB RAID 10SQL log: 10 GB RAID 5TempDB: 10 GB RAID 5 Root … Read more

What are the Optional Roles?

  These components are installed separately from the required core components, but some can be installed at the same time as the core components. o   Management Server o   Gateway Server o   Web Console Server o   Management Pack Authoring Console o   Reporting Data Warehouse o   Reporting Server o   Audit Collection Services (ACS) o   ACS Forwarder o   … Read more

For a specific Advertisement status for last 3 Days…

—for a specific Advertisement status for last 3 Days… if we include the Set   @AdvName = ‘%’ line then and remove the above line in red color will show for all advertisements with last 3 days status — To include all we need to give % in SQL this is a tip Declare     @AdvName Varchar(256)Set   … Read more

HeartBeat Discovery Status of specific collection of systems

select     CS.Name0,     max(AD.AgentTime) as ‘Date/Time’ from     dbo.v_AgentDiscoveries ad     JOIN dbo.v_GS_COMPUTER_SYSTEM cs on AD.ResourceID = CS.ResourceId     join dbo.v_FullCollectionMembership FCM on FCM.ResourceID = CS.ResourceId Where     AgentName = ‘Heartbeat Discovery’     and FCM.CollectionID = ‘SMS00001’ Group by     CS.Name0

To get ride of IIS Webdav issue

Most of the time some or other application extension would be blocked because of IIS Webdav Settings issue, to stop filtering in IIS Webdav we can change the setting at the site level, i.e., open inetmgr/ IIS Console and chose the server name and in the right side we need to choose the “WebDav Authoring … Read more

PXE error: PXE-T01:File not Found & PXE-E3B: TFTP Error – File Not Found

  You might get the below error..     The above problem will come When you don’t Have the files in DriveLetter:RemoteInstallSMSBoot   In fact the below article address the issue, However I have approached in different way as just copy the Missing files & folders from other Remote Install Folder and past on the Problem … Read more