Sponsored Content
Full Discussion: Rootvol above threshold
Operating Systems Solaris Rootvol above threshold Post 302497322 by jlliagre on Thursday 17th of February 2011 01:01:34 AM
Old 02-17-2011
You are exploring the wrong area. The fact /proc is reporting it uses 219 GB while your root partition size is 7.9 GB should have given a clue to you. Forget about /proc which uses no space on disk anyway.
I suspect you cleared files which were open by running processes. The size they use on disk won't be recovered as long as the processes are alive. The simplest way would be to either restart the services using the cleared files or to simply reboot the server.
However, /usr is using 6.2 out of 7.9 GB. If you still need to recover space after rebooting the server, I'm afraid you'll have to either remove unused packages or relocate them. Beware that both options are risky.

Last edited by jlliagre; 02-17-2011 at 02:07 AM..
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

apache threshold

Hi folks, how can i check apache threshold values via shell scripting and what factors need to check via shell scripting process or number of users or what. pls do advice me. Thanks, Bash (9 Replies)
Discussion started by: learnbash
9 Replies

2. Solaris

FSCK root file system (/dev/vx/dsk/bootdg/rootvol)

Hi, I need to fsck the root file system on my Solaris 9 server. It is a UFS file system but it is under Veritas control. I want to know which fsck I need to use to check the file system. The default Solaris fsck (/usr/sbin/fsck) or the Veritas (/lib/fs/vxfs/sparcv9/fsck) fsck? I take it I... (3 Replies)
Discussion started by: gwhelan
3 Replies

3. UNIX for Advanced & Expert Users

Quota threshold

Hi, I am trying to make a script in which the user is notified once the disk space of the environment increases a particular threshold. I have made a script for it but I am facing an error while executing it. Could any one here guide me further?? Script #!/bin/sh warninglimit=350000... (22 Replies)
Discussion started by: Taranjeet Singh
22 Replies

4. UNIX for Dummies Questions & Answers

threshold

Hi, I have a table with 14 columns. How can I filter the columns 2-14, so that I get only those rows back in which the data values are >= 6 in 5 or more columns. :confused: E.g. A 6 6 3 6 7 8 B 1 2 3 4 5 5 C 2 2 2 6 7 8 Here I should only get back the row A. I would like to work from... (5 Replies)
Discussion started by: danieladna
5 Replies

5. Shell Programming and Scripting

get mail when matching with threshold value

HI Guys Below is my file structure and now I want if % is equal and above 95% then I will get the mail with the name of that filesystem and threshold value. Is someone help me ? 55G 33G 22G 61% /mnt/projects/stp2int4_web_runtime 16G 14G 1.7G 90%... (2 Replies)
Discussion started by: anuragpgtgerman
2 Replies

6. Shell Programming and Scripting

Diff two files with threshold value

i have two big file which have thousand of line. i have to sort on two key fields then diff the file. if the interger value of one of the column is less then or greater then 1 it should ignore it. for example File1 abc|7000|jhon|2.3 xyz|9000|sam|6.7 pqr|8000|kapi|4.6 File2... (11 Replies)
Discussion started by: Nishi2011
11 Replies

7. UNIX for Dummies Questions & Answers

Threshold for swap memory

hi guys the monitoring team is using a tool for monitoring linux boxes and they set an alarm for swap memory to 10%(critical) I really has no idea when swap memory usage is high.... Can someone recommend me a threshold for this? when is warning or critical and this parameters can affect... (3 Replies)
Discussion started by: karlochacon
3 Replies

8. UNIX for Advanced & Expert Users

Threshold for open connections

Hey guys, We've been having issues on one of our CentOS 6 servers and one of the java programs that runs on it. As the software hasn't caused issues in the past, I'm wondering if its a problem with the CentOS server. Basically, the software drops it's tcp connection and won't reconnect,... (5 Replies)
Discussion started by: jimbob01
5 Replies

9. AIX

Determine threshold for CPU

I'm writing an application that should display whether a system is running “fine” (normal activity) or if it has reached a critical level and thus indicate through a graphical interface using a green-yellow-red color scheme. The server machines in question are running AIX (but it shouldn't differ... (4 Replies)
Discussion started by: ttl_aix
4 Replies
XChangePointerControl(3X11)					     MIT X11R4					       XChangePointerControl(3X11)

Name
       XChangePointerControl, XGetPointerControl - control pointer

Syntax
       XChangePointerControl(display, do_accel, do_threshold, accel_numerator, accel_denominator, threshold)
	  Display *display;
	  Bool do_accel, do_threshold;
	  int accel_numerator, accel_denominator;
	  int threshold;

       XGetPointerControl(display, accel_numerator_return, accel_denominator_return, threshold_return)
	  Display *display;
	  int *accel_numerator_return, *accel_denominator_return;
	  int *threshold_return;

Arguments
       accel_denominator
		 Specifies the denominator for the acceleration multiplier.

       accel_denominator_return
		 Returns the denominator for the acceleration multiplier.

       accel_numerator
		 Specifies the numerator for the acceleration multiplier.

       accel_numerator_return
		 Returns the numerator for the acceleration multiplier.

       display	 Specifies the connection to the X server.

       do_accel  Specifies a Boolean value that controls whether the values for the accel_numerator or accel_denominator are used.

       do_threshold
		 Specifies a Boolean value that controls whether the value for the threshold is used.

       threshold Specifies the acceleration threshold.

       threshold_return
		 Returns the acceleration threshold.

Description
       The function defines how the pointing device moves.  The acceleration, expressed as a fraction, is a multiplier for movement.  For example,
       specifying 3/1 means the pointer moves three times as fast as normal.  The fraction may be rounded arbitrarily by the X server.	Accelera-
       tion only takes effect if the pointer moves more than threshold pixels at once and only applies to the amount beyond the value in the
       threshold argument.  Setting a value to -1 restores the default.  The values of the do_accel and do_threshold arguments must be for the
       pointer values to be set, or the parameters are unchanged.  Negative values (other than -1) generate a error, as does a zero value for the
       accel_denominator argument.

       can generate a error.

       The function returns the pointer's current acceleration multiplier and acceleration threshold.

Diagnostics
       Some numeric value falls outside the range of values accepted by the request.
		 Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument
		 defined as a set of alternatives can generate this error.

See Also
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

														       XChangePointerControl(3X11)
All times are GMT -4. The time now is 03:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy