EBS使用 Distributed AD在多个节点并行adpatch

简介:

Using Distributed AD

  1. Start AutoPatch or AD Controller with Distributed AD worker options
    On one of your shared application tier file system nodes, start your AutoPatch or AD Administration session with the following command line options:

    localworkers=  workers=

    For example, to run an AutoPatch session with a total of eight workers (three workers on the local node and five workers on a remote node):

    $ adpatch workers=8 localworkers=3 
  2. Start AD Controller on remote node(s)
    On each of the additional shared application tier file system nodes, start an AD Controller session with the additional distributed command line option:

    $ adctrl distributed=y

    After providing basic information, AD Controller will prompt for the worker number(s) to be started. For example, to start workers 4 through 8 on a second node, enter “4 5 6 7 8″ or “4-8″.

The following is an example of starting a three-node session with a total of five workers:

Node 1:
$ adpatch localworkers=3 workers=5
Node 2:
$ adctrl distributed=y
Enter the worker range: 4
Node 3:
$ adctrl distributed=y
Enter the worker range: 5 
具体参考:  http://easyoracleapps.wordpress.com/2010/03/12/distributed-ad/  
 
 
相关文章
|
Oracle 关系型数据库 Windows
|
中间件 关系型数据库 Oracle
|
关系型数据库 Oracle 数据库管理