man pages section 1M: System Administration Commands
  Search only this book
Download this book in PDF (4505 KB)

lufslist(1M)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXIT STATUS | FILES | ATTRIBUTES | SEE ALSO

NAME

    lufslist– list configuration of a boot environment

SYNOPSIS

    lufslist [-l error_log] [-o outfile] BE_name

DESCRIPTION

    The lufslist command is part of a suite of commands that make up the Live Upgrade feature of the Solaris operating environment. See live_upgrade(5) for a description of the Live Upgrade feature.

    The lufslist command lists the configuration of a boot environment (BE). The output contains the disk slice (file system), file system type, and file system size for each BE mount point.

    The following is an example of lufslist output.


    # lufslist BE_name
    Filesystem                fstype       size(Mb) Mounted on
    ------------------------------------------------------------------
    /dev/dsk/c0t0d0s1         swap           512.11 -
    /dev/dsk/c0t4d0s3         ufs           3738.29 /
    /dev/dsk/c0t4d0s4         ufs            510.24 /opt

    File system type can be ufs, swap, or vxfs, for a Veritas file system. Under the Filesystem heading can be a disk slice or a logical device, such as a disk metadevice used by volume management software.

    The lufslist command requires root privileges.

OPTIONS

    The lufslist command has the following options:

    -l error_log

    Error and status messages are sent to error_log, in addition to where they are sent in your current environment.

    -o outfile

    All command output is sent to outfile, in addition to where it is sent in your current environment.

OPERANDS

    BE_name

    Name of the BE for which file systems are to be reported. You cannot specify a BE that is involved in another Live Upgrade operation.

EXIT STATUS

    The following exit values are returned:

    0

    Successful completion.

    >0

    An error occurred.

FILES

    /etc/lutab

    list of BEs on the system

ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

     ATTRIBUTE TYPE ATTRIBUTE VALUE
     Availability SUNWluu

SEE ALSO

SunOS 5.8  Last Revised 22 Oct 2001

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXIT STATUS | FILES | ATTRIBUTES | SEE ALSO