Quantcast
Channel: All ONTAP Discussions posts
Browsing all 19214 articles
Browse latest View live

Re: Issue with aggr creation

would be helpful to see the full command. likely a typo.The first disk you have oc.32 and probably should be 0c.32(zero instead of the letter o) or try aggr create aggr_name -t raid_dp -T FC-AL -r 16...

View Article


Re: Get-NcVolSize command not reporting volsize correctly when > 1024GB using...

Hi Donny, I've updated my FAS Arrays during september as I said i my earlier post, but I observe the same issue, is there any other test I can do to debug the situation (or maybe au workaround with...

View Article


Re: Get-NcVolSize command not reporting volsize correctly when > 1024GB using...

Sorry for the delay. On the larger than 1024GB volume, can you try to collect the volume size from Get-NcVol instead to see if that works: Get-NcVol -Vserver <vserver> -Volume <volume> | fl...

View Article

permissions for new-ncsnapshot

I'm trying to use the powershell toolkit to automate some snapshot procedures, and it works fine with a admin account, but I can't seem to find the correct permissions to get it to work. The role I...

View Article

how to enable encryption on no-empty aggregate on version 9.6p3 without downtime

we have a NetApp 9.6P3 in production, needs to enable aggr encrption. how can we do it without downtime? Looks we have to empty aggregate before we can enable the encryption on an aggregate. we can...

View Article


Re: how to enable encryption on no-empty aggregate on version 9.6p3 without...

Hi, It's a very good question. Your assumptions are correct. Please take a look at kb below. Can I encrypt an existing volume in place with NAE in ONTAP 9.6?Answer: No. You need to do one of the...

View Article

Re: how to enable encryption on no-empty aggregate on version 9.6p3 without...

if i remember right, on new version (forgot which), we can enable NVE without moving a volume. if this is true, can we enable all data vols with encryption and move root vols to parter's aggr, then we...

View Article

Re: Get-NcVolSize command not reporting volsize correctly when > 1024GB using...

Hi Donny, Thank you, this command works well. What i'm trying to do initialy was a  Set-NcVolSize -NewSize <newSize> -Name <volname> -VserverContext <vservename> but this command fail...

View Article


Re: permissions for new-ncsnapshot

Try the following command on SSH.security audit log show To see what capability it's missing.

View Article


Re: how to enable encryption on no-empty aggregate on version 9.6p3 without...

Yes, I think you are talking about - In-place encryption of existing volumes, feature introduced in ONTAP 9.3. Procedure to transition an existing un-encrypted volume:A) Prior to 9.3 = 'volume move'...

View Article

Decommission nodes/LIF's from a Cluster and remount NFS

We wanted to decommission nodes and LIF's homed onthese nodes. The problem is that some VMware NFS Datastores and also NFS file systems are using these LIF's/IP's, is there any way non-discruptively...

View Article

Re: Decommission nodes/LIF's from a Cluster and remount NFS

Hi lad, Basically you are abble to move the lif from nodes to nodes wich is a non disruptive process. So if you found that you need to keep some lifs move them to another node.BTW you can validate lif...

View Article

Re: Decommission nodes/LIF's from a Cluster and remount NFS

 dbenadib , There were concern with that approach: All network trafic will be going to these two nodes that I move these LIF's to, then it would cause unbalanced load. So, from long run, it'd better to...

View Article


Re: Decommission nodes/LIF's from a Cluster and remount NFS

Can you clarify ? How much node do you have in your cluster ?Which kind of maintenance are you performing ? wrote: dbenadib , There were concern with that approach: All network trafic will be going to...

View Article

Re: Get-NcVolSize command not reporting volsize correctly when > 1024GB using...

Try with Invoke-NcSystemApi like this: $Volume = "<your volume>" $NewSize = "<desired size>" $Vserver = "<your SVM>" $Request = @"...

View Article


Re: Decommission nodes/LIF's from a Cluster and remount NFS

I have total of 8 nodes in the cluster. Planning on replacing two of them by adding two new ones first, then take two out. In the end, there would be still 8 nodes.  Understood I can lif move all lif's...

View Article

Re: Decommission nodes/LIF's from a Cluster and remount NFS

I would do the following:Add 2 new nodes (Cluster will have 10 Nodes)Validate that new nodes are correctly connected to relvant networkCreate intercluster lifs (if Snapmirror)Move all volumes to the...

View Article


Re: Decommission nodes/LIF's from a Cluster and remount NFS

Your steps looks very well. However, I have not sure an information with you: two new nodes have already added into the cluster, and now there are 10 nodes with new LIF's and new everything. Loads are...

View Article

Re: Decommission nodes/LIF's from a Cluster and remount NFS

it makes sense.. the only issue with that is the downtime... If you want to avoid downtime U have to migrate lifs. after lifs will be balanced across nodes (for better perf ensure that lif and volumes...

View Article

Re: Get-NcVolSize command not reporting volsize correctly when > 1024GB using...

Thank You Donny, your workaround is working. any idea why both commandlet Get-NcVolSize an Set-NcVolSize will fail in my context? thanks Yann

View Article
Browsing all 19214 articles
Browse latest View live