Ensim Install tips
Important: If you use the -x option with the installer to specify the network interface on which sites are to be provisioned, make sure that you add the IP address of the interface as the first entry in the /etc/hosts file before running the installer.
/etc/resolv.conf file
—/etc/resolv.conf begin file—
primary_name_server ip_address
secondary_name_server ip_address
—/etc/resolv.conf end file—
/etc/sysconfig/network file
—/etc/sysconfig/network begin file—
NETWORKING=yes
DOMAIN=mydomain.com
HOSTNAME=myhost.mydomain.com
GATEWAY=ip_address_gateway
—/etc/sysconfig/network end file—
How to install missing perl modules.
What is CPAN?
CPAN is the Comprehensive Perl Archive Network, a large collection of Perl software and documentation. You can begin exploring from either http://www.cpan.org/, http://www.perl.com/CPAN/ or any of the mirrors listed at http://www.cpan.org/SITES.html.
Note that CPAN is also the name of a Perl module, CPAN.pm, which is used to download and install Perl software from the CPAN archive. This FAQ covers only a little about the CPAN module and you may find the documentation for it by using perldoc CPAN via the command line or on the web at http://search.cpan.org/dist/CPAN/lib/CPAN.pm
Cpan is the easiest method to install new perl modules.
perl -e shell -MCPAN
install Bundle::DBD::mysql
VPS/VDS installs
After the install, add:
for example:
Other systems where the IP is not the base IP on the device, you’d need to simply set the correct number:
or other systems with the IP on a different device, it might be:
type: /sbin/ifconfig to see which device your IP is in, to /usr/local/directadmin/conf/directadmin.conf.
Replace devicename with the FULL devicename reported by ifconfig.
If your VDS/VPS system emulates eth0, then you may skip this step.
Source: DirectAdmin.com
Install Parallels Plesk Panel software on a server
Download the latest version of Parallels Products Installer that suits your operating system from http://www.parallels.com/en/download/plesk9/ and save it on your server’s hard drive.
Change your working directory to the directory where the downloaded Parallels Products Installer is located.
Set the execution permission for Parallels Products Installer:
# chmod +x parallels_products_installer_file_name
Run the following command in console:
#export LANG=C
#export LANG_ALL=C
Run Parallels Products Installer:
To install Parallels Plesk Panel through the web interface of Parallels Products Installer, run the following command:
# ./parallels_products_installer_file_name –web-interface
Open your browser and enter https://hostname:8447/ or https://IP-address:8447/ in the address bar. The Parallels Product Installer web interface will open. Log in as root.
To install Parallels Plesk Panel through the command line interface of Parallels Products Installer, run the following command:
# ./parallels_products_installer_file_name
Source : http://parallels.com/Plesk/
Install the Parallels Plesk Panel Firewall module through the command line
Note: Parallels Plesk Panel Firewall module and other modules that come with Parallels Plesk Panel are located in the directory /opt/modules of Parallels Plesk Panel distribution.
You can install the Parallels Plesk Panel Firewall module to the Parallels Plesk Panel server in two ways: from the Parallels Plesk Panel interface (recommended), and from the command line.
Login as root to the server, where Parallels Plesk Panel is installed.
Run the command /plesk_installation_directory/admin/bin/modulemng –install –file=[plesk_firewall_module_filename], where ‘plesk_installation_directory’ is the directory you installed Parallels Plesk Panel to.
Example:
/usr/local/psa/admin/bin/modulemng –install –file=/opt/modules/firewall.rpm