Microsoft Virtualization Discussions
Hi all,
is it possible to check if an aggregate exists? If yes, how to do it? If not how to catch and hide the error?
Thank you,
Lukas
Solved! See The Solution
Hi Lukas,
I use this:
if ( Get-NaAggr | ? { $_.Name -ieq "aggrname" } )
{
.. Aggr exists, do this
}
else
.. Does not exist...
View solution in original post
hello,
there is many way to list existing aggregat
aggr status,
aggr status -r ( to show raid detail)
df -Ag
aggr show_space -g
Hi,
yes, i know, but can you provide me a sample script with options when a aggrete not exists?
thx
thank you very much! This is what I looking for!
NetApp Wins One Silver and One Bronze Stevie® Award in 2022 Stevie Awards for Sales and Customer Service
Live Chat, Watch Parties, and More!
Engage digitally throughout the sales process, from product discovery to configuration, and handle all your post-purchase needs.