TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Editing: MAP: Troubleshoot WMI Failures
Wiki
>
TechNet Articles
>
MAP: Troubleshoot WMI Failures
Article
Edit
History
Title
<html> <body> <p>IMPORTANT: Keep checking the <a href="http://blogs.technet.com/b/mapblog/" target="_blank"> MAP Blog</a> and <a href="http://social.technet.microsoft.com/wiki/contents/articles/1640.microsoft-assessment-and-planning-toolkit-en-us.aspx"> MAP Toolkit Content Index (en-US)</a> for updates and changes , especially after new versions of MAP are released.</p> <p>You need to determine if the problem is on the MAP side or the network side. Use the WBEMTEST tool as shown in this video and query one of the failing target machines from the MAP machine. Make sure you use the same credentials you used in MAP (Remember: If it is a domain account, it must be domain\user or <a href="mailto:user@domain"> user@domain</a>).</p> <p><a href="http://www.youtube.com/watch?v=pqyhu2HtSmw">http://www.youtube.com/watch?v=pqyhu2HtSmw</a> [View:http://www.youtube.com/watch?v=pqyhu2HtSmw]</p> <p>If WBEMTEST is successful, then MAP may be saturating the network and causing packets to drop. If that is the case, you can throttle MAP by using the technique in this <a href="http://blogs.technet.com/b/mapblog/archive/2012/01/11/map-toolkit-may-cause-network-saturation-or-machine-to-reboot.aspx"> blog post</a>. Adjust the maximum values up or down as needed to get MAP to inventory the environment as fast as it can without flooding it. </p> <p>If WBEMTEST also fails with the error, then you have something in the environment that is blocking things. The Wiki article <strong><a href="http://social.technet.microsoft.com/wiki/contents/articles/8657.map-prepare-the-environment-wmi-en-us.aspx">MAP: Prepare the Environment - WMI (en-US)</a></strong> has instructions for enabling the Remote Administration/WMI service through the Windows Firewall using Group Policy. Remember that it can take a couple of hours for the changed Group Policies to take effect. </p> <p>Many host-based and software-based firewall products will block DCOM traffic across the network adapters on the computer. For example, remote WMI connections will likely fail when attempting to connect to a computer running the Microsoft Internet Security and Acceleration (ISA) Server firewall service. To enable remote WMI access, make sure that the appropriate TCP/UDP ports are open on the computer running the software firewall. </p> <p>If your firewall doesn't accept listing a service like WMI or Remote Administration like Windows Firewall does, but instead requires specific ports, you will need to open ports 135 and 1024-65535. The reason for this has to do with the way RPC works. WMI uses DCOM to communicate with remote machines, and DCOM uses RPC extensively. </p> <p>When a computer boots, WMI is assigned a dynamic port by the RPC service. When the MAP computer makes a WMI request, it first talks to the target computer’s RPC Endpoint Mapper which is listening on port 135 and asks it what port has WMI been assigned. The RPC Endpoint Mapper replies with the port for that machine and then MAP sends the WMI query to that port. The port can be different for each machine that MAP tries to connect to, which is why we can’t be more specific than 1024-65535; since many applications and services use RPC for remote communications, this is how they work as well. </p> <p>See this <a href="http://msdn.microsoft.com/en-us/library/bb219447(VS.85).aspx"> MSDN topic</a> to force WMI to use a static port. If the machine has already assigned a service to the port you specify, the static port assignment will not work.</p> </body> </html>
Comment
Tags
Please add 4 and 5 and type the answer here: