.. Title says it all.. i'm having trouble searching audit logs in CDOT... In 7-mode I used a powershell cmdlet, i'm not finding one in cdot
... View more
You shouldn't have to start with a blank template... There has to be a way to create a query from a SVM and push that info to another SVM, for example in DR For example, query all the export polices assigned to volumes on your SVM and push that to your DR SVM. What's your best way to do that...
... View more
This is a very tricky cmdlet that I haven't had much success with working.. I'm working on building hash tables to then use the query off of.. The building objects I think is prior to PS 3
... View more
That's because they embeded the volume attributes.. Check out get-ncvol | select * You need to run something like this get-ncvol testvol | select @{n='used';e={convertto-formattednumber ($_.VolumeSpaceAttributes).sizeused datasize "0.0"}} used ---- 352.0 KB
... View more
I would leave one head with SAS and one with SATA, the smaller aggrs with less disk wouldn't be my recommendation. Create some hybrid with ssd..
... View more
Basically title says it all.. I'm just curious invoking a storage discover via API quickly as i'm doing some testing on building volumes with WFA, so in order to prevent me from having to keep clicking the interfaces, I was hoping I can write something really quickly
... View more
Being that you tagged 7-mode, I'll assume this is 7-mode. The only problem with cascading snapvault with snapmirror in 7-mode is it will use your VSM base snapshot, which means why you are vaulting there will be no snapmirror as the relationship is busy. Are you managing the vaults with local scheduler or protection manager? Also, if this is a new filer, it seems management didn't make the right decision on support contracts....
... View more
This is pretty straightforward for NTFS auditing on Netapp. Also, unless you are looking for a small sample, native auditing is essentially useless b/c of log rolling....
... View more
This system only has AT-FCX.. But the reality is we are using a newer PS release with really old ontap version and code.. What version are you on?
... View more
What version of cDOT are you using.. Pipe your get-ncsnapmirror | gm and paste the results.. You should be seeing more But I do agree, it appears we need to make the some conversions of the date objects, there is no friendly field, it appears..
... View more
Ok... i've been around the toolkit since 1.0, so at this point, i'm very confused on a cDOT perspective as i'm just starting to dig into the cDot ... I figured out I 'm going to need to update-ncVol to ensure the export policy is the same... But does that mean I need to dynamically build a query each time to update the volume? $info = get-ncvol | select Vserver,Name,Junctionpath,@{n='policy';e={($_.volumeexportattributes).policy}} That will get me the policy i'm looking for... Now, in order to match DR, the idea is that I need anything that is not default or $null and assign the policy to the volume.. I'm finding that i'm going to need to build a query everytime and run some checks? Any thoughts?
... View more
run -node * aggr status - make sure they all say 64-bit. I thought cDOT was only 64bit. On one of the snapshots run -instance and paste back
... View more