How To Check Space Used In Linux

Mar 29, 2008

Today I found my Disk /dev/sda3 (/) suddenly become 92% space used.

It is soemthign wrong. May I know how to check the space is used for which files?

View 11 Replies


ADVERTISEMENT

How To Check Server Real Space Available

Sep 2, 2008

may i know how to check it?

any php code can recommend?

View 4 Replies View Related

Linux Command To Check New Files

May 29, 2008

what command to type if I want to check all latest files (edited/saved) on a certain folder?

View 2 Replies View Related

How To Check For Hardware Details In Linux Shell

Jul 4, 2009

i run a dedicated server with theplanet.i have LAMP.what commands can i use in ssh to view the hardware details of my server ? i have centOS 5

View 5 Replies View Related

Plesk 12.x / Linux :: Enabled Rkhunter To Check System

Sep 20, 2014

I enabled rkhunter in Plesk 12 to check the system weekly. I get a warning now, which I never got in older versions of Plesk:

The current hash function (/usr/bin/sha1sum) or package manager (DPKG) is incompatible with the hash function (Unset) or package manager (Unset) used to store the values. Debian 7.6 x64

View 6 Replies View Related

Plesk 12.x / Linux :: Clear Free Space

Sep 13, 2014

i'm using plesk 11.5..i've deleted a huge file of 15Go and i've still a message about free space on ther server...MySQL query failed: Got error 28 from storage engineClick to expand...

View 2 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

Plesk 12.x / Linux :: No Email Regarding Disk Space Overuse?

Feb 5, 2015

I have a customer on a 250MB hosting plan and has been using approximately 450MB for the past few days but hasn't received a resource overuse email.

In my notifications I have "Resource usage limits exceeded by subscription" set to send myself and the customer an email but neither of us have received anything.

View 4 Replies View Related

Plesk 12.x / Linux :: FTP Error Due To Insufficient Disk Space For Backup

Mar 31, 2015

I changed the DUMP_TEMP_D directory in psa.conf.

I have set it on /var/backups and given the permission 1777.

I have rebooted the psa service and initialized the backup again but it always returns that error.

Moreover, if I run the command df -h, the tmp directory doesn't appear.

View 14 Replies View Related

Plesk 12.x / Linux :: Export List Of Used Disk Space By All Subscription

Jun 10, 2015

I have Plesk 12 on Centos6.I require a list of every subscription which has consumed the most data on the server. Disk space used by the following files and directories in the subscription:

Websites
Mail accounts
Databases
Logs
Backups
Chroot directories
Configuration files
Anonymous FTP directory

The Plesk bible only listed that this was possible through Subscriptions > Statistics. URL....However viewing the Subscriptions > Statistics is not an option because there are many subscriptions..I also have access to SSH/terminal and found a script for finding large file and directories here URL....However i rather have it in excel or HMTL format.

View 3 Replies View Related

Plesk 12.x / Linux :: Data Statistic Don't Refresh To New Space Allocated

Jan 9, 2015

If I put in site some file with 10MB ( example ) the data statistic don't refresh to new space allocated...

Disk space stay in actual size, how to enable auto-refresh on statistics like traffic and quota space?

View 3 Replies View Related

Plesk 12.x / Linux :: Error - Insufficient Disk Space For Backup

Jul 9, 2015

