old-www/LDP/EVMSUG/html/terminology.html

292 lines
5.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>EVMS terminology</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="EVMS User Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="What is EVMS?"
HREF="intro.html"><LINK
REL="PREVIOUS"
TITLE="The EVMS user interfaces"
HREF="uis.html"><LINK
REL="NEXT"
TITLE="What makes EVMS so flexible?"
HREF="x262.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>EVMS User Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="uis.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 1. What is EVMS?</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x262.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="terminology"
></A
>1.3. EVMS terminology</H1
><P
>To avoid confusion with other terms that describe volume
management in general, EVMS uses a specific set of terms.
These terms are listed, from most fundamental to most comprehensive,
as follows:
</P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
>Logical disk</DT
><DD
><P
>Representation of anything EVMS can access as a physical disk.
In EVMS, physical disks are logical disks.</P
></DD
><DT
>Sector</DT
><DD
><P
>The lowest level of addressability on a block
device. This definition is in keeping with the standard
meaning found in other management systems.</P
></DD
><DT
>Disk segment</DT
><DD
><P
>An ordered set of physically contiguous
sectors residing on the same storage object.
The general analogy for a segment is to a traditional disk
partition, such as DOS or OS/2 ®</P
></DD
><DT
>Storage region</DT
><DD
><P
>An ordered set of logically contiguous sectors
that are not necessarily physically contiguous. </P
></DD
><DT
>Storage object</DT
><DD
><P
>Any persistent memory structure in EVMS that can be used to
build objects or create a volume. Storage object is a generic term for disks, segments, regions, and feature objects.</P
></DD
><DT
>Storage container</DT
><DD
><P
>A collection of storage objects. A storage
container consumes one set of storage objects and produces new
storage objects. One common subset of storage containers is volume groups,
such as AIX® or LVM.</P
><P
>Storage containers can be either of type private or cluster.</P
></DD
><DT
>Cluster storage container</DT
><DD
><P
>Specialized storage containers that consume only disk objects
that are physically accessible from all nodes of a cluster.</P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
>Private storage container</DT
><DD
><P
>A collection of disks that are physically accessible from all
nodes of a cluster, managed as a single pool of storage, and owned and accessed
by a single node of the cluster at any given time.</P
></DD
><DT
>Shared storage container</DT
><DD
><P
>A collection of disks that are physically accessible from all
nodes of a cluster, managed as a single pool of storage, and owned and accessed
by all nodes of the cluster simultaneously.</P
></DD
><DT
>Deported storage container</DT
><DD
><P
>A shared cluster container that is not owned by any node of the cluster.</P
></DD
></DL
></DIV
></DD
><DT
>Feature object</DT
><DD
><P
>A storage object that contains an EVMS native feature.
</P
><P
>An <I
CLASS="glossterm"
>EVMS Native Feature</I
> is a function of volume management designed
and implemented by
EVMS. These features are not intended to be backward compatible with other
volume management technologies. </P
></DD
><DT
>Logical volume</DT
><DD
><P
>A volume that consumes a storage object and exports
something mountable. There are two varieties of logical volumes: <I
CLASS="glossterm"
>EVMS Volumes</I
>
and <I
CLASS="glossterm"
>Compatibility volumes</I
>.</P
><P
> <I
CLASS="glossterm"
>EVMS Volumes</I
> contain EVMS native metadata and can support all
EVMS features. <TT
CLASS="filename"
>/dev/evms/my_volume</TT
> would be an example
of an EVMS Volume.</P
><P
><I
CLASS="glossterm"
>Compatibility volumes</I
> do not contain any EVMS native metadata.
Compatibility volumes are backward compatible to their particular scheme, but
they cannot support EVMS features. <TT
CLASS="filename"
>/dev/evms/md/md0</TT
> would
be an example of a compatibility volume. </P
></DD
></DL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="uis.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x262.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>The EVMS user interfaces</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="intro.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>What makes EVMS so flexible?</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>