Plesk 11.x / Linux :: Moving Data To Other Partition

May 17, 2014

I just took a server at a hosting service where I already have several Plesk servers running. The servers I already have running are equipped with 2 conventional disks in RAID1

This new server is equipped with a 2 x 2 TB and a 128 GB SSD disk. With a setup wizard you can install Plesk which comes with licenses.

This new server has a bit different partition model where /var is mounted on the SSD and there's a /data that's mounted on the 2 TB RAID. This /data will then not be used for Plesk.

I can think of many scenarios to change this, but I don't want to find out in the near future that back-ups aren't working because I'm using a symlink somewhere (just an example). The increased speed of the SSD is of course good for the databases, so maybe it's better not to move everything to that partition.

I'm thinking of creating mount points instead of /var/www , /var/qmail and /var/lib/psa

Copy its content to /data/var/www , /data/var/qmail and /data/var/lib/psa

Then modify /etc/fstab so these will point to the appropriate folder

I think it's more robust and transparent instead of using symlinks.

And what are the folders I chose to move?

Apache didn't want to start due to a permission problem.. I think I solved it by making SELINUX permissive

grep SELINUX= /etc/selinux/config

Code:
# SELINUX= can take one of these three values:
#SELINUX=enforcing
SELINUX=permissive

[Code].....

View 2 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: How To Partition SSD To HDD Correctly

Dec 6, 2014

I am running a CentOS 6.6 (Final) with Plesk 12.0.18 Update #27 on my dedicated server. I was advised to upgrade my server to one that has a SSD due to better performance. What they failed to tell me was that I would need to perform additional configurations so that Plesk stores the subscription files in the /HDD-var/ directory and NOT the /SDD-var/ directory. Current server

Here are my questions:

1. How difficult would it be (I am a quick learner and can follow exact steps or directions very well) to make Plesk store the files on the HDD rather than the SDD?
2. Is this something I should undertake or is this very difficult to do?
3. If I perform these changes, will they revert to the old way if I perform Plesk updates? Or will the changes I make become permanent?

SSH: df -h

Filesystem Size Used Avail Use% Mounted on
/dev/md1 4.0G 916M 3.1G 23% /
/dev/mapper/ssd-usr 3.9G 1.9G 1.8G 51% /usr
/dev/mapper/ssd-var 3.9G 3.7G 2.7M 100% /var (Plesk is storing data here)
/dev/mapper/ssd-home 3.9G 792M 2.9G 22% /home (Would also like this data to be on the HDD)

[Code] ....

View 3 Replies View Related

Plesk 12.x / Linux :: Cleaning Root Partition

Sep 20, 2014

My root partition has been growing slowly but steadily over the last weeks, which makes me uncomfortable being now at 60%.

We are running V 12.0.18

Looking into possible causes found in /root/parallels/ all these packages:

4 drwxr-xr-x 2 root root 4096 Sep 20 04:03 APACHE_2.2.27
4 drwxr-xr-x 2 root root 4096 Sep 20 04:03 BILLING_12.0.18
4 drwxr-xr-x 2 root root 4096 Sep 20 04:03 MYSQL_5.5.37
4 drwxr-xr-x 2 root root 4096 Sep 20 04:03 NGINX_1.6.0

[Code] ....

View 1 Replies View Related

Moving A Client From Linux Cpanel To Windows Plesk

Nov 5, 2008

i would like to move few clients from my old linux VPS that runs on Cpanel .. to my new windows VPS tat runs Plesk .. you see there were several attempts by new provider .. they cant guarantee that accounts can be fully migrated even manually they only copied site files to new server .. the client account's still running on linux vps cpanel, they are intact .. clients dont have any php or mysql files they are just plain HTML and Flash files .. i can move site files .. im concerned about mail accounts and emails that already in my clients inbox (they are using IMAP accounts) .. do you guys know any guideline or step by step how to migrate my clients

P.S. please consider me as an uneducated person .. my background is designing not programming or network administration.

View 3 Replies View Related

Raid Disk Partition Errorc :: Warning: Invalid Flag 0x0000 Of Partition Table

Mar 16, 2008

I have a disk in raid, but it seems raid is not working correctly. I took it out, and plug into another server without raid. However, fdisk shows error

Quote:

#fdisk /dev/sdb
device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.

The number of cylinders for this disk is set to 20023.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help):

Should I correct the partition table now, or should I put it in another raid for checking?

View 2 Replies View Related

Moving Of Data

Jan 17, 2008

I'm trying to move data from my old server to new server, using WHM, now thing is while moving it just uses all IP on the system and when there are 0 IP's free, it says copying failed, How to make all accounts goon just 1 IP?

View 1 Replies View Related

Moving Data Between Computers

Sep 9, 2009

I made a backup of my ancient computer and put the whole thing in an external hard disk.

Now, when I opened my external hard disk, I found a lot of .dat files. I am wondering how can I convert them to something human readable, or how can I move the information to my new computer!

View 7 Replies View Related

Moving All Data To A New Subdomain

Nov 24, 2008

I am using Wordpress on subdomain.example.com

I want to move all the posts I have on that Wordpress site to:

somewhereelse.example.com

So basically changing a whole Wordpress blog from one subdomain to another subdomain on the same domain.

I want to keep all posts I have.

Could I simply back up the mySQL database and then upload it to the new subdomain? Will this work? I have some doubts as I don't know if the database it is linked to the domain name or not.

View 2 Replies View Related

Moving Data Without SSH On The Old Machine

Dec 4, 2007

to move data (a lot) from one server to another. The thing is that the old server's host will not allow SSH access, not even just for a few hours. The new server is a dedicated, so I will of course have SSH there, but how should I handle this situation?

