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 Starting the wsadmin scripting client article 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 Saving configuration changes with the wsadmin tool article for more information.
  4. In a network deployment environment only, synchronize the node. See the Synchronizing nodes with the wsadmin tool article for more information.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 30, 2013 10:47:11 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-iseries&topic=txml_disparallel
File name: txml_disparallel.html