Robert's profileThe System Center Connec...PhotosBlogListsMore Tools Help

    Never Ending Discovery

     

    Originally posted at http://msmvps.com/blogs/jfhann/archive/2008/09/19/opsmgr-2007-never-ending-discovery.aspx

    While trying to install agents in a OpsMgr 2007 SP1 environment, we had a never ending discovery issue.  Not matter which type of discovery we selected from the Discovery Wizard, they all just ran and ran and.

    There did not appear to be any events or alerts related to this issue, so we were stumped.  After search Microsoft resources, we found the answer. SQL Broker.  It wasn't activated nor enabled on the OperationsManger database.

    We used the following SQL statements to get it going:

    USE master;

    GO

    CREATE ENDPOINT BrokerEndpoint

        STATE = STARTED

        AS TCP ( LISTENER_PORT = 4037 )

        FOR SERVICE_BROKER ( AUTHENTICATION = WINDOWS ) ;

    GO

    ALTER DATABASE

    OperationsManager SET ENABLE_BROKER

    -JFH

    Posted by jfhann at Ops Manager - John Hann

    Microsoft System Center Configuration Manager 2007 SP1 with R2

     

    Microsoft System Center Configuration Manager 2007

    IPD Guide - Now Available for Download

    The Infrastructure Planning and Design team has been working on a new guide - Microsoft System Center Configuration Manager 2007 SP1 with R2. Get the beta guide here.

    This guide targets key information to bring your infrastructure up to date, thereby enhancing user experience and delivering business benefits. Find out how new features like Application Virtualization management support and support for Windows Server® 2008 clients will assist decision making in the planning of your Configuration Manager infrastructure. Follow detailed steps and graphics as you redesign your infrastructure, examining roles to be deployed and upgrade strategies to be used, along with designing sites and hierarchies.

    Use this guide to determine the scope of the services to be provided and choose to partially or completely redesign your infrastructure. Have confidence in knowing that the steps in each phase are described in detail and that the necessary tools are provided to manage the process.

    Infrastructure Planning and Design streamlines the planning of a Configuration Manager infrastructure by:

    • Defining the technical decision flow through the planning process.
    • Listing the decisions to be made and the commonly available options and considerations.
    • Relating the decisions and options to the business in terms of cost, complexity, and other characteristics.
      Framing decisions in terms of additional questions to the business to ensure a comprehensive alignment with the appropriate business landscape.
    Join the Beta

    Additional Infrastructure Planning and Design series guides are available as beta releases on the Connect Web site. They are open beta downloads. See below for instructions on how to access the beta guides.

    To join the Infrastructure Planning and Design Beta, follow these steps:

    1. Visit the Infrastructure Planning and Design Beta on the Microsoft Connect Web site.
    2. Sign in using a valid Windows Live ID to continue to the Invitations page.
    3. Scroll down to Infrastructure Planning and Design.

    If you have not previously registered with Microsoft Connect, you might be required to register before continuing with the invitation process.

    If the link in step 1 does not work for you, copy the link and paste it into the Web browser address bar.

    Related Resources

    System Center Configuration Manager 2007 SP1 with R2

    System Center Operations Manager 2007

    System Center Virtual Machine Manager 2008

    New Infrastructure Planning and Design Guide - Now Available for Download!

     

    Microsoft Virtualization

    Microsoft Application Virtualization (App-V) version 4.5

    Infrastructure Planning and Design guides have been updated with the introduction of Microsoft Application Virtualization (App-V) version 4.5. Download the entire IPD series or download the individual guide.

    This guide provides you with key information to bring your infrastructure up to date, saving you time and money. Find out how App-V's HTTP streaming of virtual applications from an IIS server will impact your performance and scalability decisions. Using App-V 4.5 with its many new features to strategically plan your application virtualization infrastructure can help you avoid problems before they begin, allowing you to serve your customers more accurately and reliably.

    Use these guides to determine the scope of the services to be provided and choose to partially or completely redesign your infrastructure. Have confidence in knowing that the steps in each phase are described in detail and that the necessary tools are provided to manage the process.

    Infrastructure Planning and Design streamlines the planning process by:

    · Defining the technical decision flow through the planning process.

    · Listing the decisions to be made and the commonly available options and considerations.

    · Relating the decisions and options to the business in terms of cost, complexity, and other characteristics.

    · Framing decisions in terms of additional questions to the business to ensure a comprehensive alignment with the appropriate business landscape.

    Join the beta

    Additional Infrastructure Planning and Design series guides are available as beta releases on the Connect Web site. They are open beta downloads. See below for instructions on how to access the beta guides.

    To join the Infrastructure Planning and Design Beta, follow these steps:

    1. Visit the Infrastructure Planning and Design Beta on the Microsoft Connect Web site.

    2. Sign in using a valid Windows Live ID to continue to the Invitations page.

    3. Scroll down to Infrastructure Planning and Design.

    If you have not previously registered with Microsoft Connect, you might be required to register before continuing with the invitation process.

    If the link in step 1 does not work for you, copy the link and paste it into the Web browser address bar.

    Related Resources

    Microsoft Virtualization

    App-V 4.5 Overview

    Microsoft Deployment

    getVIRTUALnow

    Microsoft Virtualization

    Network Monitor 3.2

     

    We are so excited about this release. The team put a lot of effort into this version, adding many of the requests we heard from our customers, while simultaneously fixing bugs and stabilizing the product. We hope you enjoy this release! Please feel free to leave feedback on http://blogs.technet.com/netmon or participate in our Network Monitor survey

    Now, let's deep dive into some of the details of Network Monitor 3.2

    Where are the bits?

    Externally Network Monitor 3.2 is available on Microsoft.com. The link is: http://www.microsoft.com/downloads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&DisplayLang=en.
    They are also available in the downloads section on the Connect site.

    Network Monitor 3.2 will also be offered as an optional feature package in the next few weeks via Microsoft Update if you have a previous version of Network Monitor 3.x installed. To check for updates, click on Help>Check for Updates from the product menu (versions 3.1 and higher) or visit the site http://update.microsoft.com/Microsoftupdate.

    So What's New in Network Monitor 3.2?

    § Process Tracking: Now you can identify rogue applications sending network data! View all the processes on your machine generating network traffic (process name and PID). Use the conversation tree to view frames associated with each process.

    § Capture engine re-architecture to improve capture rate in high-speed networks. Network Monitor 3.2 drops significantly fewer frames that Network Monitor 3.1.

    § Find conversations: You asked for this. Many of our users found conversation tracking to be difficult to use as the view grew hard to manage, and it was difficult to correlate the frames they were seeing with the conversation nodes in the tree. Now, you can quickly isolate frames in the same network conversation. Just right-click on a frame and select a conversation to track, and you will see all the frames in that conversation. View TCP streams, HTTP flows etc.

    § Extensive parser set: Parsers for over 300 protocols! As before, the parsers are fully customizable.

    § Better parser management: By default only a subset of parsers are loaded. You can load the full parser set by going to Tools>Options>Parser and choose Full vs. Stub implementations.

    § CodePlex Ready: In the upcoming months, we plan to place all our Windows parsers on the Microsoft open-source CodePlex site and allow the community to modify and contribute parsers. You can find out more information on this here. This version of Network Monitor seamlessly integrates new parser packages.

    § Network Monitor API: Create your own applications that capture, parse and analyze network traffic!

    § More extensive documentation of the API and NPL. Access the documentation from Help > NPL and API Documentation.

    § IA64 builds.

    § PCAP capture file support*.

    § ContainsBin Plug-in: Search frames for arbitrary byte sequences or strings.

    § . and more. See our Release Notes in the Help directory of the installation folder for a complete list of new features and known issues.

    How to read the defrag log file

    Tags van Technorati: ,,,

    Sometimes in mom 2005 you want to know the value thats in a log file.
    In this Sample I do a step by step how to read / email the defrag Log file to a MOM 2005 alert / event.

    Create a batch file. called SCCdefrag.cmd

    This is a sample batch file for defrag your server. For emailing this log file I used BLAT.  below is a default script i got from the WEB
    SCCdefrag.cmd:


    set mailsrv=mail server
    set remail=defrag@domain.com
    set semail= defrag@domain.com defrag
    set log=defrag.log
    set progdir=c:\defrag
    :Start
    c:
    cd %progdir%
    :DEFRAG
    DATE /T >> %progdir%\%log%
    TIME /T >> %progdir%\%log%
    :d1
    SET volume=D:
    EventCreate /T INFORMATION /SO Defrag /L application /ID 1 /D "SCCDefrag started on volume %volume%"
    %SystemRoot%\system32\defrag.exe %volume% /v >> %progdir%\%log%
    EventCreate /T INFORMATION /SO Defrag /L application /ID 2 /D "SCCDefrag ended on volume %volume%"
    DATE /T >> %progdir%\%log%
    TIME /T >> %progdir%\%log%
    goto MAIL
    :MAIL
    %progdir%\blat.exe mail.txt -to "%remail%" -s "SCCDefrag Report %ComputerName%" -mime -server %mailsrv% -f "%semail%" -attach "%log%"
    GOTO END
    :END
    EXIT

    Go to your MOM administrator Console and add a new provider.

    image

    Choose Application log file

    image image

    image image

    Filin the logfile directory and the logfile name

    image image

    image

    Now Create A management pack that kicks the Rule. Create a new rule and choose the just created Provider. in our case the defragmentatie

    image image

    Remember use parameter 4 and the text must be 100% the same as in your log file, and the rule reads only the first log line. Text is case sensitive.

    image

    How To repair Your MRAS. MOM 2005 Availability Management Pack

    How To repair Your MRAS. MOM Availability Management Pack, sometimes the scheduled task wil never stop running. So you need to fix this. But what can you do so many tables so little time. first we check the version. but In my case I removed the Availability Reporting just to make sure.

    First step :Check your version

    Use SystemCenterReporting

    SELECT * FROM MRAS_MRASInstallVersion

    clip_image002

    The procversion should be 1.8 this indicates that you are using the latest available MP version

    Which versions of the Availability MP are affected

    Remember always use the latest version this is MP 05.0.5000.0001

     

    Second Step :check if you have Orphaned Servers

    Use SystemCenterReporting

    Select uidServer as ComputerID,nvcServerName as OrphanedServer from mras_server A where A.uidServer not in (Select ComputerID from sc_computerdimension_table)

    Output :If the above query does return rows it is most likely the Orphaned server column contains the server names of those servers missing from reports or containing stale data.

    clip_image004

    Third step :The Fix For this run the SQL query.

    Use SystemCenterReporting

    Select uidServer into #Orphans From MRAS_Server a Where a.uidServer Not In (Select ComputerID From SC_ComputerDimension_View)

    Declare @uidToRemove uniqueidentifier

    Declare uidCur cursor forward_only for

    Select uidServer From #Orphans

    Open uidCur

    fetch next from uidCur into @uidToRemove

    while @@FETCH_STATUS = 0

    Begin

    exec MRAS_pcDeleteServer @uidToRemove

    Delete From MRAS_Server Where uidServer=@uidToRemove

    Fetch next from uidCur into @uidToRemove

    End

    Drop table #Orphans

    clip_image006

    Re running de query

    clip_image008 

    Next step is use the report cleaner from clive. you can download it here

    clip_image010  clip_image012 clip_image014

    clip_image016 

    Reinstall the Reporting not the MMC UI

    clip_image018 clip_image020

    Now this is done I checked the Scheduled task yeb it is there.

    clip_image022

    And started the MMC for my reports.

    clip_image024

    So I kicked the task else I have to wait. and it is running Remember the first run can take some time.

    clip_image026

    Yeb and done with a 0x0

    clip_image028

    Just wait a few day's to see the Reports.

    Microsoft Jerry Seinfeld and Bill Gates Commercial

     

    http://www.microsoft.com/presspass/windows/featureStories.aspx?story=660dee9e-9606-4e77-843e-ed81d83c0bfe

    See the video on youtube Microsoft Jerry Seinfeld and Bill Gates Commercial

     

    REDMOND, Wash. — Sept. 4, 2008 — “This is the Conquistador,” explains Jerry Seinfeld, showing a befuddled Bill Gates a brown loafer. “They run very tight.”

    After seeing the new ad from Microsoft, which debuted today, some may wonder what Jerry Seinfeld helping Bill Gates pick out a new pair of shoes has to do with software. The answer, in the classic Seinfeld sense of the word, is nothing. Nevertheless, the spot is the first and most visible sign of an ambitious effort by Microsoft’s Windows business to reconnect with consumers around the globe.

    The new campaign will highlight how Windows has become an indispensible part of the lives of a billion people around the globe -- not only on PCs but also now online and via mobile devices. It will illustrate how Windows integrates consumer experiences across PCs, online and on mobile phones through Windows Vista, Windows Live and Windows Mobile. Microsoft is working with retail partners and PC manufacturers to enhance the experience consumers have with Windows at every touch-point:

    Read more on source : http://www.microsoft.com/presspass/windows/featureStories.aspx?story=660dee9e-9606-4e77-843e-ed81d83c0bfe

    The System Center Configuration Manager has been Released To Manufacturing (RTM).

     

    System Center Configuration Manager 2007 R2

    Download an evaluation version of ConfigMgr07 R2 from Microsoft Download Center.

    Overview

    The following features are new to Configuration Manager 2007 R2:

    • Application Virtualization. For more information, see About Virtual Application Packages.
    • Forefront Client Security Integration. For more information, see About Forefront Client Security Integration with Configuration Manager 2007 R2.
    • SQL Reporting Services Reporting. Provides the ability to manage, browse, and run SQL Reporting Services Configuration Manager reports from the Configuration Manager console.
    • Client Status Reporting. Provides a set of tools and Configuration Manager 2007 reports to assess the status of client computers, sometimes referred to as "client health." Clients that show a change in activity patterns might need administrative intervention.
    • Operating System Deployment (OSD) Enhancements. The following enhancements are included in Configuration Manager 2007 R2:
      • Unknown computer support—In Configuration Manager 2007 R2, you can deploy operating systems to computers using a PXE service point without first adding the computer to the Configuration Manager database. For more information, see About Unknown Computer Support for Operating System Deployment.
      • Multicast deployment—Configuration Manager R2 will support multicast of operating system images to Windows PE, simplifying the deployment process in this scenario. Multicast can make more efficient use of network bandwidth when deploying large images to several computers at the same time. For more information, see About Multicast for Operating System Deployment.
      • Also new within the OSD feature set is the ability to specify credentials on Run Command Line task sequence action. This provides “Run As” capability for applications, such as SQL Server, that should be installed under a specific account.


    Feature Bullet Summary:
    Virtual Application Packages
    Configuration Manager 2007 supports running sequenced applications created using the Microsoft Application Virtualization Platform. Virtual application packages run on Configuration Manager 2007 client computers without having to install the software application on the local computer. Target computers must be running Windows XP or above to run virtual application packages.


    Forefront Client Security Integration with Configuration Manager 2007 R2
    Microsoft Forefront Client Security provides unified virus and spyware protection for business desktops, laptops, and server operating systems. You can use the Configuration Manager 2007 desired configuration management feature to monitor the Client Security agent on clients managed by Configuration Manager 2007 R2 sites.


    SQL Reporting Services Reporting
    Configuration Manager 2007 R2 SQL Reporting Services provides a set of tools and resources that help you use the advanced reporting capabilities of SQL Reporting services from the Configuration Manager console. Client Status Reporting
    Client status reporting in Configuration Manager 2007 R2 provides up-to-date information on the status of client computers in a Configuration Manager 2007 hierarchy. Full documentation for the client status reporting feature is located in a separate help file, which is available when you install the feature.


    Operating System Deployment (OSD)
    OSD allows you to create operating system images and deploy those images to target computers. OSD also provides task sequences, which help facilitate the deployment of operating system images and other Configuration Manager 2007 software packages.