Active IQ Unified Manager Discussions

Changing default location for Performance Advisor data

markham
2,948 Views

Is there a way to see or change the default location in Operations Manager for storing performance data for perf advisor?   Ideally they would like to move it onto a cifs share mounted from a NetApp.  Is that advisable or even possible?   They want to seperate it from their OM Database to avoid filling up that drive and having OM stop monitoring when it goes below the 10% free space threshold.

4 REPLIES 4

marz
2,948 Views

Greetings Dean

CIFS share for perf data? IMHO, it is best to survey the disk space consumption and provide appropriate disk space, whether local disk or on a LUN.

Some KBs for your reading enjoyment:  kb54774 to identify top disk space consumers, kb47586 for moving data in the perfArchiveDir, and kb54780 to determine if you have extra perf data files hanging around needlessly consuming disk space.

Thanks

Alex

markham
2,948 Views

I was able to determine/change the current perf data path using  "dfm options list perfArchiveDir".   We ended up putting a UNC path to the cifs share which seemed to work and data is collecting to that now.   There is no fibre channel/iscis on the server so a LUN is not an option.   This is a short term fix until they get a server with a larger local disk hopefully.

marz
2,948 Views

Greetings Dean

Understood.  Locating perfAchiveDir on a CIFS share should work for a short-term solution.

Alex

prasads
2,948 Views

Hi

To move the perf data to another location, you can use the below command

# dfm datastore setup -p \\cifs-server\cifs-share\perfdata

This command will take care of the entire process.

i.e. (create a new directory, if not available) and move the perf data to this directory & then finally point the DFM server to use the perf data from this new location.

Before running the command, make sure you have done the following steps to make sure DFM server get access to the CIFS share

1. Add a user having privileges on the CIFS share as an “administrator” on the  DFM station.

2. Set the DFM Server service “Log On as” user as the above user.
3. Set the DFM Scheduler service “Log On as” user as the above user.
4. Add this user to the DFM with GlobalFullControl role.

Also read

http://now.netapp.com/NOW/knowledge/docs/DFM_win/rel38/html/faq/index.shtml#_9.15

Thanks,
Prasad
Public