Sponsored Content
Full Discussion: No space in the file system
Operating Systems AIX No space in the file system Post 302881240 by ibmtech on Friday 27th of December 2013 10:33:57 AM
Old 12-27-2013
As Scott suggested you need to specify the size

chfs -a size=+100M/G /<filesystem>
 

10 More Discussions You Might Find Interesting

1. HP-UX

Root File system Space

Hi I'm using HP-UX 11.00, the root file system is as shown below. Several time it reach 100% used, to free some space I use to reboot the system. What can I do to free some space without rebooting the machine? Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol3 ... (2 Replies)
Discussion started by: cgege
2 Replies

2. Solaris

Lost space on file system

Hi everybody, I got a problem on my SUN server in Solaris 9. I'll try to explain, if somebody could help me. I have mounted some volumes in RAID 0+1, that is stripped slices and then mirror. To be clear the result of metastat d80 is as follow : d80: Mirror Submirror 0: d81 State:... (2 Replies)
Discussion started by: aribault
2 Replies

3. Solaris

swap space in veritas file system

hi every one , i know how to add swap space in ufs file system. but i m facing problem in veritas file system . i wants to know how will i create swap or add new swap space in existing swap space . Note: disk under veritas volume manager control . please help me to solve this issue . (5 Replies)
Discussion started by: samy123
5 Replies

4. UNIX for Dummies Questions & Answers

free some space in file system

dear all, I have some problem in my file system : df -k result : ... /dev/md/dsk/d3 3101839 2736380 303423 91% /var ... it occupied around 2.7 gb but when I tried command du -sk /var 813991 /var so /var only have around 800Mb , Do you know why there is many difference... (6 Replies)
Discussion started by: fu4d
6 Replies

5. UNIX for Dummies Questions & Answers

How to find a file whick is consuming larger disk space in file system

Hello, Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it please help me out any help would be appreciated (6 Replies)
Discussion started by: lokeshpashine
6 Replies

6. Shell Programming and Scripting

Get free space of file system

Hi guys, I'm trying to get free space in GB of file system into parameter. I have the following code: > cat get_free_space_FS.ksh #! /bin/ksh FS=/dw/mar FreeSpace=`df -h | grep $FS | awk '{print $4}'` echo $FreeSpace > ./get_free_space_FS.ksh 362G My question is ,how can I cut in... (4 Replies)
Discussion started by: nir_s
4 Replies

7. Linux

Allocating available space to file system

have a VMWARE machine, I have extended it from 20GB to 30GB for Linux box. The linux box shows this for df -hal: Filesystem Size Used Avail Use% Mounted on -dev-mapper-VolGroup00-LogVol00 19G 5.9G 12G 34% - proc 0 0 0 - -proc sysfs 0 0 0 - -sys devpts 0 0 0 - -dev-pts -dev-sda1 99M 13M... (1 Reply)
Discussion started by: mackman
1 Replies

8. Solaris

Solaris file system unable to use available space

Hi, The solaris filesystem /u01 shows available space as 100GB, and used space as 6 GB. The Problem is when iam trying to install some software or copy some files in this file system /u01 Iam unable to copy or install in this file system due to lack of space. ofcourse the software... (31 Replies)
Discussion started by: iris1
31 Replies

9. HP-UX

Increasing space in file system

Hi Friends, I want to cut space from one file system and add in another file system. For example I have 100 gb space in /oracle/TST/oraarch I wnat to cut 50 gb from this file system and add 50 in /oracle/TST/sapdata1. Please hel, How I can do it. Regards, Bhagawati Pandey (3 Replies)
Discussion started by: BPANDEY
3 Replies

10. Solaris

Solaris file system space

Hi Experts, I have query regarding output of df command. $ df -k Filesystem 1024-blocks Used Available Capacity Mounted on rpool/ROOT/solaris-161 191987712 6004395 140577816 5% / /devices 0 0 0 0% /devices... (3 Replies)
Discussion started by: sai_2507
3 Replies
RCTL(8) 						    BSD System Manager's Manual 						   RCTL(8)

