Unable to lookup SID for name “user”: (1332) No mapping between account names and security IDs was done.

Hi, while re configuring a domain in plesk windows then solution is below: 1. Start> Run > cmd> 2.C:\net user geeksupp /add 3. C:\net localgroup psacln geeksupp /add 4. servermanager > configuration > Local users and Groups > user > properties > Add Local Path  to “C:\inetpub\vhosts\geek4support.com”. Replace your username and domainname.

Mysql optimization

From MySQL Large Configuration. MySQL Large Original After Optimization Other ideas… mysql optimize innodb_buffer_pool_instances = 2 reduced the number of max connections to 500 (which is still high) syn error adjusting /proc/sys/net/ipv4/tcp_max_syn_backlog nf_conntrack: table full, dropping packet. network and ulimit settings number of connections in time_wait – how to contrl: set both tcp_tw_recycle and lowered tcp_fin_timeout … Read more

Restoring Plesk domains from a slaved hard drive

If a manual transfer is required (for mail content, a complete server after a crash, database moving, etc.), refer to the following sources:

112699 How to restore a Plesk installation on the new server after a disaster
3072 How do I restore Plesk from the hard disk drive if the Operating System is broken and the HDD with the old OS and Plesk is mounted in the new system?
1152 How to migrate Plesk data manually with Plesk Migration Manager
6518 How to migrate local database between Plesk servers manually (applicable for versions 8.x and 9.x)
6158 How to migrate Сalendar, Personal Address Book, and Horde Webmail preferences manually
5882 How to migrate Plesk and SiteBuilder content and retain Plesk and SiteBuilder integration (applicable for versions 8.x and 9.x)

Steps

How do I restore Parallels Plesk from a hard disk drive if the Operating System is broken and the HDD with the old installation is mounted to the new server?

Read more

Cpanel errors

Disable mod security I had to disable modsecurity and then uncheck “EXPERIMENTAL: Jail Apache Virtual Hosts using mod_ruid2 and cPanel® jailshell” enabled under the “Security” tab in “WHM >> Tweak Settings”.

Mysql Shortcuts

Linux Shortcuts Find Plesk Password on older plesk versions. Login via ssh as root and run the following command: Show encrypted admin password: Show Plesk MySQL password Show processlist Export Plesk database Import Plesk database # mysql -u admin -p`cat /etc/psa/.psa.shadow` database < /tmp/database.sql Email Commands [bash] /usr/local/psa/admin/bin/mailqueuemng -s tail -50 /usr/local/psa/var/log/maillog tail -50 /var/log/maillog ... Read more