How to do add a DNS A record (Mail) Setting Server Panel Plesk 11? Setting up DNS

  1. Login to your Parallels Plesk Panel.
  2. Click on the Domains link on the left panel.
  3. Click on the Open in Control Panel link for the relevant domain name.
  4. Click on the Website & Domains tab.
  5. Click on the DNS settings icon.
  6. Click on the Add Record icon.
  7. Fill in your DNS record details and click on the Ok button.
  • For the row with the Record Type of NS, click your domain name, change the following, and then click OK:
    • Record type — NS.
    • Domain Name — Leave this field.
    • Name server — Type ns1.yoursite.com, where yoursite.com is your domain name.
  • For the row with the Host of ns.yoursite.com, where yoursite.com is your domain, click it, change the following, and then click OK:
    • Record type — A.
    • Domain Name — Type ns1.
    • IP Address — Enter your server’s IP address.
  • Click Add Record, complete the following fields, and then click OK:
    • Record type — Select NS.
    • Domain Name — Leave this field blank.
    • Name server — Enter ns2.yoursite.com, where coolexample.com is your domain name.
  • Click Add Record, complete the following fields, and then click OK:
    • Record type — Select A.
    • Domain Name — Type ns2.
    • IP Address — Enter your server’s IP address
  • Click Update.
  • Go to the Server tab in Plesk, and then, from the Server Management section, click Services Management.
  • Next to DNS Server (BIND), click Refresh. Allow a few minutes for the service to restart.

 

MySQL – Stop, Start, ReStart Unrecognized Service Error Solved

MySQL – Stop, Start, ReStart Unrecognized Service Error Solved

mysql: unrecognized service
[root@srv mysql]# service mysql stop
mysql: unrecognized service
[root@srv mysql]# service mysql restart
mysql: unrecognized service
[root@srv mysql]# service mysql restart
mysql: unrecognized service

ÇÖZÜM / SOLVED:

[root@srv mysql]# cd /var/lib/mysql
[root@srv mysql]# adduser mysql
adduser: user mysql exists
[root@srv mysql]# chown mysql:mysql -R /var/lib/mysql
[root@srv mysql]# service mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
[root@srv mysql]#

[warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?

Apache log: “[warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?”

Article ID: 1500
Created On: Oct 6, 2008
Last Review: Feb 28, 2014
Views:
APPLIES TO:

  • Parallels Plesk Automation 11.5
  • Parallels Plesk Panel for Linux/Unix

Symptoms

Apache error log /var/log/httpd/error_log contains warnings:

[Mon Sep 04 15:12:13 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?

Cause

This warning means that with CN parameter Continue reading

ERROR: Zend…SQLSTATE[HY000]: General error: 1030 Got error 122-SOLVED ÇÖZÜM

Merhabalar,

Birgün siz de Plesk Panel ‘e giriş yapmayı denediğinizde aşağıdaki sürpriz mesajla karşılaşabilirsiniz. Bu problemin nedenini ve çözümünü aşağıda sizlerle paylaşacağım.

ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1030 Got error 122 from storage engine (Pdo.php:234)

Search for related Knowledge Base articles

Problemin Nedeni:
Sunucudaki diskte yeterli alan kalmamasıdır ve MySQL de erişimi engeller.

Problemin ÇÖZÜMÜ:
Mevcut disk üzerinden temizlik yaparak, kullanılabilir alan oluşturmak ya da ek alan oluşturmak olacaktır.

WinSCP programı ile sunucuya root girişi yaparak, bu problemi çözebilirsiniz.

Plesk Panel ‘in kou ile ilgili çözüm sayfasına ise, aşağıdaki adresten ulaşabilirsiniz.
=> http://kb.parallels.com/en/119819

İyi çalışmalar.