Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7033601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:05:08+00:00 2026-05-28T01:05:08+00:00

Most of the production env might need a automation script for Clusters. Reason is

  • 0

Most of the production env might need a automation script for Clusters. Reason is whenever there is a need of enhance the sites need to add new cluster to existing domain. When there is a decommissioned a physical site that needs removal of cluster from the domain. There is also possibility of “Growth” of Cluster (adding managed servers to a cluster). Finally there is also need of decommission of machines which requires removal of servers from the cluster.
Menu
1. Add a Cluster
2. Del a Cluster
3. Add a server to Cluster
4. Del a server from Cluster

Please share your thoughts and suggestions…

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:05:09+00:00Added an answer on May 28, 2026 at 1:05 am

    I’m actually doing exactly that and it works fine.

    You’ll have to add the inital

    edit()
    startEdit()
    

    and to save

    save()
    activate(block='true')
    

    as well as exception handling but the functions are pretty simple:

    Add a server to cluster:

    managedServer = create(ServerName,'Server')
    managedServer.setListenPort(ListenPort)
    managedServer.setCluster(Clustername)
    managedServer.setMachine(Machinename)
    

    Delete server from cluster (and the server, optional):

    serverMBean = getMBean("Servers/"+ServerName)
    serverMBean.setCluster(None)
    serverMBean.setMachine(None)
    delete(ServerName,'Server')
    

    Add a cluster (you can also use the same method as creating a server -> create(name, ‘Cluster’):

    cd('/')
    cmo.createCluster('Cluster-0')
    cd('/Clusters/Cluster-0')
    cmo.setClusterMessagingMode('unicast')
    ...
    

    Delete a cluster works the same way as deleting a server, you should power them down first though.

    In general you can use the admin console to perform the desired actions and the record button at the top allows you to generate a wlst script which does exactly what you do in the admin console.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my website when deploying production most of the time I only need to
As most production environments we have setup something to send us a notification if
I've switched to rbenv in production (staging to be correct) and most of the
We have a setup where most code, before being promoted to full production, is
I develop in a proprietary script language with very resumed code in which most
I am getting the following error on my production server: Traceback (most recent call
I recently inherited a poorly maintained production database with heavily fragmented indexes (most of
Disclaimer: I'm new to most of this I just downloaded virtualbox yesterday and installed
I need to install a perl tool on a production server which has no
I have recently started a new job where they do most everything via Stored

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.