User Guide

75
ASWM for Linux
Chapter 5 : ASWM Software for Linux
ASWM for Linux FAQ
Q. How do I know that ASWM is installed on a host?
A. There are many ways to check this.
First, you can use rpm: # rpm -qa | grep aswm
rpm will report a package named aswm-1.0-1 (version and release
numbers will vary) if ASWM is installed.
Second, you can check if the directory /var/www/aswm exists
along with the file /etc/rc.d/init.d/httpd_aswm.
Q. What will happen if I did not do a "post installation"?
A. Without post installation, all parameters for ASWM are set to default
values including the aswm login password. ASWM will assume:
a. The IP address binding on interface eth0 will be chosen for
Apache as ServerName and hence this IP address has to be
able to connect outside the ASWM host.
b. ASMA for Linux is installed on the same host.
c. * (asterisk) will be added into aswmclients.conf
As a result, all IP addresses will be able to access ASWM.
d. Default login password to ASWM will be aswm.
NOTE: Default values are unsafe and may not function
properly. It is highly recommended that you to do post
installation immediately.