Archive for July, 2007

blogs.sun.com posts to follow up on

Lots of interesting posts on sun.com (and lots of pointers to things that aren’t so interesting :) – but really need to follow up on the following:-

http://blogs.sun.com/chrisg/entry/where_are_all_the_log

http://blogs.sun.com/taylor22/entry/configuring_jumbo_frames_on_the

http://blogs.sun.com/damico/entry/the_death_of_usr_ccs

http://blogs.sun.com/ahl/entry/iscsi_dtrace_provider_and_other

http://blogs.sun.com/marks/entry/zfs_delegated_administration

http://blogs.sun.com/avalon/entry/nevada_solaris_10_update_4

crash dump analysis on solaris x86-64

Found this written by Frank Hofmann, very interestly little history lesson about the x86 chipset. (he also talks about how HOSTID is generated on solaris x86 – which shows how important it is to keep track of your /kernel/misc/sysinfo file for hostid locked software :D

observations with solaris scheduling

One quite straight-forward thing – which i didn’t really think about until I was playing with multiple zones and the FSS – was that you can actually have 0 shares allocated – which just means you get all the spare cycles. If you have 5 zones, all of which running FSS (and why wouldn’t you be), all configured like the following:-

    ZoneID  zone Name  Shares
    0 Global Zone 50
    1 prod 50
    2 preprod 25
    3 test 0
    4 dev 10

Pretty good for when you do want to make sure that any non-production zones should never impact production (well aside from memory and network impact).