Categories

Building an OpenSolaris Server: A Better CIFS Server than Windows?

With the capabilities that ZFS brings to the table, I’m beginning to think that OpenSolaris just might make a better CIFS server than Windows. Sun has built CIFS support into the kernel, which helps with some of the interoperability challenges faced with Samba in a mixed Windows/*nix environment. Here’s how to set it [...]

Building an OpenSolaris Server: Mirroring rpool

During the install, OpenSolaris creates a ZFS pool, called rpool, and installs to it.  Let’s set up two hard drives for redundancy (i.e., RAID-1).

Before (note that rpool consists of a single drive):

james@opensolaris:~# zpool status
pool: rpool
state: ONLINE
scrub: none requested
config:

NAME [...]