Starting AppWave Enterprise License Center

From ELC
Jump to: navigation, search

Go Up to Administering AppWave Enterprise License Center Server


This section explains how to set up the ELC to start as a service or start and stop it from the command line.

To set up the ELC as a service

  • On the Windows platform: Activate the Set Up the AppWave Enterprise License Center As Windows Service option on the ELC installation wizard.
  • On the Unix platform: Run the installation wizard as root. In addition to this, be sure to add a user named elise before installing.

To manually install and start the ELC as a service

  • Windows platform:
elise installService
  • Unix/Linux platform:

When starting the ELC on Solaris, be sure to set your active shell to bash, tcsh, csh, or ksh. To do this, at the command line run either bash, tcsh, csh, or ksh.

go to <ELC>/etc/init.d and type >elise start

To manually uninstall the service

  • Windows platform:
elise uninstallService
  • Unix/Linux platform:
go to <ELC>/etc/init.d and type >elise stop

To start and stop the ELC from the command line on Windows

  1. Open a command window. At the prompt, go to <ELC>\bin.
  2. Start the ELC by executing the command: elise start
  3. Stop the ELC by executing the command: elise stop

To start and stop the ELC from the command line on Unix

  1. Open a command window. At the prompt, go to <ELC>/bin.
  2. Start the ELC by executing the command: elise.sh start
  3. Stop the ELC by executing the command: elise.sh stop


See Also