Plesk 12.x / Linux :: Server Secondary Hard Disk Is Not Accessible Through Ftp Account

Feb 10, 2015

I have a server with two hard disks.

The centos operating system and plesk (and also apache webserver) are installed on the first hard disk.

I have mounted the second hard disk (6 TB with ext4 file system) in a folder under /var/www/vhosts/AHostingAccount directory.

This folder is accessible via plesk's file manager but i cannot access it via ftp.

View 4 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: CentOS 7 - Hard Disk Quota Is Not Supported Due To Configuration Of Server File System

Feb 25, 2015

I have a new CentOS 7, with Plesk 12, CentOS 7 by default has XFS filesystem.

I try migrate sites from another Plesk Server but Plesk agent say: "hard disk quota is not supported due to configuration of server file system" (my CentOS 7)

My CentOS7:

CentOS Linux 7.0.1406 64 bits
Plesk 12.0.36

My fstab

[root@ns ~]$ cat /etc/fstab
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 1 1
UUID=ba391bd5-786c-4ae7-8bbd-f36f831ae6eb /boot xfs defaults 1 2
/dev/mapper/centos-swap swap swap defaults 0 0

I added "usrquota,grpquota", then mount -o remount / ; but when I try quotacheck -fmv / I gest this:

[root@ns ~]$ quotacheck -fmv /
quotacheck: Skipping /dev/mapper/centos-root [/]
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

but quotaon command works:

[root@ns ~]$ quotaon /
quotaon: Enforcing group quota already on /dev/mapper/centos-root
quotaon: Enforcing user quota already on /dev/mapper/centos-root

The problem here is why Plesk does not recognize quotas as enabled on CentOS 7??

If I try this command it seems good:

[root@ns ~]$ /usr/local/psa/admin/sbin/usermng --isquotable
0

Also I do this:

- Disabled Selinux
- Check all packages as quota, etc.

I have been using some reference: [URL] ....

View 11 Replies View Related

Plesk 12.x / Linux :: Setup Multi-server Hard Drive But On One Account

Oct 21, 2014

Not sure if I labeled that correctly, but I am looking to setup a multi-server where I offer a cloud ssd hosting plan, and sata hosting plan. The current setup has ssd hosting, but id like to add another ip address, as well as its hard drive to host other websites on that specific server, which is sata based.

For example, I add a domain to my plesk 12 admin account and choose the added Ip address (the sata based one), where it points to that server to access the files for that specific website.

At the moment, cloudflare handles all of my dns settings.. but I am totally lost on how this needs to be setup and if I am required to purchase another plesk license. I am trying to avoid purchasing another plesk license and having to setup a whole new plesk installation just to do this.. This is a vps by the way, not a dedicated server...

View 4 Replies View Related

Plesk 12.x / Linux :: How To Setup Secondary DNS Server

Feb 27, 2015

I have Plesk 12 with bind. Currently I have 2 ips on same server, so the 2 name servers are on same machine. When I installed it I didn't do any extreme thing, it just worked.I purchased an other server, because I need it for development. I would like to setup the new server as secondary dns server. I don't use Plesk on the new server.How can I setup this with record sync? I'm using ubuntu ...

View 1 Replies View Related

Plesk 11.x / Windows :: How To Restore Data From Crashed Hard Disk - 11.5.3

Jul 31, 2013

My windows server's hard disk was crashed & now I have mounted it as secondary hard disk on the server .

Now I want to restore the data to new server .

View 6 Replies View Related

Plesk Automation :: Update Hard Disk Memory Limit For The Created Subscription

Mar 3, 2014

Is any way to change hard disk memory limit for created subscription ? It is 4 Gb I have to increase it to 8 Gb.

View 1 Replies View Related

Server Hard Disk Crashed Badly, How To Recover It

Oct 5, 2008

My server hard disk is crashed badly. The rescue function in the server cannot take part and so I've tried using some recovery software to get back my data.

I've tried using Easy Recovery Professional. It sort all the files by it file type into different folder. I found a folder named .DB, there are also some .ado and . ldb folder too. I guess one of it is my database. The problem now is, i dunno how to read the file.

Do you have any idea to read it? I've tried many recovery system. eg. DiskInternals Linux Recovery, Disk Doctor Linux Recovery.

it is a linux server

View 8 Replies View Related

Ftp Files On Secondary Hard Drive

Feb 28, 2007

added a secondary hd to my box and i want the ftp files to be stored on there, how would i go about this? i'm using pureftp,

View 8 Replies View Related

Plesk 12.x / Linux :: Scheduled Tasks Not Accessible

May 28, 2015

after creating a new cron job, when i try to open Scheduled Tasks i get this error :Internal error: DateTime::__construct(): Failed to parse time string (2015-05-28 0.12:0:37) at position 17 ): Unexpected character

Message DateTime::__construct(): Failed to parse time string (2015-05-28 0.12:0:37) at position 17 ): Unexpected character
File Helper.php
Line 143
Type Exception

View 1 Replies View Related

Use Almost Disk Space Will Harm Hard Disk

Apr 29, 2008

My server has a small SAS disk(about 73G), if I use 90% diskspace of it, is it good idea, will it harm the physical HDD?

View 6 Replies View Related

Plesk 12.x / Linux :: Mail Folder Accessible To Each User

Nov 26, 2014

I would like my Plesk users to each have access to the mail folder for their domain. cPanel appears to do this by default by creating a folder named /home/user/mail which contains a subfolder for each domain name. Plesk, however, places all email folders together in the /var/qmail/mailnames folder. I would like to end up with a structure similar to how cPanel does it, but it looks like there are at least a couple of ways to accomplish that and I'm not sure what would be the most safe, reliable way to do it.

One way I can think to do it would be to override the Plesk dovecot config by adding a new config file to /etc/dovecot/conf.d. I think changing the values for mail_home and mail_location as follows would possibly work.

Old values:
mail_home = /var/qmail/mailnames/%Ld/%Ln
mail_location = maildir:/var/qmail/mailnames/%Ld/%Ln/Maildir​

New values:
mail_home = /var/www/vhosts/%Ld/mail/%Ld/%Ln
mail_location = maildir:/var/www/vhosts/%Ld/mail/%Ld/%LnMaildir​

I see a potential issue with this solution; the %Ld for an add-on domain will probably be the add-on domain, and there will not be a folder within /vhosts/ with that name. Perhaps there is another variable for the primary domain that I could use there.

A second way I can think to do it would be to add a symlink in /var/www/vhosts/domain/ named "mail" that points to the actual mail folder for a domain. Again, issues would probably occur here with add-on domains, and I also can't see a way to automate this. I also predict permissions issues with this solution.

I am using Dovecot if that makes a difference.

View 3 Replies View Related

Plesk 12.x / Linux :: CentOs 7 After Installation Webpage Not Accessible

Sep 26, 2014

I'm just testing Plesk 12 on CentOs 7 and after installation is succesfully completed, I cant access [URL]

This is the environment and steps which I taken:
* Fresh CentOs 7 iso
* Windows 2008 R2 Hyper-v hypervisor

1) Installation of the CentOs successfully completed
2) Yum update
3) Download auto-installer
4) Run auto-installer
5) process successfully completed
6) NOW I CAN'T access the url ...

View 18 Replies View Related

Plesk 12.x / Linux :: Automated Secondary DNS

Feb 25, 2015

Are there any providers out there can be integrated with Plesk so that DNS zones for all vhosts are automatically propagated on the secondary DNS service?

I've asked DNS Made Easy but they advised that the domain has to be set up manually with them first.

View 3 Replies View Related

Plesk 12.x / Linux :: SOA-record Set To Secondary DNS

Mar 19, 2015

According to [URL] .... The SOA-record is set to the first NS-record set in Plesk.

I have noticed that new domains get my secondary DNS set as SOA.

I checked the DNS-template and there the correct nameserver is on top. Maybe the NS-record order is random or always swapped. I just noticed this.

If it's always swapped then I could give the authorative NS last in my template...

But why isn't it giving itself as authorative?

If Plesk is configured as master it also implies this, or am I missing something there? It could at least make sure it puts itself first.

View 19 Replies View Related

Plesk 11.x / Linux :: Setting Up Master And Secondary DNS Servers

Jun 30, 2013

I have two VPS with two different Datacenters. I am running my website on one of the VPS which has Plesk Panel 11.5 installed on it. Since my second server is not in use, I would like to use it as a Secondary DNS Server for redundancy. I know this can be done with Plesk Expand. But, I am not in a position to invest further as I just run 4 domains on my main server. I was looking at installing some free control panel on my secondary VPS and set it up as a Secondary DNS Server if possible. But, I could not find any Guides on setting this up.

