- Start-up
network - host configuration (/etc/rc.d/init.d/avalon_host_config) must be edited so above changes to avalon.yml are not overwritten on reboot
.cd /etc/rc- .
d/init.dRed5 must be shutdown and the startup service disabled: cd /usr/local/red5 ./red5-shutdown.sh chkconfig red5 off AMS must be started and set to autostart: cd /opt/adobe/ams ./server start ./amsmgr setAutoStart ams
|