MountPoint / is 8% with 899.49MB free crossing threshold of 10% free


 
Thread Tools Search this Thread
Operating Systems Solaris MountPoint / is 8% with 899.49MB free crossing threshold of 10% free
Prev   Next
# 1  
Old 09-26-2010
MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

Hi,

I have a problem one of the server file system cross the limitation

MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

out put please help how to resolve this

Code:
dev/vx/dsk/bootdg/rootvol
                       9.8G   8.8G   956M    91%    /
/devices                 0K     0K     0K     0%    /devices
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                    12G   1.5M    12G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
fd                       0K     0K     0K     0%    /dev/fd
swap                    12G    17M    12G     1%    /tmp
swap                    12G    56K    12G     1%    /var/run
swap                    12G     0K    12G     0%    /dev/vx/dmp
swap                    12G     0K    12G     0%    /dev/vx/rdmp


Last edited by DukeNuke2; 09-26-2010 at 05:08 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

How the free memory threshold?

If I understand your question correctly, you are asking for an explanation of Solaris memory manager. You'd better ask Oracle that question because you are talking about Solaris kernel internals. The operating system kernel has no reason to kick a process's memory set out of real memory until... (4 Replies)
Discussion started by: hicksd8
4 Replies

2. Fedora

Good free OS

I dont know much about the available unix/linux OSs and there are so many that it is hard to research very many. I know this is a loaded question with so many devotees to particular OSs but I just need a good (free) OS that would work well for someone who learned some basic scripting in Mac OS X.... (18 Replies)
Discussion started by: ifthanwhile
18 Replies

3. Programming

Memory free() in C

Hi guys. I've a question, if we are using a syscall that receives a string allocated dynamicaly to a determined size, or NUL and it will allocate the apropriate size. We should free the memory or the OS will do it for us? If a function returns a pointer we should free that poiter when we are done... (7 Replies)
Discussion started by: pharaoh
7 Replies

4. Solaris

how to get the more memory free space (see memory free column)

Hi all, Could please let me know how to get the more memory free space (not added the RAM) in local zone. -bash-3.00# vmstat 2 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr s0 s1 s1 s1 in sy cs us sy... (3 Replies)
Discussion started by: murthy76
3 Replies

5. AIX

Free Memory

Hi, how to find free memory in aix? for installing oracle,I have used svmon but not getting proper output (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Programming

c for free

is there any web site where i can learn c for free? (2 Replies)
Discussion started by: sodiuM4F
2 Replies
Login or Register to Ask a Question
NFSMOUNT.CONF(5)						File Formats Manual						  NFSMOUNT.CONF(5)

NAME
nfsmount.conf - Configuration file for NFS mounts SYNOPSIS
Configuration file for NFS mounts that allows options to be set globally, per server or per mount point. DESCRIPTION
The configuration file is made up of multiple sections followed by variables associated with that section. A section is defined by a string enclosed by [ and ] branches. Variables are assignment statements that assign values to particular variables using the = operator, as in Proto=Tcp. Sections are broken up into three basic categories: Global options, Server options and Mount Point options. [ NFSMount_Global_Options ] - This statically named section defines all of the global mount options that can be applied to every NFS mount. [ Server "Server_Name" ] - This section defines all the mount options that should be used on mounts to a particular NFS server. The "Server_Name" strings needs to be surrounded by '"' and be an exact match of the server name used in the mount command. [ MountPoint "Mount_Point" ] - This section defines all the mount options that should be used on a particular mount point. The "Mount_Point" string needs to be surrounded by '"' and be an exact match of the mount point used in the mount command. EXAMPLES
These are some example lines of how sections and variables are defined in the configuration file. [ NFSMount_Global_Options ] Proto=Tcp The TCP protocol will be used on every NFS mount. [ Server "nfsserver.foo.com" ] rsize=32k wsize=32k A 33k (32768 bytes) block size will be used as the read and write size on all mounts to the 'nfsserver.foo.com' server. [ MountPoint "/export/home" ] Background=True All mounts to the '/export/home' export will be performed in the background (i.e. done asynchronously). FILES
/etc/nfsmount.conf Default NFS mount configuration file SEE ALSO
nfs(5), mount(8), 9 Mar 2008 NFSMOUNT.CONF(5)