Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - WMI command against sql cluster node not returning any values

Reply
 
Old 08-18-2009   #1 (permalink)
plsntn_rules


 
 

WMI command against sql cluster node not returning any values

I am trying to run this command against a clustered sql server node and am
not getting any data back..

Get-WmiObject -namespace "root\mscluster" -class MSCluster_Resource

The same command on the partner node seems to work just fine.
I am new to PS and am not sure where to go to see what the issue could be.

thansk for any and all help

My System SpecsSystem Spec
Old 08-19-2009   #2 (permalink)
Chad


 
 

RE: WMI command against sql cluster node not returning any values

I'm unable to reproduce your issue. I ran this command on several clusters
both on active and passive nodes and received results. I am using Windows
2003 clustering and unfortunately don't have Windows 2008 cluster to test.

On standalone machine that isn't clustered I receive the following error:

"There are no more endpoints available from the endpoint mapper"

So, it seems odd to receive no results, you should at least see an error.

"plsntn_rules" wrote:
Quote:

> I am trying to run this command against a clustered sql server node and am
> not getting any data back..
>
> Get-WmiObject -namespace "root\mscluster" -class MSCluster_Resource
>
> The same command on the partner node seems to work just fine.
> I am new to PS and am not sure where to go to see what the issue could be.
>
> thansk for any and all help
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Parsing email; running a command; and returning the result. PowerShell
get child node of selected parent node .NET General
Fyi: Command line values - admin General Discussion
Shouldn't this give me the active node on the cluster? PowerShell
returning values to original script PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46