Thank you for your quick reply. Am i doing this at the source as below source> snapmirror resync -S DST:vol1 SOurce:vol1 or DST>snapmirror resync -S dst:vol1 source:vol1
... View more
I have setup snapmirror relation between source and destination for a volume. Added the entry into the snapmirror.conf file and scheduled the snapmirror. I took the snapshot at the source using snapdrive to make the consistent snap shot . I invoked snapmirror quiesce and break via oncomand system manger so the destination volume will be read/writeable. Mounted the dr Lun at the destination server and tested all ok. Everything worked up to this stage. I took a snapshot at the destination server using snapdrive. My intention was to reverse synch from dr to source filer after few test . I noticed that the snapmirror relation on the oncomand system manger was in unknown sate instead “reverse” or “resync “ with broken-off. I was not able to reversesync from the destination to source back since the only option was left to initialize from source to destination. I can not think of any reason why I did not have the option to reverse sync . Is it something to do with oncomand sytem manager or snapdrive snapshot? I will appreciate experts who can help me on this.
... View more
experts up there , I am trying to get a report on space/volumes usage over the past six months,I will appreciate if someone can help me on that. I want to put the data into excel/gif file . This is what I did and did not get me to get the filer space usage graph >df graph 15552000 -e 0 -w 1000 -h 500 -F gif volume-usage myfiler >file.gif it is creaing a file , but do not see any data
... View more
Thank you for your reply, Does the vlans help ? Why can not I send all the taffic to single vif instead of creating vlans for each protocol, does netapp do trunking when I create VLANs on single vif ?
... View more
Based on tr3479 the best practice is to keep NFS and iscsi on separate subnet, I have a FAS2440 with three interfaces and I do not think it is better to split the interfaces for multiple vif instead I want to create a single vif with three intefaces. vif create multi vif0 –b ip e0a e0b e0c then create VLAN vlan create vif0 101 106 is there any advantages of doing that? becuase the both traffic are going to end up in same interfaces.
... View more
Billshaffer, Do I have at add route for new vlan 50, route add net 10.40.5/24 10.40.5.1 or the default route will take care the route for 10.40.5.0/24?
... View more
correct , I only created vlan 50, here is the bottom part of the ifconfig -a sanvif2: flags=0xa6f48863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM,NOWINS,VLAN> mtu 1500 inet 10.40.2.23 netmask 0xffffff00 broadcast 10.40.2.255 inet 10.40.2.24 netmask 0xffffff00 broadcast 10.40.2.255 inet 10.40.2.25 netmask 0xffffff00 broadcast 10.40.2.255 partner sanvif1 (not in use) ether 02:a0:98:2c:21:82 (Enabled interface groups) sanvif2-50: flags=0x6b08862<BROADCAST,RUNNING,MULTICAST,TCPCKSUM,NOWINS> mtu 1500 ether 02:a0:98:2c:21:82 (Enabled interface groups)
... View more
The oncomand system did not allow me to create the vlan so I did try with cli. I was able to create vlan. One shows as Vlan Indices:50 and othe other shows as VLAN ID: 50 Am I on the correct path? > vlan stat Vlan Physical Interface: sanvif2 () -- Vlan Indices: 50 GVRP: disabled RECEIVE STATISTICS Total frames: 4275m | Total bytes: 28072g | Multi/broadcast: 639k Untag drops: 0 | Vlan tag drops: 0 TRANSMIT STATISTICS Total frames: 4209m | Total bytes: 121t Vlan Interface: sanvif2-50 () -- VLAN ID: 50 MAC Address: 02:a0:98:2c:21:82 RECEIVE STATISTICS Total frames: 0 | Total bytes: 0 | Multi/broadcast: 0 TRANSMIT STATISTICS Total frames: 0 | Total bytes: 0 | Multi/broadcast: 0 Queue overflows: 0
... View more
I am trying to create vlan on existing vif for iscsi and nfs, hope someone check this statement and correct it for me if I am wrong please? Right now both nfs and iscsi are on sanvif2 and do not have vlan. >rdfile /rc/rc #Regenerated by registry Thu Aug 18 16:08:42 EDT 2011 #Auto-generated by setup Thu Aug 18 16:24:32 GMT 2011 hostname MYNETAPP2 ifgrp create single lanvif2 e0a ifgrp create multi sanvif2 -b ip e0d e0c e0b ifconfig lanvif2 `hostname`-lanvif2 netmask 255.255.255.0 mediatype auto mtusize 1500 -wins partner lanvif1 ifconfig sanvif2 `hostname`-sanvif2 netmask 255.255.255.0 partner sanvif1 mtusize 1500 trusted -wins up ifconfig sanvif2 alias 10.40.2.25 netmask 255.255.255.0 ifconfig sanvif2 alias 10.40.2.24 netmask 255.255.255.0 route add default 10.40.1.1 1 route add net 10.10.2/24 10.40.2.1 1 routed on options dns.domainname MYDOMAIN.local options dns.enable on options nis.enable off savecore create new vlan >vlan create sanvif2 50 100 >ifconfig sanvif2-50 `hostname`-sanvif2-50 netmask 255.255.255.0 partner sanvif1-50 mtusize 1500 trusted -wins up host file 10.40.5.25 sanvif2-50 Do it on partner >vlan create sanvif2 50 100 >ifconfig sanvif1-50 `hostname`-sanvif2-50 netmask 255.255.255.0 partner sanvif2-50 mtusize 1500 trusted -wins up I am not sure whether I have to create two , one for iscsi and other for nfs.
... View more
Nick, Thank you for your quick reply.Hope you can answer to this question too. Should I put mtusize statement at the end of the ifconfig for each vlan or not necessary since the vif has mtusize already?
... View more
I know this is an old post, I am in a similar situation like cserpadss to create multiple vlans on top of vif. ifconfig vif1-33 `hostname`-vif1-33 netmask 255.255.255.0 partner vif1-33 How do I assign ip to vif-33?
... View more
my filer > vlan stat vlan: Display stat failed. None of the interfaces are capable of supporting VLAN tagging. I looked at my rc file and noticed that there is not any entry for vlan, Is tehre any default vlan for the current vif? will it cause any problem to the filer if i issue >vlan add myvif 50
... View more
Thank you for your help. iler>vlan add interface_name vlanid here the inteface _name is more than one interface ? e0a e0b e0c, am i correct?
... View more
Thank you for your reply. It is ver 8.1.3 7-mode. it has already a vlan with alias ips 10.10.40.59 ,10.10.40.60 I wonder how do i create another vlan with ips 10.10.50.55, 10.10.50.61, you do mind to put some steps ? Do I have to down the interfaces?
... View more
I want to know how to create another vlan for an existing vif , Anyone has a KB article? The filer has an vif with ip 10.*.*.50,51 and 52. and want to change the network id. I do not want to destroy the existing vif and recreate since the datastores are mounted for Esxi hots, instead I want to create another vlan for NFS ,I do not know it is possible?
... View more
This might be a vmware question, but netapp techs must came across this. I have not found any document regarding both protocol in vmware environment for netapp storage in a single subnet. Fas2040 is configured for NFS and iscsi storages and both storage are in same subnet. . Also have dell equallogic . For the iscsi, I can not use “Route Base IP hash" Fot NFS , I have to use link aggregation with nic teaming load balance " route based IP hash"I put both NFS and Iscsi in same vswitch and noticed that VSC is mounting the NFS using iscsi port group eventhough the iscsi is configured to use " route based IP port is": nic teaming load balance policy. Is there any way I can make NFS to use NFS port group?
... View more
I have oncomand system manager 2.2 Ontap ver 8.1.3. I noticed that oncomand system manger shows that 0 space left on lun and it used 100.16 %. I looked at the lun at cli >lun show -v and it shows occupied size as same on the oncomandsystem info. Lokked at the snapdrive and windows2008 diskmanager an noticed that there is a free space on the disk at the windows OS level. I resized the lun using the sanpdrive to whether OnComand system Manager gets this info and noticed that there is no change in the oncomand system manger, that is , still shows as 0 space left. Is there any fix to make that oncomadsystem manager shows the correct info same as the windows os size?
... View more
Thanks Gavin, Is shelf module part of the ontap? if it is part of that, Can I just install disk qual and disk firmware for now to save the time and leave the disk shelf firmware later with ontap ? Also I believe the disk firmware is auto update provided we enable bacgroup update ?
... View more
Thank you for your reply. I downloaded the disk qualifier software and noticed that there are two ver together that is, ver 2 and ver 3. my system has already ver2. Do I have to copy both ver to /etc/ ?
... View more
I am palning to upgrade the ontap software to 8.1.3 from 8.0.2 for a fas2040 HA pair. I have not done this before, I have to upgrade the disk firware prior to this software upgrade . 1- Do I have to perform disk qualifier, disk firmware and software upgrade together or I can do the disk firmware and diskqualifier upgrades first and wait for software upgrade another day? 2- Will software upgrade update shelf firmware?
... View more
I never had opportunity to shut down and restart the filer. My understanding is that I can not do this process via ssh , because when I halt the netapp my ssh session will be disabled. I am trying to find the way to shut down and reboot the filer via BMC console. Is it same comand which I use in BMC console? > halt > boot_ontap
... View more
We setup snapmirror using SnapManager , we want to delete the snapshots at the destination volumes. becuase of the snapmirror the destination volumes are read only and it does not allow us to delete the snapshots. Is there any setting in SnapManager where we can delete the snapshots since we do not want any snapshots? %/used %/total date name ---------- ---------- ------------ -------- 0% ( 0%) 0% ( 0%) Jul 27 14:01 filer1(0050406717)_filer2_volume_sql.2124 (snapmirror) 0% ( 0%) 0% ( 0%) Jul 27 14:01 @snapmir@{2D2893E5-74B3-4C7C-8B55-39DA1E1E2E91} 0% ( 0%) 0% ( 0%) Jul 27 14:00 sqlsnap__volume__recent 0% ( 0%) 0% ( 0%) Jul 27 12:01 @snapmir@{B8FF2030-61EC-493B-9E43-63333A06046A}
... View more