185e9dc7dSPawel Jakub Dawidek.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> 23e64260dSPawel Jakub Dawidek.\" All rights reserved. 33e64260dSPawel Jakub Dawidek.\" 43e64260dSPawel Jakub Dawidek.\" Redistribution and use in source and binary forms, with or without 53e64260dSPawel Jakub Dawidek.\" modification, are permitted provided that the following conditions 63e64260dSPawel Jakub Dawidek.\" are met: 73e64260dSPawel Jakub Dawidek.\" 1. Redistributions of source code must retain the above copyright 83e64260dSPawel Jakub Dawidek.\" notice, this list of conditions and the following disclaimer. 93e64260dSPawel Jakub Dawidek.\" 2. Redistributions in binary form must reproduce the above copyright 103e64260dSPawel Jakub Dawidek.\" notice, this list of conditions and the following disclaimer in the 113e64260dSPawel Jakub Dawidek.\" documentation and/or other materials provided with the distribution. 123e64260dSPawel Jakub Dawidek.\" 133e64260dSPawel Jakub Dawidek.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND 143e64260dSPawel Jakub Dawidek.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 153e64260dSPawel Jakub Dawidek.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 163e64260dSPawel Jakub Dawidek.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE 173e64260dSPawel Jakub Dawidek.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 183e64260dSPawel Jakub Dawidek.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 193e64260dSPawel Jakub Dawidek.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 203e64260dSPawel Jakub Dawidek.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 213e64260dSPawel Jakub Dawidek.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 223e64260dSPawel Jakub Dawidek.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 233e64260dSPawel Jakub Dawidek.\" SUCH DAMAGE. 243e64260dSPawel Jakub Dawidek.\" 253e64260dSPawel Jakub Dawidek.\" $FreeBSD$ 263e64260dSPawel Jakub Dawidek.\" 2783d165c1SAlexander Motin.Dd January 5, 2011 283e64260dSPawel Jakub Dawidek.Dt GEOM 8 293e64260dSPawel Jakub Dawidek.Os 303e64260dSPawel Jakub Dawidek.Sh NAME 313e64260dSPawel Jakub Dawidek.Nm geom 323e64260dSPawel Jakub Dawidek.Nd "universal control utility for GEOM classes" 333e64260dSPawel Jakub Dawidek.Sh SYNOPSIS 343e64260dSPawel Jakub Dawidek.Nm 353e64260dSPawel Jakub Dawidek.Ar class 36adc8d20dSPawel Jakub Dawidek.Cm help 37adc8d20dSPawel Jakub Dawidek.Nm 38adc8d20dSPawel Jakub Dawidek.Ar class 39adc8d20dSPawel Jakub Dawidek.Cm list 4083d165c1SAlexander Motin.Op Fl a 41adc8d20dSPawel Jakub Dawidek.Op Ar name ... 42adc8d20dSPawel Jakub Dawidek.Nm 43adc8d20dSPawel Jakub Dawidek.Ar class 44adc8d20dSPawel Jakub Dawidek.Cm status 4583d165c1SAlexander Motin.Op Fl ags 46adc8d20dSPawel Jakub Dawidek.Op Ar name ... 47adc8d20dSPawel Jakub Dawidek.Nm 48adc8d20dSPawel Jakub Dawidek.Ar class 49adc8d20dSPawel Jakub Dawidek.Cm load 50adc8d20dSPawel Jakub Dawidek.Op Fl v 51adc8d20dSPawel Jakub Dawidek.Nm 52adc8d20dSPawel Jakub Dawidek.Ar class 53adc8d20dSPawel Jakub Dawidek.Cm unload 54adc8d20dSPawel Jakub Dawidek.Op Fl v 553e64260dSPawel Jakub Dawidek.Sh DESCRIPTION 563e64260dSPawel Jakub DawidekThe 573e64260dSPawel Jakub Dawidek.Nm 583e64260dSPawel Jakub Dawidekutility is used to control various GEOM classes. 593e64260dSPawel Jakub DawidekA class has to be aware of 603e64260dSPawel Jakub Dawidek.Xr geom 8 61f6ac2391SJoel Dahlcommunication methods, but there are also some standard commands 62d608b5abSCeri Davieswhich can be used for existing 633e64260dSPawel Jakub Dawidek.Xr geom 8 64d608b5abSCeri Daviesunaware classes. 653e64260dSPawel Jakub DawidekHere is the list of standard commands: 6685e9dc7dSPawel Jakub Dawidek.Bl -tag -width ".Cm status" 673e64260dSPawel Jakub Dawidek.It Cm help 683e64260dSPawel Jakub DawidekList all available commands for the given class. 693e64260dSPawel Jakub Dawidek.It Cm list 701d723f1dSPawel Jakub DawidekPrint detailed information (within the given class) about all geoms 711d723f1dSPawel Jakub Dawidek(if no additional arguments were specified) or the given geoms. 723e64260dSPawel Jakub DawidekThis command is only available if the given class exists in the kernel. 7383d165c1SAlexander MotinAdditional options include: 7483d165c1SAlexander Motin.Bl -tag -width ".Fl a" 7583d165c1SAlexander Motin.It Fl a 7683d165c1SAlexander MotinPrint information for geoms without providers. 7783d165c1SAlexander Motin.El 7885e9dc7dSPawel Jakub Dawidek.It Cm status 7985e9dc7dSPawel Jakub DawidekPrint general information (within the given class) about all geoms 8085e9dc7dSPawel Jakub Dawidek(if no additional arguments were specified) or the given geoms. 8185e9dc7dSPawel Jakub DawidekThis command is only available if the given class exists in the kernel. 82ccc0c897SPawel Jakub Dawidek.Pp 83ccc0c897SPawel Jakub DawidekAdditional options include: 84ccc0c897SPawel Jakub Dawidek.Bl -tag -width ".Fl s" 8583d165c1SAlexander Motin.It Fl a 8683d165c1SAlexander MotinWhen used with -g, print status for geoms without providers. 8783d165c1SAlexander Motin.It Fl g 8883d165c1SAlexander MotinReport statuses for geoms instead of providers. 89ccc0c897SPawel Jakub Dawidek.It Fl s 90ccc0c897SPawel Jakub DawidekProduce script-friendly output. 91ccc0c897SPawel Jakub Dawidek.El 923e64260dSPawel Jakub Dawidek.It Cm load 933e64260dSPawel Jakub DawidekLoad the kernel module that implements the given class. 940e252c9aSRuslan ErmilovThis command is only available if the class does not yet exist in the kernel and 953e64260dSPawel Jakub Dawidekthe file 960e252c9aSRuslan Ermilov.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko 97c2025a76SJoel Dahlcan be found in one of the directories specified in 983e64260dSPawel Jakub Dawidek.Va kern.module_path 993e64260dSPawel Jakub Dawideksysctl. 1003e64260dSPawel Jakub Dawidek.It Cm unload 1013e64260dSPawel Jakub DawidekUnload the kernel module which implements the given class. 1023e64260dSPawel Jakub DawidekThis command is only available if the given class is loaded as a 1033e64260dSPawel Jakub Dawidekkernel module. 1043e64260dSPawel Jakub Dawidek.El 1053e64260dSPawel Jakub Dawidek.Pp 1063e64260dSPawel Jakub DawidekClass-specific commands are implemented as shared libraries which 1073e64260dSPawel Jakub Dawidekare stored in 1083e64260dSPawel Jakub Dawidek.Pa /lib/geom/ 1093e64260dSPawel Jakub Dawidekdirectory and are loaded via 1103e64260dSPawel Jakub Dawidek.Xr dlopen 3 1113e64260dSPawel Jakub Dawidekfunction when the class name is known. 1123e64260dSPawel Jakub DawidekWhen a class-specific shared library exists, a direct utility should also be 1133e64260dSPawel Jakub Dawidekavailable under the name of 1140e252c9aSRuslan Ermilov.Nm g Ns Ar class . 1153e64260dSPawel Jakub Dawidek.Pp 1163e64260dSPawel Jakub DawidekCurrently available classes which are aware of 1173e64260dSPawel Jakub Dawidek.Xr geom 8 : 1180e252c9aSRuslan Ermilov.Pp 1193e64260dSPawel Jakub Dawidek.Bl -bullet -offset indent -compact 1203e64260dSPawel Jakub Dawidek.It 121081632cfSPawel Jakub DawidekCACHE 122081632cfSPawel Jakub Dawidek.It 1233e64260dSPawel Jakub DawidekCONCAT 1243e64260dSPawel Jakub Dawidek.It 125343c20a8SPawel Jakub DawidekELI 126343c20a8SPawel Jakub Dawidek.It 127081632cfSPawel Jakub DawidekJOURNAL 128081632cfSPawel Jakub Dawidek.It 129b3530b8eSPawel Jakub DawidekLABEL 130b3530b8eSPawel Jakub Dawidek.It 131b3530b8eSPawel Jakub DawidekMIRROR 132b3530b8eSPawel Jakub Dawidek.It 13328887567SMaxim KonovalovMOUNTVER 13428887567SMaxim Konovalov.It 135081632cfSPawel Jakub DawidekMULTIPATH 136081632cfSPawel Jakub Dawidek.It 1373e64260dSPawel Jakub DawidekNOP 1383e64260dSPawel Jakub Dawidek.It 139081632cfSPawel Jakub DawidekPART 140081632cfSPawel Jakub Dawidek.It 14183d165c1SAlexander MotinRAID 14283d165c1SAlexander Motin.It 143b3530b8eSPawel Jakub DawidekRAID3 144b3530b8eSPawel Jakub Dawidek.It 14528887567SMaxim KonovalovSCHED 14628887567SMaxim Konovalov.It 147f7118698SPawel Jakub DawidekSHSEC 148f7118698SPawel Jakub Dawidek.It 1493e64260dSPawel Jakub DawidekSTRIPE 150f854db0bSPawel Jakub Dawidek.It 151f854db0bSPawel Jakub DawidekVIRSTOR 1523e64260dSPawel Jakub Dawidek.El 1533bad06e9SPawel Jakub Dawidek.Sh ENVIRONMENT 1543bad06e9SPawel Jakub DawidekThe following environment variables affect the execution of 1553bad06e9SPawel Jakub Dawidek.Nm : 1563bad06e9SPawel Jakub Dawidek.Bl -tag -width ".Ev GEOM_LIBRARY_PATH" 1573bad06e9SPawel Jakub Dawidek.It Ev GEOM_LIBRARY_PATH 1583bad06e9SPawel Jakub DawidekSpecifies the path where shared libraries are stored instead of 1593bad06e9SPawel Jakub Dawidek.Pa /lib/geom/ . 1609d193848SUlf LilleengenMultiple paths can be specified with a colon-separated list of paths. 1613bad06e9SPawel Jakub Dawidek.El 1626087df9eSRuslan Ermilov.Sh EXIT STATUS 1636087df9eSRuslan ErmilovExit status is 0 on success, and 1 if the command fails. 1643e64260dSPawel Jakub Dawidek.Sh EXAMPLES 1653e64260dSPawel Jakub DawidekThe following example shows how to set up a stripe on three disks for automatic 1663e64260dSPawel Jakub Dawidekconfiguration: 1673e64260dSPawel Jakub Dawidek.Bd -literal -offset indent 1683e64260dSPawel Jakub Dawidekgeom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 1693e64260dSPawel Jakub Dawidekor: 1703e64260dSPawel Jakub Dawidekgstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 1713e64260dSPawel Jakub Dawidek.Ed 1723e64260dSPawel Jakub Dawidek.Pp 1733e64260dSPawel Jakub DawidekPrint the list of all providers from the DISK class: 1743e64260dSPawel Jakub Dawidek.Bd -literal -offset indent 1753e64260dSPawel Jakub Dawidekgeom disk list 1763e64260dSPawel Jakub Dawidek.Ed 1773e64260dSPawel Jakub Dawidek.Pp 1783e64260dSPawel Jakub DawidekUnload a kernel module which implements the MD class: 1793e64260dSPawel Jakub Dawidek.Bd -literal -offset indent 1803e64260dSPawel Jakub Dawidekgeom md unload 1813e64260dSPawel Jakub Dawidek.Ed 1823e64260dSPawel Jakub Dawidek.Sh SEE ALSO 183a7c13cccSEdward Tomasz Napierala.Xr libgeom 3 , 1843e64260dSPawel Jakub Dawidek.Xr geom 4 , 185cf7710e1SEdward Tomasz Napierala.Xr gcache 8 , 1863e64260dSPawel Jakub Dawidek.Xr gconcat 8 , 187343c20a8SPawel Jakub Dawidek.Xr geli 8 , 188081632cfSPawel Jakub Dawidek.Xr gjournal 8 , 189b03d3309SPawel Jakub Dawidek.Xr glabel 8 , 1900fe2ba03SPawel Jakub Dawidek.Xr gmirror 8 , 191b3f9d8c8SEdward Tomasz Napierala.Xr gmountver 8 , 192081632cfSPawel Jakub Dawidek.Xr gmultipath 8 , 1933e64260dSPawel Jakub Dawidek.Xr gnop 8 , 194081632cfSPawel Jakub Dawidek.Xr gpart 8 , 195925fa96bSPawel Jakub Dawidek.Xr graid3 8 , 19628887567SMaxim Konovalov.Xr gsched 8 , 1974a06539fSPawel Jakub Dawidek.Xr gshsec 8 , 198f854db0bSPawel Jakub Dawidek.Xr gstripe 8 , 199f854db0bSPawel Jakub Dawidek.Xr gvirstor 8 2003e64260dSPawel Jakub Dawidek.Sh HISTORY 2013e64260dSPawel Jakub DawidekThe 2023e64260dSPawel Jakub Dawidek.Nm 2033e64260dSPawel Jakub Dawidekutility appeared in 2043e64260dSPawel Jakub Dawidek.Fx 5.3 . 2053e64260dSPawel Jakub Dawidek.Sh AUTHORS 206*bd0891ceSBaptiste Daroussin.An Pawel Jakub Dawidek Aq Mt pjd@FreeBSD.org 207