How I can do this? I see that we have an option in Plesk - 'Switch DNS Service mode' which can be used to either setup my first server as a Secondary or Primary. I have installed Webmin/Virtualmin on the second server, but how to set this up perfectly. I can reinstall the 2nd Server if required, but not my first one with Plesk.

View 4 Replies View Related

Check How Much Hard Disk I Have?

Apr 30, 2008

how can i check how much hardisk i have with ssh/directadmin?

View 10 Replies View Related

Mount New Hard Disk

Mar 4, 2008

I currently have a 160gb HDD and its almost full.. I wanted to mount another on the server so can anyone assist me in doing it..

And one more thing..

Currently i have all my data in the /home/user/public_html/ folder which is on my current HD.. Now if i add the second HDD to it how will the data be managed..

I mean if suppose someone uploads a file in my site then in which HDD will it go and when it gets downloaded then how will it know from where to download it..

View 4 Replies View Related

Ghosting Your Hard Disk

Jun 10, 2007

It looks like the hard disk in my server is very problematic and that's the source of all my suffering all these months.

Anyone know how to ghost the content of my hard disk? Also where should I store the "image"?

View 11 Replies View Related

Hard Disk Usage :: Sda2 Is 91% Used?

Apr 3, 2008

When I check hard disk usage I get the following:

Quote:

Filesystem Size Used Avail Use% Mounted on
/dev/sda2 9.7G 8.4G 905M 91% /
/dev/sda5 215G 415M 204G 1% /var
/dev/sda1 99M 16M 78M 17% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
/dev/sdb1 227G 188M 215G 1% /disk1

sda2 is 91% used.. I am not sure what is it filled with. How can I know what is exactly on that partition?

View 6 Replies View Related

Hard Disk DARPA Bakup

Oct 19, 2007

I face a problem in a server:

Hard disk DARPA bakup

I deleted backup site of almost 5 days

Now I want these bakup

Is there a method of retrieval?

I wish if there was any way to recover the files deleted from the hard disk
Wish benefit

View 7 Replies View Related

What To Do When Hard Disk Full, But More Space

Feb 22, 2007

I am running a dating website and getting more and more users with every day. They can upload from 10 till 100 pictures depending of their account satatus. Server's hard disk will be full in some 5-6 months. I can not attach unlimited amount of hard disks to the same machine. What can I do in this situation?

View 11 Replies View Related

Hard Disk Went Broken And I Need To Recovery Data

Dec 26, 2007

My server (Fedora Core V and Plesk 8) hard disk broke 2 days ago and my bakckup tar.gz is too old.

Datacenter (fdcservers.net) tried to put old harddisk as slave but server is not recognising the old drive. Datacenter say that can not do anything more.

My question:

Is there any software or company that can recovery my harddisk data?

My last 6 months work is gone now.

View 5 Replies View Related

Plesk Automation :: Automated Secondary / Backup MX Server

May 8, 2014

It has been bought to my attention during our upgrade planning, that PPA & Plesk Panel do not offer the functionality for setting up a backup MX servers. In our current configuration we use Sendmail as both secondary and tertiary MX servers. These are manually configured and prone to configuration mistakes.

Multiple scenarios need to be taken into consideration.

Scenario 1: Hosters Plesk hosted primary mail server + secondary & tertiary mail servers.
Scenario 2: Client hosted primary mail server + hosters secondary & tertiary mail servers.

I am looking for alternate ways for backup / secondary MX servers for our planned PPA / Plesk deployment. An automated solution would be ideal, but we are falling short trying to find a solution to streamline the process and remove margin for error.

View 1 Replies View Related

Win2k3: NTDetect Failed And SATA Hard Disk

Sep 12, 2009

trying to get my Win2k3 Standard R2 server to work.

Problem:

I did some Windows update around 3am this morning but during the update process. I lost Remote desktop connection as my machine is do several attempts to connect with the remote server. I cancel the attempt after several try. I figure i can remote desktop back in again if i wait for a bit but I couldn't re-establish the connection with my remote server. So, I drove to the Datacenter to check it out and it turn out the machine have rebooted and I'm stuck with "NTDetect failed" error message. After some googling, I was trying to fix this error by copying NTLDR and NTDetect.COM into C: but when i tried to use the Win2k3 CD to go into Windows Setup and repair. I got an error message telling me that "Setup did not find any hard disk drives installed in your computer...".

