 |
Index for Section 8 |
|
 |
Alphabetical listing for V |
|
 |
Bottom of page |
|
vlsnpg(8)
NAME
vlsnpg - displays the LSN of a page of the log
SYNOPSIS
/sbin/advfs/vlsnpg special [page_LBN]
OPERANDS
special
Specifies the volume on which the page is located.
page_LBN
Specifies the logical block number (LBN) of the requested page; the
default is zero.
DESCRIPTION
Given the device and the LBN, the vlsnpg utility displays the logical
sequence number of the page of the log. The page takes on the logical
sequence number (LSN) of its first record.
Use this command in a script to loop through logical sequence numbers for
several pages to find the end of the log.
RESTRICTIONS
You must have root user privileges to access this command.
SEE ALSO
advfs(4)
 |
Index for Section 8 |
|
 |
Alphabetical listing for V |
|
 |
Top of page |
|