Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- i don't like safari it loads slow.
- wish it would work with weebly
- are there any good free rss feeds?
- ok cool i know weebly has some good backgrounds too!
- code is not showing now :(
Tech-Recipes
Cookbook of Tech TutorialsSolaris: Mount filesystem with UFS logging enabled | Solaris system administration | Tech-Recipes
Started by qdideas · 9 months ago
4 months ago
the same configuration can be applied on LVM slice (DiskSuite), also in mirroring configuration.
Also, it's better to flush the cache used by the logging configuration running the "lockfs (1M)". The option "-f" forces a synchronous flush of the named filesystem. It returns when all data has been written to disk and the log has been rolled.
Using your example:
/usr/sbin/lockfs -f /dev/dsk/c0t0d0s3
Better if insert the command in the crontab for flush log in a specified time every day.
Cesare