The virtual adapter was not set up correctly due to a delay - Keeps returning

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

The virtual adapter was not set up correctly due to a delay - Keeps returning

L1 Bithead

Hi all, we have been troubled with this issue for the past few years, and have never been able to completely get rid of it.

 

Every week we get a few machines with the error and have to uninstall, delete the Wbem repository, reinstall which will fix it for an unknown period of time.

 

This week I had a machine do it 3 days in a row, and the issues seems to be happening more often. 

 

Has anyone else had similar experience with this issue? We run GP version 6.1.4 and had the same problem with previous 5.x as well.

 

Thanks.

1 REPLY 1

Community Team Member

Hi @Dekkar ,

 

I've seen this error in relation to a message seen in debug_drv in GP agent logs:

[Info  1166]: enum devevice ROOT\PANGPD\0000.
[Info  1185]: DevNode Status 0x1802501, Problem 0xe.
[Error 1221]: Invalid DevNode Status: problem 0xe. 
[Debug 1419]: Disable adapter end.

 

The cause:

  1. Third party issue from Microsoft. New patch updates on the Windows machine can cause the issue.
  2. GP agent checks for the status of API "CM_Get_DevNode_Status_Ex" before installing the Adapter. 0xe means need restart. Other values:
    0x0 = no issues
    0x16 = disabled
    0xe = need restart
 
The resolution/workaround:
Execute the below-mentioned commands
stop-service -name "Winmgmt" -force
winmgmt /resetrepository
start-service -name "Winmgmt"
restart-service -name "PanGPS"
If the issue is not resolved, Kindly involve the Microsoft team to debug and understand the cause of 0xe=need restart   
 
Hope this helps,
-Kim.
LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.
  • 209 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!