在Linux上配置HelixServer全攻略 [ 网站地图 ]

发表于:2010-3-12 浏览:125 作者: 来源:互联网

关键字:Linux,HelixServer,配置

描述:      HelixServer安装      [root@localhostdata]#ls   DistributedLicensing.lic HelixServer ISP-Hosting.lic setup.tar.

      HelixServer安装

      [root@localhost data]# ls

  DistributedLicensing.lic  HelixServer  ISP-Hosting.lic  setup.tar.gz

  [root@localhost data]# tar -zxvf setup.tar.gz    #解压HelixServer Unlimited 11

  helix-server-retail-11.01-rhel4-setup.bin

  [root@localhost data]# ls

  DistributedLicensing.lic  helix-server-retail-11.01-rhel4-setup.bin  setup.tar.gz

  HelixServer               ISP-Hosting.lic

  [root@localhost data]# chmod 700 helix-server-retail-11.01-rhel4-setup.bin   # 添加执行权限

  [root@localhost data]# ./helix-server-retail-11.01-rhel4-setup.bin #安装HelixServer Unlimited 11

  Extracting files for Helix installation........................

  Welcome to the Helix Server 11.0 (11.0.1.1884) Setup for UNIX

  Setup will help you get Helix Server running on your computer.

  Press [Enter] to continue...

  If a Helix Server license key file has been sent to you,

  please enter its directory path below. If you have not

  received a Helix Server license key file, then this server

  WILL NOT OPERATE until a license key file is placed in

  the servers License directory.  Please obtain a free

  Basic Helix Server license or purchase a commercial license

  from our website at http://www.real.com/.  If you need

  further assistance, please visit our on-line support area

  at http://service.real.com/.

  License Key File: []:   #添加许可证文件 此步先确认,等HelixServer安装完毕之后再添加文件。

  Installation and use of Helix Server requires

  acceptance of the following terms and conditions:

  Press [Enter] to display the license text...  #列出许可协议

  REALNETWORKS, INC.

  END USER LICENSE AGREEMENT

  HELIX(tm) BASIC SERVER FROM

  REALNETWORKS(r)

  REDISTRIBUTION NOT PERMITTED

  Software License for Helix(tm) Basic

  Server from RealNetworks(r)

  IMPORTANT -- READ CAREFULLY: This

  RealNetworks License Agreement ("License

  Agreement") is a legal agreement between

  you (either an individual or an entity)

  and RealNetworks, Inc. and its suppliers

  and licensors (collectively "RN") for

  RNs Helix Basic Server, which includes

  computer software and associated media

  and printed materials, whether provided

  in physical form or received on-line in

  electronic form ("Software").  You may

  install only ONE copy of the Software.

  By choosing "Accept," installing,

  copying or otherwise using the Software,

  you agree to be bound by the terms of

  this License Agreement.  If you do not

  agree to the terms of this License

  --More--(4%)

  Choose "Accept" to accept the terms of this

  license agreement and continue with Helix Server setup.

  If you do not accept these terms, enter "No"

  and installation of Helix Server will be cancelled.

  I accept the above license: [Accept]:     #回车,接受许可协议

  Enter the complete path to the directory where you want

  Helix Server to be installed.  You must specify the full

  pathname of the directory and have write privileges to

  the chosen directory.

  Directory:  [/data]: /data/HelixServer    #输入安装目录

  Please enter a username and password that you will use

  to access the web-based Helix Server Administrator and monitor.

  Username []: admin         #输入web登录管理员名称

  Password []:                   # 输入web登录管理员密码

  Confirm Password []:       #再次输入登录管理员密码

  Please enter a port on which Helix Server will listen for

  RTSP connections.  These connections have URLs that begin

  with "rtsp://"

  Port [554]:            #设置RTSP连接端口,保持默认。

  Please enter a port on which Helix Server will listen for

  HTTP connections.  These connections have URLs that begin

  with "http://"

  Port [80]: 8088     #设置HTTP连接端口,为避免和apache冲突,建议更改。

  Please enter a port on which Helix Server will listen for

  MMS connections.  These connections have URLs that begin

  with "mms://"

  Port [1755]:         #设置MMS连接端口,保持默认。Helix Server will listen for Administrator requests on the

  port shown.  This port has been initialized to a random value

  for security.  Please verify now that this pre-assigned port

  will not interfere with ports already in use on your system;

  you can change it if necessary.

  Port [27465]: 10000         #设置HelixServer远程管理端口,建议更改以便记忆。

  You have selected the following Helix Server configuration:

  Admin User/Password:    admin/****

  Encoder User/Password:  admin/****

  Monitor Password:       ****

  RTSP Port:              554

  HTTP Port:              8088

  MMS Port:               1755

  Admin Port:             10000

  Destination:            /data/HelixServer

  Enter [F]inish to begin copying files, or [P]revious to go

  back to the previous prompts: [F]:  #如果前面配置没有问题,按"Enter"键复制文件,若想修改前面配置参数,按"P"键返回修改。

  Copying Helix Server files....

  Helix Server installation is complete.

  If at any time you should require technical

  assistance, please visit our on-line support area

  at http://service.real.com/.

  Cleaning up installation files...

  Done.

  [root@localhost data]#

  [root@localhost data]# cp *.lic /data/HelixServer/License/    #复制许可证文件

  HelixServer 汉化包

  [root@localhost HelixAdministrator_CHS]# cp -rf * /data/HelixServer/HelixAdministrator/     #复制汉化包文件到HelixAdministrator目录中

  [root@localhost data]# cd HelixServer/

  [root@localhost HelixServer]# ls

  adm_b_db  cdi_b_db  default.cfg  enc_w_db            Lib      master.cfg    Secure

  Bin       Commerce  enc_b_db     HelixAdministrator  License  Plugins       slta.cfg

  Cache     Content   enc_r_db     helixserver.my      Logs     rmserver.cfg

  HelixServer 服务启用和停用

  [root@localhost HelixServer]# ./Bin/rmserver rmserver.cfg &       #后台启动HelixServer

  [root@localhost HelixServer]# ps -ef|grep rmserver       #查看当前rmserver进程

  [root@localhost HelixServer]# cat ./Logs/rmserver.pid   #查看 HelixServer进程号

  [root@localhost HelixServer]# kill 6984       #停止HelixServer服务

{[csc:pagelist]}

  访问HelixServer管理界面在Web浏览器中输入http://HelixServer 域名或IP:端口号/admin/index.html,如http://192.168.1.90:10000/admin/index.html将弹出"用户验证"对话框,在该对话框中输入HelixServer管理员名称和密 码。

用户验证通过后即可进入到HelixServer服务器管理界面
端口设置:用户可以对访问端口进行随意更改,但不要将http端口和aprch端口重复。
IP地址绑定:当HelixServer被安装在一个拥有多个IP地址的系统上,需要指定服务器监 听的IP。
加载点配置:加载点出现在Helix Server的每一个连接中.它是一个到文件实际存放位置的访问指向.下面的页面中将显示所有加载点以及它们所对应的实际存放路径.
服务器连接控制:当服务器的带宽有限时,可以根据需要限制服务器的同时连接数量,以保留一定带宽,确保用户的连接速度。如果连接数量过大,后面 用户发起的连接将会失败,并会收到服务器返回错误信信息。
最大连接数"0"表示不限制连接
 
访问控制:通过在服务器中建立访问控制规则,能有效的控制客户端在访问服务器时,运许或拒绝来自某一IP或某台机器对某个端口的访问请求。
服务器监控:通过服务器监可以动态的显示服务器的当前性能,及连接数量。

站长资讯网 做中国最丰富的资讯网站 沪ICP备05004089号