Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Uncertainty on disk usage report Post 302170178 by mr_bold on Sunday 24th of February 2008 10:31:10 PM
Old 02-24-2008
Uncertainty on disk usage report

Hi all,

My system is running on RHEL4. I've just deleted 2 huge tablespaces from Oracle.
Then I saw the disk usage. The report by df differs from the du.

Do you know why they shows different results? Which one is correct?


Code:
[root@localhost ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
...
/dev/sdf1             1.1T  934G  111G  90% /disk6
...

[root@localhost ~]# du /disk6/ -hs
803G    /disk6/

Thank you very much
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

disk usage

what are the ways to check the disc usage by users. I mean to say how to find the biggest space consumer. Regards. (4 Replies)
Discussion started by: asutoshch
4 Replies

2. UNIX for Dummies Questions & Answers

Disk Usage

Im using solaris 8 on a Sunfire 280r. Is there a command to show you how much disk space is being used in gigabytes or megabytes. I dont think theres an option for this using the df command. not for solaris anyway. thanks (3 Replies)
Discussion started by: lewisoco
3 Replies

3. UNIX for Dummies Questions & Answers

disk usage

how to i find out the disk usage on a server. say in windows examples its like C:/ D:/ and checking out the disk space. how can i find in Unix. can i just use df -k or should i go to each volume group and find that way. plz respond (2 Replies)
Discussion started by: karthikosu
2 Replies

4. UNIX for Advanced & Expert Users

disk usage (df vs du)

displaying the disk usage using df and displaying the disk usage using du -sk gives me different results: 1st case: df -k |grep users 2nd case: cd /users; du -sk sometimes this difference is 50 gigabyte!!! do you have any idea about this situation? (8 Replies)
Discussion started by: gfhgfnhhn
8 Replies

5. Shell Programming and Scripting

disk usage

Hi ,.. I am working on a script like.... it has to monitor the disk usage (df -H) and if usage is above 95% then it has to return the particular mount point details... i am in confusion to use awk or sed..... regards rrs (1 Reply)
Discussion started by: rrs
1 Replies

6. Shell Programming and Scripting

disk usage

Hi If the disk space is running low in the home directories, and I cannot add more disk space at the moment. How can I determine who is using the most disk space? (4 Replies)
Discussion started by: tjay83
4 Replies

7. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

8. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

9. UNIX for Beginners Questions & Answers

UNIX cluster disk usage report generation for yesterday & today and email

HI Team, I am trying to create a shell script to generate a yesterday and today report to compare and email in daily basis. can you please help me on the same. #!/bin/bash #Author: ******************* #Description: This script will return the following set of system information: ... (2 Replies)
Discussion started by: Mi4304
2 Replies

10. UNIX for Beginners Questions & Answers

Disk usage monitoring and record the disk used in last 24 hour

HI I am Trying to edit the below code to send email every day with difference of disk utilized in for last 24 hours but instead getting same usage everyday. can you please help me to point out where my calculation is going wrong. Thank you. ================= #!/bin/bash TODAY="at $(date... (0 Replies)
Discussion started by: Mi4304
0 Replies
semanage(8)															       semanage(8)

NAME
semanage - SELinux Policy Management tool SYNOPSIS
Output local customizations semanage [ -S store ] -o [ output_file | - ] Input local customizations semanage [ -S store ] -i [ input_file | - ] Manage booleans. Booleans allow the administrator to modify the confinement of processes based on his configuration. semanage boolean [-S store] -{d|m|l|D} [-n] [--on|--off|-1|-0] -F boolean | boolean_file Manage SELinux confined users (Roles and levels for an SELinux user) semanage user [-S store] -{a|d|m|l|D} [-LnPrR] selinux_name Manage login mappings between linux users and SELinux confined users. semanage login [-S store] -{a|d|m|l|D} [-nrs] login_name | %groupname Manage policy modules. semanage module [-S store] -{a|d|l} [-m [--enable | --disable] ] module_name Manage network port type definitions semanage port [-S store] -{a|d|m|l|D} [-nrt] [-p proto] port | port_range Manage network interface type definitions semanage interface [-S store] -{a|d|m|l|D} [-nrt] interface_spec Manage network node type definitions semanage node [-S store] -{a|d|m|l|D} [-nrt] [ -p protocol ] [-M netmask] address Manage file context mapping definitions semanage fcontext [-S store] -{a|d|m|l|D} [-fnrst] file_spec semanage fcontext [-S store] -{a|d|m|l|D} [-n] -e replacement target Manage processes type enforcement mode semanage permissive [-S store] -{a|d|l|D} [-n] type Disable/Enable dontaudit rules in policy semanage dontaudit [-S store] [ on | off ] Execute multiple commands within a single transaction. semanage [-S store] -i command-file DESCRIPTION
semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources. This includes the mapping from Linux usernames to SELinux user identities (which controls the initial security context assigned to Linux users when they login and bounds their authorized role set) as well as security context mappings for various kinds of objects, such as net- work ports, interfaces, and nodes (hosts) as well as the file context mapping. See the EXAMPLES section below for some examples of common usage. Note that the semanage login command deals with the mapping from Linux usernames (logins) to SELinux user identities, while the semanage user command deals with the mapping from SELinux user identities to authorized role sets. In most cases, only the former mapping needs to be adjusted by the administrator; the latter is principally defined by the base policy and usually does not require modification. OPTIONS
-a, --add Add a OBJECT record NAME -d, --delete Delete a OBJECT record NAME -D, --deleteall Remove all OBJECTS local customizations --disable Disable a policy module, requires -m option Currently modules only. --enable Enable a disabled policy module, requires -m option Currently modules only. -e, --equal Substitute target path with sourcepath when generating default label. This is used with fcontext. Requires source and target path arguments. The context labeling for the target subtree is made equivalent to that defined for the source. -f, --ftype File Type. This is used with fcontext. Requires a file type as shown in the mode field by ls, e.g. use -d to match only directo- ries or -- to match only regular files. -F, --file Set multiple records from the input file. When used with the -l --list, it will output the current settings to stdout in the proper format. Currently booleans only. -h, --help display this message -l, --list List the OBJECTS -C, --locallist List only locally defined settings, not base policy settings. -L, --level Default SELinux Level for SELinux use, s0 Default. (MLS/MCS Systems only) -m, --modify Modify a OBJECT record NAME -M, --mask Network Mask -n, --noheading Do not print heading when listing OBJECTS. -p, --proto Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6). -r, --range MLS/MCS Security Range (MLS/MCS Systems only) -R, --role SELinux Roles. You must enclose multiple roles within quotes, separate by spaces. Or specify -R multiple times. -P, --prefix SELinux Prefix. Prefix added to home_dir_t and home_t for labeling users home directories. -s, --seuser SELinux user name -S, --store Select and alternate SELinux store to manage -t, --type SELinux Type for the object -i, --input Take a set of commands from a specified file and load them in a single transaction. -o, --output Output all local customizations into a file. This file than can be used with the semanage -i command to customize other machines to match the local machine. EXAMPLE
SELinux user List SELinux users # semanage user -l SELinux login Change joe to login as staff_u # semanage login -a -s staff_u joe Change the group clerks to login as user_u # semanage login -a -s user_u %clerks File contexts remember to run restorecon after you set the file context Add file-context for everything under /web # semanage fcontext -a -t httpd_sys_content_t "/web(/.*)?" # restorecon -R -v /web Substitute /home1 with /home when setting file context # semanage fcontext -a -e /home /home1 # restorecon -R -v /home1 For home directories under top level directory, for example /disk6/home, execute the following commands. # semanage fcontext -a -t home_root_t "/disk6" # semanage fcontext -a -e /home /disk6/home # restorecon -R -v /disk6 Port contexts Allow Apache to listen on tcp port 81 # semanage port -a -t http_port_t -p tcp 81 Change apache to a permissive domain # semanage permissive -a httpd_t Turn off dontaudit rules # semanage dontaudit off Managing multiple machines Multiple machines that need the same customizations. Extract customizations off first machine, copy them to second and import them. # semanage -o /tmp/local.selinux # scp /tmp/local.selinux secondmachine:/tmp # ssh secondmachine # semanage -i /tmp/local.selinux If these customizations include file context, you need to apply the context using restorecon. AUTHOR
This man page was written by Daniel Walsh <dwalsh@redhat.com> and Russell Coker <rcoker@redhat.com>. Examples by Thomas Bleher <ThomasBleher@gmx.de>. 20100223 semanage(8)
All times are GMT -4. The time now is 06:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy