Newbie for solaris 10 and zfs


 
Thread Tools Search this Thread
Operating Systems Solaris Newbie for solaris 10 and zfs
# 1  
Old 05-20-2009
Newbie for solaris 10 and zfs

I have a Sun T2000 machines and require to reinstall the OS (Solaris 10 05/09).
During installation, it prompts me about using UFS/ZFS and I'd chosen ZFS and choose to separate /root and /var.

After installation, it displays the following:

Code:
Filesystem            kbytes    used   avail capacity  Mounted on
rpool/ROOT/s10s_u7wos_08
                     69672960 5614611 56828127     9%    /
/devices                   0       0       0     0%    /devices
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                 8731104    1560 8729544     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
sharefs                    0       0       0     0%    /etc/dfs/sharetab
/platform/SUNW,Sun-Fire-T200/lib/libc_psr/libc_psr_hwcap1.so.1
                     62442738 5614611 56828127     9%    /platform/sun4v/lib/libc_psr.so.1
/platform/SUNW,Sun-Fire-T200/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
                     62442738 5614611 56828127     9%    /platform/sun4v/lib/sparcv9/libc_psr.so.1
fd                         0       0       0     0%    /dev/fd
rpool/ROOT/s10s_u7wos_08/var
                     69672960   68478 56828127     1%    /var
swap                 8729576      32 8729544     1%    /tmp
swap                 8729576      32 8729544     1%    /var/run
rpool/export         69672960      20 56828127     1%    /export
rpool/export/home    69672960 3490068 56828127     6%    /export/home
rpool                69672960      94 56828127     1%    /rpool


-----------------------------------------------------------------


bash-3.00# zfs list
NAME                           USED  AVAIL  REFER  MOUNTPOINT
rpool                         12.2G  54.2G    94K  /rpool
rpool/ROOT                    5.42G  54.2G    18K  legacy
rpool/ROOT/s10s_u7wos_08      5.42G  54.2G  5.35G  /
rpool/ROOT/s10s_u7wos_08/var  66.9M  54.2G  66.9M  /var
rpool/dump                    1.50G  54.2G  1.50G  -
rpool/export                  3.33G  54.2G    20K  /export
rpool/export/home             3.33G  54.2G  3.33G  /export/home
rpool/swap                       2G  56.2G    16K  -

It seems that the /root shares the space with /var
How can I separate the /var?
Do I need to backup and create a new pool?

Thanks.
# 2  
Old 05-20-2009
/var is a separate filesystem from / in your setup.
You can set a quota on /var if you want it not to affect the remaining filesystems.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Install Solaris 11 with ZFS

Hi, I'm not expert with solaris. I Familiar with Linux variant only. Could anyone point me to right tutorial? I got one > but not sure it can be use or not. I'm doing fresh install for new server. The server spec did not come out yet. Please assist me. Thanks. (17 Replies)
Discussion started by: mzainal
17 Replies

2. Solaris

Solaris ZFS question

What I am trying to do is reuse space that was used from an old solaris zone and take that space used in the 2 disk mirror from the 2nd zpool and relocate it to /var/audit in the root pool. The pysical server has 4 disks. 2 disks are a mirrored root zone(c1t0d0s0,c1t1d0s0) and the other were the... (1 Reply)
Discussion started by: jpolachak
1 Replies

3. Solaris

dual boot solaris/solaris zfs file system

Hi, I am running into a some problems creating a dual boot system of 2 solaris instances using ZFS file system and I was wondering if someone can help me out. First some back ground. I have been asked to change the file system of our server from UFS to ZFS. Currently we are using Solaris... (3 Replies)
Discussion started by: estammis
3 Replies

4. Solaris

Solaris zone on ZFS

..... (2 Replies)
Discussion started by: brusell
2 Replies

5. Solaris

Solaris 10 ZFS ACL help

All, Does anyone know of a simple way to traverse a file system and collect all ACL's (or ACE's as they are called now)? We use to be able to use getfacl fairly easily for this task but now we are forced to use -v or -V with the 'ls' command to get the extended permissions for a... (1 Reply)
Discussion started by: Shoeless_Mike
1 Replies

6. Solaris

Need to take snapshot in solaris (using ZFS or ....)

Hi, I am working on Network Management Software product. This is supported both windows and solaris platform. I need to take the snapshot of the solaris server ( which installed our product), like vmware in windows. I think using ZFS files system, we can take the snapshot in solaris 10 but... (2 Replies)
Discussion started by: mgmk.84
2 Replies

7. UNIX for Advanced & Expert Users

Need to take snapshot in solaris (using ZFS or ....)

Hi, I am working on Network Management Software product. This is supported both windows and solaris platform. I need to take the snapshot of the solaris server ( which installed our product), like vmware in windows. I think using ZFS files system, we can take the snapshot in solaris... (1 Reply)
Discussion started by: mgmk.84
1 Replies

8. Solaris

Solaris 10 ZFS

I'm typing on a nice Sunblade 100 that is willing to be a lab rat for my experiments. I installed Solaris 10 and want to mess with ZFS. Does anyone have any docs on how to install zfs or how to convert my current UFS filesystems to ZFS? Does anyone have any experiences good or bad with ZFS... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies
Login or Register to Ask a Question