How To Install An Openerp Server On A Cdx (Amd64) Or Ipa (Amd) Or Ds (Amd86) On A Linux Computer

Size: px
Start display at page:

Download "How To Install An Openerp Server On A Cdx (Amd64) Or Ipa (Amd) Or Ds (Amd86) On A Linux Computer"

Transcription

1 Open ERP Server Installation These instructions are not to replace the Openerp Project instructions. I made these instructions for those of you who are newbies to linux (just like me) and just want to get a server up and running with Debian 5.0 and Openerp I could not have done this without the help of Peter Walsh who gured out how to get the openerp-server to start-erp automatically with a specic user. Thanks again Peter. Well, here we go. Installing Debian 5.0 You need to download and burn the Debian ISO image from i386/iso-dvd/debian-500-i386-dvd-1.iso. I only used the rst DVD and selected the option of using a Network Mirror installation. This will require you to have an active internet connection with some sort of DHCP server. If you have a router, you should be ne. Boot off the Debian 5.0 DVD. I found either my motherboard or DVD drive did not like to boot off the DVD so I had to set the BIOS to only boot from the DVD. On the second try, the DVD would load and the installation started. Remove any drives you don't want to lose data on. On the rst screen, select Install Choose a language: English Choose a country, territory or area: Canada Keymap to use: American English I had two network cards in my system so it asked me which one was the Primary network interface. Primary network interface: eth0 Hostname: debian Domain name: home Select your time zone: Eastern Partitioning method: Guided use entire disk Select disk to partition: IDE2 slave (hdd) 80.0 GB WDC WD800BB-00JHA0 Partitioning scheme: All les in one partition (recommended for new users) Finish partitioning and write changes to disk Write the changes to disks? <Yes> Installing the base system (this will take some time) Root password: ******* Re-enter password to verify: ******* Full name for the new user: OpenERP Username for your account: openerp Choose a password for the new user: ******* Re-enter password to verify: ******* Scan another CD or DVD? <No> Use a network mirror? <Yes> Debian archive mirror country: Canada Debian archive mirror: ftp.ca.debian.org HTTP proxy information (blank or none): <Continue> Paarticipate in the package usage survey? <Yes>

2 Choose software to install: Desktop environment Standard system <Continue> Select and install software (this will take some time) Install the GRUB boot loader to the master boot record? <Yes> Installation is complete. <Continue> Now go into your BIOS and change the Boot Device Priority. I put my Hard drive rst to minimize the start up time for all the times I will need to reboot. If I have to boot from the DVD Rom in the future, it is because the system is down or I need to do some serious updating. In either case, I will change the BIOS at that time to boot off the DVD Rom. Reboot the system Please enter your username openerp Password: ******* Installing the Openerp Server I followed the procedure at Click on Applications Accessories Terminal Type in: openerp@debian:-$ su Password: ******* (this is the root password you entered during installation) I copied and pasted the following line directly from the instructions at using the mouse. Saved a lot of typing debian:/home/openerp# sudo apt-get install python python-psycopg2 python-reportlab \ python-egenix-mxdatetime python-xml python-tz python-pychart \ python-pydot python-lxml python-libxslt1 python-vobject Do you want to continue [Y/n]? Y go back to your web browser and download the server software. The archiver will open automatically after the le has been downloaded. Click on Extract and use the default location. Click on Extract and the les will be extract to the default location. Once extracted, return to your Terminal window. Check to see if the les are in your current directory debian:/home/openerp# dir Desktop openerp-server debian:/home/openerp# cd openerp-server debian:/home/openerp/openerp-server # sudo python setup.py install Installing the Postgres database debian:/home/openerp/openerp-server # sudo apt-get install postgresql Do you want to continue [Y/n]? Y debian:/home/openerp/openerp-server # su - postgres postgres@debian:-$ createuser --createdb --no-createrole --pwprompt openerp Enter password for new role: ******* Enter it again: ******* Shall the new role be a superuser? (y/n) Y postgres@debian:-$ exit Now the OpenERP Web Installation