NAME
rctl -- display and update resource limits database SYNOPSIS
rctl [-h] [-n] [filter] rctl -a [rule] rctl -l [-h] [-n] [filter] rctl -r [filter] rctl -u [-h] [filter] rctl requires the kernel to be compiled with: options RACCT options RCTL DESCRIPTION
When called without options, the rctl command writes currently defined RCTL rules to standard output. If a filter argument is specified, only rules matching the filter are displayed. The options are as follows: -a rule Add rule to the RCTL database. -l filter Display rules applicable to the process defined by filter. Note that this is different from showing the rules when called without any options, as it shows not just the rules with subject equal to that of process, but also rules for the user, jail, and login class applicable to the process. -r filter Remove rules matching filter from the RCTL database. -u filter Display resource usage for a subject (process, user, loginclass or jail) matching the filter. -h "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte. -n Display user IDs numerically rather than converting them to a user name. Modifying rules affects all currently running and future processes matching the rule. RULE SYNTAX
Syntax for a rule is subject:subject-id:resource:action=amount/per. subject defines the kind of entity the rule applies to. It can be either process, user, loginclass, or jail. subject-id identifies the subject. It can be a process ID, user name, numerical user ID, login class name from login.conf(5), or jail name. resource identifies the resource the rule controls. See the RESOURCES section below for details. action defines what will happen when a process exceeds the allowed amount. See the ACTIONS section below for details. amount defines how much of the resource a process can use before the defined action triggers. Resources which limit bytes may use prefixes from expand_number(3). per defines what entity the amount gets accounted for. For example, rule "loginclass:users:vmem:deny=100M/process" means that each process of any user belonging to login class "users" may allocate up to 100MB of virtual memory. Rule "login- class:users:vmem:deny=100M/user" would mean that for each user belonging to the login class "users", the sum of virtual memory allocated by all the processes of that user will not exceed 100MB. Rule "loginclass:users:vmem:deny=100M/login- class" would mean that the sum of virtual memory allocated by all processes of all users belonging to that login class will not exceed 100MB. A valid rule has all those fields specified, except for per, which defaults to the value of subject. A filter is a rule for which one of more fields other than per is left empty. For example, a filter that matches every rule could be written as ":::=/", or, in short, ":". A filter that matches all the login classes would be "loginclass:". A filter that matches all defined rules for maxproc resource would be "::maxproc". SUBJECTS
subject subject-id process numerical Process ID user user name or numerical User ID loginclass login class from login.conf(5) jail jail name RESOURCES
resource cputime CPU time, in seconds datasize data size, in bytes stacksize stack size, in bytes coredumpsize core dump size, in bytes memoryuse resident set size, in bytes memorylocked locked memory, in bytes maxproc number of processes openfiles file descriptor table size vmemoryuse address space limit, in bytes pseudoterminals number of PTYs swapuse swap usage, in bytes nthr number of threads msgqqueued number of queued SysV messages msgqsize SysV message queue size, in bytes nmsgq number of SysV message queues nsem number of SysV semaphores nsemop number of SysV semaphores modified in a single semop(2) call nshm number of SysV shared memory segments shmsize SysV shared memory size, in bytes wallclock wallclock time, in seconds pcpu %CPU, in percents of a single CPU core ACTIONS
action deny deny the allocation; not supported for cputime and wallclock log log a warning to the console devctl send notification to devd(8) using system = "RCTL", subsystem = "rule", type = "matched" sig* e.g. sigterm; send a signal to the offending process. See signal(3) for a list of supported signals Not all actions are supported for all resources. Attempting to add a rule with an action not supported by a given resource will result in error. EXIT STATUS
The rctl utility exits 0 on success, and >0 if an error occurs. EXAMPLES
Prevent user "joe" from allocating more than 1GB of virtual memory: rctl -a user:joe:vmemoryuse:deny=1g Remove all RCTL rules: rctl -r : Display resource usage information for jail named "www": rctl -hu jail:www Display all the rules applicable to process with PID 512: rctl -l process:512 Display all rules: rctl Display all rules matching user "joe": rctl user:joe Display all rules matching login classes: rctl loginclass: SEE ALSO
rctl.conf(5) HISTORY
The rctl command appeared in FreeBSD 9.0. AUTHORS
The rctl was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation. BUGS
Limiting memoryuse may kill the machine due to thrashing. BSD
September 11, 2014 BSD
All times are GMT -4. The time now is 06:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy