Featured post

Quiz: Data PreProcessing

Friday, 16 December 2016

Solaris 10: How to add ZPOOL-ZFS file system on Solaris local zones

How to add ZPOOL-ZFS file system on Solaris local zones or How to create a file system on container.



1> In case sufficient space is not there in the zpool. Add the new LUN to the pool

# zpool add zpaudxxxs_T2CL_zones c10t6000097000049570003653303438323423d0
# zpool list
NAME                    SIZE  ALLOC   FREE  CAP  HEALTH  ALTROOT

zpaudxxxs_T2CL_zones  2.20T   972G  1.25T  43%  ONLINE  -


2> Zlogin to the container
# mkdir -p /proj/build/bamboo
# zfs create -o mountpoint=/proj/build/bamboo zpaudxxxs_T2CL_zones/proj/dcmwxxxz/pbamboo
# zfs set quota=40G zpaudxxxs_T2CL_zones/proj/dcmwxxxz/pbamboo


No comments:

Post a Comment