Solaris
ZFS - zpool administration made easy Print E-mail
(4 votes, average: 3.50 out of 5)
Written by geekyS   
Tuesday, 23 December 2008 09:00

ZFS - zpool administration

 

Create 7 files using mkfile command to perform all zpool related activities. 

[root@geekyfacts]# mkdir /pool


[root@geekyfacts]# cd /pool


[root@geekyfacts]# ls


[root@geekyfacts]# mkfile 100m disk1 disk2 disk3 disk4 disk5 disk6

Last Updated on Tuesday, 23 December 2008 15:44
Read more...
 
Adding or Delegating ZFS File system to Non-Global Zones Print E-mail
Written by geekyS   
Saturday, 20 December 2008 17:47

This Geekyfacts article explains the procedure to add & delegate ZFS file system to Non-Global zone


Adding ZFS File system to a Non-Global Zone

 

ZFS file system can be added to Non-global zones using zonecfg command's add fs option. Before adding, the file system mountpoint property should be set to legacy and file system should not been mounted already in another location.

 

Non-global zone can create and delete files under the added file system, but it will not get the contol to change the file system properties like mountpoint,readonly,atime,compression. Global zone is responsible for controlling and managing the file system.

Last Updated on Monday, 22 December 2008 08:37
Read more...
 
ZFS Volume as swap device Print E-mail
Written by geekyS   
Saturday, 20 December 2008 17:00

This Geekyfacts article explains the procedure to use zfs volume as swap device                                                  

 

Creating a ZFS volume of size 1gb

[root@geekyfacts]# zfs create -V 1gb testpool/swapvol

[root@geekyfacts]# zfs list
NAME               USED  AVAIL  REFER  MOUNTPOINT
testpool          1.00G   880M    18K  /testpool
testpool/swapvol     1G  1.86G    16K  -

Last Updated on Thursday, 01 January 2009 09:27
Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2