Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NLB Service name?

1,221 views
Skip to first unread message

Mubashir Khan

unread,
Feb 2, 2010, 2:39:01 AM2/2/10
to
We have developed an application that runs as windows service. It is
dependent on NLB. We dont want to start our application unless NLB has been
initialized. I know i can add the service dependency but what is the service
name for NLB. i am unable to find any.

Any help will be appreciated.

Vladimir Petter

unread,
Feb 2, 2010, 3:31:57 AM2/2/10
to
Look for "wlbs"

Vladimir Petter
Clustering and High Availability.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Mubashir Khan" <Mubash...@discussions.microsoft.com> wrote in message
news:BC0FA49A-80E9-4950...@microsoft.com...

Mubashir Khan

unread,
Feb 2, 2010, 7:30:01 AM2/2/10
to
i am unable to find any windows service with this name.
Could you check on your system through services.msc

Vladimir Petter

unread,
Feb 3, 2010, 1:10:05 AM2/3/10
to
NLB is a driver so you would not see it using the service mmc snap-in. You
can use command line "sc query wlbs" to check status of the driver. I
believe a service should be able take dependency on the driver. You can try
"sc <your service name> config depends= wlbs/<other services>".

Vladimir Petter
Clustering and High Availability.
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mubashir Khan" <Mubash...@discussions.microsoft.com> wrote in message

news:BB7FD790-DACB-4163...@microsoft.com...

0 new messages