What version of Ontap are you using. My session ID is 4727372233855467525 I'm using ontap 9.0P1 and i'm not seeing an issue Your session ID is one character bigger though PS C:\powershell> $d = "15799753392746137485" PS C:\powershell> $d.length 20 PS C:\powershell> $v = "4727372233855467525" PS C:\powershell> $v.length 19
... View more
It seems that when the second rg was added, there was no reallocate done so the data can be spread across the new spindles. For 7-mode, look into the Re-allocation commands. Google for this TR - reallocate best practices tr-3929
... View more
^^ Exactly, you need to pick one, NTFS or Unix. If this isn't a mixed mount then straight unix security style. If it's a multi-protocol share, NTFS, and then all the permissions are controlled via AD
... View more
Since upgrading to 4.3, i'm not getting this on my 7-mode systems with this command PS C:\powershell> connect-nacontroller filer -cred domain\userid -https connect-nacontroller : Connection to filer using HTTPS failed - The request was aborted: Could not create SSL/TLS secur The error may be resolved by generating a new certificate on the storage controller, with a longer key length. At line:1 char:1 This is brand new error. Any insight would be great
... View more
There are two important factors for CIFS shares, the Share ACL and the NTFS permissions. So let's start with both What is the share ACL And what are the NTFS permissions. Also, why are people domain administrators?
... View more
As I stated earlier, with 7-mode, there is no issue on a smaller system with adding disks to root aggr. It's been a common practice for many years... For that people that just know cDOT, you cant do it in cdot.
... View more
^^ I will say, i've been disappointed with the flexibility of cDOT cmdlets compared to the 7-mode. We used to be able to pipe to set very easily. Now we have to build strings and a query to update. Unless i'm missing something it's not that efficient.
... View more
Best way to do this is setup a server, and do a backup everynight and a dump database to a share or location that if there was a problem, you just restore the database and viola.. all done
... View more
So the title basically says it all. Upgraded to latest OCUM 7.0 and OPM 7.0 and now i'm seeing pairing bad in full-integration mode. I'm using the OVA's for both. Can someone point me in the right direction?
... View more
I will add this to the 4.3 thread as well. With the new features in later released of powershell, is there a need to use the update-ncvol and build queries. I will admin, I've been using PS toolkit for 7-mode since 1.0 and the building queries and executing the commands is not that 'friendly'. Is there another way that this can be done?
... View more
Nice job. Just want to confirm the number of cdot cmdlets 1375 I only say that b/c I run get-natoolkitversion and it says 4.1 after upgrade w/out reboot
... View more
Generally I like people to attempt to write a script with the cmdlets, not just ask. So, let me get you started a little get-nasnapshot | ? {$_.name -like "*blah*"}
... View more
Until recently powershell could only be run on windows servers. Powershell went opensource a few weeks back, but still not ready for primetime. My suggestion would be to use windows
... View more