VMware

This Question is Not Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (6 pts)
2 Replies Last post: Nov 5, 2009 4:22 AM by MissionaryLiao  

Failed to open vmdk posted: Nov 2, 2009 12:19 AM

Click to view MissionaryLiao's profile Lurker 2 posts since
Sep 23, 2009
Hi all,

Here is some of my environment info:
- VMWare ESXi 4.0.0, 164009
- VMWare vCenter Server 4.0.0, 162856
- GuestOS: Win2k3 Server SP2

I use VixDiskLib_Open to open a vmdk, however, I got the error code: 0x36b9(14009): VIX_E_HOST_NETWORK_CONN_REFUSED.
I was confused by this error code because there is no error returned when I called VixDiskLib_Init and VixDiskLib_Connect.

Also there is no relative document on this error code, only short description: The server refused connection.

Can anyone here give me some hint for further investigation ?? Thanks.

Re: Failed to open vmdk

1. Nov 2, 2009 7:55 AM in response to: MissionaryLiao
Click to view RColbert's profile Enthusiast 98 posts since
Mar 11, 2005

It has been my experience that the actual authentication between the VDDK and the host occurs at the _Open request. Prior to that, the _Init and _Connect functions are setting things up for later use.

In your _Init, did you set a port number? If you did, can you telnet from the machine running your app to the host on ports 902, 443 and the one you specified (if it wasn't 902 or 443)?

Also confirm your ESXi host isn't set in lock down mode (which only allows configuration via VirtualCenter)

Developer Social Media

Communities