Hi Marcin, You are right, the compatibility mode would not be required as in case of OC UM 5.1 we use sybase version 11 where the sybase issue is fixed. OC UM 5.0.X was using Sybase ASA version 10 whereas OCUM 5.1 is using 11. Regards adai
... View more
Hi Brian, Some windows memory heap size needs to be modified to avoid such job termination. Contact the support they should help you change this value. Regards adai
... View more
Hi Scott, Qtree growth reports and capacity reports work only if those qtrees have quotas set. Does the qtrees for which you dont see graph have quota set on filer ? Regards adai
... View more
Hi Thomas, Can you get a dfm diag output for the controller in question ? Pls check the following FAQ on what port are mandatory for OCUM to work and discover. Also its not recommended to install other products on which OCUM is running as you may hit port conflicts. https://library.netapp.com/ecmdocs/ECMM1278650/html/faq/index.shtml#_3.14 Regards adai
... View more
Hi Ryan, I strongly recommend you to go to OCUm 5.0.2. Now DFM/OCUM doesn't discover relationship that are created in the vfiler context. Can you get the snapmirror status o/p for the relationship that you dont see in dfm from your filer ? PM supports and creates VSM/QSM/SV/OSSV relationship in all these topologies. Filer -> Filer Filer -> vFiler vFiler -> Filer vFiler -> vFiler OSSV->filer OSSV->vfiler In all this cases PM creates the relationship and does the updates using filer interfaces (not the vfiler interfaces). Also PM discovers existing relationship of the above topology only if they are created using filer interfaces and not vfiler interfaces. PM creates and manages SnapMirror/SnapVault relationships that are from physical Filer to physical Filer only It will not discover a relationship that originates or ends on a vFiler. However, PM can handle primary or secondary volumes that belong to a vFiler. In a storage service, you can use a pre-existing secondary vFiler or you can ask OnCommand UM to create a secondary vFiler from a template (new in OC UM 5.0). But, OC UM will create a relationship from physical Filer to physical Filer even for the volumes that belong to a vFiler. PM does not officially support vFiler DR but there is a plug in available to support this that was created outside of the PM . see here https://communities.netapp.com/groups/nmc-vfiler-plugin?view=documents PM does not support vFiler DR + snapmanager product + protection manager due to Snapdrive for Windows and Unix not being able to handle two identically named resources returned by Protection Manager Please let me know if you have any questions Regards adai
... View more
Hi Ryan, These are event that are used to notify if a VSM relationship that was already being monitored got dropped from DFM and got discovered again. BTW you should upgrade to 5.0.2 the GA release. Regards adai
... View more
Hi Scott, If its just head swap, then you dont have to go through the arduous process of PM, but if you are going to manally VSM the data from FilerA to FilerA_new then yes you will have to go though the pains. I am attaching a doc that I wrote on how to keep PM dataset happy when primary is migrated. Hope it helps you.
... View more
Hi Brian, If I remember correctly, your OCUM server is running on Windows ? I think you may be a victim of bug 551560. Pls contact NetApp Global Support. http://support.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=551560 BTW during this schedule job how many concurrent protection jobs are in progress ? What is the CPU and Memory Configuration of your OCUM server ? Regards adai
... View more
Hi Markus, PA data export is not supported for Cluster-Mode. But alternatively, you can use the dfm perf data retrieve cli to export PA data per view. Regards adai
... View more
Hi, All you have to do is the following. For all your Volume SnapMirror relationships pls make an entry in your snapmirror.conf file as follows. comp_con=multi(192.168.98.12,192.168.98.13) comp_con:comp_vsm_src fas-sim-2:comp_vsm_dst compression=enable - - - - - Import those relationships to PM Mirror dataset. Make sure you dont have the option hostPerferredAddr1 set on your filer otherwise on first update from PM the compression options will be erased from snapmirror.conf. Read this public report for the same which affects compression option http://support.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=381872 Regards adai
... View more
Hi Brian, Can you try running an update from the controller and let us know what is the outcome ? Do you get the same error ? Also you can give the output of snapvault status on the controller and dfpm relationship list output on dfm ? Regards adai
... View more
The reason is, there is one more option which actually deletes the relationship and has a default value set to 60mins. This was done so that we conservative in deleting a relationship, as sometime it could have be done mistakenly and customer want to prevent it. The dpReaperInterval is basically to find relationship which are orphans or redundant and not actually to delete. hope this helps. Regards adai
... View more
Hi Pierre, In order to first use dfm event generate you will need to define custom event first. I am pasting xml to define the same, Input xml. <?xml version="1.0" encoding="UTF-8"?> <netapp xmlns="http://www.netapp.com/filer/admin" version="1.0"> <eventclass-add-custom> <about-message>This event is custom created</about-message> <event-class-name>CloneSavings</event-class-name> <event-names> <event-name-info> <event-name-pretty>Clone Space Saving Is Low </event-name-pretty> <event-name-short>LowCloneSpaceSaving</event-name-short> <severity>Error</severity> </event-name-info> </event-names> <event-namespace-name>OpsMgr</event-namespace-name> <is-allow-duplicates>Yes</is-allow-duplicates> <is-multi-current>Yes</is-multi-current> </eventclass-add-custom> </netapp> output xml <?xml version='1.0' encoding='UTF-8' ?> <netapp version='1.0' xmlns='http://www.netapp.com/filer/admin'> <results status='passed'> <event-class-id>1</event-class-id> </results> </netapp> [root@ ~]# dfm eventtype list OpsMgr:CloneSavings:LowCloneSpaceSaving Event Name Severity Class -------------------------------------------------- ------------ ------------------ OpsMgr:CloneSavings:LowCloneSpaceSaving Error OpsMgr:CloneSavings [root@~]# [root@vmlnx ~]# dfm event generate "OpsMgr:CloneSavings:LowCloneSpaceSaving" 258 "The clone has divluged from the parent and there is no more space savings" Event OpsMgr:CloneSavings:LowCloneSpaceSaving for source amir generated. [root@vmlnx ~]# dfm report view events 258 Severity Event ID Event Triggered Ack'ed By Ack'ed Source ID Source ----------- -------- ----------------------------------------- ------------ --------- ------------ --------- ---------------- Error 3861 OpsMgr:CloneSavings:CloneSpaceSavingIsLow 05 Oct 20:07 258 mpo-vsim10:/amir Information 178 Scheduled Snapshots Disabled 13 Sep 09:47 258 mpo-vsim10:/amir [root@vmlnx~]# Hope this example of the alarm create. [root@ ~]# dfm alarm create -E "abc@xyz.com" -h "OpsMgr:CloneSavings:LowCloneSpaceSaving" Created alarm 1 with 1 email recipient. [root@ ~]# dfm alarm list Alarm 1 Group Global Event Severity All Event Name OpsMgr:CloneSavings:LowCloneSpaceSaving Email Addresses abc@xyz.com [root@ ~]# Regards adai
... View more
Hi Phil, This import will work fine, as during import we don't check for the volume block types. Pls find my response inline to your questions. 1.Will Protection Manager even attempt the import? Yes, as during import we don’t check for block types. If it does, will it: take the existing relationship and add the Vault? Yes, it will accept the mirror and create the vault if it’s already not created Rebuild the entire relationship end-to-end, including new volumes and rebaselining? It will not rebuild the entire relationship. Regards adai
... View more
Hi Abe, These are hidden options, and I can't share them in a public community. Pls raise a case with NetApp Support to get the options and values to tweak. Regards adai
... View more
Yes, thats true, trap of all severity are shown with informational severity in OnCommand and this behaviour hasn't changed. Yes in order to provide notification you will have to create alarms. Regards adai
... View more
Hi Christian, Yes, even after import of the secondary volume the DSS will work as long as you move the relationship within the same PM server. As DSS is a flag that is assigned to all Protection Manager provisioned volumes as long the flag is valid, DSS will work irrespective of import or not. But if you import a relationship in which the secondary volume was not provisioned by PM then DSS will never work, unless you migrate the same using Secondary Storage Migration which will provision a new secondary volume and add the DSS flag from when DSS will start to work. Regards adai
... View more
Hi, You could increase the timeout and retry using the following options. [root@rhel1 config]# dfm options list | grep -i ping hostPingMethod echo_snmp pingMonInterval 1 minute pingMonRetryDelay 3 pingMonTimeout 3 [root@rhel1 config]#
... View more
Hi Heino, The import for virtual dataset is not supported and you are out of luck . The importing is not supported or qualified solution for virtual dataset. Regards adai
... View more
Hi Nathan, Can you pls post the dfm diags of those filers ? Also can you check if you have alarms configured for this event either based on eventtype or severity ? Regards adai
... View more