Archive for 'Plesk'

Remove or Deinstall Plesk

This is happening in one of servers, my colleagues used it as an experiment, install webmin and plesk at once. Plesk wasn’t perfectly install, so i have to clean this up.
Use deinstall plesk command
# /usr/local/psa/admin/bin/deinstall.sh deinstall
Since plesk isn’t a clean and perfect installation (too many components missing), then above command doesn’t work at all. Perhaps [...]

Setup DNS Zone in Plesk

Plesk have DNS Zone template to setup DNS Zone when you create a domain.
DNS Zone template located in System > Server Administration > Services > DNS.
. NS ns.. . A . MX (10) mail.. / 24 PTR . ftp.. CNAME . mail.. A ns.. A webmail.. A
DNS Zone Template only have [...]

Chrooted DNS and Plesk

Chrooted DNS doesn’t work with Plesk. That’s why chrooted DNS must remove from CentOS after Plesk installation. Plesk have its own DNS. It’s better not to install chrooted DNS in CentOS, if you are using Plesk
Remove Chrooted DNS
# rpm -e bind-chroot
Chrooted DNS make DNS service in Plesk looks failed, but it’s not (Server > [...]

1 way to setup IP, 2 ways to change IP in Plesk

Setup/Add IP in Plesk is quite simple :
1. Sign On to Plesk Administration Site
2. Choose Server in System Menu (reside in left bar)
3. Choose IP Addresses in System
4. Choose New IP Addresses in IP Adresses management, plesk will show ‘IP Address form’ :
- leave out interface to eth0 (eth0 is a default. If there’s another [...]

Step 3 (Last Step): Plesk 7.5 Reloaded Installation on CentOS 4.x

We’re running AutoInstaller from Plesk Site.
But before going through that phase, we should change redhat-release content in etc directory
[root@ ~] vi /etc/redhat-release
You’ll see in a redhat-release file, CentOS release 4.4 (Final). Change it to RedHat Enterprise Linux 4

RedHat Enterprise Linux 4
~
~
~
“/etc/redhat-release” 1L, 26C

Run AutoInstaller
Go to where Plesk AutoInstaller reside, e.g root (~) directory, then
# ./psa_redhat
Follow [...]

Step 1 : Plesk7.5 Reloaded Installation on CentOS 4.x

We are using an original autoinstaller from Plesk Site to install Plesk 7.5. Download Plesk 7.5 Reloaded here. If you already have an account in Plesk,sign in with your account, but if you don’t, please register
After sign in, choose Red Hat Enterprise Linux 4 (AS/ES) for i 586 distribution, and download Autoinstaller build 75050908.11. Download [...]

Pre-Install Plesk 7.5 Reloaded : Disabled CentOS Firewall and SELINUX

UPDATE
CentOS Firewall needs to be disabled. Plesk has its own firewall, and CentOS firewall can interfere, blocking an access to Plesk Administrator Site . I suggest to run it before install Plesk (pre-install)
To disabled it, run :
# system-config-securitylevel
Select disabled and press OK
To check that CentOS firewall has been disabled, run :
# iptables -L
Output :

Chain INPUT [...]

Continue : Plesk 7.5 Reloaded Installation in Centos 4.x

UPDATE
I didn’t succesful install plesk 7.5 reloaded in CentOS 4.x using Plesk 7.5 CentOS 3.3 rpm files.
There is another way to install Plesk 7.5 Reloaded in CentOS 4.x
What you need is :
1. Basic knowledge of Linux (to help a little, i’ll give you a basic linux tutorials in between)
2. CentOS 4.x with minimal configuration
3. Internet [...]