Documentum Experts
Please help me with the below issue:
Issue: We recently added a new filestore to our docbase on our Content Server 6.6 but files are still being written to the previous default filestore which is running out of space.
Steps taken:
Below is the capture of the actual steps we ran to create a new filestore by following the attached document which is an ESG document from EMC:
-----------------------------------------------------------------------------------------------------------------------------------------
Please enter a docbase name (docubase): wmtprd1
Please enter a user (dmadmin):
Please enter password for dmadmin:
EMC Documentum idql - Interactive document query interface
(c) Copyright EMC Corp., 1992 - 2010
All rights reserved.
Client Library Release 6.6.0.039
Connecting to Server using docbase wmtprd1
[DM_SESSION_I_SESSION_START]info: "Session 010146a68017891e started for user dmadmin."
Connected to Documentum Server running Release 6.6.0.055 P2200 AIX.Oracle
1> CREATE "dm_location" OBJECT
2> SET "object_name" = 'storage_02',
3> SET "file_system_path" = '/u11/dmadmgrp1/data/wmtprd1/content_storage_02',
4> SET "path_type" = 'directory'
5> GO
object_created
----------------
3a0146a68026bd20
(1 row affected)
1> CREATE "dm_filestore" OBJECT
2> SET "name" = 'filestore_02',
3> SET "root" = 'storage_02'
4> GO
object_created
----------------
280146a680000106
(1 row affected)
1> ALTER TYPE dm_sysobject SET DEFAULT STORAGE 'filestore_02'
2> GO
object_altered
--------------
1
(1 row affected)
1> quit
Bye
$ iapi
Please enter a docbase name (docubase): wmtprd1
Please enter a user (dmadmin):
Please enter password for dmadmin:
EMC Documentum iapi - Interactive API interface
(c) Copyright EMC Corp., 1992 - 2010
All rights reserved.
Client Library Release 6.6.0.039
Connecting to Server using docbase wmtprd1
[DM_SESSION_I_SESSION_START]info: "Session 010146a680178920 started for user dmadmin."
Connected to Documentum Server running Release 6.6.0.055 P2200 AIX.Oracle
Session id is s0
API> reinit,c
...
OK
API>
--------------------------------------------------------------------------------------------------------------------------------------------
We restarted the docbase and cleared the BOF cache from the content server as the document asks us to do. But still the files are being written to the previous filestore only.
We are on an AIX - Oracle platform.
The last time we did a similar step was over 2 years ago for a different docbase in the same environment that we are currently are in and it worked then.
Please help!
Thanks a ton!