Uptime

Uptime Collection

This post serves as a collection of our notable uptimes – for several things:

  • Physical servers
  • VMs / Virtual Servers
  • Application platforms that keep uptimes, such as Zope

We will also be posting notable uptimes as comments to the post so that you can get an idea of how we do things.

Good Example [Updated! March 18, 2010]

Here’s one of our primary webservers, running Debian, installed in 2005 prior to our adopting Virtualization across the board in our product line:

webserver:~# uptime
16:26:01 up 1534 days, 10 min,  7 users,  load average: 0.16, 0.32, 1.04
webserver:~# date
Thu Mar 18 16:26:11 PDT 2010
webserver:~#

Yes, that’s right – 4.2+ years.

One of our Physical VM hosts

Here’s our current uptime, just prior to our kernel upgrade which will force a reboot:

root@librehost-h64:~/libre# uptime
17:27:36 up 96 days, 18:36,  4 users,  load average: 0.16, 0.26, 0.27
root@librehost-h64:~/libre#

After this upgrade we’ll be on production/release post-SSH-key Ubuntu Hardy 8.04 LTS.

j

15 Responses to “Uptime”

  1. Joe Says:

    Update July 4, 2008 (Happy 4th!):

    OK, we’re about to go live on a new kernel on one of our primary hosting servers – here’s the current one:

    root@librehost-h64:~# uname -a
    Linux librehost-h64 2.6.24-5-server #1 SMP Thu Jan 24 19:58:47 UTC 2008 x86_64 GNU/Linux
    root@librehost-h64:~#

    And we’re about to go to 2.6.24-19-server – here’s our current uptime before the reboot:

    root@librehost-h64:~# uptime
    12:58:19 up 32 days, 17:52, 5 users, load average: 0.40, 0.36, 0.29
    root@librehost-h64:~#

  2. Joe Says:

    Scheduled maintenance for one of our new servers destined to host the upcoming desktop hosting service, desqhost.com – Upgrading to Ubuntu 8.10 Intrepid Ibex prerelease, Oct 7 08:

    root@ubuntu:~# uptime
    08:03:16 up 60 days, 9:07, 1 user, load average: 0.03, 0.14, 0.08
    root@ubuntu:~#

  3. joe Says:

    A routine reboot of our Debian-based internal eMail vMachine, to reduce the memory – it just didn’t need 384M, so we reduced it to 256M!

    debian-402-amd64:~# uptime
    13:43:59 up 126 days, 18:26, 2 users, load average: 0.00, 0.00, 0.00
    debian-402-amd64:~#

  4. joe Says:

    Our internal Zimbra 5.x server, scheduled maintenance:

    [root@localhost ~]# uptime
    16:02:00 up 61 days, 19:39, 2 users, load average: 0.23, 0.23, 0.20
    [root@localhost ~]#

  5. joe Says:

    Kernel upgrade for our Deskhost.net development machine:

    root@deskhost:~# uptime
    19:18:31 up 136 days, 8 min, 3 users, load average: 0.00, 0.00, 0.00
    root@deskhost:~#

    http://www.desqhost.com coming soon!

  6. admin Says:

    Upstream Colo-induced move / maintenance:

    -bash-3.2# uptime
    4:02PM up 326 days, 19:09, 2 users, load averages: 2.09, 2.06, 2.01
    -bash-3.2# uname -a
    OpenBSD fw1.librehost.com 4.2 GENERIC#375 i386
    -bash-3.2#

    -bash-3.2# uptime
    5:01PM up 326 days, 18:37, 1 user, load averages: 2.14, 2.08, 2.01
    -bash-3.2# uname -a
    OpenBSD fw2.librehost.com 4.2 GENERIC#375 i386
    -bash-3.2#

    root@librehost-h64:~# uptime
    16:19:37 up 64 days, 18:30, 2 users, load average: 0.60, 0.65, 0.63
    root@librehost-h64:~#

    root@deskhost:~# uptime
    16:20:58 up 32 days, 20:24, 1 user, load average: 0.01, 0.02, 0.00
    root@deskhost:~#

  7. SysAdmin Says:

    OK time to upgrade the eRacks dev server, it’s been up for 6+ months:

    root@django-11-x86:~# uptime
    21:33:45 up 183 days, 1:28, 2 users, load average: 0.00, 0.00, 0.00
    root@django-11-x86:~#

    So let’s go:

    apt-get dist-upgrade

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following NEW packages will be installed:
    linux-image-2.6.27-15-virtual
    The following packages will be upgraded:
    apache2-doc apache2-mpm-prefork apache2-utils apache2.2-common apt apt-utils busybox-initramfs ca-certificates console-setup
    cpp-4.3 curl dash dhcp3-client dhcp3-common dpkg dpkg-dev file g++-4.3 gcc-4.3 gcc-4.3-base git-core initramfs-tools irb1.8
    libapr1 libaprutil1 libc6 libc6-dev libc6-i686 libcurl3 libcurl3-gnutls libfreetype6 libgcc1 libglib2.0-0 libglib2.0-data
    libgnutls26 libgomp1 libldap-2.4-2 libmagic1 libneon27-gnutls libnewt0.52 libopenssl-ruby1.8 libpam-modules libpam-runtime
    libpam0g libpq-dev libpq5 libreadline-ruby1.8 libruby1.8 libsasl2-2 libsasl2-modules libsqlite3-0 libssl-dev libssl0.9.8
    libstdc++6 libstdc++6-4.3-dev libsvn1 libvolume-id0 libx11-6 libx11-data libxml2 linux-image-virtual linux-libc-dev login
    ntpdate openssl passwd perl perl-base perl-modules python-crypto rdoc1.8 ruby1.8 sqlite3 subversion sudo tasksel tasksel-data
    tzdata udev vim-common vim-tiny wget whiptail xkb-data
    84 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 71.7MB of archives.
    After this operation, 30.6MB of additional disk space will be used.
    Do you want to continue [Y/n]?

    Go, baby!

    So now, after a reboot, it’s just:

    apt-get install update-manager-core
    sudo do-release-upgrade

    And after about 10 minutes, and one more reboot, it’s DONE.

  8. admin Says:

    Maintenance reboot on our http://www.desqhost.com customer:

    Switch plugs to add a new APC we-enabled power strip:

    root@deskhost:~# uptime
    17:26:39 up 219 days, 21:01, 1 user, load average: 1.01, 1.01, 1.00

  9. Joe Says:

    Maintenance reboot on main Rails 2.3 http://www.winemapping.com server:

    root@rails:~# uptime
    22:37:00 up 213 days, 5 min, 1 user, load average: 0.15, 0.03, 0.01
    root@rails:~#

  10. Joe Says:

    Our http://www.winemapping.com customer’s backup Rails server, prior to upgrade from Ubuntu 7.10 to 9.10:

    root@ubuntu:~# uptime
    14:52:13 up 238 days, 16:15, 2 users, load average: 0.03, 0.04, 0.01
    root@ubuntu:~#

  11. joe Says:

    update Django eRacks dev server from Jaunty to Karmic:

    root@django-11-x86:/usr/local/src# uptime
    10:21:44 up 154 days, 12:08, 2 users, load average: 0.00, 0.02, 0.06

    j

  12. joe Says:

    Update our Desqhost.com server to the latest Kernel for a UEC (Ubuntu Enterprise Cloud) trial implementation!

    root@deskhost:~# uptime
    15:55:12 up 97 days, 44 min, 1 user, load average: 0.34, 0.23, 0.09

  13. Joe Says:

    joe@django-11-x86:/…$ uptime
    20:52:17 up 250 days, 20:21, 2 users, load average: 0.00, 0.00, 0.00

    Time to upgrade the eracks dev Django server from 9.10 to (at least) 10.04

  14. admin Says:

    Upgrade our Desqhost.com server to Natty Narwahl:

    root@deskhost:~# uptime
    13:57:16 up 196 days, 14:07, 1 user, load average: 1.76, 1.63, 1.24
    root@deskhost:~#

  15. admin Says:

    Done!:

    root@deskhost:~# lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 11.04
    Release: 11.04
    Codename: natty
    root@deskhost:~#

Leave a Reply