Sponsored Content
Full Discussion: Zpool showing 100% full
Operating Systems Solaris Zpool showing 100% full Post 302894441 by solaris_1977 on Tuesday 25th of March 2014 01:29:52 PM
Old 03-25-2014
Zpool showing 100% full

Hi,
This is Solaris-10 on Sparc. Due to some reason, one zpool size is showing 100% full, while nothing is there in that. dstr03-zone02 is a non global zone running on physical machine - dstr03
Code:
root@dstr03:/# df -h | grep -i zone02
zone02_app_pool        60G    31K   3.8G     1%    /zone02_app_pool
zone02_root_pool      8.6G    31K     0K   100%    /zone02_root_pool
zone02_app_pool/cad_apps    18G    14G   3.8G    79%    /zone/dstr03-zone02/cad/apps
zone02_app_pool/cad_envs    36G    21G    15G    58%    /zone/dstr03-zone02/cad/envs
zone02_app_pool/cad_users   2.0G   194M   1.8G    10%    /zone/dstr03-zone02/cad/users
zone02_root_pool/root   8.5G   1.4G   7.2G    16%    /zone/dstr03-zone02/root
root@dstr03:/# ls -ltr /zone02_root_pool
total 0
root@dstr03:/# du -sh /zone02_root_pool
   1K   /zone02_root_pool
root@dstr03:/# zfs get quota zone02_root_pool
NAME               PROPERTY  VALUE  SOURCE
zone02_root_pool  quota     none   default
root@dstr03:/# zfs get reservation zone02_root_pool
NAME               PROPERTY     VALUE   SOURCE
zone02_root_pool  reservation  none    default
root@dstr03:/#
 root@dstr03:/# zfs list -o space | grep -i zone02
zone02_app_pool                    3.85G  56.0G         0     31K              0      56.0G
zone02_app_pool/cad_apps           3.84G  14.2G         0   14.2G              0          0
zone02_app_pool/cad_envs           15.2G  20.8G         0   20.8G              0          0
zone02_app_pool/cad_users          1.81G   194M         0    194M              0          0
zone02_root_pool                       0  8.55G         0     31K              0      8.55G
zone02_root_pool/root              7.19G  1.36G         0   1.36G              0          0

How can I fix this ?
 

9 More Discussions You Might Find Interesting

1. Solaris

/ directory is 100% full

Dear experts My / directory shows 100% full. What should I do??? What is normal size and how can I prevent it. I am using Solaris 8 on an Ultra 60. Thanks for your advises. Reza (6 Replies)
Discussion started by: Reza Nazarian
6 Replies

2. Solaris

when 100% full, it says some available

Just a quick question ....as per my df -k below, I have a file system marked at 100% full, why does it say there is 44,240 kb available ?? Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 2055463 1753694 240106 88% / /proc 0 ... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

3. AIX

/var 100% full

What to do if /var filesystem in Aix is completely full ? (2 Replies)
Discussion started by: kkhan
2 Replies

4. Linux

Disk full 100%

one of my servers / was full by 100% i cleard some space, now though i have enough space on / partition still df is showing disk usage as 100% am not able to create any single txt file ? why so ? (3 Replies)
Discussion started by: bryanabhay
3 Replies

5. Red Hat

Disk usage showing 100% after deleting files also | Red Hat Linux 3.2.2-5

My Redhat Linux system is always showing 100& disk usage. I have removed almost all the files, but no use and I am always getting 100% disk usage.!! Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda2 36337384 36066352 0 100% / I can... (7 Replies)
Discussion started by: sanoop
7 Replies

6. Shell Programming and Scripting

ps command showing full code of running script

Hi, I have a script running while rsync command is fired to push some files. The output of rsync cmd has been redirected to the script which is used to generate log files containing progress info with formatting. when I enter ps -ef | grep rsync it shows the full scripting code on the cmd line... (2 Replies)
Discussion started by: rajeevra
2 Replies

7. AIX

Paging space is 100% full

Paging space is 100% full? what step can i take (3 Replies)
Discussion started by: ramraj731
3 Replies

8. UNIX for Advanced & Expert Users

Apache - atop showing 100% memory

hello, I did some investigation before posting. i noticed that during the time when the httpd consumed 100% memory, only few swap was used. i got a link on StackOverflow that says its normal as unused memory is wasted memory on Linux. please let me have your views on this. ps: I... (2 Replies)
Discussion started by: coolatt
2 Replies

9. AIX

100% Inode full with only 67% FS full.

AIX Version 6.1 and 7.1. I understand that when the OS initially creates the FS and inodes, its pretty strict, but not always tuned to a 1:1 ratio. I see the same thing when adding a whole disk LV to a separate device. It seems that when we expand a filesystem the inodes don't get tuned... (5 Replies)
Discussion started by: mrmurdock
5 Replies
rem_drv(1M)                                                                                                                            rem_drv(1M)

NAME
rem_drv - remove a device driver from the system SYNOPSIS
rem_drv [-b basedir] device_driver The rem_drv command informs the system that the device driver device_driver is no longer valid. If possible, rem_drv unloads device_driver from memory. rem_drv also updates the system driver configuration files. If rem_drv has been executed, the next time the system is rebooted it automatically performs a reconfiguration boot (see kernel(1M)). The following options are supported: -b basedir Sets the path to the root directory of the diskless client. Used on the server to execute rem_drv for a client. The client machine must be rebooted to unload the driver. Note - The root file system of any non-global zones must not be referenced with the -b option. Doing so might damage the global zone's file system, might compromise the security of the global zone, and might damage the non-global zone's file system. See zones(5). Example 1: Removing the sd Driver The following example removes the sd driver from use: example% rem_drv sd Example 2: Removing a Diskless Client The following example removes the driver from the sun1 diskless client. The driver is not uninstalled or unloaded until the client machine is rebooted. example% rem_drv -b /export/root/sun1 sd Note the caveat on the use of the -b option in the description of that option, above. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ add_drv(1M), kernel(1M), update_drv(1M), attributes(5), devfs(7FS) 6 Apr 2005 rem_drv(1M)
All times are GMT -4. The time now is 03:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy