Im running into a peculiar problem and hoping anyone here can direct me in the right direction. Im trying to control our nodes through powershell using the hpc snapin and while it works very well with everythig else, Start-HpcNode will not work. Im not sure
if it may be a configuration on client side for our nodes or what, so any help will be appreciated.
---------------------
PS C:\Windows\system32> shutdown-hpcnode -scheduler sgimasternode -name sgi7node8
Confirm
Are you sure you want to shut down the node SGI7NODE8?
You may not be able to remotely start incorrectly configured nodes later.
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is "Y"):y
PS C:\Windows\system32> start-hpcnode -scheduler sgimasternode -name sgi7node8
Start-HpcNode : Process failed, exit code 1. Incorrect function
At line:1 char:14
+ start-hpcnode <<<< -scheduler sgimasternode -name sgi7node8
+ CategoryInfo : NotSpecified: (Microsoft.Compu...tHpcNodeCommand
:StartHpcNodeCommand) [Start-HpcNode], Exception
+ FullyQualifiedErrorId : Microsoft.ComputeCluster.CCPPSH.StartHpcNodeComm
and
Start-HpcNode : Process failed, exit code 1. Incorrect function
At line:1 char:14
+ start-hpcnode <<<< -scheduler sgimasternode -name sgi7node8
+ CategoryInfo : NotSpecified: (Microsoft.Compu...tHpcNodeCommand
:StartHpcNodeCommand) [Start-HpcNode], Exception
+ FullyQualifiedErrorId : Microsoft.ComputeCluster.CCPPSH.StartHpcNodeComm
and
Start-HpcNode : Process failed, exit code 1. Incorrect function
At line:1 char:14
+ start-hpcnode <<<< -scheduler sgimasternode -name sgi7node8
+ CategoryInfo : NotSpecified: (Microsoft.Compu...tHpcNodeCommand
:StartHpcNodeCommand) [Start-HpcNode], Exception
+ FullyQualifiedErrorId : Microsoft.ComputeCluster.CCPPSH.StartHpcNodeComm
and
WARNING: The operation failed due to errors during execution.
------------------
Any thoughts?
-Stephen