Activating disk cache on a Sun Solaris Server
Par Nixman le lundi 12 mai 2008, 21:26 - Solaris - Lien permanent
Works on: Sun Solaris
Solaris disables disk cache by default, which has debatable advantages of data integrity, and definitive disadvantages in terms of I/O performance.
Here are the steps needed to enable the functionality:
# init 1
# format -e
format> cache
format> write_cache
format> display
format> enable (if disabled)Happy computing.
Drop me a comment if this post has been useful to you, or if you see any reason for add-on or modification.
Nixman