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服务
.分页: [1] [2]
TAG: Linux HelixServer 配置