I'm not sure if there is the ability to partition a half shelf. You might have to open a case.
but partitions need to be viewed in adv or diag mode
set d
partition show
... View more
If you are using your domain account make sure you domain tunnel is setup , if not, make sure you have setup security login apps correctly for powershell
security login create
... View more
This is my understanding..
LDAP at cluster level can be used to assign ldap client schema's to vservers...
You need domain-tunnel to access the cli via CIFS / AD Groups and run powershell commands..
... View more
What vesion are you using on Ontap. We migrated 100s of TB's using robocopy and never had an issue.
You're flags look good, can you post a small portion of the log
... View more
It's hard to give a right answer to this because you dont' tell us what type of workload you are putting on SSD's.
The cluster backbone should be 10gb, so unless you are going to crush your AFF's, i wouldn't worry about leaving it broadcast domain.
... View more
First it doesn't look like you are using a credentials object so it's going to prompt you each time...
Check out man connect-nacontroller.
it doesn't appear that you have a variable for $volName .
... View more
<changelog-threshold-percent>$Percent</changelog-threshold-percent>
You call it out in your API, but see above post. I agree that the cmdlet should be a little more informative
... View more
^^
This is because you need to add
-ChangelogThresholdPercent
new-ncsispolicy -VserverContext testvserver -name automatic -QosPolicy background -PolicyType threshold -ChangelogThresholdPercent 20
-ChangelogThresholdPercent <Int32> Percentage at which the changelog will be processed for a policy type 'threshold', tested once each hour. Range [1..100].
Required? true Position? named Default value Accept pipeline input? false Accept wildcard characters? false
... View more
Just use P1. 7-mode is essentially sunsetted, the only reason 8.2.5 came out with SSL fix and to turn off SMB 1.0. The D releases are for bugs for specific customers. I checked with my account team and they said don't hold breath for 8.2.5P2, so P1 it is. I would tend to lean that way as well
... View more
I wasn't aware that D releases are publicly released. I can try to find out when P2 will be released. But P1, should be fine. This is really the final 7-mode release family and 8.2.5 was released primary for the SSL/TLS bug issue and the option to disable SMB 1
... View more
It is working, but I would say that why are you upgrading to a D code? Did Netapp give you a special D patch release? Those are generally out of band and should be used only when a P release cannot
... View more
Just so we are clear, the SVM is still in dp-destination state?
So you deleted all the primary SVM's prior to deleting the DR one?
Im not sure what you mean by 'for error we deleted svm a (production svm?)
Can you clarify and maybe I can assist
... View more
^^
That's a wierd one, I've never seen a process hang like that. And you are 100% sure all vols are replicated, then the only thing you can do is a failover and giveback.
... View more
I've never seen it take that long. vfiler dr resync does something with your mirrors.
check your snapmirrors to see if anyone of them are hung up
snapmirror status
... View more
DFM 3.2 is probably 8+ years old, and I'm not sure what eversion of 7-mode you are running.
The only two support versions left are the following
7-mode - 8.2.x
Oncommand = 5.2.2
You need to at least upgrade OCUM
... View more
Yes you have to build the variable with dr svr. So somethiing like this. $destinationvserver:
And i think we used destinationpath. I will have to look later
... View more