1.安装rarlinux-3.9.3.tar.gz
2.解压缩helixserver
rar e HelixServerUnlimited11_Linux.rar /var/local/software/helix
3.cd helix
tar zxvf setup.tar.gz
chmod 766 helix-server-retail-11.01-rhel4-setup.bin
./helix-server-retail-11.01-rhel4-setup.bin
注意License Key File: []: 输入 /var/local/software/helix
注意Directory: [/usr/helixserver]: 输入/usr/local/helix
注意Username []: admin 管理用户名
注意Username []:Password []: 123456 密码
4. cp DistributedLicensing.lic /usr/local/helix/License
5. cd /usr/local/helix
6. ./Bin/rmserver rmserver.cfg &
7. ps aux|grep rmserver检查helix服务是否启动
8. 访问网址http://59.64.30.99:24491/admin/index.html 24491是AdminPort的端口号
9. helix的相关配置在vi /usr/local/helix/rmserver.conf
10. kill rmserver的PID 停止HELIX服务。