(SUMMARY) Journaling on Solaris 9

From: Carinus Carelse (carinus.carelse_at_mrc.ac.za)
Date: 05/31/05

  • Next message: LOEWENTHAL Simon: "POSTSCRIPT SUMMARY: Problem with sed - It misinterprets | (pipe)."
    Date: Tue, 31 May 2005 17:48:04 +0200
    To: sunmanagers@sunmanagers.org
    
    

    The Way to turn journaling on a solaris file system is to add the
    logging the variable at the end of your mount statment ie. mount options
    in the vfstab. In the example below the /tmp1 does not have loggin
    enabled but the /tmp2 does.

    Example:

    #device device
    mount FS fsck mount mount
    #to mount to fsck
    point type pass at boot options
    #

    /dev/md/dsk/d3 /dev/md/rdsk/d3 /tmp1
    ufs 1 no -

    /dev/dsk/c0t2d0s6 /dev/rdsk/c0t2d0s6 /tmp2 ufs
    1 yes logging

    You can turn it on from the command line on an unmounted filesytem by
    doing the command below.

    # mount -o logging /dev/dsk/c1t2d1s5 /tmp3

    Carinus
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers


  • Next message: LOEWENTHAL Simon: "POSTSCRIPT SUMMARY: Problem with sed - It misinterprets | (pipe)."