Name | Synopsis | Description | See Also | Warnings
/etc/lutab
The file /etc/lutab is a list of the boot environments (BEs) configured on a system. There are three entries for each BE. These entries have the following form:
BE_id:BE_name:completion_flag:0 BE_id:root_slice:root_device or mirror:1 BE_id:boot-device:disk_device:2 |
The fields in the lutab entries are described as follows:
A unique, internally generated id for a BE.
The user-assigned name of a BE.
Indicates whether the BE is complete (C) or incomplete (NC). A complete BE is one that is not involved in any copy or upgrade operation. A BE can be activated or compared only when it is complete.
Indicates first of three lines.
As described above.
Designation of the root slice.
Device on which the root slice is mounted. On a system on which the Solaris Volume Manager software is running, this field identifies the root mirror.
Indicates second of three lines.
As described above.
Keyword.
On a system on which the Solaris Volume Manager software is running, this field identifies the physical slice (partition) on a disk on which the root mirror resides. On a system not running Solaris Volume Manager, this field matches the root_device field in line 2.
Indicates third of three lines.
The lutab file must not be edited by hand. Any user modification to this file will result in the incorrect operation of the Live Upgrade feature.
luactivate(1M), lucreate(1M), lucurr(1M), lufslist(1M), lustatus(1M), luupgrade(1M), attributes(5), live_upgrade(5)
The lutab file is not a public interface. The format and contents of lutab are subject to change. Use lufslist(1M) and lustatus(1M) to obtain information about BEs.
Name | Synopsis | Description | See Also | Warnings