Go to: modify the content server administrator password-[Documentum implementation development records]

Source: Internet
Author: User
ArticleDirectory
    • 2010-02-25
Modify the content server administrator password-[Documentum implementation and development records] 2010-02-25tag:

Copyright Disclaimer: During reprinting, please use hyperlinks to indicate the original source and author information of the article and this statement
Http://fanlb.blogbus.com/logs/59357766.html

Modify the dmadmin password of the Documentum content server administrator (1qaz2wsx)

1. Stop Service Documentum Java method Server

2. Stop the service Documentum docbase service hddwkm

3. Stop the service Documentum docbroker service docbroker

4. In "Control Panel> Computer Management> User", modify the password of the dmadmin user.

5. Modify the startup parameters of the preceding three servers,
In "Control Panel> service", right-click the service, for example, "Documentum docbase service hddwkm", and enter a new password during logon.

6. Restart the above three services

 

 

Back up data

1. Backup D: \ Documentum \ DBA directory

2. Backup D: \ Documentum \ data directory

 

 

Change the content server administrator user

 

1. Log On with the current Administrator

2. Stop Service Documentum Java method Server

3. Stop the service Documentum docbase service hddwkm

4. Stop the service Documentum docbroker service docbroker

5. Add the new Administrator dmadmin, set the password, and add it to the Administrators group.

6. Modify the D: \ Documentum \ DBA \ config \ hddwkm \ Server. ini file and change install_owner to a new administrator user.

7. modify the permissions of the data, DBA, product, and share sub-directories in the D: \ documentumm directory.
Right-click the directory name, select "attribute", select "security", add a new user, and grant full control permissions, select "Use the project displayed here that can be applied to the sub-object to replace all sub-object permission projects", OK

8. Modify the Registry
In HKEY_LOCAL_MACHINE \ SOFTWARE \ Documentum \ Server \ version_no, modify the value of dm_dmadmin_user to be a new user. If the user's domain changes, modify the value of dm_dmadmin_domain to be the new user's domain.
In HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ dmserverhddwkm, modify the install_owner parameter value in ImagePath to be a new user.

9. Modify Registry Permissions for hddwkm docbase
HKEY_LOCAL_MACHINE \ SOFTWARE \ doumentum \ Server \ 6.5
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Eventlog \ Application \ Documentum
HKEY_LOCAL_MACHINE \ SOFTWARE \ doumentum \ docbases \ docbase_name
Right-click the name and select "permission" to grant full control to dmadmin.

10. Modify service startup parameters for hddwkm docbase
In "Control Panel> service", right-click the "Documentum docbase service hddwkm" service and enter the new user name and password during logon.

11. Move the Start Menu of Documentum to the Start menu of the new user.Program.

12. Modify r_install_owner and r_install_domain of the server_config object as new users and domains.
1> select r_install_owner, r_install_domain from dm_server_config;
2> go
R_install_owner r_install_domain
------------------------------------------------
Administrator zsgl-Dev
(1 row affected)
1> Update dm_server_config object set r_install_owner = 'dmadmin' where r_install
Owner = 'admin'
2> go
Objects_updated
---------------
1
(1 row affected)
[Dm_query_ I _num_update] info: "1 objects were affected by your update statement
"

13. restart Windows

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.