Differences between revisions 4 and 17 (spanning 13 versions)
Revision 4 as of 2011-02-09 10:32:53
Size: 393
Editor: heb
Comment:
Revision 17 as of 2011-03-10 12:36:21
Size: 1531
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
To restart wowza server do:
 1. (pending) ...
=== To restart wowza server do ===
 1. Log in as user wowza
 1. Run the command (in ~/bin): {{{
./wowza start}}}
Line 8: Line 10:
Connect to Wowza JMX remote console.
 1. Start JConsole
 1. Insert the connection string: ''service:jmx:rmi://130.225.24.62:9341/jndi/rmi://130.225.24.62:9342/jmxrmi''
=== Connect to Wowza JMX remote console ===
 1. Start JConsole locally
 1. Insert the connection string for specific environment
  a. TEST (Iapetus): ''service:jmx:rmi://130.225.24.62:9341/jndi/rmi://130.225.24.62:9342/jmxrmi''
   1. Username and password is admin/admin
  a. STAGE (...):
  a. PROD (thalassa): ''service:jmx:rmi://130.225.24.123:9341/jndi/rmi://130.225.24.123:9342/jmxrmi''

The specific port numbers can be found in the ''Server.xml'' file. This is also the file that configures whether the remote JMX connection is enabled or not.

=== Install performance test application ===
This application is assumed installed under the DOMS VHhost with root folder {{{/home/doms/wowza_vhost_doms}}}
 1. Create testperformance application folders: {{{
mkdir applications/testperformance
mkdir conf/testperformance
mkdir content/testperformance}}}
 1. Copy [[attachment:Application.xml]] to {{{conf/testperformance}}}
 1. Copy media file to {{{content/testperformance}}}. Mediafiles are located at Iapetus: {{{/home/wowza/services/wowza_vhost_doms/content/testperformance}}}. Copy all 20 files.
 1. Restart Wowza
The testperformance application is removed by deleting the 3 folders and restarting the Wowza server.

Useful tips when working with Wowza

This page can be used to collect useful commands and hints for working with wowza on different environments.

On Iapetus

To restart wowza server do

  1. Log in as user wowza
  2. Run the command (in ~/bin):

    ./wowza start

Connect to Wowza JMX remote console

  1. Start JConsole locally
  2. Insert the connection string for specific environment
    1. TEST (Iapetus): service:jmx:rmi://130.225.24.62:9341/jndi/rmi://130.225.24.62:9342/jmxrmi

      1. Username and password is admin/admin
    2. STAGE (...):
    3. PROD (thalassa): service:jmx:rmi://130.225.24.123:9341/jndi/rmi://130.225.24.123:9342/jmxrmi

The specific port numbers can be found in the Server.xml file. This is also the file that configures whether the remote JMX connection is enabled or not.

Install performance test application

This application is assumed installed under the DOMS VHhost with root folder /home/doms/wowza_vhost_doms

  1. Create testperformance application folders:

    mkdir applications/testperformance
    mkdir conf/testperformance
    mkdir content/testperformance
  2. Copy Application.xml to conf/testperformance

  3. Copy media file to content/testperformance. Mediafiles are located at Iapetus: /home/wowza/services/wowza_vhost_doms/content/testperformance. Copy all 20 files.

  4. Restart Wowza

The testperformance application is removed by deleting the 3 folders and restarting the Wowza server.

DOMSWowzaPluginCheatSheet (last edited 2011-03-10 12:36:21 by heb)