Unsolved
This post is more than 5 years old
1 Rookie
•
6 Posts
0
1129
July 6th, 2012 06:00
last written on centera
Hi all,
I would like to know how to check the last written on a centera.
Anybody can help me???
thanks in advance
No Events found!
Unsolved
This post is more than 5 years old
1 Rookie
•
6 Posts
0
1129
July 6th, 2012 06:00
Hi all,
I would like to know how to check the last written on a centera.
Anybody can help me???
thanks in advance
Top
mfh2
208 Posts
1
July 6th, 2012 06:00
Hello GDN -
If you would like to find out the timestamp of the most-recent clip written to Centera, the most handy way to do this would be with the query command of the JCASScript utility. the sequence of commands you wold need would be:
- poolOpen
- querySetExisting
- querySetLowerBoundGMT "2012.7.6 12:00:00" <-- pick any recent date as the start of your search range
- query
You will get back a list of Clip IDs and their associated wrte timestamp (in GMT). The last one in the list is your most recent clip.
If you are comfortable with C or Java you could modify some of the sample query code included with the Centera SDK distribution to automate this process.
Good Luck,
Mike Horgan
CTO, Interlock Technology
GDN2
1 Rookie
•
6 Posts
0
July 6th, 2012 06:00
I can't execute command on JCASScript, my only option is centera cli
please came back to me