It is easy to script it as a *Gfsh* shell script, for example...
start-my-servers.gfsh

#!/bin/gfsh

start server --name=Server1 --log-level=config ...
start-server --name=Server2 --port=11235 ...
start-server --name=Server3 ...
...
start server --name=ServerN

Then, from within *Gfsh*, you can...

gfsh>run --file=/path/to/start-my-servers.gfsh


File extension of the *Gfsh* shell script file does not matter but, using
.gfsh is descriptive.

Hope this helps.

-John



On Sun, Jul 24, 2016 at 3:03 AM, Gal Palmery <gal.palm...@amdocs.com> wrote:

> Hi,
>
>
>
> Is there a way to start all the geode servers that are configured in my
> environment simultaneously and not one after the other?
>
> Startup takes a while when there is a large number of servers..
>
>
>
> Thanks,
>
> Gal
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement, you may review at
> http://www.amdocs.com/email_disclaimer.asp
>



-- 
-John
503-504-8657
john.blum10101 (skype)

Reply via email to