After some googling, I found the two Maxtor SATA hard disks might be the problem and one soultion that i found was to disable the SATA or set it to IDE since the motherboard have nvida RAID controller onboard. I check the BIOS and the RAID is set to disabled and then i tried to disable SATA and only enable IDE. It still give me the same error message about not able to find any hard disk.

I'm on my last rope here. I'm short of reformatting the hard disk and do a fresh reinstall but I will like to avoid this.

Does anyone know if cancel Remote desktop connection attempt during Windows update process cause this NTdetect failed problem or something else that might related to my hardware. I can assure you that two SATA hard disks shown on BIOS.

The soultion to NTDecte failed problem seem to be just copying NTLDR and NTdectect.com into C: but since i can't even get to Repair mode during Windows setup with no disk install error. Can someone recommand how to solve this problem?

The motherboard that i use is ASUS M2N-MX SE AM2 NVIDIA GeForce6100 / nForce430 and the BIOS is American Megatrends Inc.

View 1 Replies View Related

How Can I Transfer A Windows Plesk Account To Linux Server

Jan 16, 2009

I want to transfer an account from a windows server to my linux server.
How can I do that?

View 6 Replies View Related

Plesk 12.x / Linux :: VPS Server - How To Install Email Account

Feb 23, 2015

I just got a vps server with plesk 12 on it. I've added domains and so far so good. But I can't figure out how to install the email accounts.

I've made de email accounts and when adding these accounts to my mail program I wanted to use mail.domain.com or imap.domain.com But it doesn't work? And I need to use the smtp host of the internetprovider?

How can I use imap.domain.com and smtp.domain.com to get and send my emails?

Also Is there any way how to check if my server is installed ok and there are no security issues? Because I'm a noob I don't know what the best settings are?

View 1 Replies View Related

Unable To Terminate Account :: The /var Partition On This Server Is Running Out Of Disk Space ...

Jul 19, 2008

when i try to Terminate an Account this message appears

The /var partition on this server is running out of disk space. WHM operation has been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition.

i know its coz the /var is full

Filesystem Size Used Avail Use% Mounted on
/dev/sda5 9.9G 1.6G 7.8G 17% /
/dev/sda1 99M 21M 73M 23% /boot
/dev/sda7 198G 32G 157G 17% /home
/dev/sda3 9.9G 3.5G 6.0G 37% /usr
/dev/sda2 9.9G 9.3G 121M 99% /var
/dev/sdb 231G 103G 116G 48% /backup
none 2.0G 4.0K 2.0G 1% /tmp
none 2.0G 0 2.0G 0% /var/tmp
none 2.0G 0 2.0G 0% /dev/shm

the var is 99%

View 5 Replies View Related

Plesk 12.x / Linux :: Cloudflare Server Shield Change Account?

May 5, 2015

I screwed up on a server and didn't input my account, now I cannot find a place where to set it up globally.

How to do this once it has been setup?

View 3 Replies View Related

Plesk 11.x / Linux :: Change Backups Directory To Another Disk?

Dec 18, 2014

I use plesk Parallels Plesk Panel v9.5.4_build95110630.14 os_CentOS 5

I read here [URL] ....

But how can i change other disk?

I want change the default directory for backups in /dev/sdb1 disk.

my fdisk -l output this:

Code:
[root@server /]# fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[Code] ....

View 1 Replies View Related

Plesk 12.x / Linux :: Wrong Calculation Of Disk Usage

Mar 12, 2015

I'm running Plesk 12.0.18 on Centos 7, recently I've got emails from backup service stating that it could not complete the backup due to insufficient space available on disk. Normally I have plenty of disk space available so I check the disk using the command

df -h

Filesystem Size Used Avail Use% Mounted on
/dev/root 20G 2.3G 17G 13% /
/dev/md2 91G 82G 4.4G 95% /var

it seems that /var has been growing up a lot,
but if I run the command
du -sh /var
I get a total size of 5.7G (not 82G as stated before)

is Plesk calculating the wrong size or it's me using the wrong commands?

View 3 Replies View Related

Plesk 12.x / Linux :: Bad Free Disk Space Estimation

Jul 3, 2015

We have Plesk installed with a dedicated disk on /opt. System disk is about 20 GB, data disk is about 220 Gb.There is 190 Gb free on the data disk (mounted on /opt).

But when we try to increase allocated space for a domain, Plesk says that there's enough disk space..Is there any change or adjustement on Plesk we can do, so Plesk will check space on the good disk ?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved