Sponsored Content
Full Discussion: not able to use pool
Operating Systems Solaris not able to use pool Post 302549692 by dude2cool on Tuesday 23rd of August 2011 05:11:26 PM
Old 08-23-2011
Capacity is % used. Do a man zpool to read about it.

capacity

Percentage of pool space used. This property can also be referred to by its shortened column name, "cap".
This User Gave Thanks to dude2cool For This Post:
 

10 More Discussions You Might Find Interesting

1. IP Networking

connection pool

Hi; Can someone please explain how do connections differ from threads? or a link to a good site about connection pooling and how threads are utilized by the OS. Thanks (1 Reply)
Discussion started by: suntan
1 Replies

2. Solaris

project vs pool vs use

hi, i am looking for a tool to see how many CPUs, controlled by FSS inside a pool, a project used over some time.... i have a 20k with several zones inside some pools. the cpu-sets/pools are configured with FSS and the zones with different shares. Inside the zones, i use projects with FSS... (2 Replies)
Discussion started by: pressy
2 Replies

3. Infrastructure Monitoring

zfs - migrate from pool to pool

Here are the details. cnjr-opennms>root$ zfs list NAME USED AVAIL REFER MOUNTPOINT openpool 20.6G 46.3G 35.5K /openpool openpool/ROOT 15.4G 46.3G 18K legacy openpool/ROOT/rds 15.4G 46.3G 15.3G / openpool/ROOT/rds/var 102M ... (3 Replies)
Discussion started by: pupp
3 Replies

4. Solaris

ZFS pool question

I created a pool the other day. I created a 10 gig files just for a test, then deleted it. I proceeded to create a few files systems. But for some reason the pool shows 10% full, but the files systems are both at 1%? Both files systems share the same pool. When I ls -al the pool I just... (6 Replies)
Discussion started by: mrlayance
6 Replies

5. Solaris

need some help in resource pool creation

i have server carry more than 50 zone i want to create 2 resource pool assign 40 zone to resource pool number 1 assign 10 zone to resource pool number 2 how can i do that (1 Reply)
Discussion started by: coxmanchester
1 Replies

6. Solaris

Hot Spare pool

One more query in SVM :) Now with hot spare spool... I can understand adding/replacing a slice in particular hot spare pool with "-a / -r" option (or) adding a slice to all existing hot spare pool with "-all" option. Here my query is for deleting, we have only option "-d". 1) If the hot... (2 Replies)
Discussion started by: gowthamakanthan
2 Replies

7. Solaris

Best way to rename a ZFS Pool?

Other than export/import, is there a cleaner way to rename a pool without unmounting de FS? Something like, say "zpool rename a b"? Thanks. (2 Replies)
Discussion started by: verdepollo
2 Replies

8. UNIX for Dummies Questions & Answers

thread pool problem

hello everyone. I want to implement a thread pool, with 10 threads most. Inside main,I call a function (lets say it foo) wich creates (if it is needed) or uses an existing thread from the pool and sends it to do a job.My problem is that I dont know how to pass the argument from the main to the... (2 Replies)
Discussion started by: garag11
2 Replies

9. Solaris

Do I need a pool before I can mirror my disks?

Hi! I would also like to know if I need first to create a pool before I can mirror my disks inside that pool. My first disk is c7t0d0s0 and my second disk is c7t2d0s0 as seen in the figure below. I would create a pool named rpool1 for this 2 disks. # zpool create rpool1 c7t0d0p0 c7t2d0p0 ... (18 Replies)
Discussion started by: CarlosP
18 Replies

10. Solaris

Create Pool

Assuming we have a server with 8 hdd, using raid5. After applying raid5 to the disk, solaris 11 will be install. In my understanding, 8 hdd will represent 1disk(pls correct me if I'm wrong) and have one pool(rpool). Using raid5 for 8hdd, could it be possible to have multiple pool? My... (11 Replies)
Discussion started by: flexihopper18
11 Replies
DPM-QRYCONF(1)						    DPM Administrator Commands						    DPM-QRYCONF(1)

NAME
dpm-qryconf - display the Disk Pool Manager configuration SYNOPSIS
dpm-qryconf [ --groups ] [ --help ] [ --proto ] [ --si ] [ --weight ] DESCRIPTION
dpm-qryconf displays the Disk Pool Manager configuration. For each pool, it displays two lines. The first one gives the pool name, the default amount of space reserved for a file, the threshold (in %) at which the garbage collector is started and stopped, the default life- time, the default pin time, the maximum lifetime, the maximum pin time, the "File System Selection" policy name, the "Garbage Collection" policy name, the "Request Selection" policy name, the group id if the pool is restricted or 0, the space type: V (for Volatile), D (for Durable), P (for Permanent) or - (for any type), the "Migration Policy" name and the retention policy: R (for Replica), O (for Output) or C (for Custodial). All time values are either "Inf" (for infinite) or expressed in years, months, days, hours or seconds. The second one gives the capacity of the disk pool and the amount of free space. After each pool description, the filesystems belonging to the pool are listed giving the server name, the filesystem name, the capacity, the amount of free space and the status. OPTIONS
--groups list group names instead of gids. --proto list also the supported access protocols. --si use powers of 1000 not 1024 for sizes. --weight list weight associated with each filesystem. EXAMPLE
setenv DPM_HOST dpmhost dpm-qryconf POOL Volatile DEFSIZE 100.00M GC_START_THRESH 0 GC_STOP_THRESH 0 DEF_LIFETIME 7.0d DEFPINTIME 2.0h MAX_LIFETIME 1.0m MAXPINTIME 12.0h FSS_POLICY maxfreespace GC_POLICY lru RS_POLICY fifo GIDS 0 S_TYPE - MIG_POLICY none RET_POLICY R CAPACITY 3.85G FREE 3.43G ( 89.1%) lxb0722.cern.ch /data CAPACITY 3.85G FREE 3.43G ( 89.1%) EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm(1), dpm-addpool(1), dpm-addfs(1) LCG
$Date: 2011-05-23 14:23:32 +0200 (Mon, 23 May 2011) $ DPM-QRYCONF(1)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy