PrepAway - Latest Free Exam Questions & Answers

How would you make sure content gets moved from filestore_01 to filestore_02 when it meets the criteria?

In a basic Documentum repository installation, the Default storage location for your content files is
filestore_01 and that is backed up daily. When a document has not been modified in six months it
should be moved to filestore_02 on a lower-cost media backed up less frequently.
How would you make sure content gets moved from filestore_01 to filestore_02 when it meets the
criteria?

PrepAway - Latest Free Exam Questions & Answers

A.
create a dm_move_content object with a query predicate that returns the movable objects

B.
execute the following DQL: update dm_location objects set mount_point_name = ‘filestore_02’
where mount_point_name =
‘filestore_01’ and datediff ( month , r_modify_date , date ( today ) ) >= 6

C.
create a records migration job that moves the objects content

D.
execute the following DQL: update dm_document objects set a_storage_type = ‘filestore_02’
where datediff ( month ,
r_modify_date , date ( today ) ) >= 6 and a_storage_type = ‘filestore_01’


Leave a Reply