Showing posts with label SYSTEM. Show all posts
Showing posts with label SYSTEM. Show all posts

Friday, 9 November 2018

SCCM System Discovery

* Active directory system discovery in SCCM is used to discover devices in active directory Domain service.

* To run the System discovery go to Administration pane.
* Expand Overview-> Hierarchy configuration->Discovery methods-> Active directory system discovery
* Once you select it right click and run "Full Discovery Now" option.

Thursday, 22 June 2017

How to stop SCCM from installing Files on System or C drive

* SCCM by default install site server role component on first available NTFS drive.

* In order to avoid the files being installed, we need to create a magic file on the drive so that SCCM understand and ignore me.

*The Magical file name is "no_sms_on_drive.sms"

* You need to create this empty file and place on the drive which you want SCCM to ignore.

Wednesday, 1 March 2017

SCCM Query find All Server count with OS Name

SCCM Query find All Server count with OS Name



  • Recently I was asked to count of servers by OS
  • It was quite Challenging as we need to understand the SCCM Structure very well to do the SQL Queries.
  • Following are the Queries to fin the Server by OS Name and the count of Servers
SELECT VR.operatingSystem0,COUNT(VR.operatingSystem0) FROM v_R_System AS VR
WHERE VR.operatingSystem0 LIKE '%Windows Server%'
GROUP BY VR.operatingSystem0

Saturday, 19 November 2016

How to Delete a SCCM 2012 r2 Site System role

How to Delete a SCCM 2012 r2 Site System role


You can delete a site system using the Configuration Manager console by performing the procedure described:

  • To delete a site system, all previously administrator-defined site system roles must be deleted. The ConfigMgr site system role is automatically added to any new site system created by the site component manager. Depending on the site role added, the Site component server role might also be assigned to the site system. These two roles cannot be added to a site system by the administrator and cannot be manually removed using the Configuration Manager console.

  • A site system can be deleted when it is still assigned the ConfigMgr site system server role, but it cannot be deleted if it is still assigned the Site component server server role.

  • In the Configuration Manager console of the primary site server, navigate to System CenterConfiguration Manager / Site Database / Site Management / <site code> - <site name> / Site Settings / Site Systems / <site system name>.

  • Verify that no site roles are currently assigned to the site system other than the ConfigMgr site system role.

  • Right-click <site system name> for the site system that you want to delete, and click Delete.

  • Click Yes on the Confirm Delete dialog box.

Saturday, 15 October 2016

SCCM 2012 R2 Log File for Operating System Deployment issue


SCCM 2012 R2 Log File for Operating System Deployment issue



Operating System Deployment

The following table lists the log files that contain information related to operating system deployment.
Log name
Description
Computer with log file
CAS.log
Records details when distribution points are found for referenced content.
Client
ccmsetup.log
Records ccmsetup tasks for client setup, client upgrade, and client removal. Can be used to troubleshoot client installation problems.
Client
CreateTSMedia.log
Records details for task sequence media creation.
The computer that runs the Configuration Manager console
For System Center 2012 R2 Configuration Manager and later:
DeployToVhd.log
Records details about the VHD creation and modification process
The computer that runs the Configuration Manager console
Dism.log
Records driver installation actions or update apply actions for offline servicing.
Site system server
Distmgr.log
Records details about the configuration of enabling a distribution point for PXE.
Site system server
DriverCatalog.log
Records details about device drivers that have been imported into the driver catalog.
Site system server
mcsisapi.log
Records information for multicast package transfer and client request responses.
Site system server
mcsexec.log
Records health check, namespace, session creation and certificate check actions.
Site system server
mcsmgr.log
Records changes to configuration, security mode and availability.
Site system server
mcsprv.log
Records multicast provider interaction with Windows Deployment Services (WDS).
Site system server
MCSSetup.log
Records details about multicast server role installation.
Site system server
MCSMSI.log
Records details about multicast server role installation.
Site system server
Mcsperf.log
Records details about multicast performance counter updates.
Site system server
MP_ClientIDManager.log
Records management point responses to the client ID requests task sequences initiated from PXE or boot media.
Site system server
MP_DriverManager.log
Records management point responses to Auto Apply Driver task sequence action requests.
Site system server
OfflineServicingMgr.log
Records details of offline servicing schedules and update apply actions on operating system .wim files.
Site system server
Setupact.log
Records details about Windows Sysprep and setup logs.
Client
Setupapi.log
Records details about Windows Sysprep and setup logs.
Client
Setuperr.log
Records details about Windows Sysprep and setup logs.
Client
smpisapi.log
Records details about the client state capture and restore actions, and threshold information.
Client
Smpmgr.log
Records details about the results of state migration point health checks and configuration changes.
Site system server
smpmsi.log
Records installation and configuration details about the state migration point.
Site system server
smpperf.log
Records the state migration point performance counter updates.
Site system server
smspxe.log
Records details about the responses to clients that PXE boot and details about the expansion of boot images and boot files.
Site system server
smssmpsetup.log
Records installation and configuration details about the state migration point.
Site system server
Smsts.log
Records task sequence activities.
Client
TSAgent.log
Records the outcome of task sequence dependencies before starting a task sequence.
Client
TaskSequenceProvider.log
Records details about task sequences when they are imported, exported, or edited.
Site system server
loadstate.log
Records details about the User State Migration Tool (USMT) and restoring user state data.
Client
scanstate.log
Records details about the User State Migration Tool (USMT) and capturing user state data.
Client

