Run Get-HpcClusterOverview from outside the clusterHi<br/> <br/> I have several clusters in the same domain, and I would like to get the statistics for those clusters without having to sign into the head nodes of the clusters.<br/> <br/> e.g.<br/> <br/> I have computer &quot;A&quot;, that doesn't belong to any of the clusters, and the clusters 1 and 2 (the head nodes are &quot;HN1&quot; and &quot;HN2&quot;).<br/> I can RD &quot;HN1&quot; and &quot;HN2&quot; from &quot;A&quot;, and I can run Get-HpcClusterOverview -scheduler &quot;HN2&quot; from &quot;HN1&quot;.<br/> <br/> <br/> Is there a way to &quot;install&quot; these cmdlet (Get-HpcClusterOverview) in the computer &quot;A&quot;, so I don't have to log into the head nodes to get that information?<br/> <br/> I'm using Get-HpcJobHistory and Get-HpcClusterOverview to get the clusters information, I don't know if there's a better way to get the information of the cluster, if there is, please let me know.<br/> <br/> Thanks for your time!<br/> <br/> Cheers© 2009 Microsoft Corporation. All rights reserved.Thu, 18 Jun 2009 00:23:58 Z62fb2df1-6451-4bd6-841a-7c33d52c276ahttp://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/62fb2df1-6451-4bd6-841a-7c33d52c276a#62fb2df1-6451-4bd6-841a-7c33d52c276ahttp://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/62fb2df1-6451-4bd6-841a-7c33d52c276a#62fb2df1-6451-4bd6-841a-7c33d52c276awillvvhttp://social.microsoft.com/Profile/en-US/?user=willvvRun Get-HpcClusterOverview from outside the clusterHi<br/> <br/> I have several clusters in the same domain, and I would like to get the statistics for those clusters without having to sign into the head nodes of the clusters.<br/> <br/> e.g.<br/> <br/> I have computer &quot;A&quot;, that doesn't belong to any of the clusters, and the clusters 1 and 2 (the head nodes are &quot;HN1&quot; and &quot;HN2&quot;).<br/> I can RD &quot;HN1&quot; and &quot;HN2&quot; from &quot;A&quot;, and I can run Get-HpcClusterOverview -scheduler &quot;HN2&quot; from &quot;HN1&quot;.<br/> <br/> <br/> Is there a way to &quot;install&quot; these cmdlet (Get-HpcClusterOverview) in the computer &quot;A&quot;, so I don't have to log into the head nodes to get that information?<br/> <br/> I'm using Get-HpcJobHistory and Get-HpcClusterOverview to get the clusters information, I don't know if there's a better way to get the information of the cluster, if there is, please let me know.<br/> <br/> Thanks for your time!<br/> <br/> CheersTue, 16 Jun 2009 21:29:03 Z2009-06-16T21:29:03Zhttp://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/62fb2df1-6451-4bd6-841a-7c33d52c276a#ca45ee4e-b4b7-48d8-902c-b83456cb20cahttp://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/62fb2df1-6451-4bd6-841a-7c33d52c276a#ca45ee4e-b4b7-48d8-902c-b83456cb20caDanAdamshttp://social.microsoft.com/Profile/en-US/?user=DanAdamsRun Get-HpcClusterOverview from outside the clusterHello willvv <div>Yes this is possible, but you'll need to install the HPC Pack client tools on the remote computer (computer &quot;A&quot; in your example).</div> <div>Once installed you should be able to start the HPC powershell console &amp; run something like</div> <div><br/></div> <div>Get-HpcClusterOverview -Scheduler &lt;headnodename&gt;</div> <div>Get-HpcJobHistory -Scheduler &lt;headnodename&gt;</div> <div><br/></div> <div>There was a good post on the Windows HPC Team Blog some time ago which develops this concept...</div> <div><a href="http://blogs.technet.com/windowshpc/archive/2008/08/02/hpcv2-powershell-and-activedirectory.aspx">http://blogs.technet.com/windowshpc/archive/2008/08/02/hpcv2-powershell-and-activedirectory.aspx</a></div> <div><br/></div> <div>Also, check this out for a potential installation issue which may require fixing before remote powershell cmdlets will work correctly</div> <div><a href="http://blogs.technet.com/windowshpc/archive/2009/01/07/a-powershell-problem.aspx">http://blogs.technet.com/windowshpc/archive/2009/01/07/a-powershell-problem.aspx</a></div> <div><br/></div> <div>Hope this helps</div> <div>Dan</div>Wed, 17 Jun 2009 08:15:07 Z2009-06-17T08:15:07Z