OpenSolaris preview 2009.06 B1…

OpenSolaris preview 2009.06 B111 is available. http://genunix.org/ #opensolaris

No Comments

Any netadmins out there managi…

Any netadmins out there managing 150+ pieces of #cisco gear with #opensource or homegrown tools?

No Comments

OpenSolaris preview 2009.06 B1…

OpenSolaris preview 2009.06 B110 is available. http://genunix.org/ #opensolaris

No Comments

Updating OpenSolaris to /dev

I looked for a single web page that summarized how to upgrade OpenSolaris from one of the released version to the latest /dev (currently B109). I couldn’t find a consolidated answer so here is my version.


$ pkg set-authority -O http://pkg.opensolaris.org/dev dev
$ BUILD=`uname -v | sed -e "s/snv_//" -e "s/[a-z]//"`
$ pfexec pkg refresh
$ pfexec pkg install entire@0.5.11-0.${BUILD}
$ pfexec pkg install SUNWipkg@0.5.11-0.${BUILD}
$ pfexec pkg install SUNWinstall-libs
$ pfexec pkg image-update

This was pulled from:

No Comments

I was looking forward to Cisco…

I was looking forward to Cisco’s UCS announcement today. Now I’m just disappointed with the lack of detail. #cisco #ucs

No Comments

How to install VMware tools on OpenSolaris

I recently installed OpenSolaris 2009.06 B108 on VMware ESXi 3.5 Update 3. I tried to install the Solaris 10 VMware tools. Much to my surprise, there was only one error.

Unable to copy the source file
/usr/lib/vmware-tools/configurator/autostart-vmware-user.sh
to the destination file
/usr/dt/config/Xsession.d/9999.autostart-vmware-user.sh.

All I had to do to fix this problem was: pfexec mkdir -p /usr/dt/config/Xsession.d

No Comments

Data migration from SUSE to NetApp

I’ve been tasked with moving about 6T of data from an aging SUSE box (9.x) to a CIFS share on a NetApp. The data is currently being shared out via SAMBA, but we want to retire the box because it is a few Dell PowerEdge 220s trays going out of support.

My initial thought was to mount the CIFS share on the NetApp from the SUSE box and use rsync to do the data migration. I figured that if I only moved the data across the network once I would get the best performance. I had a ton of trouble with this. I’m guessing the mount_smb in this old SUSE box just wasn’t up to snuff. I got all kinds of permissions problems and timeouts on the writes. For the data that actually did get copied, I only got about 100G-200G per day throughput. I know the NetApp is capable of significantly higher throughput, so I looked for another way to move the data.

Since my normal tool of choice is Solaris, I looked for a Solaris solution. Solaris 10 update 6 is the current version we use in my shop. I couldn’t find an elegant solution on Solaris 10. What I did come up with was mount_smbfs on OpenSolaris.

I downloaded a copy of OpenSolaris 2009.06 B108 and installed it in a VM. I mounted the old and new locations via mount_smbfs and I’m using rsync to do the copies. I don’t have the performance information yet, but after about four hours there have been no errors and the speed looks *very* good. Even though I added another network hop, I was able to remove the weakest link from the data flow, mount_smb on SUSE 9.x.

If I can remember, I’ll update with some performance numbers when I have them.

No Comments

My favorite IOS command: ’sh d…

My favorite IOS command: ’sh dot ass’ #cisco #ios

No Comments

grrr. . . Sol10 U6 slower than U1 on a v210

Isn’t that a kick in the pants. Unpatched Sol10 U1 is MUCH faster than fully patched U6 or fully patched Sol9 on a Sunfire v210. At least for the most important web app I host.

I’m not talking 10% or 15% either. I’m talking 2x-3x.

No Comments

Just watched Slumdog Millionai…

Just watched Slumdog Millionaire. Two thumbs up.

No Comments