More ZFS tuning
Thanks to Tom D. for pointing me this blog entry on ZFS tuning. The trick documented in this blog entry can be very useful for people who use ZFS on direct-attached storage arrays.
Read more "More ZFS tuning"Thanks to Tom D. for pointing me this blog entry on ZFS tuning. The trick documented in this blog entry can be very useful for people who use ZFS on direct-attached storage arrays.
Read more "More ZFS tuning"ZFS’s design goal is to be self tune. So, users don’t have to tweak kernel parameters to adjust ZFS’s performance characteristics. For those who wish to live on the bleeding edge of performance, I am including my notes on using a ztune.sh script below. Note: Each workload is different and these values may or may […]
Read more "ZFS: My notes on using ztune.sh for random IO access pattern"Bad magic number error indicates the system is mostly likely having trouble accessing VTOC (Volumne Table of Contents) This just indicates that the partition is in a strange state. What to do when you saw bad magic number errors in Solaris? If you know the alternate superblocks, then you can fsck the partition. If you […]
Read more "What to do with bad magic number errors?"