Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The grouper installer admin tool will help grouper administrators perform tasks that previously were tedious or difficult.  This does not exist yet.

This admin tool will work by running SQL against Grouper and creating and running GSH scripts.

You can run this tool in readonly mode where it just prints the scripts but doesnt run them, or you can have the admin tool run the script.administrative tasks on grouper (generally for grouper installed by the installer but might be useful for other installations as well).  

Run the admin tool

 

Code Block
java -jar grouperInstaller.jar
Do you want to 'install' a new installation of grouper, 'upgrade' an existing installation
  or 'patch' an existing installation
  (enter: 'install', 'upgrade', 'patch', 'admin' or blank for the default) [install]: admin

...

in the admin tool you can:

  • find logs
  • stop/start services
  • upgrade tasks
  • manage access
  • manage loader jobs
  • manage rules
  • grouper status
  • fix grouper

Manage access (memberships, privileges, permissions)

...