Sponsored Content
Operating Systems Solaris Extend zfs storage filesystem Post 303016874 by shahzad53 on Saturday 5th of May 2018 06:20:11 AM
Old 05-05-2018
output for queries

# zpool list u01-data-pool

NAME SIZE ALLOC FREE CAP HEALTH ALTROOT
u01-data-pool 848G 562G 286G 66% ONLINE -



# zfs get refquota,quota,refreservation,reservation u01-data-pool

NAME PROPERTY VALUE SOURCE
u01-data-pool refquota none default
u01-data-pool quota none default
u01-data-pool refreservation none default
u01-data-pool reservation none default


# zfs get refquota,quota,refreservation,reservation u01-data-pool/data
NAME PROPERTY VALUE SOURCE
u01-data-pool/data refquota none default
u01-data-pool/data quota 700G local
u01-data-pool/data refreservation none default
u01-data-pool/data reservation none local

# zfs get refquota,quota,refreservation,reservation u01-data-pool/u01

NAME PROPERTY VALUE SOURCE
u01-data-pool/u01 refquota none default
u01-data-pool/u01 quota 200G local
u01-data-pool/u01 refreservation none default
u01-data-pool/u01 reservation 200G local
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

how can I extend /usr filesystem

How can extend /usr filesystem in hp-ux 11.11 (I'm not using online JFS) ? (0 Replies)
Discussion started by: pedro_lezaeta
0 Replies

2. AIX

Extend a Filesystem with other LV

Hi Everybody, Is it possible to extend a Filesystem by adding a new LV that exist on different VG to this Filesystem? Thanks in advance. (6 Replies)
Discussion started by: aldowsary
6 Replies

3. Solaris

How to extend a filesystem

I am running solaris 10 with Veritas. I want to extend a filesystem. It's an oracle partition (/ora12). How can I find out if there is space available to expand the filesystem and then how does one extend it. I'm from the HPUX world and so LVM was always how I did things. Thanks jackie (5 Replies)
Discussion started by: jackiebaron
5 Replies

4. Filesystems, Disks and Memory

How to extend a filesystem??

OK I'm sure this question has been posed far too many times. I have solaris 10 x86 with NO Veritas or Disksuite filesystems. Below is the output of df -k # df -k Filesystem kbytes used avail capacity Mounted on / 10485760 547513 9317128 6% / /dev... (1 Reply)
Discussion started by: jackiebaron
1 Replies

5. Solaris

Filesystem - error when extend the filesystem

Hi all, currently , my root filesystem already reach 90 ++% I already add more cylinder in the root partition as below Part Tag Flag Cylinders Size Blocks 0 root wm 67 - 5086 38.46GB (5020/0/0) 80646300 1 swap wu 1 - ... (11 Replies)
Discussion started by: SmartAntz
11 Replies

6. Solaris

I need expand or extend a filesystem dfsk.

Hello I need to expand a filesystem is full, but I understand that for this I need a volume manager like SVM or Veritas. I have installed solaris 10 but I give it a metastat and tells me there is no database, as if the installation does not have the sudmirrors attachments. The filesystem... (1 Reply)
Discussion started by: cata
1 Replies

7. AIX

choosing correct VG for Filesystem extend

Hi Gurus, I have Aix 5.3 server and would like to extend the following filesystem. Filesystem GB blocks Free %Used Iused %Iused Mounted on /dev/lv_mecdr 120.00 12.04 90% 560973 14% /home/mecdrBut there's only 16G for the VG, may be i can expand it... (11 Replies)
Discussion started by: thepurple
11 Replies

8. Emergency UNIX and Linux Support

Not able to extend ZFS file system

Hi All, I have Solaris-10 configured with two non-global zones. All file-systems are mounted on global zone and data file-systems are mounted on non-global zone as lofs. I have added 4 luns of 100 GB each and still not able to extend a file-system. This is production server, so I can not... (5 Replies)
Discussion started by: solaris_1977
5 Replies

9. Solaris

ZFS Filesystem

Hi, Recently we have new server T5 Oracle. We set up it for our database. For out database files we set one zfs filesystem. When i use iostat -xc the output as below. As you see the value for vdc4 is quite high. extended device statistics cpu device ... (32 Replies)
Discussion started by: tharmendran
32 Replies
RANDOMSOUND(8)						      System Manager's Manual						    RANDOMSOUND(8)

NAME
randomsound - ALSA sound card related entropy gathering daemon. SYNOPSIS
randomsound [options] DESCRIPTION
Using the low order bit of the ADC output of your sound card, randomsound gathers entropy, debiases it and offers it up to your kernel's random pool. It can be tweaked to only write into the pool when it drops below a certain level, and to back off once the pool is full enough. This build will set your sound card into 16 bit mono unsigned input at 8KHz. If your sound card cannot do that then you will need to change the defines in asoundrunner.c and recompile the package. You must have set up asound as root on your machine. This can be done with the asoundconf tool and its set-default-card command. You may also need to use the alsamixer to ensure that the sound card is generating plenty of noise. Set all the gains nice and high, turn on any boosters you have. If you have a V_REFLVL or similar then consider tweaking that. OPTIONS
-D Daemonize -v Increase verbosity. Can be used more than once. -m specify minimum number of bits of entropy in the pool. -M specify max number of bits in the pool. -b specify number of bytes of randomness to buffer for use. -d specify number of bytes to deposit into the pool each time. -h display help message -V display version information. AUTHOR
randomsound was written by Daniel Silverstone <dsilvers@digital-scurf.org> Pepperfish August 18, 2007 RANDOMSOUND(8)
All times are GMT -4. The time now is 05:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy