As you can see below, the IPspace "Cluster" doesn't have associaetd "port list", doesn't have "Status".
What is "Cluster" for? Can OnTap function normally without this IPspace?
This is a Cloud Volume OnTap we created. Any fix for this problem or we have to re-create?
> broadcast-domain show (network port broadcast-domain show) IPspace Broadcast Update Name Domain Name MTU Port List Status Details ------- ----------- ------ ----------------------------- -------------- Cluster Cluster 9000 - -
... View more
from netapp_ontap.resources import Volume
# Example 1 - keyword arguments
volume = Volume(name='vol1', svm={'name': 'vs1'}, aggregates=[{'name': 'aggr1'}])
If somebody can write a Python program code, and to achieve what as said above, that'd be very helpful.
... View more
With 9.5, NDAS should be availale, but I could not find it from AMAZON Merketplace, nor from Cloud Central portal.
It looks not available to me. Anybody here has any idea ?
... View more
I have following adapter, and if I create a stack of disk/shelf (ds224-12), among 4a/4b/4c/4d, which two ports should be used to create the stack and why?
MFG Part Number: NetApp, Inc. 110-00401 rev. B0 Part number: 111-02026+B0
Thanks!
... View more
I have a large amount of VM's in our vcenter,
How OCI can manage these VM's as an assessts management perspective?
Can it indentify what these VM's have SQL, or any Database's?
Can discover all VM's automatically, if yes what associatied properties can be found?
Thanks!
... View more
I did typo. It should be VMFS, not NFS
The LUN size on NetApp filer is 1.4TB, however, the datastore in vCenter corresponding to the lun shows 1.9TB.
Why? any thing can I do?
... View more
After we added more than 1 TB to a volume, then in vCenter, the size of the datastore didn't get updated.
Any reason why or action we should perform?
I thought all we need to do just to "refresh".
... View more
In FabricPool, ontap 9.5p3, Writes from the capacity tier to the performance tier are disabled if performance tier capacity is greater than 70%. If this occurs, blocks are accessed directly from the capacity tier.
Can I change or increase 70% the parameter?
Are there anyway I can tell if the data is being pulled back? because I wanted to monitor the data flow and performance.
Anybody has experiences the speed to write data back, if the data got accessed?
Thanks
... View more
I need to know how much space being taken by all snapshots for all volumes in one or each one of aggregates.
What commands or scripts can do that?
Thanks in advance for your help.
... View more
@mbeattie ,
Can you please elaborate on how can I query OCUM database? I have no basic ideas on how I can use OCUM database. Could you please help me where can I start with to learn, or any documents?
This is something I have aleays wanted to know. Thanks!
... View more
@vittal,
this is not what I am asking.
I know i can do snapmirror between FAS cluster and Altavault. I am asking if we can do snapshot version control type of snapmirror between these two. Which means selectively snapmirror snapshots over to Altavault?
... View more
I thought so too, but it is not, because if I use "net ping -vserver cluster -lif node-mgmt-ip -destination remote-ip", it works, which is basically same as "net ping -node node-name -destination remote-ip".
So, it looks "net ping -node node-name -destination remote-ip" is not using the node-mgmt-ip.
... View more
This command doesnt work from any nodes in one cluster, but works in the other cluster.
Can Experts please advise what LIF's will be used in this command? or what should I look into?
Thanks!
... View more
Based on the syntax, I don't have to use "-vserver xx -lif yy" as the option, I can use "-node node-1" as the option as following:
network ping -node node-1 -destination "remote IP"
my problem is, on this cluster, the command above doesn't work on any one of nodes in the cluster. On the other cluster, it is working fine.
Why?
How could I know which lif will this command be using to send ping packets out?
... View more
Can I set up a snapmirror relation between Alatvault and the OnTap cluster, and I can control what snapshots should be moved to Altault and what should be staying in the cluster? the same as I can do between a local cluster and remote cluster?
Thanks!
... View more
Yes, makes sense.
Then what cases will the followoing command be used for if I migrate LIF's on this ifgrp off first?
network interface migrate-all -port <port>
... View more
Thanks!
Steps are following:
-failover all lif's on this ifgrp to the other nodes;
-network interface migrate-all -port ec0 e0c is a port need to be swapped in lacp. will connectivities to e0c failed to the ohter ports in the same LACP ? -moved back a single test lif, tested ping. -moved all the lifs back home with network interface revert *
... View more