Archive for the tag 'creation'

SBDavid

Logical Volume Creation Overview

Logical Volume Creation Overview

The following is a summary of the steps to perform to create an LVM logical volume.

1. Initialize the partitions you will use for the LVM volume as physical volumes (this labels them).

2. Create a volume group.

3. Create a logical volume.

After creating the logical volume you can create and mount the file system.

cPanel VPS Account Creation [an error occurred while processing this directive]

Problem to create a new account on cPanel VPS server.

Create a new Account
[an error occurred while processing this directive] Notification => root@server.net via EMAIL [level => 3]
Account Creation

We need to find out what Cpanel error logs shows

#tail -f /usr/local/cpanel/logs/error_log
edquota: Cannot set quota for user 543 from kernel on /dev/vzfs: No such process
edquota: Can’t write quota for 543 on /dev/vzfs: No such process

To resolve this: We need to raise the quotagidlimit from the resource tab on the hardware node.

SBDavid

Domain creation error in Plesk

Domain creation error in Plesk

When you create a new domain via the Plesk control Panel, sometimes you may receive the following error.

ERROR:
Failed domain creation: Unable to update domain data: Failed mail post-configuration: Can’t create mail domain servie: mailManager->addDomain() failed: mailmng failed: MEAOPO.PostOffice ———————- Debug Info ——————————- 0: c:\Program Files\SWsoft\Plesk\admin\htdocs\domains\create_domain.php:146

This means that there is some issue with the mail server configuration and that has to be repaired.

Run the following command.

cd %plesk_bin%
mchk.exe –all

After executing the above command, check if you are able to create a new domain. If you receive any error again, then run the following command.

mchk.exe –all –fix=all

The above command will forcefully reset the domain and server wide configuration settings according to the Plesk Database.

Note that the custom settings will be lost after executing this command.