User`s guide
Installing RASM
RoamAbout Switch Manager User’s Guide 1-9
Start the RASM Services on a Unix or Linux System
TostartRASMServicesmanually,typeacommandsuchasthefollowing:
solaris# rm-services start
Stop the RASM services on a UNIX or Linux System
Tost op RASMServicesmanually,typeacommandsuchasthefollowing:
solaris# rm-services stop
Configure RASM Services as a daemon
ThefollowingexamplesassumethatRASMServicesisinstalledinthedefaultlocation.
Configure RASM Services as a daemon on Solaris
ToconfigureRASMServicestostartautomaticallywhenSolarisstarts,typethefollowing
command:
solaris# ln -s /opt/RASM/bin/rm-services /etc/rc3.d/S99rm-services
Makerm‐servicesthelastscriptthatrunsatrunlevel3.
ToconfigureRASMServicestostopautomaticallywhenSolarisshutsdown,typethefollowing
command:
solaris# ln -s /opt/RASM/bin/rm-services /etc/rc0.d/K99rm-services
Makerm‐servicesthelastscriptthatrunsatrunlevel0.
Configure RASM Services as a daemon on SUSE 9.1
TherecommendedwaytoaddservicestoaSUSE9.1installationiswiththeinsservcommand.
Entercommandssuchasthefollowing(asroot):
suse# cd /etc/init.d
suse# ln -s /opt/RASM/bin/rm-services rm-services
suse# insserv rm-services
Configure RASM Services as a daemon on Red Hat WS 3
TherecommendedwaytoaddservicestoaRedHatWS3systemiswiththechkconfigcommand.
Entercommandssuchasthefollowing(asroot):
redhat# cd /etc/init.d
redhat# ln -s /opt/RASM/bin/rm-services rm-services
redhat# chkconfig --add rm-services
To Start/Stop RASM Services on Macintosh Systems
TostartRASMServicesmanually,openaTerminalwindow,eitherbyusingtheshortcutonthe
dock,orbybrowsingtothe/Applications/UtilitiesdirectoryandlaunchingTerminalfromthere.
IntheTerminalwindow,changetothebindirectoryintheRASMinstallationdirectory.By
default,thisis/Applications/RASM/bin.Forexample:
# cd /Applications/RASM/bin
TostartRASMServices,enterthefoll owingcommand:
# sudo ./rm-services start