3 debian:/home/openerp/openerp-server # sudo apt-get install pythonsetuptools Do you want to continue [Y/n]? Y debian:/home/openerp/openerp-server # sudo easy_install TurboGears debian:/home/openerp/openerp-server # sudo easy_install -U openerp-web debian:/home/openerp/openerp-server # pico /etc/apt/sources.list This is my /etc/apt/sources.list le when I am done. # # deb cdrom:[debian GNU/Linux _Lenny_ - Ofcial i386 DVD Binary :54]/ lenny contrib main #deb cdrom:[debian GNU/Linux _Lenny_ - Ofcial i386 DVD Binary :54]/ lenny contrib main #deb lenny main #deb-src lenny main #deb lenny/updates main contrib #deb-src lenny/updates main contrib deb unstable main contrib non-free deb-src unstable main contrib non-free #deb lenny/volatile main contrib #deb-src lenny/volatile main notice I only have 2 lines that are not commented out. This is where we will get the proper pythonproler. debian:/home/openerp/openerp-server # sudo apt-get update debian:/home/openerp/openerp-server # sudo apt-get install pythonproler Now edit your /etc/apt/sources.list le back to it's original using the pico editor. debian:/home/openerp/openerp-server # pico /etc/apt/sources.list Your installation is complete. If you don't want to use DHCP, open the network settings window by selecting System Administration Network A window will appear, enter the ROOT password click on the wired connection you wish to use. Click on Properties The network adapters name will be displayed in the windows' title bar. For example, my network cards name was eth0 and the windows' title bar was eth0 Properties. You will need this further on. Conguration: Static IP address IP address: (make sure this is a valid IP address for your network and doesn't conflict with the issuing of DHCP addresses) Subnet mask: Gateway address: (typically for most networks) Click OK wait until the network card re-initializes. Click Close

4 Return to your Terminal window and enter; debian:/home/openerp/openerp-server # ifdown eth0 (this will be the name on the window from the Network Properties window). debian:/home/openerp/openerp-server # ifup eth0 debian:/home/openerp/openerp-server # sudo su postgres -c openerpserver Open another terminal window and enter su Password: ******* debian:/home/openerp# start-openerp-web Now you should be able to start a web browser on your server to ensure everything is working properly You will need to create a database rst. Click on Databases New site appears Super admin password: admin New database name: test Load Demonstration data: un-check if you want a clean database Default Language: English Administrator password: test (this is the password for the new database you are creating. The user name will be admin. You can change this once you nish creating the database and login as admin. You can even change the name of the admin user login name to secure your database even more.) Conrm password: test Click OK Prole: Service company prole Click Next Company Name: Enter your company name here Enter all the data pertaining to your company Click Next Click Install Click Start Conguration View Mode: Extended Interface Click Set Name: User Login: User Password: ******* (if you don't want this person to have access, leave this eld empty Enter anything else you wish to enter Click Add User Once you have entered at least one user, you can click on Skip Enter your Fiscal Year information Select if you want a Chart of Accounts: None Install Extra Modules: Select the modules you want

5 Click Install Next Conguration Step Running Web Client as a service I used the instructions at with the following changes and/or additions Run as service (daemon) Go back to your Terminal Window Press CTRL+C to stop the service debian:/home/openerp/openerp-server # nd / -name openerp-web debian:/home/openerp/openerp-server # cp /usr/lib/python2.5/sitepackages/openerp_web-5.0.0_3.1-py2.5.egg/scripts/openerp-web /etc/init.d debian:/home/openerp/openerp-server # sudo chmod +x /etc/init.d/openerpweb debian:/home/openerp/openerp-server # nd / -name default.cfg debian:/home/openerp/openerp-server # cp /usr/lib/python2.5/sitepackages/openerp_web-5.0.0_3.1-py2.5.egg/cong/default.cfg /etc/openerp-web.cfg edit /etc/init.d/openerp-web: USER="openerp" debian:/home/openerp/openerp-server # pico /etc/init.d/openerp-web and /etc/openerp-web.cfg: change args="('server.log',)" to args="('/var/log/openerp-web.log',)" debian:/home/openerp/openerp-server # pico /etc/openerp-web.cfg Create /var/log/openerp-web.log with proper ownership debian:/home/openerp/openerp-server- sudo touch /var/log/openerp-web.log debian:/home/openerp/openerp-server # sudo chown openerp /var/log/openerpweb.log Now run following command to start the OpenERP Web automatically on system startup (Debian). debian:/home/openerp/openerp-server # sudo update-rc.d openerp-web defaults Start the deamon: debian:/home/openerp/openerp-server # sudo /etc/init.d/openerp-web start To run the openerp-server at startup create a /etc/init.d script called openerp-server debian:/home/openerp/openerp-server # sudo pico /etc/init.d/openerpserver

6 enter the following lines #! /bin/sh ### BEGIN INIT INFO # Provides: openerp-server # Required-Start: $syslog # Required-Stop: $syslog # Default-Start: # Default-Stop: # Short-Description: OpenERP Server - the server # Description: OpenERP is a complete ERP and CRM software ## END INIT INFO PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC=openerp-server NAME=openerp-server DAEMON=/usr/bin/openerp-server # Specify the user name (Default: terp). USER="openerp" # Specifty an alternate cong le (Default: ~/.openerp-serverrc) CONFIGFILE="/etc/openerp-server.cfg" # pidle PIDFILE=/var/run/$NAME.pid # Additional options that are passed to the Daemon DAEMON_OPTS="-c $CONFIGFILE" # Exit if the package is not installed [ -x "$DAEMON" ] exit 0 [ -f $CONFIGFILE ] exit 0 checkpid() { [ -f $PIDFILE ] return 1 pid=`cat $PIDFILE` [ -d /proc/$pid ] && return 0 return 1 # function that starts the daemon/service # if [ -f /lib/lsb/init-functions ] [ -f /etc/gentoo-release ] ; then do_start() { start-stop-daemon --start --quiet --pidle $PIDFILE \ --chuid $USER --background --make-pidle \ --exec $DAEMON -- $DAEMON_OPTS RETVAL=$? sleep 5 return $RETVAL

