I am trying to run some of the Microsoft HPC examples and my jobs sit in the Configuring state. I have completed the To-Do list and have a 3 node configuration using the Network Topology Selection # 5 - All nodes only on an Enterprise network. I have successfully run the following Microsoft examples using my credentials which are a member of the Administrators group on all nodes:
Connecting to a Cluster (
http://msdn.microsoft.com/en-us/library/cc853425(VS.85).aspx)
Using Active Directory to Find the Head Nodes (
http://msdn.microsoft.com/en-us/library/cc907077(VS.85).aspx)
Getting a List of Nodes in the Cluster (
http://msdn.microsoft.com/en-us/library/cc853436(VS.85).aspx)
Getting a List of Jobs (
http://msdn.microsoft.com/en-us/library/cc853435(VS.85).aspx)
When attempting the next example: Creating and Submitting a Job (
http://msdn.microsoft.com/en-us/library/cc853426(VS.85).aspx), the jobs list in the Job Management queue with the Configuring state and do not proceed. I have to cancel them. I substituted the:
task.CommandLine = "<COMMANDGOESHERE>";
with the name of an exe that resides on all nodes in the cluster that just sets the value of an integer and exits. When stepping through debug, after the following call:
scheduler.SubmitJob(job, @"<domain\username>", null);
(modified to use my domain/id), the WaitOne blocking call never returns. Any help is greatly appreciated.
Thanks,
jkastrinos