Navigation |
Process10 Ultimate Rules for Effective System AdministrationSubmitted by spp on Tue, 2008-08-05 14:04.Operating System | Process
I saw on one of the news sites (Slashdot or OSNews, forget which exactly) a story about the following 10 Essential Rules for System Administrators. These are mostly pretty basic and many of them are not really SA specific. I'm not certain that "backup regularly" and "test your backups regularly" are deserving of being two separate rules; I consider that testing backups is part of the overall backup process. One thing I thought was kind of interesting was the timing of this coming out with the number one rule being "Keep it Simple" and my first Black Belt System Administration topic "A punch is just a punch", which is not specifically about system design but about sticking with the basics. spp's blog | 3 comments | 1300 reads
darcs: a study in communication failureSubmitted by allberyb on Sun, 2008-08-03 01:12.Process
The darcs revision control system has all but lost out to git within the past few months. A rather large part of the reason is a rushed and very poorly worded release announcement, following a rather long (I'm told 4 years; I haven't been aware of it that long, which itself is perhaps ominous) post-1.0 silence from the darcs developers: allberyb's blog | add new comment | 7407 reads
technical vs. political: an example of how the world worksSubmitted by allberyb on Sun, 2008-07-27 10:38.Process
Even people who are familiar with internal politics may not realize the extent to which technical decision-making can be a distant second, or worse, to political concerns. An extreme case is real politics: allberyb's blog | add new comment | 688 reads
Mixing Multiple Volume Managers (especially ZFS and VxVM)I've recently had a number of projects at work that want to mix multiple volume managers on a single server, specifically ZFS and VxVM for SAN volumes (actually, three including SVM for internal boot disk mirroring). The projects generally are for database servers, and want to use VxVM for database volumes because ZFS currently has some serious limitation on database size (limited number of devices recommended in a single zpool) and performance (single threaded checksumming, for one). However, at the same time, they want to have access to some of ZFS's features (in particular, the ability to oversubscribe filesystems, dynamic resize, snapshots and rollback) for some of the other filesystems. spp's blog | add new comment | 2271 reads
A Narrative View Of The Sysadmin's Journey: The MotivationSubmitted by apthorpe on Wed, 2007-04-04 23:21.Process
During the recent LoPSA live chat on #lopsa-live it was mentioned that there weren't enough topics for people to write about on the website and how it was harder for people to come up with an interesting topic than it was to actually write about that. That inspired me to finally draft a proposed series of topics based around the notion of "Scaling Up"; something that’s been bouncing around in my head for a few years. MotivationWe spend a lot of effort building and describing tools and techniques - the craft of system administration. A precious few tomes reach beyond the command line to discuss the practice of system administration (I'm thinking specifically of the works of Tom Limoncelli & Christine Hogan.) What I'm searching for is a bridge between the two topics - what you want to eventually achieve and why (practice) and how you can actually achieve that (craft.) apthorpe's blog | add new comment | 2010 reads
Carnegie Mellon NetRegSubmitted by vitroth on Wed, 2007-03-07 22:18.Configuration Mgmt | DNS | Naming | Networking | Networking
Enterprise class IP Address, DNS & DHCP management system. Stable The Carnegie Mellon NetReg package is a scalable and flexible Web-based system for managing networks. It consolidates information about DNS zones, subnets, machine registrations, and DHCP configuration, and provides tools for easy management. The system exports ISC BIND configuration and zones, and can update them via either static zone files or TSIG signed dynamic DNS updates. It also exports ISC DHCP configurations, and has a SOAP API for integration with other systems. add new comment | 1189 reads
Anthony Spina blogs on taggingSubmitted by doug on Fri, 2007-02-09 12:39.Naming | Networking
Anthony Spina writes an interesting article on the Splunk blog (here). Using network databases like this can make distributed operations much easier. How do you tag your machines? doug's blog | add new comment | 1278 reads
Human monitoring groupsSubmitted by alcourt on Tue, 2006-11-14 05:37.Process
Operations groups I suspect are going to have real problems soon, and not from the usual causes of automation. It is very common for operations groups to not only monitor the servers, but take on trivial tasks that need to be done out of hours, sometimes even during the business day in an effort to alleve the workload on the system administrator. Here's the problem. Many more systems now store data that may be SOX impacting or some similar law that strictly regulates access. The system administrators themselves have a strong need to access the box, and usually are a fairly concrete and small team, but operations groups are much larger, maybe even offshored. I suspect that the access implications have not been fully thought out of giving these groups the access to do some of these root tasks. alcourt's blog | add new comment | 1541 reads
AD authentication for Samba and for UNIX on SolarisSubmitted by doug on Sun, 2006-08-27 14:21.Applications | Communications | Directory Services | Directory Services | LDAP
Enable AD-based authentication to your Samba shares Enable AD-based authentication to your Samba shares. The following procedure has been tested with Solaris 8 and 9, Samba 3.0.12pre1 and 3.0.13, MIT Kerberos V5 1.4, and OpenLDAP 2.2.24. Software was compiled with GCC 3.3.2. The procedure assumes installations based in /opt/local. add new comment | 2137 reads
|