博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EBS使用 Distributed AD在多个节点并行adpatch
阅读量:6096 次
发布时间:2019-06-20

本文共 1091 字,大约阅读时间需要 3 分钟。

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=yEnter the worker range: 4
Node 3:
$ adctrl distributed=yEnter the worker range: 5
具体参考:
 

转载地址:http://jhwza.baihongyu.com/

你可能感兴趣的文章
Caesar cipher
查看>>
SpringSecurity3.X的remember-me
查看>>
作业2
查看>>
15.二层技术之链路聚合(LACP)-----以太通道
查看>>
不受限字符串函数功能的实现
查看>>
分享40个使用方便的免费智能手机UI套件
查看>>
iOS7重磅推新--不断尝试与重新设计的过程
查看>>
指针实现两数交换和指向函数的指针
查看>>
逗号表达式与自增自减运算符和类型转换的规
查看>>
【安全牛学习笔记】手动漏洞挖掘-SQL注入
查看>>
springboot使用jest操作elasticsearch
查看>>
聊聊hystrix的BucketedCounterStream
查看>>
聊聊rocketmq的RollingFileAppender
查看>>
【学习笔记】Android中Service通信
查看>>
java中时间类(util Date)的后延与前推处理
查看>>
数据链路层的协议分析
查看>>
10月14日笔记
查看>>
JVM01- bin/* 小工具的使用
查看>>
mysql client端安装
查看>>
hbase读写请求详细解释
查看>>