Additional Server(创建多个服务器)
时间:2010-10-11 来源:毁于随
To create a new server:
1. If you are creating the server on a new host machine:
a. On the machine where you want to start the new server, run the portion of the Content Server installation procedure that installs the software. Follow the instructions in Content Server Installation Guide.
b. Run the Content Server configuration program.
c. Exit the Content Server configuration program when you the dialog box where the repository configuration scripts are run.
d. Install the RDBMS client/networking software on the target machine.
2. Use Documentum Administrator to configure and start the new server. For instructions, refer to topics on “Server Management” in Documentum Administrator online Help. Running Documentum Administrator from a browser on the target machine reduces the number of actions you must take in the procedure. After completing the procedure, verify that the new server is started by connecting to the repository in Documentum Administrator and checking that the server appears in the drop-down list of servers on the repository Connect page.
3. If you created the server on a new host machine, copy the AEK file from the primary site to the installation on the new host machine. Use Documentum Administrator to copy the AEK file.
4. On the new host, change to %DM_HOME%bin ($DM_HOME/bin) and execute the dm_encrypt_password utility to encrypt the repository owner’s database password.
The command line is:
dm_encrypt_password -docbase repository_name -rdbms -encrypt database_password
where repository_name is the name of the repository and database_password is the password used by the server to connect to the underlying RDBMS.