Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1868

October 1st, 2010 11:00

Centera query

Hi,

Can you please let me know the way to  determine  how many records were added to the Centera Pool  on a specific dates ?

Is there any command exist to findout ?

Thanks in advance !!

October 13th, 2010 02:00

Hi

In case you need to do it regularly I might add that we have a Centera Integrated Application called ApplicationAudit. Stores all writes and deletes in a database and you have a query interface that allows you to find all clips in a given timeframe from a selected profile.

Holger

89 Posts

October 4th, 2010 01:00

Hi,

I would recommend that you download the JCAS script (user manual included) to get the information that you require. You can get it from the EMC developer community @ https://community.emc.com/docs/DOC-2393. But you may have to register to get access.

Once you have it, you can connect to a centera using a specific profile or use the anonymous profile. Then you can set a start and end time to query the clips that you need e.g:

CASScript>qslb "2008.04.21 00:00:00"

Query Expression Properties:
        Start Time: 2008.04.21 00:00:00
        End Time  : UNBOUNDED
        Type      : EXISTING


CASScript>qtf c:/my-clips.txt

Performing clip query

Query Expression Properties:
        Start Time: 2008.04.21 00:00:00
        End Time  : UNBOUNDED
        Type      : EXISTING

Query in progress...Total clips discovered:500
Query in progress...Total clips discovered:1000
Query in progress...Total clips discovered:1500
Query in progress...Total clips discovered:2000
Query in progress...Total clips discovered:2500
Query in progress...Total clips discovered:3000

Rgds

Ronan

No Events found!

Top