7 # # Function that stops the daemon/service do_stop() { start-stop-daemon --stop --quiet --pidle $PIDFILE --oknodo RETVAL=$? sleep 2 rm -f $PIDFILE # remove pidle return $RETVAL do_restart() { start-stop-daemon --stop --quiet --pidle $PIDFILE --oknodo sleep 2 rm -f $PIDFILE # remove pidle start-stop-daemon --start --quiet --pidle $PIDFILE \ --chuid $USER --background --make-pidle \ --exec $DAEMON -- $DAEMON_OPTS RETVAL=$? sleep 5 return $RETVAL else do_start() { $DAEMON $DAEMON_OPTS > /dev/null 2>&1 & RETVAL=$? sleep 5 echo $! > $PIDFILE # create pidle return $RETVAL do_stop() { pid=`cat $PIDFILE` kill -15 $pid RETVAL=$? sleep 2 rm -f $PIDFILE # remove pidle return $RETVAL do_restart() { if [ -f $PIDFILE ]; then do_stop do_start

8 return $? start_daemon() { if [ -f $PIDFILE ]; then echo "pidle already exists: $PIDFILE" exit 1 echo -n "Starting $DESC: " do_start checkpid if [ $? -eq 1 ]; then rm -f $PIDFILE echo "failed." exit 1 echo "done." stop_daemon() { checkpid if [ $? -eq 1 ]; then exit 0 echo -n "Stopping $DESC: " do_stop if [ $? -eq 1 ]; then echo "failed." exit 1 echo "done." restart_daemon() { echo -n "Reloading $DESC: " do_restart checkpid if [ $? -eq 1 ]; then rm -f $PIDFILE echo "failed."

9 exit 1 echo "done." status_daemon() { echo -n "Checking $DESC: " checkpid if [ $? -eq 1 ]; then echo "stopped." else echo "running." case "$1" in start) start_daemon ;; stop) stop_daemon ;; restart force-reload) restart_daemon ;; status) status_daemon ;; *) N=/etc/init.d/$NAME echo "Usage: $N {start stop restart force-reload status" >&2 exit 1 ;; esac exit 0 # vim: sts=4 st=4 et now you have to give it execute privileges debian:/home/openerp/openerp-server # sudo chmod +x /etc/init.d/openerpserver Now run following command to start the OpenERP Server automatically on system startup (Debian). debian:/home/openerp/openerp-server # sudo update-rc.d openerpserver defaults Now create a /etc/openerp-server.cfg le: debian:/home/openerp/openerp-server # pico /etc/openerp-server.cfg This is what I have in the openerp-server.cfg le. [options] #without_demo = False netport = 8070 secure = False demo = { #syslog = true cache_timeout = port = 8069 smtp_password = False

10 secure_pkey_le = server.pkey netinterface = #log_level = 20 admin_passwd = admin smtp_port = 25 smtp_server = localhost db_user = openerp price_accuracy = 2 import_partial = soap = False #pidle = true db_maxconn = 64 reportgz = False xmlrpc = True #db_port = False debug_mode = False netrpc = True secure_cert_le = server.cert #interface = #logle = False csv_internal_sep =, pg_path = None translate_modules = ['all'] stop_after_init = False root_path = /usr/lib/python2.5/site-packages/openerp-server smtp_user = False db_password = False db_name = False db_host = False assert_exit_level = 30 _from = False addons_path = /usr/lib/python2.5/site-packages/openerp-server/addons Create /var/log/openerp-server.log with proper ownership debian:/home/openerp/openerp-server- sudo touch /var/log/openerp-server.log debian:/home/openerp/openerp-server # sudo chown openerp /var/log/openerpserver.log Start the deamon: debian:/home/openerp/openerp-server # sudo /etc/init.d/openerp-server start That should be it. You should be able to connect to your server from any computer by placing :8080 in the address bar of your web browser. Happy OpenERP'ing Eric Daviau openerpmanual@atyourdoorcomputers.ca

INSTALL ZENTYAL SERVER

INSTALL ZENTYAL SERVER GUIDE FOR Zentyal Server is a small business server based on Ubuntu s LTS server version 10.04 and the ebox platform. It also has the LXDE desktop installed with Firefox web browser and PCMAN File manager.

More information

SETTING UP RASPBERRY PI FOR TOPPY FTP ACCESS. (Draft 5)

