Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] how to restart grouper without running the installer again?

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] how to restart grouper without running the installer again?


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Bill Thompson <>, "" <>
  • Cc: " Mailing List" <>
  • Subject: RE: [grouper-users] how to restart grouper without running the installer again?
  • Date: Mon, 24 Jun 2019 14:46:17 +0000

The commands to do everything are printed out when you do the installer.  Did you happen to keep the output?

 

If you run the installer again, but instead of “install”, you type “admin”, it should let you stop and start things.  Does it work?

 

Or in the tomcat dirs. There is “bin/shutdown.bat” and “bin/startup.bat”.  In the grouper dir is start-hsql.bat

 

Thanks!

Chris

 

From: <> On Behalf Of Bill Thompson
Sent: Monday, June 24, 2019 10:03 AM
To:
Cc: Grouper Users <>
Subject: Re: [grouper-users] how to restart grouper without running the installer again?

 

Adam,

 

If you are looking to easily spin up an environment with all the components so that you can evaluate and learn about Grouper, I'd recommend taking a look at the Grouper Training Environment.

 

Try this:

docker run -d -p 389:389 -p 8443:443 -p 3306:3306 \
  --name 101.1.1 tier/gte:101.1.1-201906

All of the GTE docker images you can run are here: https://hub.docker.com/r/tier/gte/tags

Account/passwords and other info about the GTE is here: https://github.internet2.edu/docker/grouper_training/tree/201906

 

I'd also recommend starting with the docker release packages instead of the Grouper installer.

 

Best,

Bill

 

 

On Mon, Jun 24, 2019 at 9:43 AM <> wrote:

Hi,  I tried to experiment the grouper by running the installer in my windows
box and it worked fine.  However I have trouble restarting all the services
after that.  Is there a way to just start all the grouper components instead
of installing it all over again?  I tried to search the archive or wiki but
can't find an answer.  I am new to the grouper and any help will be greatly
appreciated.  Thanks.
~Adam




Archive powered by MHonArc 2.6.19.

Top of Page