-
Recent Posts
- Reconfiguring OI/Solaris 11 for full reboot instead of Fast Reboot
- Los Hicimos! We Did It! We broke the bonds of Amazon (AWS, EC2)
- How to PXE Boot Systems on LACP (802.3ad) using Juniper Switches
- How to configure Time-Slider/autosnap without using the GUI
- How to check the size of the ZFS ARC and L2ARC
Recent Comments
- Using OpenIndiana on Dedicated Hardware to Blow the Doors Off of the Amazon Cloud | Jason Matthews' Technical Operations on Using HPN OpenSSH to flee the roach motel (AWS)
- Jason Matthews on How to PXE Boot Systems on LACP (802.3ad) using Juniper Switches
- Brad on How to PXE Boot Systems on LACP (802.3ad) using Juniper Switches
- no on How to make Intel server boards shut the f* up
- Nexenta solaris | Seelane on Using OpenIndiana/Nexenta/Solaris with ZFS, COMSTAR, Microsoft iSCSI initiator, and LUN Masking
Archives
Categories
Meta
Author Archives: Jason Matthews
Reconfiguring OI/Solaris 11 for full reboot instead of Fast Reboot
Buried deep in the repository is an entry named ‘boot-config.’ This control how your system reboots when you type ‘reboot.’ Sounds simple right? Good. The svcs(1) reports the service as follows: jason@heimdall:/home/jason/smf% svcs boot-config STATE STIME FMRI online Mar_23 svc:/system/boot-config:default … Continue reading
Los Hicimos! We Did It! We broke the bonds of Amazon (AWS, EC2)
Moving out of Amazon is no small feat. After a couple of months preparation we finally moved out of Amazon Web Services ([AWS], aka. the Roach Motel) on December 12th, 2011. And not a moment too soon. In the end, … Continue reading
Posted in Uncategorized
Leave a comment
How to PXE Boot Systems on LACP (802.3ad) using Juniper Switches
The real trick here is that Juniper supports an option called ‘force-up.’ Since the PXE images are generally too small and dumb most operating system are unable to leverage LACP during the boot process. Historically this means the switch has … Continue reading
Posted in Juniper, OpenIndiana
Tagged 802.3ad, dladm, ex4200, force-up, Jumbo Frames, juniper, LACP, LAG, neteng, networking, open indiana
2 Comments
How to check the size of the ZFS ARC and L2ARC
ZFS Fun Fact The ZFS ARC is the Adaptive Replacement Cache. There is a simply way check the size of the cache on any OpenIndiana, Solaris, OpenSolaris, or Nexenta system. Simply run the following command as root or equivalent … Continue reading
Creating USB boot media on OpenIndiana or Solaris for OpenIndiana
Today I was rather irritated with the USB build instructions for OpenIndiana. Someone had taken the time to write excellent directions for the Mac but didn’t write anything for Solaris, Opensolaris, or OpenIndiana. I thought this might be useful for … Continue reading
Creating automated installer for OpenIndiana 151
After a brief consultation from Joshua Clulow via the OI discussion mail list i was able to build an automated installer (AI) image using Clulows XML config file. Here is how I did it. root@heimdall:~# pkg install install/distribution-constructor curl -k … Continue reading
Posted in system automation
Tagged automated installer, OpenIndiana 151, system automation
Leave a comment
OpenIndiana doesn’t recognize system_locale in sysidcfg when creating zones
Using openindiana 151, I found that it blatantly ignores my sysidcfg config files complaining that system_locale wasnt valid. The work around is simple. Remove system_locale from sysidcfg altogether. The system will happily create the zone, skip kdmconfig, and the dreaded … Continue reading
How to make Intel server boards shut the f* up
I recently took possession of some sample servers based on an Intel S5520R motherboard as part of the SR2625URLX chassis SKU. I outfitted it with an RMM3 and when I powered the thing on it blew all of its fans … Continue reading
Posted in Intel Server
2 Comments
Using HPN OpenSSH to flee the roach motel (AWS)
I have a number of sharded databases in AWS (aka the roach motel). Since our experience has been one marked by instability, high variability amongst instances, and AWS related mishaps we are eager to out. One might think it is … Continue reading