Solaris file system unable to use available space


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris file system unable to use available space
# 15  
Old 06-19-2011
This means that there are no ZFS filesystems on this server. Check quota for UFS as I described few posts above.
# 16  
Old 06-19-2011
getting the shown below error:

root@EXAPPT # edquota oradev
/etc/mnttab: no UFS filesystems with quotas file


early help needed.

thanks
# 17  
Old 06-19-2011
Post output of
Code:
df -h /u01

# 18  
Old 06-19-2011
output of df -h


Code:
Filesystem size used avail capacity Mounted on
/dev/dsk/c1t0d0s0 19G 15G 4.4G 77% /
/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 16G 984K 16G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
19G 15G 4.4G 77% /lib/libc.so.1
fd 0K 0K 0K 0% /dev/fd
/dev/dsk/c1t0d0s3 19G 3.3G 16G 18% /tmp
swap 16G 32K 16G 1% /var/run
/dev/dsk/c1t0d0s5 14G 409M 14G 3% /opt
/dev/dsk/c1t0d0s4 77G 2.9G 73G 4% /iomsscom
/dev/dsk/c1t0d0s7 109G 6.3G 101G 6% /u02/iomssas
/dev/dsk/c1t0d0s6 19G 18G 1.5G 93% /export/home
/export/home/oracle 19G 18G 1.5G 93% /home/oracle

---------- Post updated at 08:38 AM ---------- Previous update was at 08:36 AM ----------

Output of df -h /u02

Code:
Filesystem             size   used  avail capacity  Mounted on
/dev/dsk/c1t0d0s0       19G    15G   4.4G    77%    /


Last edited by DukeNuke2; 06-19-2011 at 01:28 PM..
# 19  
Old 06-19-2011
What command (the installer) is producing the error about lack of space? Can you post output of that command? As you can see above /u02 does not have 100GB of free space, but /u02/iomssas does. Maybe you are trying to install the software under /u02, while it should go under /u02/iomssas?
# 20  
Old 06-19-2011
I think that you try to install the package on 4.4 GB free and you have minfree space from them so it is not enough for your application to be installed.

---------- Post updated at 08:55 AM ---------- Previous update was at 08:52 AM ----------

I want to ask how you make a system /u02 as 19G and a sub file system as 119G , I don't see something like this before. u02 should be 119 and the sub-file system have a qouta from it .
# 21  
Old 06-19-2011
/u02/iomssas is not sub-filesystem. It is separate filesystem independent from /u02. It is just mounted under /u02/iomssas, but it could be remounted anywhere if it was necessary, for example to /iomssas or anywhere else.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Unable to extend file system

Hi, I have inherited this AIX 5.3 host. I'm unable to increase the /usr file system. It gives me this error. What needs to be done to remove this error? vios:/home/padmin$ chfs -a size=+128M /usr 0516-304 lquerypv: Unable to find device id 0002ef4df616f9690000000000000000 in the Device ... (14 Replies)
Discussion started by: dn888
14 Replies

2. Solaris

Unable to create file system (newfs)

Hi I have the following cenario: I have requested a LUN from the NetApp to create a file system, and the netapp admin provide me with one as you can see below, but after following all the steps, I could not create a file system on the device: # format Searching for disks...done ... (11 Replies)
Discussion started by: fretagi
11 Replies

3. AIX

No space in the file system

A file system has reached 100%. I have tried adding space using chfs -a size=+100 command to that file system. However, the % used is not decreasing from 100%. Is there a way to add more space? Also, can someone suggest a script to send a mail alert when a file system is reaching 90%. G (4 Replies)
Discussion started by: ggayathri
4 Replies

4. 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

5. AIX

F7fa22c9 i o sysj2 unable to allocate space in file system

F7FA22C9 I O SYSJ2 UNABLE TO ALLOCATE SPACE IN FILE SYSTEM edit by bakunin: until you are willing to phrase a decent question i am unwilling to tolerate such a spammed thread here. - Thread closed - (0 Replies)
Discussion started by: ranjithm
0 Replies

6. Solaris

Solaris 10 - Unable to boot the system "panic: cannot open /kernel/amd64/unix"

Hi All, I have installed Solaris 10 on my AMD 64 3000+ system. I was playing with grub commands eeprom and bootadm commands. I screwed my boot-file and now am unable to boot the system. Gets error msg as "panic: cannot open /kernel/amd64/unix". I booted the system is filesafe and tried update the... (2 Replies)
Discussion started by: Manjunath K V
2 Replies

7. UNIX for Advanced & Expert Users

Unable to clean up file system

Hi, Has anyone ever encountered the following scenario: I am working on a SUN server with solaris 10 installed and veritas managing the filesystem. One of the file systems has become full: df -kh /ossrc/dbdumps Filesystem size used avail capacity Mounted on... (6 Replies)
Discussion started by: eeidel
6 Replies

8. Programming

How to get free disk space size in C/C++ program( Solaris system)

How to get free disk space size in C/C++ program( Solaris system)? Is there any standard function or system function? Just like "df" or "getdfree" in Linux. (4 Replies)
Discussion started by: yidu
4 Replies

9. Linux

Unable to remove file using rm: Disk space is full

Hi all, My disk space is 100% full. df -k <dir> -> 100% One of my debug files consume huge amount of space and i want to remove the same to start off fresh debugs. However i'm unable to remove the file giving out the following error message: rm -f debug.out22621 rm: cannot remove... (8 Replies)
Discussion started by: Pankajakshan
8 Replies

10. UNIX for Dummies Questions & Answers

Increase space in the solaris file system

How can I check how much space is left in the solaris file system? and how can I increase those space in the file system?. I am trying to install Oracle Database on Solaris 8.But, it keep giving me error message says that"There is not enough space on the volume you have specified". Thanks ... (1 Reply)
Discussion started by: jung1975
1 Replies
Login or Register to Ask a Question