Previous Topic

Next Topic

Locate topic in Contents

Installing Parallels Business Automation - Standard

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:

  1. Upload the Parallels Business Automation - Standard tarball to the computer designated for your Management Node.
  2. Unpack the archive:

    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

  3. Change the working directory into the default installer location:

    cd hspc-3.3.3-X

  4. Start the Parallels Business Automation - Standard installation in one of the two modes:
  5. Wait until installation is finished and clean up the installer:

    # 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

--admin-create

Create administrator

--admin-passwd password

Set administrator password

--admin-email email

Set administrator e-mail address

--apache-conf

Create apache configuration files

--hspc-conf

Create Parallels Business Automation - Standard configuration file

--firewall

(Re)enable firewall using iptables

--sql-password

Generate new MySQL root password

--reset-hostname

Reset the Parallels Business Automation - Standard Management Node hostname. Actually, the Management Node hostname is changed using the Uniz command hostname. And this parameter works in the same way as --hspc-conf and --apache-conf, i.e., resets the Management Node hostname in Parallels Business Automation - Standard and Apache configuration files.

--help

Get manual on hspc-config.

Please send us your feedback on this help page