• Home
  • About
  • Map
  • Gallery
  • Resume
  • Archives
Grab the RSS feed

spiralbound.net

spiralbound.net
  • Home
  • Adventures
  • Data and Technology
  • Et cetera
  • Highlights

Posts Tagged with "systems administration"

  • Data and Technology

    Posted on February 16th, 2007

    Written by cliff

    Tags

    autoneg, autonegoation, commands, ethtool, hardware, ifconfig, link, link speed, linux, linux commands, rhel, RHEL commands, sysadmin, systems administration

    IFCONFIG Does Not give You Link Status; ETHTOOL Does

    For some reason that is a complete mystery to me, RHEL does not give you the link status when you run # ifconfig -a. This makes it incredibly hard to debug link integrity issues! Buried amongst all of Red Hat’s proprietary commands, however, is a utility called ethtool, which does give you the status of [...]

  • Data and Technology

    Posted on December 19th, 2006

    Written by cliff

    Tags

    atomic clock, chkconfig, clock, date, internet time server, linux, ntpd, ntpdate, red hat, rhel, sysadmin, system clock, systems administration, time of day, time server, unix, xntpd

    Getting ntpd to work correctly on RHEL

    When many new servers are delivered from the factory, the system clock is way off. Most UNIX systems run “ntpd” to keep the time in sync with internet time servers, which are, in turn synchronized against an atomic clock. This results in a system time that is very very close to the “actual” time of [...]

  • Data and Technology

    Posted on December 15th, 2006

    Written by cliff

    Tags

    apache, cal, database, email, free, gnu, gpl, groupware, HowTo, httpd, ical, install, install software, ldap, ldif, linux, microsoft alternative, ms outlook, open ladap, open source, opengroupware, opengroupware.org, openldap, outlook, package, php, php_postgresql, PostgreSQL, rhel, rpm, skyrix, syadmin, systems administration, unix, web

    Installing OpenGroupWare 1.1.5 on RHEL 3

    OpenGroupWare is an open source groupware package intended as an alternative to proprietary applications such as Exchange and PostPath. It is fairly robust in its feature set, and even integrates well with MS Outlook.
    Its strongest points, in my opinion are that it does not depend in any way on Active Directory, and that it [...]

  • Data and Technology

    Posted on November 28th, 2006

    Written by cliff

    Tags

    computer, database, disk, disk label, e2label, fstab, label, linux, partition, rhel, server, storage, systems administration

    Working With Disk Labels in RHEL

    When you install RHEL, the filesystems are labeled for you. Usually you won't have to mess with it anymore, but on occasion, you may want to change them to more accurately represent the data that is stored on that partition. If, for instance, you used to have all of your database files on a partition [...]

  • Data and Technology

    Posted on November 15th, 2006

    Written by cliff

    Tags

    chkconfig, chkconfig --list, chkconfig sshd, disable, enable, HowTo, linux, network, rhel, runlevels, scripts, servers, services, sshd, startup scripts, sysadmin, systems administration

    Controlling Services With chkconfig

    Many system 5 UNIX variants use scripts in the /etc/rcN.d/ directories to control which services should be started in the various runlevels. If, for instance, you wanted the secure shell daemon to run in runlevel 4, you would put a script named something like "S55sshd" in "/etc/rc4.d". This script would usually accept the "start" "stop" [...]

  • Data and Technology

    Posted on January 1st, 2006

    Written by cliff

    Tags

    automount, automountd, auto_master, dfs, dfstab, HowTo, mount, mountd, nfs, share, shareall, solaris, storage, sun, systems administration

    Solaris Automounter

    Whenever you're using NFS mount points, it's really nice to use some type of automounter. Linux and FreeBSD use AMD to accomplish this, but Solaris uses automountd, and it's fun and easy to use... Here is an example of a configuration that will automatically mount an NFS share and unmount it after 5 minuets of [...]

  • Data and Technology

    Posted on November 22nd, 2005

    Written by cliff

    Tags

    broadcast, eri0, HowTo, ifconfig, ifconfig plumb, ipv4, netmask, nic, plumb, solaris, sun, systems administration, virtual interface, virtual network interface

    Solaris Virtual Network Interfaces

    Sometimes it's useful to create a virtual network interface on your Solaris box, so that you can associate multiple IP addresses with the same host and not have to go through all the trouble of buying another NIC.
    Here's a quick HOWTO. Let's assume our network card is eri0, and we want to create a virtual [...]

  • Data and Technology

    Posted on October 18th, 2005

    Written by cliff

    Tags

    data, HowTo, information technology, sun, sun microsystems, syntax, system administration, systems administration, technology

    PHP 5.0.5 Make Install Error

    After getting PHP 5.0.5 to compile on my Solaris 9 server, I got the following error when doing the make install:
    ld.so.1: php: fatal: relocation error: file /u01/packages/src/php-5.0.5/sapi/cli/php: symbol xmlRelaxNGCleanupTypes: referenced symbol not found
    Killed
    make[1]: *** [install-pear-installer] Error 137
    make: *** [install-pear] Error 2
    Turns out that the Sun XML packages are stomping all over the xml2 package from [...]

  • Data and Technology

    Posted on September 28th, 2005

    Written by cliff

    Tags

    concatenate, data, disk, disks, mirror, mirroring, raid, raid 0, raid 1, raid 10, storage, stripe, striped, striping, systems administration, technology

    What The Heck is RAID 10?

    Earlier this month, a company came along and asked for a RAID 10 array. Understanding that RAID 10 is a cooler sounding way of saying RAID 1+0, I understood it as a mirror set that is striped across another mirror set. Simple enough... Just concatenate a couple of mirrors, and you've got RAID 10.
    Indeed, RAID [...]

  • Data and Technology

    Posted on September 15th, 2005

    Written by cliff

    Tags

    ads, advertising, amd, censorship, computing, cpu, dell, fast, faster, heat output, industry, intel, power, slow, sun, systems administration, technology

    Sun Talks Some Smack

    We all know that Sun is MUCH cooler than Dell, but the company is finally coming out and saying it in no uncertain terms. Apparently They have tried to get these advertisements into several major industry publications, but have been censored at every attempt because someone may find the material offensive.
    Yeah... Sure... Much more likely, [...]

  • Sponsor
  • Popular Posts
    • Bash For loop Example (908)
    • Why Did my Arm Fall Asleep? (466)
    • Fish Supposedly Washed Up By Asian Tsunami (249)
    • Spencer Tunick Photographs More Than 18000 Nudes In Mexico City (240)
    • Little Japanese Trucks (235)
    • Copy a Solaris Boot Drive to a New Disk (202)
    • Foreach Example in tcsh (196)
    • Solaris Disk Partition Layout & Mirroring Scripts (185)
    • Increase The Max Number of Processes Per UID in Solaris (156)
    • When Mac OSX SMB Connections Fail (153)
    • Bush Has Record Low I.Q. (137)
    • Using Sort to List Directories by Size (131)
    • RHEL Winbind Authentication Against Active Directory (130)
    • Giant Rabbits in North Korea (127)
    • Recovering From a Stuck Symantec Ghost Virtual Boot Partition (120)

Copyright © 2007 spiralbound.net // Proudly powered by Wordpress