SETTING UP RASPBERRY PI FOR TOPPY FTP ACCESS. (Draft 5) SETTING UP RASPBERRY PI FOR TOPPY FTP ACCESS (Draft 5) 1 INTRODUCTION These notes describe how I set up my Raspberry Pi to allow FTP connection to a Toppy. Text in blue indicates Linux commands or file

More information

Open Object Installation Manuals

Open Object Installation Manuals Open Object Installation Manuals Release 1.0 Tiny SPRL 2009-04-09 CONTENTS i ii I OpenERP Installation on Linux 3 1 Open ERP Server Installation 5 1.1 Installing the required packages.....................................

More information

II. Installing Debian Linux:

II. Installing Debian Linux: Debian Linux Installation Lab Spring 2013 In this lab you will be installing Debian Linux in a KVM (Kernel Virtual Machine). You will be guided through a series of steps to setup the network (IP addresses,

More information

Create a virtual machine at your assigned virtual server. Use the following specs

Create a virtual machine at your assigned virtual server. Use the following specs CIS Networking Installing Ubuntu Server on Windows hyper-v Much of this information was stolen from http://www.isummation.com/blog/installing-ubuntu-server-1104-64bit-on-hyper-v/ Create a virtual machine

More information

OpenGeo Suite for Linux Release 3.0

OpenGeo Suite for Linux Release 3.0 OpenGeo Suite for Linux Release 3.0 OpenGeo October 02, 2012 Contents 1 Installing OpenGeo Suite on Ubuntu i 1.1 Installing OpenGeo Suite Enterprise Edition............................... ii 1.2 Upgrading.................................................

More information

SETTING UP A LAMP SERVER REMOTELY

SETTING UP A LAMP SERVER REMOTELY SETTING UP A LAMP SERVER REMOTELY It s been said a million times over Linux is awesome on servers! With over 60 per cent of the Web s servers gunning away on the mighty penguin, the robust, resilient,

More information

2. Boot using the Debian Net Install cd and when prompted to continue type "linux26", this will load the 2.6 kernel

2. Boot using the Debian Net Install cd and when prompted to continue type linux26, this will load the 2.6 kernel These are the steps to build a hylafax server. 1. Build up your server hardware, preferably with RAID 5 (3 drives) plus 1 hotspare. Use a 3ware raid card, 8000 series is a good choice. Use an external

More information

Load Balancing Microsoft AD FS. Deployment Guide

Load Balancing Microsoft AD FS. Deployment Guide Load Balancing Microsoft AD FS Deployment Guide rev. 1.1.1 Copyright 2002 2015 Loadbalancer.org, Inc. Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 Loadbalancer.org Software

More information

Penetration Testing LAB Setup Guide

Penetration Testing LAB Setup Guide Penetration Testing LAB Setup Guide (External Attacker - Intermediate) By: magikh0e - magikh0e@ihtb.org Last Edit: July 06 2012 This guide assumes a few things... 1. You have read the basic guide of this

More information

RUGGEDCOM NMS for Linux v1.6

RUGGEDCOM NMS for Linux v1.6 Welcome to RNMS 1 Installation 2 RUGGEDCOM NMS for Linux v1.6 Notes on RNMS 3 Installation Upgrades 4 09/2013 Copyright 2013 Siemens AG All rights reserved. Dissemination or reproduction of this document,

More information

Operating System Installation Guidelines

Operating System Installation Guidelines Operating System Installation Guidelines The following document guides you step-by-step through the process of installing the operating systems so they are properly configured for boot camp. The document

More information

Installation Guide. Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT

Installation Guide. Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT Installation Guide Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT Table of Contents 1. Basic Installation of OpenNMS... 1 1.1. Repositories for

More information

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers 1 Contents QuickBooks Enterprise Solutions and Linux... 3 Audience of This Guide... 3 What is the Linux Database Manager

More information

Linux Terminal Server Project

Linux Terminal Server Project Linux Terminal Server Project Tested by : C.V. UDAYASANKAR mail id: udayasankar.0606@gmail.com The Linux Terminal Server Project adds thin client support to Linux servers. It allows you to set up a diskless

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

Back Up Linux And Windows Systems With BackupPC

Back Up Linux And Windows Systems With BackupPC By Falko Timme Published: 2007-01-25 14:33 Version 1.0 Author: Falko Timme Last edited 01/19/2007 This tutorial shows how you can back up Linux and Windows systems with BackupPC.

More information

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts AlienVault Unified Security Management (USM) 4.x-5.x Deploying HIDS Agents to Linux Hosts USM 4.x-5.x Deploying HIDS Agents to Linux Hosts, rev. 2 Copyright 2015 AlienVault, Inc. All rights reserved. AlienVault,

More information

Procedure to Create and Duplicate Master LiveUSB Stick

Procedure to Create and Duplicate Master LiveUSB Stick Procedure to Create and Duplicate Master LiveUSB Stick A. Creating a Master LiveUSB stick using 64 GB USB Flash Drive 1. Formatting USB stick having Linux partition (skip this step if you are using a new

More information

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version 2.0.010215. Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version 2.0.010215. Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo MyDLP Software Version 2.0 Installation Guide Guide Version 2.0.010215 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.About MyDLP... 3 1.1.MyDLP Features... 3

More information

Compiere 3.2 Installation Instructions Windows System - Oracle Database

Compiere 3.2 Installation Instructions Windows System - Oracle Database Compiere 3.2 Installation Instructions Windows System - Oracle Database Compiere Learning Services Division Copyright 2008 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES

WEBTITAN CLOUD. User Identification Guide BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES BLOCK WEB THREATS BOOST PRODUCTIVITY REDUCE LIABILITIES WEBTITAN CLOUD User Identification Guide This guide explains how to install and configure the WebTitan Cloud Active Directory components required

More information

Redmine Installation on Debian. v1.1

Redmine Installation on Debian. v1.1 Redmine Installation on Debian v1.1 Introduction 1. Objectives Have a fully functional Redmine installation on a dedicated server with good performance. The idea of this document came after an easy installation

More information

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011 LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall

More information

TimeIPS Server. IPS256T Virtual Machine. Installation Guide

TimeIPS Server. IPS256T Virtual Machine. Installation Guide TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision

More information

Linux Deployment Guide. How to deploy Network Shutdown Module for Linux

Linux Deployment Guide. How to deploy Network Shutdown Module for Linux Linux Deployment Guide How to deploy Network Shutdown Module for Linux 1 Contents 2 Introduction... 4 3 To Prepare your System for Install... 4 3.1 RedHat 5.9 i386 Command... 4 3.2 RedHat 5.9 x86_64 Command...

More information

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system

More information

Partek Flow Installation Guide

Partek Flow Installation Guide Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access

More information

Creating a NAS with Ubuntu Server

Creating a NAS with Ubuntu Server Creating a NAS with Ubuntu Server This setup guide will show you how to setup a Network Attached Storage (NAS) system with Ubuntu Server, create Samba / SMB shares, install Usenet file downloader, and

More information

User Guide. Cloud Gateway Software Device

User Guide. Cloud Gateway Software Device User Guide Cloud Gateway Software Device This document is designed to provide information about the first time configuration and administrator use of the Cloud Gateway (web filtering device software).

More information

Dell Proximity Printing Solution. Installation Guide

Dell Proximity Printing Solution. Installation Guide Dell Proximity Printing Solution Installation Guide Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates potential

More information

Steltronic Focus. Main Desk Internet connection

Steltronic Focus. Main Desk Internet connection Steltronic Focus Main Desk Steltronic S.p.A. Via Artigianale 34, 25082 Botticino Sera Brescia - Italy Tel: +39 030 2190811 fax: +39 030 2190798 Service: + 39 030 2190830 http: www.steltronic.com Service:

More information

Installing Booked scheduler on CentOS 6.5

Installing Booked scheduler on CentOS 6.5 Installing Booked scheduler on CentOS 6.5 This guide will assume that you already have CentOS 6.x installed on your computer, I did a plain vanilla Desktop install into a Virtual Box VM for this test,

More information

Installing Operating Systems

Installing Operating Systems CHAPTER 6 The unattended operating system installation function helps you install the Microsoft Windows and RedHat Linux operating system families. UCS-SCU has integrated device drivers including RAID

More information

Advantech AE Technical Share Document

Advantech AE Technical Share Document Advantech AE Technical Share Document Date 2015 / 07 / 15 SR# Category FAQ SOP Related OS Debian GNU/Linux 5.0 Abstract Keyword Related Product [HOWTO] UNO-1140 - Install FTP server, LAMP, Telnet and PHPmyadmin

More information

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com VERSION 9.02 INSTALLATION GUIDE www.pacifictimesheet.com PACIFIC TIMESHEET INSTALLATION GUIDE INTRODUCTION... 4 BUNDLED SOFTWARE... 4 LICENSE KEY... 4 SYSTEM REQUIREMENTS... 5 INSTALLING PACIFIC TIMESHEET

More information

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V Instructions apply to installs on Windows Server 2012 R2 Before you begin When deployed in a Hyper V environment, LANGuardian will capture

More information

Red Hat Linux 7.2 Installation Guide

Red Hat Linux 7.2 Installation Guide Red Hat Linux 7.2 Installation Guide Ryan Spangler spanglerrp22@uww.edu http://ceut.uww.edu April 2002 Department of Business Education/ Computer and Network Administration Copyright Ryan Spangler 2002

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

Using VirtualBox ACHOTL1 Virtual Machines

Using VirtualBox ACHOTL1 Virtual Machines Using VirtualBox ACHOTL1 Virtual Machines The steps in the Apache Cassandra Hands-On Training Level One courseware book were written using VMware as the virtualization technology. Therefore, it is recommended

More information

Remote Desktop How-To. How to log into your computer remotely using Windows XP, etc.

Remote Desktop How-To. How to log into your computer remotely using Windows XP, etc. Remote Desktop How-To How to log into your computer remotely using Windows XP, etc. Overview How XP Remote Desktop works, its features Unattended usage, drag n drop between computers How to set it all

More information

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux NOTE: If you need more information regarding the installation process for other distributions

More information

Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0

Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 Version 1.0 November 2008 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754

More information

ACP ThinManager Tech Notes Troubleshooting Guide

ACP ThinManager Tech Notes Troubleshooting Guide ACP ThinManager Tech Notes Troubleshooting Guide Use the F1 button on any page of a ThinManager wizard to launch Help for that page. Visit www.thinmanager.com/technotes/ to download the manual, manual

More information

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks SSL VPN Virtual Appliance Installation Guide Virtual Private Networks C ONTENTS Introduction... 2 Installing the Virtual Appliance... 2 Configuring Appliance Operating System Settings... 3 Setting up the

More information

Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0. virtual network = wan0 mgmt1. network adapter not connected lan0

Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0. virtual network = wan0 mgmt1. network adapter not connected lan0 VXOA VIRTUAL APPLIANCES Microsoft Hyper-V Hypervisor Router Mode (Out-of-Path Deployment) 2013 Silver Peak Systems, Inc. Assumptions Windows 2008 server is installed and Hyper-V server is running. This

More information

How to Use? SKALICLOUD DEMO

How to Use? SKALICLOUD DEMO How to Use? SKALICLOUD DEMO Account Login Page SkaliCloud Control Panel Overview Step 1: Click Add and Select Server Button to create your Server, add your Drive, Private Vlan or Static IP You are now

More information

CYAN SECURE WEB APPLIANCE. User interface manual

CYAN SECURE WEB APPLIANCE. User interface manual CYAN SECURE WEB APPLIANCE User interface manual Jun. 13, 2008 Applies to: CYAN Secure Web 1.4 and above Contents 1 Log in...3 2 Status...3 2.1 Status / System...3 2.2 Status / Network...4 Status / Network

More information

Perforce Helix Threat Detection OVA Deployment Guide

Perforce Helix Threat Detection OVA Deployment Guide Perforce Helix Threat Detection OVA Deployment Guide OVA Deployment Guide 1 Introduction For a Perforce Helix Threat Analytics solution there are two servers to be installed: an analytics server (Analytics,

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

Redhat 6.2 Installation Howto -Basic Proxy and Transparent

Redhat 6.2 Installation Howto -Basic Proxy and Transparent Redhat 6.2 Installation Howto -Basic Proxy and Transparent This is a guide document although very detailed in some sections. It assumes you have a have an idea about installing RH and working with Linux.

More information

SATO Network Interface Card Configuration Instructions

SATO Network Interface Card Configuration Instructions SATO Network Interface Card Configuration Instructions Table of Contents 1. Reset of wired/wireless interface card... 3 2. Installing the All-In-One Utility (recommended)... 4 3. Configuring wired/wireless

More information

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide

Spectrum Technology Platform. Version 9.0. Spectrum Spatial Administration Guide Spectrum Technology Platform Version 9.0 Spectrum Spatial Administration Guide Contents Chapter 1: Introduction...7 Welcome and Overview...8 Chapter 2: Configuring Your System...9 Changing the Default

More information

Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section

Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing Installation Section Purpose: We are setting up a server in ASU s specific environment. Power on the Server Insert the CD Hold

More information

HOWTO: Set up a Vyatta device with ThreatSTOP in router mode

HOWTO: Set up a Vyatta device with ThreatSTOP in router mode HOWTO: Set up a Vyatta device with ThreatSTOP in router mode Overview This document explains how to set up a minimal Vyatta device in a routed configuration and then how to apply ThreatSTOP to it. It is

More information

6.0. Getting Started Guide

6.0. Getting Started Guide 6.0 Getting Started Guide Netmon Getting Started Guide 2 Contents Contents... 2 Appliance Installation... 3 IP Address Assignment (Optional)... 3 Logging In For the First Time... 5 Initial Setup... 6 License

More information

Backup and Recovery Procedures

Backup and Recovery Procedures CHAPTER 10 This chapter provides Content Distribution Manager database backup and ACNS software recovery procedures. This chapter contains the following sections: Performing Backup and Restore Operations

More information

D-LINK DPH-140S SIP PHONE INSTALLATION GUIDE

D-LINK DPH-140S SIP PHONE INSTALLATION GUIDE pag.1 D-LINK DPH-140S SIP PHONE INSTALLATION GUIDE pag.2 SUMMARY SKYPHO VOIP SERVICE...3 DPH-140S PACKAGE CONTENT...3 DEVICE PHYSICAL CONNECTION...4 ACCESS TO THE DEVICE...6 Accesso to the IP Phone when

More information

Recommended File System Ownership and Privileges

Recommended File System Ownership and Privileges FOR MAGENTO COMMUNITY EDITION Whenever a patch is released to fix an issue in the code, a notice is sent directly to your Admin Inbox. If the update is security related, the incoming message is colorcoded

More information

Ulteo Open Virtual Desktop Installation

Ulteo Open Virtual Desktop Installation Ulteo Open Virtual Desktop Installation Copyright 2008 Ulteo SAS - CONTENTS CONTENTS Contents 1 Prerequisites 2 1.1 Installation of MySQL....................................... 2 2 Session Manager (sm.ulteo.com)

More information

Using Network Attached Storage with Linux. by Andy Pepperdine

Using Network Attached Storage with Linux. by Andy Pepperdine Using Network Attached Storage with Linux by Andy Pepperdine I acquired a WD My Cloud device to act as a demonstration, and decide whether to use it myself later. This paper is my experience of how to

More information

GX-V. Quick Start Guide. Microsoft Hyper-V Hypervisor. Before You Begin SUMMARY OF TASKS. Before You Begin WORKSHEET VIRTUAL GMS SERVER

GX-V. Quick Start Guide. Microsoft Hyper-V Hypervisor. Before You Begin SUMMARY OF TASKS. Before You Begin WORKSHEET VIRTUAL GMS SERVER Quick Start Guide GX-V VIRTUAL GMS SERVER Microsoft Hyper-V Hypervisor 2012 Silver Peak Systems, Inc. Before You Begin Windows 2008 server installed and Hyper-V is running Hyper-V management software is

More information

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. 1. Setting up your network to allow incoming connections on ports used by Eyemax system. Default ports used by Eyemax system are: range of ports 9091~9115

More information

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER A TECHNICAL WHITEPAPER Copyright 2012 Kaazing Corporation. All rights reserved. kaazing.com Executive Overview This document

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

WES 9.2 DRIVE CONFIGURATION WORKSHEET

WES 9.2 DRIVE CONFIGURATION WORKSHEET WES 9.2 DRIVE CONFIGURATION WORKSHEET This packet will provide you with a paper medium external to your WES box to write down the device names, partitions, and mount points within your machine. You may

More information

Linux Development Environment Description Based on VirtualBox Structure

Linux Development Environment Description Based on VirtualBox Structure Linux Development Environment Description Based on VirtualBox Structure V1.0 1 VirtualBox is open source virtual machine software. It mainly has three advantages: (1) Free (2) compact (3) powerful. At

More information

Installing an IBM Workplace/Portal Server on Linux

Installing an IBM Workplace/Portal Server on Linux Installing an IBM Workplace/Portal Server on Linux Auteur Roel Broersma Versie 1.0 Page 1 of 9 Installing an IBM Workplace/Portal Server on Linux... 1 1. Introduction... 3 2. Installing CentOS... 4 3.

More information

INASP: Effective Network Management Workshops

INASP: Effective Network Management Workshops INASP: Effective Network Management Workshops Linux Familiarization and Commands (Exercises) Based on the materials developed by NSRC for AfNOG 2013, and reused with thanks. Adapted for the INASP Network

More information

Apple Server Diagnostics User Guide. For Version 3X106

Apple Server Diagnostics User Guide. For Version 3X106 Apple Server Diagnostics User Guide For Version 3X106 KKApple Inc. 2009 Apple Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

CS197U: A Hands on Introduction to Unix

CS197U: A Hands on Introduction to Unix CS197U: A Hands on Introduction to Unix Lecture 4: My First Linux System J.D. DeVaughn-Brown University of Massachusetts Amherst Department of Computer Science jddevaughn@cs.umass.edu 1 Reminders After

More information

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3 NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under

More information

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux)

Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux) Installation of SE S AM E BARCODE virtual machine distribution (Windows / Mac / Linux) Introduction A "virtual machine" is a fake computer within a true one. An underlying software (here VirtualBox) is

More information

V Series Rapid Deployment Version 7.5

V Series Rapid Deployment Version 7.5 V Series Rapid Deployment Version 7.5 Table of Contents Module 1: First Boot Module 2: Configure P1 and N interfaces Module 3: Websense Software installation (Reporting Server) Module 4: Post installation

More information

Net/FSE Installation Guide v1.0.1, 1/21/2008

Net/FSE Installation Guide v1.0.1, 1/21/2008 1 Net/FSE Installation Guide v1.0.1, 1/21/2008 About This Gu i de This guide walks you through the installation of Net/FSE, the network forensic search engine. All support questions not answered in this

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Version 2.0 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

NetPoint Configuration Guide. for thin clients

NetPoint Configuration Guide. for thin clients NetPoint Configuration Guide for thin clients Contents Layout of this Manual... 2 1.1 Components... 2 You can find the following items in the color box of the device:... 2 1.2 Recommended Server Configuration...

More information

Configuring and Using AMT on TS140 and TS440

Configuring and Using AMT on TS140 and TS440 Configuring and Using AMT on TS140 and TS440 Lenovo ThinkServer TS Series Servers Lenovo Enterprise Product Group Version 1.0 September 17, 2013 2013 Lenovo. All rights reserved. LENOVO PROVIDES THIS PUBLICATION

More information

Installing SQL-Ledger on Windows

Installing SQL-Ledger on Windows Installing SQL-Ledger on Windows Requirements Windows 2000, Windows XP, Windows Server 2000 or Windows Server 2003 WinZip Knowledge of simple DOS commands, i.e. CD, DIR, MKDIR, COPY, REN Steps Installing

More information

Installation & Configuration Guide for Solaris 8

Installation & Configuration Guide for Solaris 8 Installation & Configuration Guide for Solaris 8 Document version 1.1.2, 2003-02-27 CWRU Information Technology Services If you have any questions or problems using these instructions, simply contact the

More information

ODP REGIONAL NODE DEPLOYMENT QUICK GUIDE FOR TRAININGS

ODP REGIONAL NODE DEPLOYMENT QUICK GUIDE FOR TRAININGS ODP REGIONAL NODE DEPLOYMENT QUICK GUIDE FOR TRAININGS Version 1.0, 23 Jan 2014 TABLE OF CONTENTS 1. Installation of images under VMware Player...3 2. Installation of images under VirtualBox...3 3. Downloading

More information

How to Configure a BYOD Environment with the Unified AP in Standalone Mode

How to Configure a BYOD Environment with the Unified AP in Standalone Mode Configuration Guide How to Configure a BYOD Environment with the Unified AP in Standalone Mode Overview This guide describes how to configure and implement BYOD environment with the D-Link Unified Access

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmadmin License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.

More information

Penetration Testing LAB Setup Guide

Penetration Testing LAB Setup Guide Penetration Testing LAB Setup Guide (Internal Attacker - Beginner version) By: magikh0e - magikh0e@ihtb.org Last Edit: July 07 2012 This guide assumes a few things... 1. You have installed Backtrack before

More information

29 ThinManager Troubleshooting Guide

29 ThinManager Troubleshooting Guide 29 ThinManager Troubleshooting Guide This is a list of common configuration errors and a guide for fixing them. Note: When any problem arises, check Downloads at www.thinmanager.com for the latest firmware

More information

FileCruiser. VA2600 SR1 Quick Configuration Guide

FileCruiser. VA2600 SR1 Quick Configuration Guide FileCruiser VA2600 SR1 Quick Configuration Guide Contents About this guide 1 Setup FileCruiser 2 Get IP address 2 Login to the Administration Portal 3 Basic configuration with Setup Wizard 4 Step 1: Configure

More information

Plexxi Control Installation Guide Release 2.1.0

Plexxi Control Installation Guide Release 2.1.0 Plexxi Control Installation Guide Release 2.1.0 702-20002-10 Rev 1.2 February 19, 2015 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Notices The information

More information

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0

Clearswift SECURE Exchange Gateway Installation & Setup Guide. Version 1.0 Clearswift SECURE Exchange Gateway Installation & Setup Guide Version 1.0 Copyright Revision 1.0, December, 2013 Published by Clearswift Ltd. 1995 2013 Clearswift Ltd. All rights reserved. The materials

More information

NETWORK SET UP GUIDE FOR

NETWORK SET UP GUIDE FOR NETWORK SET UP GUIDE FOR USZ11ZS USX21ZS USX31ZAND DVRX16D DVRX32D HDDX13D SUPPORTING ROUTER D-Link Linksys NETGEAR BELKI IP Addresses on the Internet When you connect to the Internet, through dialup connection,

More information

Configuring MailArchiva with Insight Server

Configuring MailArchiva with Insight Server Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any

More information

I N S T A L L A T I O N M A N U A L

I N S T A L L A T I O N M A N U A L I N S T A L L A T I O N M A N U A L 2015 Fastnet SA, St-Sulpice, Switzerland. All rights reserved. Reproduction in whole or in part in any form of this manual without written permission of Fastnet SA is

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

More information

Creating a DUO MFA Service in AWS

Creating a DUO MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6

Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6 201 Datavoice House, PO Box 267, Stellenbosch, 7599 16 Elektron Avenue, Technopark, Tel: +27 218886500 Stellenbosch, 7600 Fax: +27 218886502 Adept Internet (Pty) Ltd. Reg. no: 1984/01310/07 VAT No: 4620143786

More information

Field Installation Guide

Field Installation Guide Field Installation Guide Orchestrator 1.0 12-Feb-2014 Notice Copyright Copyright 2014 Nutanix, Inc. Nutanix, Inc. 1740 Technology Drive, Suite 150 San Jose, CA 95110 All rights reserved. This product is

More information

Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L

Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L Introduction: This guide is written to help any person with little knowledge in AIX V5.3L to prepare the P Server

More information