ZFS Root help needed


 
Thread Tools Search this Thread
Operating Systems Solaris ZFS Root help needed
# 1  
Old 12-07-2009
ZFS Root help needed

I'm new to zfs root, can someone explain, in the example below, the root filesystem. It says I have 67G Total Space, 9.6G is used, yet I have only 36G available?



Code:
root@servername:/#df -h
Filesystem             size   used  avail capacity  Mounted on
rpool/ROOT/s10s_u8wos_08a
                        67G   9.6G    36G    22%    /
/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   440K    12G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
/platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1
                        46G   9.6G    36G    22%    /platform/sun4u-us3/lib/libc_psr.so.1
/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
                        46G   9.6G    36G    22%    /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
fd                       0K     0K     0K     0%    /dev/fd
swap                    12G   112K    12G     1%    /tmp
swap                    12G    32K    12G     1%    /var/run
rpool/export            10G    23K   8.3G     1%    /export
rpool/export/home       10G   1.7G   8.3G    17%    /export/home
rpool                   67G    97K    36G     1%    /rpool
nbu_pool                67G    23K    67G     1%    /opt/nbu_pool
nbu_pool/openv          67G    21K    67G     1%    /opt/nbu_pool/openv


Last edited by DukeNuke2; 12-08-2009 at 04:17 AM.. Reason: please use code tags!
# 2  
Old 12-08-2009
Please use code tags for your df output to be readable..

At first glance, you have a 12 GB swap device but that's not enough to explain the apparent discrepancy. Post "zpool status", "zfs list", "zfs list -t all" output to see what else is using disk space.
# 3  
Old 12-09-2009
Posting a "zfs list" would help the discussion; however, I believe
you have the following in your rpool Zpool.

67G (rpool) - [9.6G (/) + 12G (swap) + 10G (/export reservation)] = ~ 36G (available)

Of course, the /export reservation is an assumption I'm making.

Code:
Filesystem             size   used  avail capacity  Mounted on
rpool/ROOT/s10s_u8wos_08a
                        67G   9.6G    36G    22%    /
swap                    12G   112K    12G     1%    /tmp
rpool/export            10G    23K   8.3G     1%    /export


Last edited by vbe; 12-10-2009 at 04:49 AM.. Reason: +code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

help needed for fixing zfs bug

Hi Experts I've problem in a my office server (solaris 10 - x86) version. x4600 M2 hardware This system is getting rebooted because of zfs bug I've applied patch using live upgrade with live new environment created and applied the patch which oracle suggested( 144501-19), it asks for... (3 Replies)
Discussion started by: SunSolars_admin
3 Replies

2. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

3. Solaris

ZFS root Issue

I jumpstarted a solaris sun4u box from WANboot and it completed but while coming up it gives following error and panics Use is subject to license terms. NOTICE: zfs_parse_bootfs: error 48 Cannot mount root on rpool/47 fstype zfs panic/thread=180e000: vfs_mountroot: cannot mount root ... (0 Replies)
Discussion started by: fugitive
0 Replies

4. Solaris

Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)). My issue is that I get prompted for information each time I boot the client system. My goal is to get the... (8 Replies)
Discussion started by: bluescreen
8 Replies

5. Solaris

Jumpstart ZFS root issue

I 'm tryin to install a solaris server After all the system initialization & extraction of flash archive installation aborts with following error .. Does anyone know what could be the issue for the same ? Any help would be appreciated Extracted 2205.05 MB ( 99% of 2205.54 MB... (6 Replies)
Discussion started by: fugitive
6 Replies

6. Solaris

Live upgrade issue with ZFS Root

I have created a solaris10 update9 zfs root flash archive for sun4v environment which i 'm tryin to use for upgrading solaris10 update8 zfs root based server using live upgrade. following is my current system status lustatus Boot Environment Is Active Active Can Copy Name Complete Now... (0 Replies)
Discussion started by: fugitive
0 Replies

7. Solaris

zfs root flash archive issue

I have created a flash archive from a Ldom on T5220 with zfs root solaris 10_u8. But after creation of flar the info shows the content_architectures=sun4c,sun4d,sun4m,sun4u,sun4us,sun4s but not sun4v due to which i 'm unable to install this flash archive on another Ldom on the same host. Is... (0 Replies)
Discussion started by: fugitive
0 Replies

8. Solaris

ZFS Root Import Access

I have a PC running Solaris 10. My Sun V60x (Intel) recently broke and I took out one of the (mirrored root) drives and connected them to the PC and tried to access it. I imported it but can only access a "data" directory and nothing of the Solaris filesystem. It only has one partition: ... (4 Replies)
Discussion started by: pettefar
4 Replies

9. Solaris

ZFS root + Flash archive in update7

Has ZFS root is being supported in flash archive in the recently released update 7 .. i read a specific patch has been released for this , can anyone let me know that , and have anybody tested it if its working fine or not ? (1 Reply)
Discussion started by: fugitive
1 Replies
Login or Register to Ask a Question