During installation, the Parallels Business Automation - Standard installer attempts to enable firewall for a server you are installing Parallels Business Automation - Standard. Any previous firewall configurations are rewritten. The default firewall configuration allows connection for the following ports only: SSH, POP3(S), HTTP(S), SMTP, BIND.
To successfully enable firewall, the installer needs both the iptable_filter and the ipt_state modules loaded. If these modules are not loaded, the installer finishes the installation and and displays the error message saying: WARNING: Error enabling firewall. Firewall cannot be enabled. Probably you have no 'ipt_state' and/or 'iptable_filter' modules loaded.
To load the necessary iptables modules, you should provide their names as the value of the IPTABLES_MODULES parameter in the /etc/sysconfig/iptables-config file: The default value of this parameter is the following:
IPTABLES_MODULES="ip_tables ipt_REJECT ipt_tos ipt_limit ipt_multiport
iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss
ipt_ttl ipt_length"
The iptable_filter module is loaded by default, thus, add the ipt_state module and save changes.
All the modules indicated will be loaded on the server startup after you reboot it.
The Parallels Business Automation - Standard installer can be ran in two modes:










To install the Parallels Business Automation - Standard:
Note: In the actual command, below and later in this step-by-step procedure the X should be replaced with a build number and OS abbreviation (co3 - CentOS3, el3 - for Red Hat Enterprise Linux AS3, fc1 - for Fedora Core 1, fc2 - for Fedora Core 2).
# tar -xvf hspc-3.3.3-X.tar
cd hspc-3.3.3-X
# ./install -C
# ./install
# rm -rf hspc-3.3.3-X
The Parallels Business Automation - Standard installer automatically sets the default login and password for you to log in to the Provider Control Center. Your login and password appear on the screen after installation is finished and, in addition, are sent to the default e-mail address shown at the Installation Result screen.
After the necessary modules are loaded you can continue the firewall configuration process by running the following command:
/usr/sbin/hspc-config --firewall
If it is needed jto change the Parallels Business Automation - Standard Management Node hostname after the installation, you can also do this using the hspc-config utility. However before this it is necessary to change the hostname using the Unix command hostname. The hspc-config utility only updates the hostname you have set in the Parallels Business Automation - Standard and Apache configuration files.
The hspc-config utility can be used for the following operations:
Usage: hspc-config OPTION [OPTION1]...
Options:
Option |
Description |
|
Create administrator |
|
Set administrator password |
|
Set administrator e-mail address |
|
Create apache configuration files |
|
Create Parallels Business Automation - Standard configuration file |
|
(Re)enable firewall using iptables |
|
Generate new MySQL root password |
|
Reset the Parallels Business Automation - Standard Management Node hostname. Actually, the Management Node hostname is changed using the Uniz command |
|
Get manual on hspc-config. |