Disabling parallel startup using scripting

You can use scripting to disable parallel startup of servers.

Before you begin

Before starting this task, the wsadmin tool must be running. See the topic about starting the wsadmin scripting client using wsadmin scripting for more information.

About this task

Perform the following steps to disable parallel startup:

Procedure

  1. Locate the server object. The following example selects the first server found:
    • Using Jacl:
      set server[$AdminConfig getid /Server:server1/]
    • Using Jython:
      server = AdminConfig.getid('/Server:server1/']
  2. Enable development mode. For example:
    • Using Jacl:
      $AdminConfig modify $server "{parallelStartEnabled false}"
    • Using Jython:
      AdminConfig.modify(server, [['parallelStartEnabled', 'false']]) 
  3. Save the configuration changes. See the topic about saving configuration changes with the wsadmin tool for more information.
  4. In a network deployment environment only, synchronize the node. See the topic about synchronizing nodes using the wsadmin scripting tool for more information.

주제 유형을 표시하는 아이콘 태스크 주제



시간소인 아이콘 마지막 업데이트 날짜: July 9, 2016 6:14
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=txml_disparallel
파일 이름:txml_disparallel.html