Welcome to TechNet Blogs Sign in | Join | Help

Operations Manager Product Team Blog

Communications from the Operations Manager Product Team

Syndication

Data Warehouse Data Retention Policy (dwdatarp.exe)

The tool linked in this article allows you to view and configure the data warehouse data retention policies configured within your Operations Manager DW.

Follow the instructions below to use.

Prerequisites

Operations Manager 2007 SP1

Operations Manager 2007 Reporting SP1

Installation

Download the attached zip file and copy the required version of the file either x86 or x64 to a local directory such as “c:\dwdatarp\”

Usage

·         To view dwdatarp.exe usage instructions run:
c:\dwdatarp\dwdatarp.exe

 

·         To view current Data Retention settings run:

c:\dwdatarp\dwdatarp.exe –s “dw servername” –d “dw databasename”


example:  C:\dwdatarp>dwdatarp -s opsmgrsp1 -d OperationsManagerDW

 

·         To set Data Retention for a particular dataset run:

c:\dwdatarp\dwdatarp.exe –s “dw servername” –d “dw databasename” – ds “dataset name” –a “aggregation name” –m “days”

 

example: C:\dwdatarp>dwdatarp -s opsmgrsp1 -d OperationsManagerDW – ds “Performance data set” –a “Hourly aggregations” –m 399

Notes:

1.        The server with dwdatarp.exe installed must have access to the OperationsManagerDW along with the user running the tool.

2.       Updates are applied with immediate effect and data will be groomed during next grooming workflow.

 

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included utilities are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Daniel Savage

Program Manager | System Center Operations Manager

Published Wednesday, May 14, 2008 1:19 AM by dsavage

Filed under:

Attachment(s): dwdatarp.zip

Comments

# Tool for DW Groom Settings « Ian Blyth - System Center Technologies @ Saturday, May 17, 2008 6:40 AM

PingBack from http://ianblythmanagement.wordpress.com/2008/05/17/tool-for-dw-groom-settings/

Tool for DW Groom Settings « Ian Blyth - System Center Technologies

# Data Warehouse Data Retention Policy (dwdatarp.exe) @ Sunday, May 18, 2008 3:27 AM

A friend of me asked me a couple of days ago how he had to view and configure the datawarehouse data

Operations Manager blog by scug.be

# OpsMgr 2007 toolbox @ Monday, May 26, 2008 5:55 AM

There are so many tools currently developed that it is hard to know where to find them. Here is a list

Stefan Stranger's Weblog

# re: Data Warehouse Data Retention Policy (dwdatarp.exe) @ Monday, May 26, 2008 8:41 AM

What entity is responsible for grooming data in DW database? Can't find SCDWGroomJob SQL job as it was in MOM 2005. I know that there is groome rule for regular DB, but how about DW DB?  

Pavel Dzemyantsau

# re: Data Warehouse Data Retention Policy (dwdatarp.exe) @ Tuesday, May 27, 2008 2:52 PM

You can run the below query to verify DW grooming is happening.

Try it against the perf hourly dataset and use the query below to check

select

     min(datetime)as MinDate,

     max(datetime)as MaxDate ,

     datediff(d,min(datetime),max(datetime)) AS NoOfDaysInDataSet

from Perf.vPerfHourly

Satya Vel

# Data Warehouse Data Retention Policy (dwdatarp.exe) in Opsmgr @ Wednesday, August 27, 2008 4:27 PM

A friend of me asked me a couple of days ago how he had to view and configure the datawarehouse data

SCUG

New Comments to this post are disabled
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker