Deployment Steps

  1. Untar the appviewx.tar.gz package: tar -xvzf appviewx.tar.gz
  2. Go to appviewx/scripts directory and execute the following command to install: ./appviewx --install
  3. To check the status of all components, enter the following command: cd <home directory>/appviewx/scripts ./appviewx --status all [appviewx@test scripts]$
  4. To stop the components, go to following script directory: cd <home directory>/appviewx/scripts ./appviewx --stop all
  5. To start the components, go to following script directory: cd <home directory>/appviewx/scripts ./appviewx --start all
  6. To start the plugins, go to following script directory: cd <home directory>/appviewx/scripts ./appviewx --start pluginsavx_ocsp_responder
  7. To stop plugins, navigate to following script directory: cd <home directory>/appviewx/scripts ./appviewx --stop plugins avx_ocsp_responder
  8. To stop database, navigate to following script directory: cd <home directory>/appviewx/scripts ./appviewx --stop avx_platform_database
  9. To start database, navigate to following script directory: cd <home directory>/appviewx/scripts ./appviewx --start avx_platform_database