resource r0 { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' wall ; sleep 60 ; halt -f";
|
|
|
- Kenneth Farmer
- 10 years ago
- Views:
Transcription
1 Nagios Cluster BS: Ubuntu Server LTS Vserver Installation: wget -O - sudo apt-key add - vi /etc/apt/source.list deb edgy vserver deb-src edgy vserver apt-get update apt-get install util-vserver vserver-debiantools apt-get install linux-vserver-image vserver-generic reboot uname r vserver-generic DRBD Installation: apt-get install apt-get install drbd0.7* apt-get install linux-vserver-headers vserver-generic resource r0 { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' wall ; sleep 60 ; halt -f"; startup { degr-wfc-timeout 60; wfc-timeout 60; disk { on-io-error detach; net { max-buffers 2048; syncer { rate 100M; group 1; al-extents 257;
2 on nagiosc1 { device /dev/drbd0; disk /dev/hda3; address :7788; meta-disk internal; on nagiosc2 { device /dev/drbd0; disk /dev/hda3; address :7788; meta-disk internal; Debian 4 apt-get install ssh mc vim bwm-ng automake Mail Konguration dpkg-recongure exim4-cong Option - Internet-Server; s werden direkt über SMTP verschickt und empfangen - nagiosc2.dresden-it.de der Rest bleibt leer vi /etc/hosts localhost # nagiosc2.dresden-it.de nagiosc nagiosc2.dresden-it.de nagiosc2 # nagiosc2.dresden-it.de nagiosc nagiosc1.dresden-it.de nagiosc1 # nagiosc1.dresden-it.de nagiosc1 VSERVER Teil 1 installation: apt-get install linux-headers vserver-686 linux-image vserver-686 uname a Linux nagiosc #1 SMP Mon Dec 24 16:41:07 UTC 2007 i686 GNU/Linux uname a Linux nagiosc vserver-686 #1 SMP Thu May 10 01:37:59 UTC 2007 i686 GNU/Linux apt-get install util-vserver DRBD und HA:
3 apt-get install drbd* modconf build-essential debootstrap heartbeat-2 heartbeat-2-dev cd /usr/src tar xzf drbd0.7.tar.gz cd /usr/src/modules/drbd/drbd/ make KDIR=/usr/src/linux-headers vserver-686/ make install cfdisk /dev/hda3 mkfs.ext3 /dev/hda3 auf Master Node (nagiosc1) /etc/init.d/drbd start drbdsetup /dev/drbd0 primary --do-what-i-say auf Slave Node (nagiosc2): /etc/init.d/drbd start Überprüfen ob alles läuft cat /proc/drbd version: (api:79/proto:74) SVN Revision: 2326 build by :10:35 0: cs:synctarget st:secondary/primary ld:inconsistent ns:0 nr: dw: dr:0 al:0 bm:1168 lo:3 pe:2461 ua:3 ap:0 [=>...] sync'ed: 8.7% (8175/8947)M nish: 0:11:05 speed: 12,544 (11,452) K/sec HA: Konguration muss auf beiden Nodes identisch sein cd /etc/ha.d/ mkdir -p /var/log/heartbeat vi ha.cf debugle /var/log/heartbeat/ha-debug logle /var/log/heartbeat/ha-log keepalive 2 deadtime 5 warntime 5 initdead 50 auto_failback off udpport 696
4 bcast eth1 node nagiosc1 node nagiosc2 respawn hacluster /usr/lib/heartbeat/ipfail respawn root /etc/ha.d/resource.d/drbd.sh ping_group ping vi /etc/ha.d/resources.d/mountall DEV[1]=/dev/drbd0 MP[1]=/vserver ismounted() { if mount grep "^$1 on $2" > /dev/null 2>&1; then true else false case x$1 in xstart) cd / for i in 1 do if ismounted ${DEV[$i] ${MP[i]; then true else echo Ich mounte ${DEV[$i] ${MP[i] mount ${DEV[$i] ${MP[i] done xstop) cd / for i in 1 do if ismounted ${DEV[$i] ${MP[i]; then umount ${MP[i] > /dev/null 2>&1 if ismounted ${DEV[$i] ${MP[i]; then fuser -k -TERM -s -m ${MP[i] fuser -k -HUP -s -m ${MP[i] umount ${MP[i] > /dev/null 2>&1 if ismounted ${DEV[$i] ${MP[i]; then sleep 5 fuser -k -s -m ${MP[i] sleep 5 umount ${MP[i] > /dev/null 2>&1 done xstatus) cd / for i in 1
5 do if ismounted ${DEV[$i] ${MP[i]; then STATUS="running" done echo $STATUS esac vi /etc/ha.d/resource.d/vserver VSERVER="/usr/sbin/vserver" case "$2" in esac start) $VSERVER $1 start stop) $VSERVER $1 stop status) $VSERVER $1 status vi /etc/ha.d/resource.d/drbd.sh #!/bin/bash drbd=r0 while : do state=`cat /proc/drbd tail -2 head -1 awk '{print $2' sed s/:/' '/g awk '{print $2'` if [ $state = "StandAlone" ] then echo "starte Reconnect fuer $drbd"; drbdadm connect $drbd sleep 10 else echo "alles OK" sleep 10 done nagiosc2:/etc/ha.d# chmod 777 resource.d/* vi /etc/ha.d/haresources (nagiosc1) nagiosc1 drbddisk mountall IPaddr2:: /16/eth0:nagios2 AudibleAlarm SendArp:: /eth0 vserver::nagios2 vi /etc/ha.d/haresources (nagiosc2)
6 nagios2 drbddisk mountall IPaddr2:: /16/eth0:nagios2 AudibleAlarm SendArp:: /eth0 vserver::nagios2 vi /etc/ha.d/authkeys auth 2 2 crc chmod 600 /etc/ha.d/authkeys VSERVER Teil 2 Einrichtung: auf beiden Nodes ausführen nagiosc1:/etc# mkdir /vserver nagiosc1:/etc# cd /etc/vservers/ nagiosc1:/etc/vservers/# mv * /vserver nagiosc1:/# cd / nagiosc1:/#rm rf /etc/vservers nagiosc1:/# ln -s /vserver /etc/vservers auf dem Master ausführen nagiosc1:/# mount /dev/drbd0 /vserver/ nagiosc1:/# vserver nagios build --hostname nagios.dresden-it.de --netdev eth0 --interface /16 -m debootstrap -- -d etch -m nagiosc1:/# echo nagios > /etc/vservers/nagios/interfaces/0/name nagiosc1:/# vserver Nagios start Bereinigen des Startvorganges des VServers (optional) nagiosc1:/vserver/nagios2/etc/rc0.d# rm K20makedev K25hwclock.sh S30urandom S31umountnfs.sh S35networking S36ifupdown S40umountfs S90halt K89klogd nagiosc1:/vserver/nagios2/etc/rc6.d# rm K20makedev K25hwclock.sh S30urandom S31umountnfs.sh S35networking S36ifupdown S40umountfs S90reboot K89klogd nagiosc1:/vserver/nagios2/etc/rcs.d# rm S05keymap.sh S48console-screen.sh S50hwclock.sh S40networking S45mountnfs.sh S10checkroot.sh S02mountvirtfs S30procps.sh S35mountall.sh S36mountvirtfs S39ifupdown S30checkfs.sh S18ifupdown-clean S18hwclockrst.sh nagiosc1:/vserver/nagios2/etc/rc2.d# rm S20makedev S11klogd Resourcen festlegen (1GB Virtueller Adress Speicher und 128 MB RAM) (optional) nagiosc1:/# mkdir /vservers/nagios2/rlimits nagiosc1:/# echo > /vservers/nagios2/rlimits/as nagiosc1:/# echo > /vservers/nagios2/rlimits/rss CPU Limitation nagiosc1:/# echo sched_prio > /vservers/nagios2/flags nagiosc1:/# echo 6 > /vservers/nagios2/schedule nagiosc1:/# echo 30 >> /vservers/nagios2/schedule
7 nagiosc1:/# echo 1000 >> /vservers/nagios2/schedule nagiosc1:/# echo 200 >> /vservers/nagios2/schedule nagiosc1:/# echo 3000 >> /vservers/nagios2/schedule nagiosc1:/# echo dummy >> /vservers/nagios2/schedule Installation der Services auf dem Vserver nagios: nagios:/# apt-get install mc vim locales less apache2 perl mysql-server-5.0 mysql-client-5.0 php5 ntp rsync rsnapshot bwm-ng Zeit stellen nagios:/# date (MMDDhhmm) Zeitzone Umstellen nagios:/# tzcong Zeichensatz Kongurieren nagios:/# dpkg-recongure locales nagios:/# locale-gen Verhalten auf der Console Kongurieren nagios:/# vi /root/.bashrc # ~/.bashrc: executed by bash(1) for non-login shells. export PS1='\h:\w\$ ' umask 022 # You may uncomment the following lines if you want `ls' to be colorized: export LS_OPTIONS='--color=auto' eval "`dircolors`" alias ls='ls $LS_OPTIONS' alias ll='ls $LS_OPTIONS -lah' alias l='ls $LS_OPTIONS -la' # # Some more alias to avoid making mistakes: alias rm='rm -rf' alias cp='cp -a' alias mv='mv' aktivieren der bash nagios:/# cd /root nagios:/#..bashrc Konsolen Suche aktivieren nagios:/# vi /etc/inputrc "\e[5~": history-search-backward "\e[6~": history-search-forward
8 Apache Einstellungen nagios:/etc/apache2/#vi ports.conf Listen :80 nagios:/etc/# vi hosts nagios.dresden-it.de nagios zusätzliche Libs installieren für Nagios nagios:/# apt-get install libgd-dev libgd-tools autoconf automake make libssl-dev openssl libc6 libc6- dev ntpdate php5-snmp snmp snmpd mrtg libsnmp-base smbclient smbfs libsmbclient libsmbclientdev libldap2 libldap2-dev php5-gd perl-tk libg2-dev libg20-perl libg20 libglpng libglpng-dev libimageinfo-perl libimage-size-perl libpng12-0 libpng12-dev libpng3 gif2png libphp-jpgraph libphp-jpgraphexamples libjpeg-progs imageindex libanydata-perl jpeginfo libgraphicsmagick1 libgraphicsmagick1- dev libgraphicsmagick++1 libgraphicsmagick++1-dev libgraphics-magick-perl gcc nagios:/# apt-get install libgd-perl Anpassen der Apache Kong nagios:/# apt-get remove php4 nagios:/# apt-get install php5 nagios:/# cd /etc/apache2/mods-enabled/ nagios: /etc/apache2/mods-enabled/# ln -s../mods-available/php5.load php5.load Nagios Installation nagios:/# groupadd -g 9000 nagios nagios:/# groupadd -g 9001 nagcmd nagios:/# useradd -u g nagios -G nagcmd -d /usr/local/nagios -c "Nagios Admin" nagios (bei Debian) nagios:/# grep "^User" /etc/apache2/apache2.conf User www-data nagios:/# usermod -G nagcmd www-data nagios:/# mkdir -p /usr/local/nagios /var/nagios /etc/nagios nagios:/# chown nagios.nagios /etc/nagios /var/nagios /usr/local/nagios
9 Sources: nagios:/download/# wget nagios:/# cd /download/nagios-3.0rc2/ nagios:/download/nagios-3.0rc2#./congure --sysconfdir=/etc/nagios --localstatedir=/var/nagios --withcommand-group=nagcmd bei Fehler(Warnung) apt-get install gcc libgd-dev pkg-cong nagios:/download/nagios-3.0rc2# make all nagios:/download/nagios-3.0rc2# make install nagios:/download/nagios-3.0rc2# make install-init nagios:/download/nagios-3.0rc2# make install-commandmode nagios:/download/nagios-3.0rc2# make install-cong nagios:/download/nagios-3.0rc2# make install-webconf nagios:/download/nagios-3.0rc2# htpasswd -c /etc/nagios/htpasswd.users kaulto nagios:/download/nagios-3.0rc2# ln -s /etc/init.d/nagios /etc/rcs.d/s99nagios nagios:/download/nagios-3.0rc2# echo /usr/local/nagios/bin/nagios -v /etc/nagios/nagios.cfg > /sbin/rcnagios_test nagios:/download/nagios-3.0rc2# ln -s /etc/init.d/nagios /sbin/rcnagios nagios:/download/nagios-3.0rc2#rcnagios start nagios:/download/nagios-3.0rc2#chmod 775 /sbin/rcnagios_test Plugins: nagios:/download/# wget tar.gz nagios:/download/nagios-plugins # perl MCPAN e install Net::SNMP nagios:/download/nagios-plugins # apt-get install icmpinfo icmpush inetutils-ping fping nagios:/download# cd nagios-plugins / nagios:/download/nagios-plugins #./congure --enable-perl-modules --sysconfdir=/etc/nagios -- localstatedir=/var/nagios --with-ping-command=/bin/ping --enable-perl-modules nagios:/download/nagios-plugins #make nagios:/download/nagios-plugins #make install
Building Elastix-2.4 High Availability Clusters with DRBD and Heartbeat (using a single NIC)
Building Elastix2.4 High Availability Clusters with DRBD and Heartbeat (using a single NIC) This information has been modified and updated by Nick Ross. Please refer to the original document found at:
High Availability with DRBD & Heartbeat. Chris Barber http://www.cb1inc.com
High Availability with DRBD & Heartbeat Chris Barber http://www.cb1inc.com What is DRBD? Distributed Replicated Block Device RAID 1 mirror across network Realtime replications Linux-only kernel module
Installation. Installation centreon + nagios3 1 25 mai 2009 1.1 LISTE DES PRE-REQUIS. Nagios/centreon. 1.1.1 Paquets divers. 1.1.
Installation 1.1 LISTE DES PRE-REQUIS 1.1.1 Paquets divers tofrodos mailx lsb-release build-essential 1.1.2 Compilateurs : 1.1.3 Serveur Web et php5 apache2 php5 php5-mysql php-pear php5-ldap php5-snmp
High Availability Low Dollar Clustered Storage
High Availability Low Dollar Clustered Storage Simon Karpen [email protected] / [email protected] Thanks to Shodor for use of this space for the meeting. This document licensed under the Creative Commons
Open-Xchange Server High Availability
OPEN-XCHANGE Whitepaper Open-Xchange Server High Availability High Availability Concept for OX Example Configuration v1.00 Copyright 2005, OPEN-XCHANGE Inc. This document is the intellectual property of
Twin Peaks Software High Availability and Disaster Recovery Solution For Linux Email Server
Twin Peaks Software High Availability and Disaster Recovery Solution For Linux Email Server Introduction Twin Peaks Softwares Replication Plus software is a real-time file replication tool, based on its
ZCP trunk (build 50384) Zarafa Collaboration Platform. Zarafa HA Manual
ZCP trunk (build 50384) Zarafa Collaboration Platform Zarafa HA Manual Zarafa Collaboration Platform ZCP trunk (build 50384) Zarafa Collaboration Platform Zarafa HA Manual Edition 2.0 Copyright 2015 Zarafa
Load Balancing/High Availability Configuration for neoninsight Server
Load Balancing/High Availability Configuration for neoninsight Server Introduction: This document provides details on the configuration and the components used for a two node load balancing system with
INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR)
INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR) Mathieu SCHIRES Version: 0.9.1 Published December 24, 2014 http://www.inuvika.com Contents 1 Prerequisites: Ubuntu 14.04 (Trusty Tahr) 3
High Availability, Replicating, Load Balanced MySQL Databases Oliver Hookins Systems Administrator Network Fixinator Script Hacker All round su
Linux Conf AU 2008 High Availability, Replicating, Load Balanced MySQL Databases Oliver Hookins Systems Administrator Network Fixinator Script Hacker All round super fun guy Background Who Am I, And How
High availability infrastructures for TYPO3 Websites
1 High availability infrastructures for TYPO3 Websites Luc de Louw bit heads GmbH, Internet Services, Rosengartenstrasse 72, CH 8037 Zürich, Switzerland. luc.delouw@bit heads.ch Abstract. The best content
NRPE Documentation CONTENTS. 1. Introduction... a) Purpose... b) Design Overview... 2. Example Uses... a) Direct Checks... b) Indirect Checks...
Copyright (c) 1999-2007 Ethan Galstad Last Updated: May 1, 2007 CONTENTS Section 1. Introduction... a) Purpose... b) Design Overview... 2. Example Uses... a) Direct Checks... b) Indirect Checks... 3. Installation...
Single Node Hadoop Cluster Setup
Single Node Hadoop Cluster Setup This document describes how to create Hadoop Single Node cluster in just 30 Minutes on Amazon EC2 cloud. You will learn following topics. Click Here to watch these steps
Chapter 1. Backup service
The current backup policy is a two-step process. First, all hosts run a daily and/or weekly shell script in cron that creates one (or more) compressed tar files with the relevant content to be stored as
IMPLEMENTATION OF CIPA - PUDUCHERRY UT SERVER MANAGEMENT. Client/Server Installation Notes - Prepared by NIC, Puducherry UT.
SERVER MANAGEMENT SERVER MANAGEMENT The Police department had purchased a server exclusively for the data integration of CIPA. For this purpose a rack mount server with specifications- as per annexure
System and Network Monitoring With Zabbix
System and Network Monitoring With Zabbix Zabbix Features http://www.zabbix.com/features.php Zabbix Requirements http://www.zabbix.com/requirements.php @GARR - [email protected] Download Zabbix http://www.zabbix.com/download.php
Resource Manager Corosync/DRBD HA Installation Guide
The Zenoss Enablement Series: Resource Manager Corosync/DRBD HA Installation Guide Document Version 422 P2 Zenoss, Inc. www.zenoss.com Copyright 2013 Zenoss, Inc., 275 West St., Suite 204, Annapolis, MD
1. Configuring Apache2 Load Balancer with failover mechanism
1. Configuring Apache2 Load Balancer with failover mechanism node01 Messaging Part 1 Instance 1 for e.g.: 192.168.0.140 192.168.0.2 node02 Messaging Part 1 Instance 2 for e.g.: 192.168.0.90 Configuring
Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4
Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 by SK Cacti is an open source, front-end for the data logging tool called RRDtool. It is a web based network monitoring
Repris de : https://thomas-leister.de/internet/sharelatex-online-latex-editor-auf-ubuntu-12-04-serverinstallieren/ Version Debian (de base)
Repris de : https://thomas-leister.de/internet/sharelatex-online-latex-editor-auf-ubuntu-12-04-serverinstallieren/ Version Debian (de base) Démarre un shell root $ sudo -s Installation des paquets de base
PRM and DRBD tutorial. Yves Trudeau October 2012
PRM and DRBD tutorial Yves Trudeau October 2012 Agenda Introduction to Pacemaker PRM principle PRM Hands-on HA over shared storage What is DRBD? Impacts of DRBD on MySQL DRBD Hands-on About me Pacemaker
Installation Guide for AmiRNA and WMD3 Release 3.1
Installation Guide for AmiRNA and WMD3 Release 3.1 by Joffrey Fitz and Stephan Ossowski 1 Introduction This document describes the installation process for WMD3/AmiRNA. WMD3 (Web Micro RNA Designer version
Using Cacti To Graph MySQL s Metrics
Using Cacti To Graph MySQL s Metrics Kenny Gryp [email protected] Principal Consultant @ Percona Collaborate 2011 1 Percona MySQL/LAMP Consulting MySQL Support Percona Server (XtraDB) Percona XtraBackup
Monitoring Netflow with NFsen
Monitoring Netflow with NFsen Network Monitoring and Management Contents 1 Introduction 1 1.1 Goals................................. 1 1.2 Notes................................. 1 2 Export flows from a
Perforce Helix Threat Detection On-Premise Deployment Guide
Perforce Helix Threat Detection On-Premise Deployment Guide Version 3 On-Premise Installation and Deployment 1. Prerequisites and Terminology Each server dedicated to the analytics server needs to be identified
A technical whitepaper describing steps to setup a Private Cloud using the Eucalyptus Private Cloud Software and Xen hypervisor.
A technical whitepaper describing steps to setup a Private Cloud using the Eucalyptus Private Cloud Software and Xen hypervisor. Vivek Juneja Cloud Computing COE Torry Harris Business Solutions INDIA Contents
Configuring Ubuntu Server as a Firewall and Reverse Proxy for OWA 2007 Configuration Guide
Configuring Ubuntu Server as a Firewall and Reverse Proxy for OWA 2007 Configuration Guide Author: Andy Grogan Version 1.0 Location: http://www.telnetport25.com Contents Introduction... 3 Key Objectives:...
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.
GeBro-BACKUP. Die Online-Datensicherung. Manual Pro Backup Client on a NAS
GeBro-BACKUP Die Online-Datensicherung. Manual Pro Backup Client on a NAS Created and tested on a QNAP TS-559 Pro Firmware 4.0.2 Intel x86 Architecture Default hardware configuration OBM v6.15.0.0 Last
Installing MooseFS Step by Step Tutorial
Installing MooseFS Step by Step Tutorial Michał Borychowski MooseFS Support Manager [email protected] march 2010 Gemius SA Overview... 3 MooseFS install process on dedicated machines... 3 Master server
OS Installation: CentOS 5.8
OS Installation: CentOS 5.8 OpenTUSK Training University of Nairobi Mike Prentice [email protected] Tufts University Technology for Learning in the Health Sciences July 2013 Outline 1 OS Install
Overview: Clustering MySQL with DRBD & Pacemaker
Overview: Clustering MySQL with DRBD & Pacemaker Trent Lloyd 1 Overview Software Packages (OpenAIS, Pacemaker/CRM, DRBD) Concepts Setup & configuration Installing packages Configure
Hardening web application (DOS and Application firewalls. Margus Ernits
Hardening web application (DOS and Application firewalls Margus Ernits 2013 Contents Glossary 4 1 Protecting Web Application Against (D)DOS Atta s 5 1.1 Introduction........................................
GroundWork Monitor Open Source 5.1.0 Installation Guide
GroundWork Monitor Open Source 5.1 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version
NoMachine Enterprise Products, Cloud Server Installation and Configuration Guide
pproved by: NoMachine Enterprise Products, Cloud Server Installation and Configuration Guide Page 1 of 18 pproved by: Table of Contents 1. NoMachine Cloud Server 3 1.1. Resources on the Web 3 1.2. Prerequisites
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
Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Perlbal/Heartbeat On Debian Etch
By Falko Timme Published: 2009-01-11 19:32 Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Perlbal/Heartbeat On Debian Etch Version 1.0 Author: Falko Timme
Support ovirt on Ubuntu
Support ovirt on Ubuntu May 2013 Zhou Zheng Sheng / 周征晟 - IBM, Linux Technology Center, KVM zhshzhou #vdsm on irc.freenode.net #ovirt on irc.oftc.net Agenda Why Ubuntu? Our focus and status Support VDSM
ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT
ULTEO OPEN VIRTUAL DESKTOP V4.0.2 UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT Contents 1 Prerequisites: Ubuntu 12.04 (Precise Pangolin) 3 1.1 System Requirements.............................. 3 1.2 sudo.........................................
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
HADOOP - MULTI NODE CLUSTER
HADOOP - MULTI NODE CLUSTER http://www.tutorialspoint.com/hadoop/hadoop_multi_node_cluster.htm Copyright tutorialspoint.com This chapter explains the setup of the Hadoop Multi-Node cluster on a distributed
Network Monitoring As a Layer of Security
August 4, 2009 CS 691 Advanced System Security Design Security Project Documentation Network Monitoring As a Layer of Security Jeff Miller University of Colorado Colorado Springs Network Monitoring As
Ubuntu 下 的 云 计 算. UbuntuChin 互 动 社 区 王 大 亮
Ubuntu 下 的 云 计 算 UbuntuChin 互 动 社 区 王 大 亮 Outline Where is Cloud Computing from? Ubuntu & Cloud Computing Ubuntu Enterprise Cloud Reference Where is Cloud Computing from? 远 看 有 形, 近 看 无 影 Where is Cloud
Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS)
Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS) 1 of 7 Ubuntu Professional Course Overview (E-learning, Ubuntu 10.04 LTS) About the Course and Objectives The Ubuntu Professional
Newton Linux User Group Graphing SNMP with Cacti and RRDtool
Newton Linux User Group Graphing SNMP with Cacti and RRDtool Summary: Cacti is an interface that can be used to easily manage the graphing of SNMP data. These graphs allow you to visualize performance
itixi Ubuntu Server Deployment How-To/Information
itixi Ubuntu Server Deployment How-To/Information Reto Schelbert 20. August 2014 1 Index 1 Index... 1 2 Virtual Server Information... 3 2.1 User/Root... 3 2.2 MySQL User... 3 3 Ubuntu Server Installation...
Knowledge is Power. He who gets wisdom loves his own soul; he who cherishes understanding prospers. (Proverbs 19:8)
Knowledge is Power He who gets wisdom loves his own soul; he who cherishes understanding prospers. (Proverbs 19:8) Monitoring Tool -MRTG on CentOS 6.4 Jeong Chul tland12.wordpress.com www.youtube.com/user/tland12
Configuring an OpenNMS Stand-by Server
WHITE PAPER Conguring an OpenNMS Stand-by Server Version 1.2 The OpenNMS Group, Inc. 220 Chatham Business Drive Pittsboro, NC 27312 T +1 (919) 533-0160 F +1 (503) 961-7746 [email protected] URL: http://blogs.opennms.org/david
Monitoring a Linux Mail Server
Monitoring a Linux Mail Server Mike Weber [email protected]] Various Methods to Monitor Mail Server Public Ports SMTP on Port 25 POPS on Port 995 IMAPS on Port 993 SNMP Amavis on Port 10024 Reinjection
An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX)
An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX) alias alloc awk Create an alias List used and free memory Find and Replace text within
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
The objective of this lab is to learn how to set up an environment for running distributed Hadoop applications.
Lab 9: Hadoop Development The objective of this lab is to learn how to set up an environment for running distributed Hadoop applications. Introduction Hadoop can be run in one of three modes: Standalone
Installing Dspace 1.8 on Ubuntu 12.04
Installing Dspace 1.8 on Ubuntu 12.04 This is an abridged version of the dspace 1.8 installation guide, specifically targeted at getting a basic server running from scratch using Ubuntu. More information
研 發 專 案 原 始 程 式 碼 安 裝 及 操 作 手 冊. Version 0.1
102 年 度 國 科 會 雲 端 計 算 與 資 訊 安 全 技 術 研 發 專 案 原 始 程 式 碼 安 裝 及 操 作 手 冊 Version 0.1 總 計 畫 名 稱 : 行 動 雲 端 環 境 動 態 群 組 服 務 研 究 與 創 新 應 用 子 計 畫 一 : 行 動 雲 端 群 組 服 務 架 構 與 動 態 群 組 管 理 (NSC 102-2218-E-259-003) 計
How to install RADIUSdesk on CentOS 6.4 using Nginx
How to install RADIUSdesk on CentOS 6.4 using Nginx Freddy FALANGA With this document you will install step by step RADIUSdesk on CentOS 6.4 32 bits using nginx web server. Important This installation
Network Management & Monitoring
Network Management & Monitoring Smokeping - Part I Contents 0.1 Exercises............................... 1 0.2 1. Install Smokeping......................... 1 0.3 2. Initial Configuration........................
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
Univention Corporate Server. Extended domain services documentation
Univention Corporate Server Extended domain services documentation 2 Table of Contents 1. Integration of Ubuntu clients into a UCS domain... 4 1.1. Integration into the LDAP directory and the SSL certificate
Partitioning. Files on the Hard Drive. Administration of Operating Systems DO2003. Partition = Binder with index. Write file = Insert document
Administration of Operating Systems DO2003 Mounting the file structure Devices Wecksten, Mattias 2008 Partitioning Wecksten, Mattias 2008 Files on the Hard Drive Partition = Binder with index Write file
HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY
HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY INTRODUCTION Virtual machines are becoming more prevalent. A virtual machine is just a container that describes various resources such as memory, disk space,
VoIP monitor sniffer manual
VoIP monitor sniffer manual This manual describes installation and configuration of the VoIPmonitor C++ sniffer version 4.0. If you are looking for Commercial WEB GUI manual, go to http://www.voipmonitor.org/download
Opennebula and The Xen Hypervisor
NATIONAL COLLEGE OF IRELAND Opennebula and The Xen Hypervisor http://cloudpointers.wordpress.com Marc Reilly Michael O Cearra 12/20/2012 [email protected] @marcyreilly [email protected]
Running Kmeans Mapreduce code on Amazon AWS
Running Kmeans Mapreduce code on Amazon AWS Pseudo Code Input: Dataset D, Number of clusters k Output: Data points with cluster memberships Step 1: for iteration = 1 to MaxIterations do Step 2: Mapper:
Cacti The ULTIMATE Management Solution
Cacti The ULTIMATE Management Solution Cacti SNMP Management Installation HOW-TO For Linux Author: Lee Carter Published: October 20 th 2004 Version 2 Updated November 1, 2004 Table of Contents Purpose...3
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
High Availability Low Dollar Load Balancing
High Availability Low Dollar Load Balancing Simon Karpen System Architect, VoiceThread [email protected] Via Karpen Internet Systems [email protected] These slides are licensed under the
OSM Tile Server. 1 Task Description & Background. Contents. (Version 2) <[email protected]>, 2012-06-25
OSM Tile Server 2012-06-25 1 Contents OSM Tile Server (Version 2) , 2012-06-25 1 Task Description & Background...1 2 Basic System Setup...2 2.1 Disable IPv6...2 2.2 Check partitions...2
This howto is also a bit old now. But I thought of uploading it in the howtos section, as it still works.
Assalam-u-alaikum, This howto is also a bit old now. But I thought of uploading it in the howtos section, as it still works. Created : Mid 2007 Last updated: Mid 2007 The following link is very nice tutorial
Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2 Installing OpsCenter on Amazon AMI References Contact
Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2... 2 Launce Amazon micro-instances... 2 Install JDK 7... 7 Install Cassandra... 8 Configure cassandra.yaml file... 8 Start
High Availability and Backup Strategies for the Lustre MDS Server
HA and Backup Methods for Lustre Hepix May '08 [email protected] 1 High Availability and Backup Strategies for the Lustre MDS Server Spring 2008 Karin Miers / GSI HA and Backup Methods for Lustre Hepix May
Requirements for Rosetta Installation. Version 4.2
Requirements for Rosetta Installation Version 4.2 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic
Using New Relic to Monitor Your Servers
TUTORIAL Using New Relic to Monitor Your Servers by Alan Skorkin Contents Introduction 3 Why Do I Need a Service to Monitor Boxes at All? 4 It Works in Real Life 4 Installing the New Relic Server Monitoring
Backup of ESXi Virtual Machines using Affa
Backup of ESXi Virtual Machines using Affa From SME Server Skill level: Advanced The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended.
Basic Linux & Package Management. Original slides from GTFO Security
Basic Linux & Package Management Original slides from GTFO Security outline Linux What it is? Commands Filesystem / Shell Package Management Services run on Linux mail dns web central authentication router
Installation Instructions (2.8.8)
Installation Instructions (2.8.8) Copyright 2014 by Omnibond Systems, LLC. All rights reserved. Table of Contents Installation Instructions... 1 Who is this Information For?... 1 About OrangeFS... 1 Basic
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
2.1 Hadoop a. Hadoop Installation & Configuration
2. Implementation 2.1 Hadoop a. Hadoop Installation & Configuration First of all, we need to install Java Sun 6, and it is preferred to be version 6 not 7 for running Hadoop. Type the following commands
How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit)
How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit) Introduction Prerequisites This tutorial will show you step-by-step on how to install Multicraft 1.8.2 on a new VPS or dedicated
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
Installation GENTOO + RAID sur VMWARE
Installation GENTOO + RAID sur VMWARE Chargement modules modprobe raid0 modprobe raid1 modprobe dm-mod Partitionnement /dev/sdx1 ext2 32M /dev/sdx2 swap =RAM /dev/sdx3 ext3 reste du disque Pour supprimer
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
Using Google Compute Engine
Using Google Compute Engine Chris Paciorek January 30, 2014 WARNING: This document is now out-of-date (January 2014) as Google has updated various aspects of Google Compute Engine. But it may still be
BUILDING A HYBRID CLOUD WITH OpenNebula. OpenNebula connecting with Private cloud [KVM hypervisor]and Public cloud [Amazon EC2]
place for practical guides on cloud computing BUILDING A HYBRID CLOUD WITH OpenNebula OpenNebula connecting with Private cloud [KVM hypervisor]and Public cloud [Amazon EC2] Table of Contents Hardware/software
Deploying MongoDB and Hadoop to Amazon Web Services
SGT WHITE PAPER Deploying MongoDB and Hadoop to Amazon Web Services HCCP Big Data Lab 2015 SGT, Inc. All Rights Reserved 7701 Greenbelt Road, Suite 400, Greenbelt, MD 20770 Tel: (301) 614-8600 Fax: (301)
Tutorial 0A Programming on the command line
Tutorial 0A Programming on the command line Operating systems User Software Program 1 Program 2 Program n Operating System Hardware CPU Memory Disk Screen Keyboard Mouse 2 Operating systems Microsoft Apple
Installation and Configuration Documentation
Installation and Configuration Documentation Release 1.0.1 Oshin Prem October 08, 2015 Contents 1 HADOOP INSTALLATION 3 1.1 SINGLE-NODE INSTALLATION................................... 3 1.2 MULTI-NODE
Intro to Docker for CMS
Intro to Docker for CMS About me I am Michael Klatsky System Admin and Architect Worked for Javanet, RCN, CT Telephone, TNR Global and Esperdyne Technologies Avid husband, father, homebrewer and dog lover
Firebird on Linux. Author: Philippe Makowski IBPhoenix Email: [email protected] Licence: Public Documentation License Date: 2011-11-22
Author: Philippe Makowski IBPhoenix Email: [email protected] Licence: Public Documentation License Date: 2011-11-22 How to install Project packages rpm tar.gz Distributions packages Build from sources
Setting Up Mac OS X 10.4 Server and Clients for Xgrid, Xgrid Enabled OpenMPI, LAM-MPI, and MPICH2
Setting Up Mac OS X 10.4 Server and Clients for Xgrid, Xgrid Enabled OpenMPI, LAM-MPI, and MPICH2 Version: 2007-09-10 Gergely V. Záruba [email protected] Abstract - In this document we outline some simple
Configuration of High Performance Computing for Medical Imaging and Processing. SunGridEngine 6.2u5
Configuration of High Performance Computing for Medical Imaging and Processing SunGridEngine 6.2u5 A manual guide for installing, configuring and using the cluster. Mohammad Naquiddin Abd Razak Summer
CipherMail Gateway Installation Guide
CIPHERMAIL EMAIL ENCRYPTION CipherMail Gateway Installation Guide March 26, 2015, Rev: 9094 Copyright c 2008-2015, ciphermail.com. Acknowledgments: Thanks goes out to Andreas Hödle for feedback and input
Installing Platform RTM. Platform RTM Version 8.0.2 Release date: October 2011
Installing Platform RTM Platform RTM Version 8.0.2 Release date: October 2011 Copyright 1994-2011 Platform Computing Corporation. Although the information in this document has been carefully reviewed,
Linux System Administration on Red Hat
Linux System Administration on Red Hat Kenneth Ingham September 29, 2009 1 Course overview This class is for people who are familiar with Linux or Unix systems as a user (i.e., they know file manipulation,
Secure File Transfer Installation. Sender Recipient Attached FIles Pages Date. Development Internal/External None 11 6/23/08
Technical Note Secure File Transfer Installation Sender Recipient Attached FIles Pages Date Development Internal/External None 11 6/23/08 Overview This document explains how to install OpenSSH for Secure
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
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu Tagged In: Ubuntu, My Sql, Apache, Php, Lamp Stack About LAMP LAMP stack is a group of open source software used to get web servers up and
How To Install Openstack On Ubuntu 14.04 (Amd64)
Getting Started with HP Helion OpenStack Using the Virtual Cloud Installation Method 1 What is OpenStack Cloud Software? A series of interrelated projects that control pools of compute, storage, and networking
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
