Google Advertisement

Solaris 11 VLAN Tagging

Mar
28

I was setting up a Solaris 11 box to use VLAN tags today. This is how i did it.

List out the devices on the system

Posted By rattrapper read more

SAMFS 5.2 and RAID 5 Stripe Configuration

Mar
24

SAMFS 5.2 I/O RAID 5 IO Alignment with EFI Labels

One of the most overlooked design decisions when setting up a new filesystem is correcting the RAID 5 stripe alignment when using EFI labels on the disk. The EFI label uses the first 32 sectors of the disk, immediately causing the strip to misalign.

For example, when using SAN disk, often you will select a segment size on the disk when creating the RAID group. For example:

Posted By rattrapper read more

jQuery File Tree Viewer and Perl Catalyst

Mar
24

I was digging around today and found a cool little jQuery utility from abeautifulsite.net: http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/. It was time to see if I could make this work with Perl and Catalyst. There is an existing Perl connector script for CGI, but I want to use Catalyst. This is how I made it work.

Posted By rattrapper read more

Solaris 11 Networking

Mar
19

I've been playing around with Solaris 11, and they have really switched out the configuration of the network stack in this release.

Posted By rattrapper read more

Installing Perl 5.14.2 and Catalyst on Ubuntu

Mar
18

Today I've decided to setup a custom Perl /Catalyst environment to do some testing at home. I've installed this perl in /opt/bin/perl. Threads are enabled and I'll install Catalyst.

skipper@ssminnow:/opt# wget "ftp://ftp.cpan.org/pub/CPAN/authors/id/F/FL/FLORA/perl-5.14.2.tar.gz"
 
Posted By rattrapper read more

Hello, World!

Mar
12

#!/usr/bin/perl
use strict;
use warnings;
hello();
 
sub hello {
Posted By admin read more

User login

Subscribe to Unbuffered.net RSS