The data in question is massive..Much too much to download to the PC via FTP and upload to the new server. I'm not too familiar with FTP on linux. Could I use SSH on the new machine to FTP into the old machine and recursively grab everything (IIRC, the FTP protocol doesn't allow recursive gets...although it's been awhile since I've used CLI FTP)

View 12 Replies View Related

Moving My Server To A New Data Center, Where To Configure The New IP's

Oct 5, 2009

My server provider is moving my server to a new data center, I am going to keep my data on it.But I am going to be assigned two new IP's.I have a Centos server with WHM and CPanel.

tell me exacly on which file on my server i need to configure my two new IP's, is changing them on WHM enough? Do I have to edit the DNS zone for each domain?.

View 3 Replies View Related

Moving Large Amounts Of Data From One Datacenter To Another

Jul 22, 2008

Scenario: Our website has 3 terabytes of data (photos, database files, etc).

1. How does one move all of this data from one hosting company to another?

2. How does this typically work? Does it involve buying the actual disks?

3. Does this need to be specified in a contract that's signed with the hosting company?

Copying it over the Internet (ftp, sftp, or http) is not an option.

View 14 Replies View Related

=make Partition In Linux Debian

Apr 19, 2007

yesterday i order one server in netdirekt but the server only have one hdd mount i need mount the other but first i need make one partition of it

Quote:

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 30140 242099518+ 83 Linux
/dev/sda2 30141 30401 2096482+ 82 Linux swap / Solaris

Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sdb doesn't contain a valid partition table

can anyone help me to creat a partition for /dev/sdb with 250.0GB ?
for then i mount like that : mount /dev/sdb /home/user/hdd2

I think is that if I'm wrong let me know

View 4 Replies View Related

Resize Partition/create New Partition/lvm

Jul 4, 2008

i have centos 5 server i want install xen on it on my server is just one partion how may i resize this partion( without format partion/with put delete data) and then create lvm partion?

View 0 Replies View Related

Plesk Disk Partition?

Apr 30, 2009

I have 2 x250 gb disk on a server. What configuration would be the best for partition to run Plesk and webhosting on the server?

I want www files on 2nd disk and server is hosted at Softlayer that we can reload server from web interface.

View 1 Replies View Related

Plesk 12.x / Linux :: Want To Restore All Data

Apr 3, 2015

I deleted my databases unconsciously in Parallels Plesk 12 for CentOS.I want to restore all data because it's more important for my activities.Is it possible to restore or others possibilities for my problem ?

View 8 Replies View Related

Plesk 12.x / Linux :: Not All The Data Was Backed Up

Nov 28, 2014

Not all the data was backed up into /var/lib/psa/dumps/domains/xyz.com/databases/xyz successfully.

Use of chdir('') or chdir(undef) as chdir() is deprecated at /usr/local/psa/PMM/agents/shared/Storage/Bundle.pm line 39.

mysqldump: Couldn't execute 'show table status like 'xyz'': Can't read dir of './xyz/' (errno: 24) (1018)

View 2 Replies View Related

Plesk 12.x / Linux :: No Access Via FTP - Cannot Receive Any Data

Aug 12, 2014

I have Plesk 12 on Ubuntu. In an earlier version of Plesk I have some domains and all was fine. Now on a new server I have a problem: I cannot access to the domains via ftp. I have have user and I can connect to the server with a ftp client. But after (successful) login I did not receive any data and can not do anything.

View 3 Replies View Related

Plesk 12.x / Linux :: Delete Domain Without Data?

Nov 10, 2014

I can not delete only a Domain and replace it with a other Domain. There is just the possibility to delete the Domain incl. the data. The Problem is i have 2 Domains that point to the same root-directory. And now i was making a new website in a other directory. And now i want to use one of this domain for my new website. But i can't change it. Also if i change the document root, the website d'ont use the new domainname - it makes like a redirection to the old domainname.

View 3 Replies View Related

Plesk 12.x / Linux :: Transfer Data From Whm To Parallels?

Aug 22, 2014

Buy the new Dedicated Server Self-Managed Dedicated Servers - Self-Managed - Intel Xeon E3-1240v2 Quad Core But i don;t have cpanel installed in my server i had now Managed VPS Server with whm panel had only 1 site [URL] .... don't have too much data i m facing server issue problem they request me to buy dedicate server i buy self manage server it cost me less but now i search on google alternative whm i find parallels but i m new here don;t know how to install and transfer it WHM tO Paralllels plesk panel

View 4 Replies View Related

Plesk 12.x / Linux :: Nginx / No Data Received

Mar 21, 2015

i have installed today Reverse Proxy Nginx on Plesk 12. After have activing Nginx, website show "no data received".

Nginx error.log:

PHP: no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking-----conflicting server name

View 6 Replies View Related

Plesk 12.x / Linux :: Backup - Dump Can Contain Invalid Data

Jul 7, 2014

I have the last update (#6) but i have this message when i try to make a backup.

Error:
Runtime error: The check dump failed with code '1'. The dump can contain invalid data! at /opt/psa/admin/bin/plesk_agent_manager line 1022.

Error:
The dump have been invalidated by check-dump operation

What is this?

View 19 Replies View Related

Plesk 12.x / Linux :: Modify Permissions On User Www-data

May 6, 2015

We cant' modify any files of my website in WordPress that contain user www-data.

How can you can change the permissions to this user (www-data).

The version is Plesk 12.0.18 Actualización #44

We have also Plesk 11.5 with WordPress and never has www-data user.

View 3 Replies View Related







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