By default, what is stored specifically in the DOCUMENTUM\dba\secure directory?
A. keystore(s) for certificates used by LDAP over SSL
B. encrypted database user passwords for repository owners
C. encrypted passphrase for the Content Server installation
D. keystores used for Trusted Content Services
Which statement is true about upgrading the Content Server?
A. You must always install each interim release.
B. You are only required to install the target release.
C. You must always uninstall the running version before installing the new release.
D. You can sometimes skip interim versions but only if the documented upgrade path allows you to skip release installations.
There is a primary Content Server in New York and a remote Content Server in Munich. What are the correct proximity settings for both Content Servers?
A. For the New York Content Server:host=newyork, proximity=0001host=munich, proximity=0002for the Munich Content Server:host=munich, proximity=9001host=newyork, proximity=9002
B. For the New York Content Server:host=newyork, proximity=9001host=munich, proximity=9002for the Munich Content Server:host=munich, proximity=0001host=newyork, proximity=0002
C. For the New York Content Server:host=munich, proximity=0001host=newyork, proximity=0002for the Munich Content Server:host=newyork, proximity=9001host=munich, proximity=9002
D. For the New York Content Server:host=newyork, proximity=0001host=munich, proximity=0002for the Munich Content Server:host=munich, proximity=0001host=newyork, proximity=0002
In order to move some content from one filestore to another, you have decided to execute the
MIGRATE_CONTENT administration method. You test the migration task and notice that the migration
process takes much longer than acceptable. The system is using a small portion of the available CPU and
memory resources.
Assuming that Content Storage Services (CSS) is installed and High-Volume Server (HVS) is not installed,
how can you reduce the total amount time for this task to complete?
A. Edit the default arguments of the MIGRATE_CONTENT method, so that the task is carried out using several execution threads.
B. Increase the maximum number of sessions in the server.ini file.
C. Configure the maximum number of threads to use on the dm_docbase_config object instance.
D. Split the content into several smaller batches and creating a job to run the MIGRATE_CONTENT tool when few users are connected.
What is the primary benefit for using Branch Office Caching Services (BOCS) in Asynchronous Write mode?
A. Content can be pre-cached to BOCS targets to improve content load times for WDK based users.
B. All users have immediate access to content that is checked into the repository from all locations.
C. Users at a BOCS location can return to their WDK based client without needing to wait until the content upload is completed.
D. Large files can be batched together to improve overall write speeds to the repository from remote locations.
A Documentum 6 installation is using Branch Office Caching Services (BOCS) in its default state and subsequent reads are being cached. As the administrator you would like to enable BOCS Asynchronous Write. Your first step is complete. You have configured and enabled Documentum Messaging Service (DMS). What else must be modified?
A. bocs config object, cont transfer object, acs config object
B. bocs config object, dms config object, app.xml in WDK
C. bocs config object, app.xml in WDK, cont transfer object
D. bocs config object, net location object, server config object
Which procedure can be used to duplicate a repository using a different repository ID from the source repository?
A. cloning the repository and then using a DQL statement to modify the r_object_id value in the dm_docbase_config object type
B. cloning the repository and then modifying docbase_id in server.ini
C. dumping and loading the repository and installing any DocApps in the target repository
D. dumping and loading the repository and then using a DQL statement to update the r_object_id value in the dm_docbase_config object type
You have a single-repository/single-server environment. Content transfer performance is slow for both Webtop and thick client applications. What can you do to improve the content transfer performance for both of these types of applications?
A. Implement Branch Office Caching Services (BOCS).
B. Implement Branch Office Caching Services (BOCS) and Accelerated Content Services (ACS).
C. Install one or more Content Servers close to clients experiencing performance issues.
D. Install one or more Content Servers and object replication.
An administrator logs in to Webtop and enters the following url: http://my_server:port_number/webtop/wdk/dmclTrace.jsp?level=10 What does the above statement do?
A. It enables tracing and the trace will be stored in a local file on the client computer.
B. It enables tracing and the trace will be stored in a local file on the Content Server machine.
C. It enables tracing and the trace will be stored in a local file on the application server machine.
D. It enables tracing but the application server must be restarted for tracing to take effect.
You have many users to add to a content repository. How can you create multiple users in batch mode?
A. create a text file with the user values in LDAP Interchange Format and use DocumentumAdministrator to import the file
B. create dynamic groups for the users in Documentum Administrator
C. use drag-and-drop to copy a group of current users to a new group and let the values be inherited
D. create a text file with the user values separated by commas and use Documentum Administrator to import the file