Archived community.zenoss.org | full text search
Skip navigation
Currently Being Moderated

8.3 3 Upgrading the Debian Stack Installer

VERSION 1 
Created on: Nov 17, 2009 11:43 AM by Zenoss API - Last Modified:  Nov 17, 2009 11:43 AM by Zenoss API

#8.3. Upgrading the Debian Stack Installer

Use one of the following procedures to install an updated version of #Zenoss from the Debian stack installer.

#Using apt (Command Line)

  1. Clean up cache files with the following commands:

    root# rm /home/zenoss/var/*.zec
    root# find /home/zenoss/perf -name \*.pickle -delete
  2. Enter the following commands:

    apt-get update
    apt-get upgrade zenoss-stack

    #Zenoss is installed in the /usr/local/zenoss directory.

  3. Start #Zenoss with this command:

    # /etc/init.d/zenoss-stack start

#Using dpkg

  1. Browse to the following location and download the desired #Zenoss version to your local file system:

    http://dev.zenoss.org/deb/dists/main/stable/binary-i386/

  2. Install the downloaded file:

    # dpkg -i FileName
  3. #Zenoss is installed in the /usr/local/zenoss directory.

    Start #Zenoss with this command:

    # /etc/init.d/zenoss-stack start
Comments (0)