Whenever I am trying to take backup through Parallels Plesk (Plesk version:12.0.18 Update #53) getting an error "Error: Insufficient disk space for backup. "

Default backup location is '/var/lib/psa/dumps' with enough space (Near 1TB). Then why showing above error message?

Version Details:
Version Parallels Plesk v12.0.18_build1200140811.16 os_CentOS 7
OS CentOS Linux 7.1.1503 (Core)

[Code]....

View 11 Replies View Related

Plesk 12.x / Linux :: No Backup / Runtime Error / Check Dump Failed With Code 1

Apr 3, 2015

I have a new installation of Plesk 12.0.18 on CentOS 6.6.This is the text from the server information page in Plesk:

Parallels Plesk v12.0.18_build1200140606.15 os_CentOS 6
CentOS 6.6 (Final)

I am not able to take backups of the content of the server. This is the error I get:

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

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

View 4 Replies View Related

Web Space Storage Or Get Additional Space From Another Server

Oct 14, 2008

im running out of space on one of my sites but i have more then plenty of data transfer.

Unfortunately my hosting packaged it weird where they provide not enough hd space. Im trying to figure out is there a way where i can use another server or hosting company that can provide space only and use their servers just for space?

i think amazon.com offered this but wasnt sure how exactly this works.

View 14 Replies View Related

Apache :: ProxyPass Has A Space Will Not Start With A Space

Sep 19, 2013

Apache 2.2.25 on windows 32

I have a ProxyPass that looks like

ProxyPass /Share Documents http://partner2/Shared Documents/

But Apache will not start with spaces. I tried

ProxyPass /Shared%20Documents http://partner2/Shared%20Documents/

Apache would start but the passthrough doesn't work. What do I need to do? I have several url's with spaces.

View 3 Replies View Related

Plesk 12.x / Linux :: Local Disk Space Needed For Full Backup

Apr 4, 2015

How much local disk space is necessary for a full backup of 240 GB data to a remote ftp?

I have 314 GB free on my local disk, but this is still not enough.

The backup process is 100% after round about 4 hours, according to Backup Manager.

But there are still tar processes until the disk is full.

View 5 Replies View Related

Plesk 11.x / Linux :: Python Permissions To Write Files In Another Web Space On Same Server

May 15, 2014

I have a python script that generates images and is able to write them into a directory on the same web space

However, I would like the same script to write files into another directory located in the web space of another domain on the same server.

For example, script lives here...
/var/www/vhosts/domain1.com/httpdocs/scripts/myscript.py

this works...
/var/www/vhosts/domain1.com/httpdocs/scripts/images/

this fails...
/var/www/vhosts/domain2.com/httpdocs/web/images/

The directory structure already exists, so there is no need to create any new directories

I have tried setting permissions for the destination "images" directory to 777 and that didn't work.

Do I need to specify something within Plesk to enable it to write to another directory?

View 6 Replies View Related

Plesk 12.x / Linux :: Client Disk Space Usage Including Admin FTP Backup

May 7, 2015

It appears that my clients disk space usage calculation is including admin full server FTP backups that I am doing.

This shouldn't be the case, these full server backups that I'm doing should not count towards my clients plans disk space allowance.

View 2 Replies View Related

Plesk 12.x / Linux :: Deleted Backups Takes Long Time To Recalculate Free Space On Server

Jun 11, 2015

We had many backups stored on our Plesk 12 server about 51 GB in total.

After reducing the backups back to 10 GB by removing old backups through the Backup Manager.

The issue is that Health Monitor still reported that there was low diskspace displayed by color yellow. And it look Health Monitor over 16 minutes to change the alarm level from Yellow to Green

However the statistics at the specific subscription still present the Backup usage of 51 GB's whilest they are no longer there.

What can i do about this in order to speed up the synchronization?

View 2 Replies View Related

Plesk 12.x / Linux :: (Notify When Disk Space / Traffic Usage Reaches) Sending To Customers Not Admin

Jan 29, 2015

I migrated from one server running Plesk 10.4.4 Update #59 to a new server running Plesk 11 which I then updated to 12.0.18 Update #32. Since moving to Plesk 12 the "Notify when disk space/traffic usage reaches" emails have been being sent to our customers set up on the server whereas previously they were sent to the server admin email address.

Is this a change with this version?

View 1 Replies View Related

A Shared Web Hosting Service With Unlimited Space/bandwidth, Or A Dedicated One With Limited Space/bandwidth

Jul 29, 2008

which case is more preferred: a shared web hosting service with unlimited space/bandwidth, or a dedicated one with limited space/bandwidth?

View 4 Replies View Related

How To Check Load Via Ssh And Check Files Causing Load

Jul 1, 2009

I would like to know how to check load via ssh and check files causing load?

I want the ssh codes for 2 different set of control panels, one with cpanel+whm and other with kloxo+hypervm

and I would also know how to check the files causing the load, such as some files could have been interrupted while processing, so they could be causing load some times, so I want to stop such processes if any are running on the vps on my friends accounts

View 5 Replies View Related

How To Check VPS Os

Apr 10, 2008

i recently purchased a VPS from internetvps.com, but im not sure what OS of linux it is. How can you check the OS of the server?

View 10 Replies View Related

How To Check Ram

Jun 7, 2007

Let's say I have a VPS with 512 MBs of RAM.

How do I check in shell that this is indeed the case?

I read in some places that "top" and "free -m" and such can help.

But these gave me way more than 512.

Here is the output from my "free -m". Total shows here 3886 MBs of MEM??? That is almost 4 Gigs. Please someone explain this.

total used free shared buffers cached
Mem: 3886 3721 164 0 17 542
-/+ buffers/cache: 3161 724
Swap: 6142 2020 4121

View 4 Replies View Related

Nobody Check

Mar 20, 2007

Quote:

Nobody Check 1.0.3 Current on cPanel

Tue Mar 20 16:00:02 SGT 2007 on blue.mydomain.com
Server Load: 16:00:02 up 21 days, 14:02, 0 users, load average: 2.73, 2.20, 2.08
Warning: Malicious Nobody Process Found
=========================================
Options: kill bad proc=1 logging lvl=1

SCAN SUMMARY
========================================

Clean Processes: 57
DETECTED Malicious Processes: 1

DETECTION DETAILS
========================================

DETECTION: Process 4221 with name php and path /usr/bin/php

Process ID: 4221 has been killed
Restuls for PID: 4221
total 0
dr-xr-xr-x 3 easyzz easyzz 0 Mar 20 16:00 .
dr-xr-xr-x 291 root root 0 Feb 27 10:01 ..
dr-xr-xr-x 2 easyzz easyzz 0 Mar 20 16:00 attr
-r-------- 1 easyzz easyzz 0 Mar 20 16:00 auxv
-r--r--r-- 1 easyzz easyzz 0 Mar 20 16:00 cmdline
lrwxrwxrwx 1 easyzz easyzz 0 Mar 20 16:00 cwd -> /home/easyzz/public_html
-r-------- 1 easyzz easyzz 0 Mar 20 16:00 environ
lrwxrwxrwx 1 easyzz easyzz 0 Mar 20 16:00 exe -> /usr/bin/php
dr-x------ 2 easyzz easyzz 0 Mar 20 16:00 fd
-rw-r--r-- 1 easyzz easyzz 0 Mar 20 16:00 loginuid
-r-------- 1 easyzz easyzz 0 Mar 20 16:00 maps
-rw------- 1 easyzz easyzz 0 Mar 20 16:00 mem
-r--r--r-- 1 easyzz easyzz 0 Mar 20 16:00 mounts
lrwxrwxrwx 1 easyzz easyzz 0 Mar 20 16:00 root -> /
-r--r--r-- 1 easyzz easyzz 0 Mar 20 16:00 stat
-r--r--r-- 1 easyzz easyzz 0 Mar 20 16:00 statm
-r--r--r-- 1 easyzz easyzz 0 Mar 20 16:00 status
dr-xr-xr-x 3 easyzz easyzz 0 Mar 20 16:00 task
-r--r--r-- 1 easyzz easyzz 0 Mar 20 16:00 wchan

Netstat:

Environ:

Hello, I got this notification from the 'Nobody Check'.

Is there anything I need to be aware of? ..

View 3 Replies View Related

Mem Check

May 22, 2007

confirm this is only 1gig of ram?

Mem: 1034096 985128 48968 0 157944 559136
-/+ buffers/cache: 268048 766048
Swap: 2040212 160 2040052
Total: 3074308 985288 2089020

View 3 Replies View Related

CSF Security Check

Apr 20, 2009

I'm running CSF on a Cpanel server and have questions about new features in CSF

Apache Check

Check Apache weak SSL/TLS Ciphers (SSLCipherSuite)

Results

Cipher list []. Due to weaknesses in the SSLv2 cipher you should disable SSLv2 in WHM > Apache Configuration > Global Configuration > SSLCipherSuite > Add -SSLv2 to SSLCipherSuite and/or remove +SSLv2. Do not forget to Save AND then Rebuild Configuration and Restart Apache, otherwise the changes will not take effect in httpd.conf

Can someone explain this in laymen terms? I know this is new in Cpanel. I'm already running Apache 2.2, PHP 5.2.9 with suPHP enabled and mod_security as well (these rules: [url]

Also, what exactly are these CSF checks?

Check csf PT_SKIP_HTTP option
This option disables checking of processes running under apache and can limit false-positives but may then miss running exploits

Check csf SAFECHAINUPDATE option
This option closes a window of opportunity that opens when dynamic chain updates occur

View 3 Replies View Related

How To Check If The HD Is SSD Drive

Jun 11, 2009

how to check using SSH if the HD is SSD drive in a linux box?

View 1 Replies View Related

How Can Check Ddos

Jul 18, 2009

How can we be sure that we are facing ddos attacks any good command which will make me 100 percent sure that there is ddos attacks on server ?

View 12 Replies View Related

Possible To Run A Hardware Check On My VPS?

Feb 26, 2009

Is it possible to run a hardware check on my VPS?

For instance DFT (Drive Fitness Test) or Memtest?

I'm running HyperVM and WHM.

View 3 Replies View Related

How To Check IP If It Can See My Server

Apr 10, 2009

I have one client who cannot see my server and all domains on it. I;ve checked if his IP is block or not and I didn't see his IP on the apf deny host file. How to you check IP if it can see my server? I just want to make sure before calling the ISP.

View 3 Replies View Related







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