• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Disk Partition Question

I think that you can install Plesk there without any re-partitioning.
 
I have on a few of my other servers and the issue really in question is the "/" directory keeps sizing up at 50gb. which is way more than needed for the Plesk files which from what i read is what goes there. I mean i guess its ok... was just wondering.
 
Size of /var directory or partition is most important for Plesk. There is content of mail, databases, sites, etc. And if you have huge sites - make sure that there is enough place for /var directory on your / partition.
 
Size of /var directory or partition is most important for Plesk. There is content of mail, databases, sites, etc. And if you have huge sites - make sure that there is enough place for /var directory on your / partition.

Im having some major FTP permission issues which is why im bringing all this up. I can connect just fine and even pull files from the server however writing files i cant do. I've tries DW and FZ and nothing is working. I thought perhaps Plesk is looking for partitions that aren't there.
 
By installing plesk and not playing with the partitions i get this for the end result.

Disk / Ok
Partition "/" utilization
35.5% used (17.5 GB of 49.2 GB) (?)
Partition "/boot" utilization
6.5% used (31.7 MB of 484 MB) (?)
Partition "/home" utilization
0.1% used (187 MB of 222 GB) (?)
Partition "sda" data transfer
0 B 1.09


as you can see this is... well messed up. why has it placed 222gb in /home if thats not what the site files go in? how can i fix this? do i have to start all over and how do i keep this from happening again.
 
222 GB for /home? Bad idea. Use OS partitioning tools for re-partitioning.
 
Hello,

Have you create the LVM partitions on your server ?

You can check the through following command

Code:
df -h

fdisk -l
 
222 GB for /home? Bad idea. Use OS partitioning tools for re-partitioning.

Well like i said i didn't mean for this to happen, its not like i set it to this.


Hello,

Have you create the LVM partitions on your server ?

You can check the through following command

Code:
df -h

fdisk -l

When running the command you gave me i get this back.


Code:
login as: root
root@24.120.XX.XXX's password:
Last login: Sat Nov  9 22:37:19 2013 from ip70-173-93-137.lv.lv.cox.net
[root@server3 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_server3-lv_root
                       50G   21G   27G  44% /
tmpfs                 1.9G     0  1.9G   0% /dev/shm
/dev/sda1             485M   32M  428M   7% /boot
/dev/mapper/vg_server3-lv_home
                      222G  188M  211G   1% /home
[root@server3 ~]#
[root@server3 ~]# fdisk -l

Disk /dev/sda: 300.1 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00040276

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          64      512000   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              64       36482   292523008   8e  Linux LVM

Disk /dev/mapper/vg_server3-lv_root: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg_server3-lv_swap: 4160 MB, 4160749568 bytes
255 heads, 63 sectors/track, 505 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/vg_server3-lv_home: 241.7 GB, 241692573696 bytes
255 heads, 63 sectors/track, 29384 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

[root@server3 ~]#
 
Hello,

Yes, You have created LVM partitions on your server and you can increase your /dev/mapper/vg_server3-lv_root partitions on your server,

First take a backup of your current /home directory and then remove your /dev/mapper/vg_server3-lv_home partitions and increase your /dev/mapper/vg_server3-lv_root with that space

NOTE : Please do not try this If you do not have good knowledge of Linux with LVM partitions
 
Hello,

Yes, You have created LVM partitions on your server and you can increase your /dev/mapper/vg_server3-lv_root partitions on your server,

First take a backup of your current /home directory and then remove your /dev/mapper/vg_server3-lv_home partitions and increase your /dev/mapper/vg_server3-lv_root with that space

NOTE : Please do not try this If you do not have good knowledge of Linux with LVM partitions

Yea i have no clue how to even start doing this. Ill just have to find someone. thank you for the info.
 
Back
Top