I dont think port 162 can be shared between DFM adn Storage Profiler. But you can always change the trap listner port on DFM to other than 162, but changing the below option. snmpTrapListenerPort 162 But this port is only used to receive trap from filers, and to receive the same dfm server need to be configured as trap host in filer using the cli snmp traphost, while doing the same there is no options to specify the port. Also wiki for snmp says the following. "The manager(in our case DFM) may send requests from any available source port to port 161 in the agent. The agent response will be sent back to the source port on the manager. The manager receives notifications (Traps and InformRequests) on port 162" So chainging the trap listner port is just on DFM alone. But as per the BPG you should not run anyother software on the machine on which DFM is running. Regards adai
... View more
Hi The bug mentioned is similar but not the same a new bug is raised for this issue and your case is attached to it. Bug id 560602. Regards adai
... View more
Hi Vivek, You have set a combination threshold of 4 counters. Your event will be generated only when the values for all the 4 counters are breached and stay for more than 60 sec, as per your threshold. Regards adai
... View more
Hi Vivek, Can you get the output of the following cli ? Use dfm perf threshold list to get the list of thresholds you have set. Then from that get the id of the threshold in question and run the following cli. dfm perf threshold list -x <threshold id> Your output will be like this. [root@ ~]# dfm perf threshold list -x 105 Threshold Id: 105 Event Name: system:cpu_busy Interval: 60 Enabled: Yes Object Info: Id: 1273 Name: sim-4-1-182-99-sf Type: filer Counter Info: Counter: system:cpu_busy Threshold Type: upper Threshold Value: 20 Threshold Unit: percent [root ~]# Similarly also get the output of the following cli to see if the values really breached. [root@ ~]# dfm perf data retrieve -o 1273 -V "CPU_USAGE" Timestamp 1273:cpu_busy ------------------------------------------------------------------------------- 2011-09-07 05:42:38 1.085 2011-09-07 05:42:54 0.802 2011-09-07 05:44:33 1.292 2011-09-07 05:45:54 1.132 2011-09-07 05:46:08 0.521 2011-09-07 05:46:34 1.743 2011-09-07 05:47:34 1.128 2011-09-07 05:49:24 0.820 2011-09-07 05:49:53 2.020 In order to get the object id( the value for -o, use the info from threshold list -x and use the Id under object Info).Similarly for the view name( the name of the view in which this counter is used or data is being collected) use the cli below or use the name from NMC. [root ~]# dfm perf view list CPU_USAGE View Name -------------------- CPU_USAGE [root ~]# Regards adai
... View more
As far as i know %T is a mandatory setting and cannot be changed. Unless you use the script to generate your snapshot names.Below is the options for the same. [root ~]# dfm options list dpSnapNameOption Option Value ---------------- ------------------------------ dpSnapNameOption global-format [root ~]# dfm options set dpSnapNameOption=junk Error: dpSnapNameOption: junk must be global-script or global-format. [root~]# dfm options list | grep -i dpsnap dpSnapNameFormat %T_%R_%L_%H_%N_%A dpSnapNameOption global-format dpSnapNameScriptPath dpSnapNameScriptRunAs dpSnapNameOption: Naming option for snapshots in Protection Man- ager. The value can either be global-format or global-script. When user sets the value as global-format, they can specify the format in dfm global option dpSnapNameFormat. When the user sets the value as global-script, they can specify a script path in the dfm global option dpSnapNameScriptPath and the user account in option dpSnap- NameScriptRunAs. dpSnapNameScriptPath: Absolute path to the script that will gener- ate the snapshot name to be created by protection capability of OnCommand. Path can only be 127 characters long. Snapshot name length can only be 124 characters long. Name would be truncated if it exceeds that limit. For name collisions, numeric suffix would be added at the end of the snapshots. Snapshot name can have ASCII alphabets, ASCII numbers, underscore â_â, hyphen â-â, plus sign â+â and a dot â.â. All other characters will be converted to character âxâ. dpSnapNameScriptRunAs: On Unix systems, user account to run the script specified in the option dpSnapNameScriptPath. It can only be 64 characters long. Regards adai
... View more
Hi Francesco, Not really.But you may want to take care in the following cases. OnCommand Server acting as trap receiver from each filer.( snmp trap host in filer) OnCommand Server acting as trap forwarder/sender to third part trap receivers like HPOV, IBM Tivoli etc. Both these cases many not be affected if the dns names were used and that remains same during the IP address change. These are the top things that come to my mind. Regards adai
... View more
Is your source volume dedupe enabled ? If so can you get the output of the following cli ? dfm detail <volumename-or-id> | grep -i dedup or | findstr /i dedup if the DFM server is on windows. Regards adai
... View more
Hi Paul, The History is kept even beyond 1year. In fact the data in the year history table is unlimted. From UI you would be able to access only upto 12months worth of data. To get data beyond 1yr, if it exist use the dfm graph cli. Below is a link to document on DFM and capacity management. Storage Capacity Management using OnCommand Operations Manager Regards adai
... View more
This is an existing issue, pls raise a case or add your call_rec to the bug specified by francois the NetApp Global Support. Regards adai
... View more
Hi Richard, I think there is some misunderstanding. Let me try to clarify some. PM does not support creation of compression enabled snapmirror relationships.But it interoperates PM does not make a snapmirror.conf entry for all relationship its creates, except for those that are created using preferred interface and uses connections. Case 1:Where PM creates the relationships: ================================ So if you create a normal QSM or VSM relationship using PM it neither makes a snapmirror.conf entry nor schedules in the same as below. fas-sim-1:/vol/qsm_src/- fas-sim-2:/vol/qsm_dst/qsm_dst_non_qtree_data - 0-59/3 * * * Instead the schedule are driven by DFM server scheduler service which does the scheduling as per the policy you use in PM. If you have the option hostPreferredAddr1/2 set in DFM for the source and destination filer of Snapmirror.And create a VSM or QSM relationship using PM then PM creates a connection and make these entries in snapmirror.conf fas-sim-1_fas-sim-2_1208568606=multi(192.168.98.12,192.168.98.13) fas-sim-1_fas-sim-2_1208568606:comp_vsm_src fas-sim-2:comp_vsm_dst compression=enable - - - - - (Note if 1 is set on primary then 1 in secondary is used. Its the respective interface and not 1 in source and 2 in destination is used) Even in this case the schedule are driven by DFM server scheduler service and not ontap.This applies to both QSM and VSM. So PM is not capable of creating a compression enabled QSM or VSM relationship. The same applies to SV also where we don't create the snapvault snap schedules. In order to have the SV traffic in a preferred interface the following options in filer should be set. ndpmd_preferred.interface. Case2:Where relationships are imported. First and foremost rule: PM does not delete any snapmirror.conf or snapvault schedule when the corresponding relationships are imported into a Dataset.This enables PM to interoperate with Compression enabled snapmirror. So to have a compression enabled relationship in PM have the relationship created in the filer and the corresponding conf entries.Import them into a data and have the schedule in PM fas-sim-1_fas-sim-2_1208568606=multi(192.168.98.12,192.168.98.13) fas-sim-1_fas-sim-2_1208568606:comp_vsm_src fas-sim-2:comp_vsm_dst compression=enable - - - - - It is advised to remove the schedule in the snapmirror.conf to remove the redundant scheduling. Make sure that hostPreferredAddr1/2 are not set on the source and destination filer of the compression enabled snapmirror filers in DFM. When a relationship is imported say like below which has snapmirror.conf entry as follows fas-sim-1:/vol/qsm_src/- fas-sim-2:/vol/qsm_dst/qsm_dst_non_qtree_data - 0-59/3 * * * and hostPreferredAddr1/2 are correspondingly set on the source and destination filer then PM makes an entry in the snapmirror.conf as follows fas-sim-1_fas-sim-2_1208568606=multi(192.168.187.12,192.168.187.13) fas-sim-1_fas-sim-2_1208568606:/vol/qsm_src/- fas-sim-2:/vol/qsm_dst/qsm_dst_non_qtree_data - - - - - Still the old entry remains. The reason why hostPreferredAddr1/2 should not be set for compression enabled snapmirror is because before every transfer we rewrite the snapmirror.conf with the above two entry in this process compression options is deleted as there is no support for it in NDMP or api. Hope this clarifies. Regards adai
... View more
you may want to delete the OLD FAS 3040(using dfm host delete -f) which still exist in the DFM db as deleted item.Also can you check if you are getting any host identity conflict event ? Also can you get us the output of dfm diag <hostid> Regards adai
... View more
Hi Richard, Can you get the output of the following command for your source and destination filers of snapmirror ? dfm host get -q <filerid/name> Regards adai
... View more
AS of now no. The only other work around I can think of is to create application data set and register the backups, but instead of registering the backup manually you can say dfm is responsible for primary backup. This need to be done using the SDK. Regards adai
... View more
Hi Erik, During this head swap what all did you change ? IP address ? Host name ? Check the following FAQ. https://now.netapp.com/NOW/knowledge/docs/DFM_win/rel402/html/faq/index.shtml#_9.10 Regards adai
... View more
Check this link for all doc related to OnCommand/DFM OnCommand(DFM) and its related Technical Reports and specifically the link below for MSCS TR 3767-High-Availability Support forDataFabric Manager Server Regards adai
... View more
Hi Francesco, The simple answer is No.By default in OC 5.0 the sql process takes 50% of available memory, but that too is not user configurable. There is no other options I KNOW of which a user could tune. Regards adai
... View more
Is your question how to monitor the sybase service status in dfm ? If that's the case you should go for MSCS or VCS, which will take care of this. Regards adai
... View more
Hi Jeff, Does the primary directories have space in between the names ? can you get the output of the following cli ? dfpm dataset list -R <dsname/id> Regards adai
... View more