Question
3 Pro Server Licensing Profiles
Hi I am currently running Flash Media Server 2 running on a
Windows 2003 SE server. According to the admin console Manage
Servers > License > Professional Edition Licenses window I am
running with a license set for 100 concurrent users unlimited
bandwidth.
I need to know how to change this to 1000 concurrent users with 40Mbps cap! I have read various posts on this forum which suggest the below:
Change the fms.ini files licensing line as below:
SERVER.ACTIVE_PROFILE = 1000-40.pro (or 2500-25.pro or 150.pro)
SERVER.LICENSEINFO = FMD200-XXXXX-XXXXX-XXXXX
BUT my fms.ini file does not have reference to these licensing lines in it! see below:
###########################################################################
# fms.ini contains substitution variables for Flash Media Server #
# configuration files. Lines beginning with '#' are considered comments. #
# A substitution variable is in the form <name>=<value>. Everything up to #
# the first '=' is considered the name of the substitution variable, and #
# everything after the first '=' is considered the substitution value. If #
# you want a substitution variable to have leading or trailing spaces, #
# enclose the value around double quotes. For example, foo=" bar " #
###########################################################################
###############################################################
# This section contains configurable parameters in Server.xml #
###############################################################
# Username for server admin
# For example:
# SERVER.ADMIN_USERNAME = foo
#
SERVER.ADMIN_USERNAME = xxxxxxxx
# Password for server admin
# For example:
# SERVER.ADMIN_PASSWORD = bar
#
SERVER.ADMIN_PASSWORD = xxxxxxxxxxx
# IP address and port Flash Media Admin Server should listen on
# For example:
# SERVER.ADMINSERVER_HOSTPORT = :1111
#
SERVER.ADMINSERVER_HOSTPORT = :1111
# User id in which to run the process (Linux Only)
# For example:
# SERVER.PROCESS_UID = 500
#
SERVER.PROCESS_UID =
# Group id in which to run the process (Linux Only)
# For example:
# SERVER.PROCESS_UID = 500
#
SERVER.PROCESS_GID =
################################################################
# This section contains configurable parameters in Adaptor.xml #
################################################################
# IP address and port(s) Flash Media Server should listen on
# For example:
# ADAPTOR.HOSTPORT = :1935
#
ADAPTOR.HOSTPORT = :1935,80
##############################################################
# This section contains configurable parameters in Vhost.xml #
##############################################################
# Application directory for the virtual host
# For example:
# VHOST.APPSDIR = C:\myapps
#
VHOST.APPSDIR = C:\Program Files\Macromedia\Flash Media Server 2\applications
####################################################################
# This section contains configurable parameters in Application.xml #
####################################################################
# List of semi-colon delimited paths in which to search for script to load
# For example:
# APP.JS_SCRIPTLIBPATH = C:\scripts;C:\Program Files\Macromedia\scripts
#
APP.JS_SCRIPTLIBPATH = C:\Program Files\Macromedia\Flash Media Server 2
\scriptlib
###############################################################
# This section contains configurable parameters in Logger.xml #
###############################################################
LOGGER.LOGDIR =
Is this the right file to make these chnages? Do I just add these lines to the bottom of the file? How do I change this setting as my server is currently dropping 1000's of sessions a day.
Thanks for your help,
Andy
I need to know how to change this to 1000 concurrent users with 40Mbps cap! I have read various posts on this forum which suggest the below:
Change the fms.ini files licensing line as below:
SERVER.ACTIVE_PROFILE = 1000-40.pro (or 2500-25.pro or 150.pro)
SERVER.LICENSEINFO = FMD200-XXXXX-XXXXX-XXXXX
BUT my fms.ini file does not have reference to these licensing lines in it! see below:
###########################################################################
# fms.ini contains substitution variables for Flash Media Server #
# configuration files. Lines beginning with '#' are considered comments. #
# A substitution variable is in the form <name>=<value>. Everything up to #
# the first '=' is considered the name of the substitution variable, and #
# everything after the first '=' is considered the substitution value. If #
# you want a substitution variable to have leading or trailing spaces, #
# enclose the value around double quotes. For example, foo=" bar " #
###########################################################################
###############################################################
# This section contains configurable parameters in Server.xml #
###############################################################
# Username for server admin
# For example:
# SERVER.ADMIN_USERNAME = foo
#
SERVER.ADMIN_USERNAME = xxxxxxxx
# Password for server admin
# For example:
# SERVER.ADMIN_PASSWORD = bar
#
SERVER.ADMIN_PASSWORD = xxxxxxxxxxx
# IP address and port Flash Media Admin Server should listen on
# For example:
# SERVER.ADMINSERVER_HOSTPORT = :1111
#
SERVER.ADMINSERVER_HOSTPORT = :1111
# User id in which to run the process (Linux Only)
# For example:
# SERVER.PROCESS_UID = 500
#
SERVER.PROCESS_UID =
# Group id in which to run the process (Linux Only)
# For example:
# SERVER.PROCESS_UID = 500
#
SERVER.PROCESS_GID =
################################################################
# This section contains configurable parameters in Adaptor.xml #
################################################################
# IP address and port(s) Flash Media Server should listen on
# For example:
# ADAPTOR.HOSTPORT = :1935
#
ADAPTOR.HOSTPORT = :1935,80
##############################################################
# This section contains configurable parameters in Vhost.xml #
##############################################################
# Application directory for the virtual host
# For example:
# VHOST.APPSDIR = C:\myapps
#
VHOST.APPSDIR = C:\Program Files\Macromedia\Flash Media Server 2\applications
####################################################################
# This section contains configurable parameters in Application.xml #
####################################################################
# List of semi-colon delimited paths in which to search for script to load
# For example:
# APP.JS_SCRIPTLIBPATH = C:\scripts;C:\Program Files\Macromedia\scripts
#
APP.JS_SCRIPTLIBPATH = C:\Program Files\Macromedia\Flash Media Server 2
\scriptlib
###############################################################
# This section contains configurable parameters in Logger.xml #
###############################################################
LOGGER.LOGDIR =
Is this the right file to make these chnages? Do I just add these lines to the bottom of the file? How do I change this setting as my server is currently dropping 1000's of sessions a day.
Thanks for your help,
Andy