Tuesday, 29 March 2016

Upgrading an Operating System from Windows 2003 to Windows 2008: How to Prevent Discovery Problems

Upgrading an Operating System from Windows 2003 to Windows 2008: How to Prevent Discovery Problems


  • Before you upgrade the operating system on a monitored computer, uninstall the Operations Manager agent. After the upgrade, reinstall the Operations Manager agent.

Reason:

  • The objects that the management pack discovers, such as logical disks, are hosted by a parent class that is not version-specific. When you upgrade the operating system, the order in which discovery occurs can result in duplicate objects being discovered.
  • For example, you upgrade a computer running Windows Server 2003 to Windows Server 2008. 
  • If the Windows Server 2003 discovery rules run first after the upgrade, the instance of the computer running Windows Server 2003 and its objects will be removed from discovery because the operating system base class has been removed. When the Windows Server 2008 discovery rules run, the computer and its objects will be discovered again.
  • If the Windows Server 2008 discovery rules run first after the upgrade, the computer running Windows Server 2008 and its objects will be discovered. When the Windows Server 2003 discovery rules run, the instance of the computer running Windows Server 2003 will be removed from discovery, but the objects hosted by that instance will not be removed.
  • So If you upgrade a computer without uninstalling the agent first and then discover duplicate objects, uninstall the agent to mark all hosted objects as deleted in the database. Next, reinstall the agent to only discover existing applications/objects.  


Friday, 18 September 2015

New Windows Server Operating System Management pack for Windows 2012 R2 version 6.0.7297.0

New Windows Server Operating System Management pack for Windows 2012 R2 Version 6.0.7297.0


  • Microsoft has released a new MP for Windows Server which include 2012,2012 R2, Windows 2008
Following are the Fixes that has been done in this latest

  • In 2008, 2012 platforms, the “Logical Disk Free Space (%) Low” monitor do not alert as expected when free space is 0%. With this fix, this monitor will alert when free space is 0%
  • In all platforms, logical disks are un-discovered if we configure them as Asymmetric storage on Failover Cluster. With this fix, this issue will be resolved
  • The Windows Server OS Management pack collects logical disk size is megabytes. During discovery this value used to be assigned to integer property. When logical disk size is significantly large (for example, when disk is of several petabytes), in megabytes format it goes out of boundaries of integer type. As a result the workflow fails while trying to insert discovery data. To support large logical disk another double properties was introduced, since double type has much more wide values range. Old integer property with constant “-1” value is preserved for upgrade compatibility and marked as DEPRECETED
  • “Volume Mount Points on Dynamic Disks” aren’t discovered by Microsoft Windows Server 2012 Discovery MP. With this fix, this issue will be resolved
  • MP has been modified to not discover System Reserved volumes on Windows Server 2012 to ensure it is consistent with the rest of the OS versions

To Download the Latest MP: Click Here

Thursday, 7 May 2015

DFS File System Management pack for Windows 2012 R2/2008/2003 - Step by Step Install

DFS File System Management pack for Windows 2012 R2/2008/2003


  • File system is one of the biggest thing in any company.
  • And Monitoring Distributed File System is one great Challenge.
  • Microsoft has given a Management pack to Monitor the File system on Windows 20012 R2,2008 R2 and 2003.
  • You can download the MP from here-->Click here
  • The File Services management pack retrieves events and other health information generated by the services that make up the File Services role. Some of the role service management packs included in the File Services Management Pack also track important operational parameters such as the use of the Distributed File System (DFS) Replication staging area and the number of replication conflicts generated.
    In addition to the overall File Services role, this management pack monitors the following role services:
    • DFS Namespaces
    • DFS Replication
    • File Server (the Server service for SMB file sharing)
    • File Server Resource Manager (the service used for File Server Resource Manager and File Classification Infrastructure)
    • Services for Network File System 
  • Following are the supported OS
  • Monitored Computer
    Support
    Windows Server 2012
    Supported
    Windows Server 2008 R2
    Supported
    Windows Server 2008
    Supported
    Windows Server 2003
    Supported
    Windows 8
    Supported
  • Importing the MP is straight forward.Just Download all the MP's from above link.
  • Open SCOM console go to Administration --> Management Pack--> Right Click and select Import Managemet Pack.
  • Select from Disk Option and the select all the MP's that are Downloaded.
  • Please note that you have to remove older vesriosn of DFSS Replication management packs prior to installing the NEW DFS Replication management pack.

Wednesday, 6 May 2015

SCOM 2016 Preview Version released

SCOM 2016 Preview Version released


  • Next version of SCOM is released and its called SCOM 2016.
  • This was announced in the recent Microsoft Ignite Program.
  • To Download go to the below Link
  • Click here to Download