Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/beadm.1m
          +++ new/usr/src/man/man1m/beadm.1m
   1    1  '\" te
   2      -.\" Copyright 2012 Nexenta Systems, Inc. All rights reserved.
   3      -.TH BEADM 1M "Feb 26, 2011"
        2 +.\" Copyright 2013 Nexenta Systems, Inc. All rights reserved.
        3 +.TH BEADM 1M "Jul 25, 2013"
   4    4  .SH NAME
   5    5  beadm \- utility for managing zfs boot environments
   6    6  .SH SYNOPSIS
   7    7  .LP
   8    8  .nf
   9    9  \fBbeadm\fR \fBcreate\fR [\fB-a\fR] [\fB-d\fR \fIdescription\fR]
  10   10       [\fB-e\fR \fInon-activeBeName\fR | \fIbeName@snapshot\fR]
  11   11       [\fB-o\fR \fIproperty=value\fR] ... [\fB-p\fR \fIzpool\fR]
  12   12       [\fB-v\fR] \fIbeName\fR
  13   13  .fi
↓ open down ↓ 218 lines elided ↑ open up ↑
 232  232  .sp
 233  233  .ne 2
 234  234  .na
 235  235  \fB-p\fR \fIzpool\fR
 236  236  .ad
 237  237  .sp .6
 238  238  .RS 4n
 239  239  Create the new BE in the specified zpool.  If this is not provided, the
 240  240  default
 241  241  behavior is to create the new BE in the same pool as as the origin BE.
      242 +This option is not supported in non-global zone.
 242  243  .RE
 243  244  .sp
 244  245  .ne 2
 245  246  .na
 246  247  \fB-v\fR
 247  248  .ad
 248  249  .sp .6
 249  250  .RS 4n
 250  251  Verbose mode. Displays verbose error messages from \fBbeadm\fR.
 251  252  .RE
↓ open down ↓ 79 lines elided ↑ open up ↑
 331  332  .ad
 332  333  .sp .6
 333  334  .RS 4n
 334  335  Lists information about the existing boot environment named \fIbeName\fR, or
 335  336  lists
 336  337  information for all boot environments if \fIbeName\fR is not provided.
 337  338  The 'Active'
 338  339  field indicates whether the boot environment is active now,
 339  340  represented
 340  341  by 'N'; active on reboot, represented by 'R'; or both, represented
 341      -by 'NR'.
      342 +by 'NR'. In non-global zone the 'Active' field also indicates whether the
      343 +boot environment has a non-active parent BE, represented by 'x'; is active
      344 +on boot in a non-active parent BE, represented by 'b'. Activate, rollback
      345 +and snapshot operations for boot environments from non-active global parent
      346 +BE aren't supported, destroy is allowed if these boot environments aren't
      347 +active on boot.
 342  348  .sp
 343  349  Each line in the machine parasable output has the boot environment name as the
 344  350  first field.  The 'Space' field is displayed in bytes and the 'Created' field
 345  351  is displayed in UTC format.  The \fB-H\fR option used with no other options
 346  352  gives
 347  353  the boot environment's uuid in the second field.  This field will be
 348  354  blank if
 349      -the boot environment does not have a uuid.  See the EXAMPLES section.
      355 +the boot environment does not have a uuid. See the EXAMPLES section.
      356 +In non-global zones, this field shows the uuid of the parent BE.
 350  357  .sp
 351  358  .ne 2
 352  359  .na
 353  360  \fB-a\fR
 354  361  .ad
 355  362  .sp .6
 356  363  .RS 4n
 357  364  Lists all available information about the boot environment.  This includes
 358  365  subordinate file systems and snapshots.
 359  366  .RE
↓ open down ↓ 471 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX