opensolaris
mplayer2 (and other goodies) on OpenIndiana (possibly Solaris 11)
Want mplayer2 (the newer fork of mplayer) that uses ffmpeg goodness to play all the latest avi’s with funky codecs and mp4 hidef goodness. Some Openindiana contributors are building a lot of friendly packages in the oi-sfe repo. [plain] sudo pkg set-authority -O http://staticdev.uk.openindiana.org:10002 oi-sfe sudo pkg refresh –full sudo pkg install SFEmplayer2 SFEgccruntime [/plain] […]
ipadm Script for Openindiana / Solaris 11 Ex
I love ipadm. It rocks. Much needed for Solaris and derivatives. I seem to keep forgetting the dam new ipadm commands tho. So I wrote this script to help me set up new SolarisĀ machinesĀ and thought I would share. [bash] #!/usr/bin/bash INTERFACE=$1 ADDRESS=$2 GATEWAY=$3 V6AUTO=1 errorCheck() { if [ $? -ne 0 ]; then echo "ERROR: […]
OpenSolaris / OpenIndiana IPF
After I spent hours thinking I have lost the plot, I finally read about how IPF is configured by default now. I am not sure what build this was changed, but now, by default IPF on OpenIndiana does not look @ /etc/ipf/ipf.conf for default IPv4 IPF Rules to load @ start. To make it look […]
IPMP + Zones CFG in OpenIndiana / OpenSolaris
IPMP in Solaris allows you to have redundancy with your network on mission critical servers. It is really excellent as it allows you to mix speed of NICs (e.g. a Ten Gigabit Ethernet with Gigabit Ethernet). Below will demonstrate the ‘passive’ IPMP configuration. Active mode allows you to check the ability to ping a defined […]
Monitoring Opensolaris from iPhone / iPad using iStat
How to get istatd running on Opensolaris …
Solaris 10 + Jumbo Frames + Link Aggregation with Cisco 3750 Switch + NFS Exporting / Mounting
Do you want to get the most out of our x4500 network throughput with NFS. Read away if you do.