How do I turn on the file change log in veritas file system?



  • The File Change Log (FCL) in veritas file system monitors the changes in files and directories, it records the information in a spare file in the lost+found directory of the file system, called changelog. This is not like change control or revision control of files. Applications can use this function to determine changes in a file system, so it can be useful in programming.

    To turn on the FCL on a file system:

    # fcladm on /oracle_data01
    

    To check the state of FCL on a file system:

    # fcladm state /oracle_data01
    ON
    

    To print the print superblock of a change log

    # fcladm print 0 /oracle_data01
    magic a506fcf5  version 3
    time 1174137506 408971  (Sat Mar 17 13:18:26 2007 GMT)
    state ON  sync 1
    foff 1024  loff 1024
    

Log in to reply
 

© Lightnetics 2024