1-3
User Guide for the Cisco Multicast Manager 2.3.3
OL-7348-01
Chapter 1 Using the Cisco Multicast Manager
Solaris Installation Instructions
If you symbolically link
/opt/RMSMMT
to the actual installation directory as shown above, when
installation is complete, you
must
cd to the actual installation directory, similar to:
# cd /space
and issue the following command:
# chown -R mmtuser:mmtuser RMSMMT
Otherwise, the installation will create the directory and set the ownership for you.
2.
If you are installing from the CDROM, enter:
# cd /cdrom/cdrom0
# ./setup.sh
(Optional) If for some reason vold is not running, you will have to manually mount the cdrom by
entering:
# mount -rt hsfs /dev/sr0 /cdrom
or
# mount -rt hsfs /dev/dsk/c0t6d0s2 /cdrom
3.
If you are installing from the tar file, create a tmp directory and place the tar file in the directory:
# cd /tmp
# mkdir rms
# cd rms
# gunzip -c mmt-sol-2.1-X-full.tar.gz | tar xvf -
# ./setup.sh
You should then be able to start and stop the server by entering:
/opt/RMSMMT/S98mmt
and
/opt/RMSMMT/K98mmt
The default login is admin/rmsmmt.
Note
The K98mmt script will stop the apache server and the polling daemon.
The S98mmt script will only start the apache server. You will have to manually start the polling daemon
through the application if desired.
During installation, the K98mmt script is installed in the
/etc/rc0.d
directory.
This will ensure that the polling daemon shuts down properly upon system reboot.
The server is configured by default to run on port 8080. If you want to change the port, edit the following
file:
/opt/RMSMMT/httpd_perl/conf/httpd.conf