Microsoft Virtualization Discussions

get-ncaggr no longer lists root aggregate

PerhapsCloud
1,471 Views

In the previous versions of Powershell Toolkit, the get-ncaggr lists all the aggregates, but the latest version stripped the root aggregate. Is there a way to get it back so it can list all the aggregates?? Thanks.

1 ACCEPTED SOLUTION

PerhapsCloud
1,445 Views

After digging a bit deeper, it looks it was related to how it was connected initially. If you use connect-nccontroller with -ontapi, it lists all the aggregates. Thanks to TMADOCTHOMAS

 

View solution in original post

3 REPLIES 3

PerhapsCloud
1,446 Views

After digging a bit deeper, it looks it was related to how it was connected initially. If you use connect-nccontroller with -ontapi, it lists all the aggregates. Thanks to TMADOCTHOMAS

 

AllenChang
1,051 Views

Hi PerphapsCloud

But I can't find -ontapi this parameter in webhelp.C,

and I try to use -ontapi,but it error,

How to use -ontapi to get the root aggr ?

 

Thanks

PerhapsCloud
1,042 Views

Run the following command:

get-ncaggr -ontapi 

Or you can also run:

get-ncaggr -zabicall

Either one will get you the full list of aggrs with root aggrs.

Public