Nortel 2350 参考指南

下载
页码 480
460 Changing WLAN Management Software Services Preferences
NN47250-102 (320666-G Version 02.01)
Starting or Stopping WLAN Management Software Services on 
Linix Systems
You can start or stop the service manually by typing commands at the command line or automatically by 
configuring the service as a daemon.
After WLAN Management Software Services is started, you must enable the WLAN Management Software 
client to access the service. (See 
Linux Example—SUSE 9.1
The recommended way to add services to a SUSE 9.1 installation is with the insserv command. Enter 
commands such as the following (as root):
suse# cd /etc/init.d
suse# ln -s /opt/wms/bin/wms-services wms-services
suse# insserv wms-services
Linux Example—Red Hat WS 3
The recommended way to add services to a Red Hat WS 3 system is with the chkconfig command. Enter 
commands such as the following (as root):
redhat# cd /etc/init.d
redhat# ln -s /opt/wms/bin/wms-services wms-services
redhat# chkconfig --add wms-services
Starting or Stopping the Service Manually
To start WLAN Management Software services, open a Terminal window, either by using the shortcut on the 
dock, or by browsing to the /Applications/Utilities directory and launching Terminal from there.
In the Terminal window, change to the bin directory in the WLAN Management Software installation direc-
tory. By default, this is /Applications/WLAN Management Software/bin. For example:
# cd /Applications/
WMS
/bin
Start WLAN Management Software services by entering the following command:
# sudo ./wms-services start
Enter the password, if prompted.
After starting WLAN Management Software services, you can stop or restart them with the following 
commands:
# sudo ./wms-services stop
sudo ./wms-services restart
Either of these commands may require you to enter a password.
These examples assume that WLAN Management Software Services are installed in the default location.