Archive for the ‘ZFS’ Category
In our environment ZFS has become a critical component of our Storage Infrastructure. We have been able to provision Fibre Channel storage from our ZFS file systems which give us the benefit of data integrity, deduplication, performance through use of the ARC, L2ARC, and ZIL as needed. Additionally the real benefit to ZFS is our [...]
So let me start out by saying… This isn’t so much of a problem with ZFS, as it is just a problem with the tools available in Solaris (not to mention whatever device actually screwed up the timestamp in the first place). But so here is the story. We have found that migrating our lower [...]
We recently had an issue with Crucial M4 Solid State Disks when using them with ZFS on Solaris 11 Express (snv_151a). Basically the disks were showing a whole bunch of write errors and had been “FAULTED” by ZFS. Now to make this problem even worse when we tried to zfs clear them it locked up [...]
It is widely accepted as best practice to not use your root account in general. In Solaris they like some Linux distributions have gone so far as to prevent root access to SSH. Now we could go the route of permitting route logins to SSH however this would not be ideal from a security perspective. [...]
In our previous article “ZFS: Snapshot Management” we learned about the many methods of using snapshots to give you a shorter path to recovery as well as reduce the time needed to revert changes that need to be reversed. Today we will discuss clones, which are essentially a copy-on-write duplicate of an existing snapshot, which [...]
