| Click this button to go to the index for this section. |
vlsnpg(8)
NAME
vlsnpg - displays the LSN of a page of the logSYNOPSIS
/sbin/advfs/vlsnpg special [page_LBN] 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.RELATED INFORMATION
advfs(4)