Archive for the tag 'server'

The first step is to nofify direct admin regarind this change.

Boot the machine with the new IP address, chage the IP address in the system network setting and not in DirectAdmin.

Now get the new Licence.

cd /usr/local/directadmin/scripts

./getLicense.sh 1234 56789

Replace 1234 with your client ID number, and replace 56789 with your license ID number.

Start DirectAdmin with the new license:

/etc/init.d/directadmin restart

Run the ipswap.sh script to replace the old server IP (1.2.3.4) with the new server IP (4.3.2.1)

cd /usr/local/directadmin/scripts

./ipswap.sh 1.2.3.4 4.3.2.1

Restart everything:

/etc/init.d/httpd restart
/etc/init.d/proftpd restart
/etc/init.d/exim restart
/etc/init.d/dovecot restart

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/

Login to Horde Webmail fails in Plesk Panel Server

To solve this issue we need to verity the following.
Verify that authenticate via IMAP is possible.

# /usr/local/psa/admin/sbin/mail_auth_view

Try authorization:

# telnet localhost 143

If IMAP authorization failed verify that configuration of IMAP server is correct in the file.

/etc/psa-horde/imp/servers.php

Also

Verify that package courier-imap is installed and up-to-date.

# rpm -qa | grep courier-imap

Setup Primary and Secondary (Slave) DNS server in Plesk.

Setup should allow zone transfer for the secondary DNS server in Plesk.
To allow it, secondary DNS server’s IP should be listed in NS records for all zones on Plesk server or it should be added to Access Control List (ACL).

ACL is be managed on the Server->DNS Settings->Common ACL page in Plesk CP.

In case if you wish to use non Plesk server as slave DNS, all DNS zones have to be created on the secondary DNS server in /etc/named.conf (this file location may be differ depending on OS) with ’slave’ type, for example:

zone “serverbuddies.com” {
type slave;
file “serverbuddies.com.zone”;
masters { 192.168.0.1; };
};

Restart named after that. Now slave DNS server will get zones information from Plesk (master DNS server).

Source: http://parallels.net/Plesk/

Once you have purchased a ColdFusion distribution package, copy it to your Parallels Plesk Panel server.

Login as root to the server and run the coldfusion-70-lin.bin installation file.
Choose your language: type the appropriate number and press ENTER.

Read the Introduction and press ENTER to continue.
Read carefully the end user license agreement and accept it by typing ‘y’ and pressing ENTER. A pre-installation check will be performed.

To continue with installation, press ENTER.
Choose installation type. Select the Install new version of ColdFusion MX with a serial number option: type ‘1′ and press ENTER, and then type in the serial number. Press ENTER.

Select the type of installation. To install ColdFusion on the server, leave the Server configuration option selected: type 1 and press ENTER.
Type 2 and then press ENTER to confirm that you do not yet have Adobe ColdFusion installed.

To continue with installation, type 4 and press ENTER.
Specify an absolute path to the installation folder. The default installation folder is /opt/coldfusionmx7. Press ENTER.

If you had earlier versions of ColdFusion installed, you can choose to migrate your settings. Otherwise press ENTER to continue.
Type 2 and press ENTER to continue with installation.

Leave the Runtime user name field blank. Press ENTER.
Specify the password that you will use to control access to the ColdFusion MX Administrator.

Disable the ColdFusion Remote Development Service (RDS): type ‘n’ and press ENTER.
To continue with installation, press ENTER.

Once the installation is completed, press ENTER to exit the installer.

Resource : http://parallels.com/Plesk/

« Prev - Next »