#------------------------------------------------------------------------------- zpool upgrade -a zfs upgrade -a zoneadm attach -u "zoneadm -z $ZONE attach -u" #a or pkg -R /zones/zweb1/root image-update #------------------------------------------------------------------------------- Install new system setup sudo #------------------------------------------------------------------------------- svcadm restart rmvolmgr devfsadm rmmount -l /media/NAME #------------------------------------------------------------------------------- pkg install PKGNAME svcadm enable network/http:apache2 /etc/apache2 /var/apache2/2.2/cgi-bin #------------------------------------------------------------------------------- 18 Nov 2009 #---------- blogs.sun.com/observatory dladm create-vnic -l NIC vnic0 crossbow - virtual switch in the OS whole distribution: pkginstall -distribution zone: make base/template zone => clone it #zones in OSS are always sparse zones (very small at that) and never whole root zones in OSS are always whole root zones (but very small at that because of the way pakcages are handled) zoneadm -z origzone clone clonezone (instead of doing an install) sysidcfg - - - - zoneadm -z myzone ready cp sysidcfg /zones/myzone/root/etc zoneadm -z myzone boot dtrace - chime is gui for dtrace netperf (contrib) static IP - /etc/interface#.def read up on virtual box #------------------------------------------------------------------------------- 15 Dec 2009 #---------- We did a WebEx with MN from the Milwaukee Sun office. We had 10 people there. The topic was FMA - Fault Management Architecture which is Suns technique for taking low-level debug output and assigning it a unique ID and message with a related web link that gives the user/admin a meaningful message without knowing kernel, hardware, and/or application code. Some commands: - fmadm faulty [-a] - fmadm repair EVENT_ID - fmdump -e - fmdump -eV | more - fmdump -v -u EVENT_ID After the webex, we talked about future meetings. We would like to do a Webex on even months (for example) and hands-on meetings the alternate (odd) months. We will be able to go over items from the last webex and "prep/try" things for the upcoming webex. For the hands-on meetings, people should bring their laptops. Mark R. will try to have some systems available for those who cannot (please let Mark know if you will need a station). #------------------------------------------------------------------------------- Verbose console Change from kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS,console=graphics To kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS,console=text -m verbose -v #-------------------------------------------------------------------------------