CentOS6.5_x86_64 redis redis redis. Redis redis. redis slave server master server. redis. redis. redis. redis redis. replication.

Size: px
Start display at page:

Download "CentOS6.5_x86_64 redis redis redis. Redis redis. redis slave server master server. redis. redis. redis. redis redis. replication."

Transcription

1 Redis. redis CentOS._x_ redis redis-..0 redis Redis BSD. redis redis slave server master server redis redis master slave redis redis replication.md. redis.. redis redis src]# tar -zxvf redis-..0.tar.gz src]# cd redis-..0

2 redis-..0]# make redis-..0]# make install PREFIX=/data/redis. redis.. 0 [root@chmod redis-..0]# mkdir /data/redis/etc/ [root@chmod redis-..0]# cp redis.conf /data/redis/etc/ [root@chmod redis-..0]# cp utils/redis_init_script /etc/init.d/redis [root@chmod redis-..0]# vim /etc/init.d/redis # # chkconfig: 0 0 # description: Redis is a persistent key-value database # chkconfig EXEC=/data/redis/bin/redis-server CLIEXEC=/data/redis/bin/redis-cli 0 PIDFILE=/data/redis/redis_${REDISPORT}.pid CONF="/data/redis/etc/redis.conf" $CLIEXEC -h..0. -p $REDISPORT -a shutdown # ip [root@chmod redis-..0]# chmod +x /etc/init.d/redis [root@chmod redis-..0]# chkconfig redis on # redis.conf 0 [root@chmod src]# grep -v "#" /data/redis/etc/redis.conf bind..0. # ip protected-mode yes port # tcp-backlog timeout 0 tcp-keepalive 0 daemonize yes supervised no # redis

3 pidfile /data/redis/redis_.pid # pid loglevel notice logfile "/data/redis/log/redis.log" # databases save 00 save 00 0 save # 00 key-value 00s 0 key-value 0s 0000 key-value # key-value stop-writes-on-bgsave-error yes rdbcompression yes rdbchecksum yes dbfilename dump.rdb dir /data/redis/ # slave-serve-stale-data yes slave-read-only yes repl-diskless-sync no repl-diskless-sync-delay repl-disable-tcp-nodelay no slave-priority 00 requirepass # maxmemory M # redis 0%~0% re dis appendonly no appendfilename "appendonly.aof" appendfsync everysec no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 00 auto-aof-rewrite-min-size mb aof-load-truncated yes lua-time-limit 000 slowlog-log-slower-than 0000 slowlog-max-len latency-monitor-threshold 0 notify-keyspace-events "" hash-max-ziplist-entries hash-max-ziplist-value

4 0 list-max-ziplist-size - list-compress-depth 0 set-max-intset-entries zset-max-ziplist-entries zset-max-ziplist-value hll-sparse-max-bytes 000 activerehashing yes client-output-buffer-limit normal client-output-buffer-limit slave mb mb 0 client-output-buffer-limit pubsub mb mb 0 hz 0 aof-rewrite-incremental-fsync yes.. 0 [root@chmod redis-..0]# mkdir /data/redis/etc/ [root@chmod redis-..0]# cp redis.conf /data/redis/etc/ [root@chmod redis-..0]# cp utils/redis_init_script /etc/init.d/redis [root@chmod redis-..0]# vim /etc/init.d/redis # # chkconfig: 0 0 # description: Redis is a persistent key-value databas EXEC=/data/redis/bin/redis-server CLIEXEC=/data/redis/bin/redis-cli 0 PIDFILE=/data/redis/redis_${REDISPORT}.pid CONF="/data/redis/etc/redis.conf" $CLIEXEC -h..0. -p $REDISPORT -a shutdown # ip [root@chmod redis-..0]# chmod /etc/init.d/redis [root@chmod redis-..0]# chkconfig redis on redis.conf [root@chmod ~]# grep -v "#" /data/redis/etc/redis.conf bind..0. # ip protected-mode yes port tcp-backlog timeout 0

5 tcp-keepalive 0 daemonize yes # redis supervised no pidfile /data/redis/redis_.pid # pid loglevel notice logfile "/data/redis/log/redis.log" # databases save 00 save 00 0 save stop-writes-on-bgsave-error yes rdbcompression yes rdbchecksum yes dbfilename dump.rdb dir /data/redis/ # slaveof..0. # redis ip masterauth # redis slave-serve-stale-data yes slave-read-only yes repl-diskless-sync no repl-diskless-sync-delay repl-disable-tcp-nodelay no slave-priority 00 requirepass # redis maxmemory M # redis appendonly no appendfilename "appendonly.aof" appendfsync everysec no-appendfsync-on-rewrite no auto-aof-rewrite-percentage 00 auto-aof-rewrite-min-size mb aof-load-truncated yes lua-time-limit 000 slowlog-log-slower-than 0000 slowlog-max-len latency-monitor-threshold 0 notify-keyspace-events ""

6 0 hash-max-ziplist-entries hash-max-ziplist-value list-max-ziplist-size - list-compress-depth 0 set-max-intset-entries zset-max-ziplist-entries zset-max-ziplist-value hll-sparse-max-bytes 000 activerehashing yes client-output-buffer-limit normal client-output-buffer-limit slave mb mb 0 client-output-buffer-limit pubsub mb mb 0 hz 0 aof-rewrite-incremental-fsync yes. redis.. [root@chmod log]# service redis start # chkconfig Starting Redis server... [root@chmod log]# ps -ef grep redis root 0 :0? 00:00:00 /data/redis/bin/redis-se rver..0.: root 0 0 : pts/ 00:00:00 grep redis.. 0 [root@chmod log]# service redis start Starting Redis server... [root@chmod log]# ps -ef grep redis root 0 0 :? 00:00:00 /data/redis/bin/redis-se rver..0.: root 0 0 : pts/0 00:00:00 grep redis [root@chmod log]# tail redis.log 0:S 0 Aug ::. * Connecting to MASTER..0.: 0:S 0 Aug ::. * MASTER <-> SLAVE sync started 0:S 0 Aug ::. * Non blocking connect for SYNC fired the eve nt. 0:S 0 Aug ::. * Master replied to PING, replication can con tinue...

7 0:S 0 Aug ::. * Partial resynchronization not possible (no cached master) 0:S 0 Aug ::. * Full resync from master: acddb fbeffdbbcd0e: 0:S 0 Aug ::. * MASTER <-> SLAVE sync: receiving bytes f rom master 0:S 0 Aug ::. * MASTER <-> SLAVE sync: Flushing old data 0:S 0 Aug ::. * MASTER <-> SLAVE sync: Loading DB in memory 0:S 0 Aug ::. * MASTER <-> SLAVE sync: Finished with succes s redis master master 0:S 0 Aug ::. * MASTER <-> SLAVE sync: receiving bytes f rom master 0:S 0 Aug ::. * MASTER <-> SLAVE sync: Flushing old data 0:S 0 Aug ::. * MASTER <-> SLAVE sync: Loading DB in memory 0:S 0 Aug ::. * MASTER <-> SLAVE sync: Finished with succes s.. 0 [root@chmod log]# redis-cli -h..0. -a info replicatio n # Replication role:master connected_slaves: slave0:ip=..0.,port=,state=online,offset=,lag= master_repl_offset: repl_backlog_active: repl_backlog_size:0 repl_backlog_first_byte_offset: repl_backlog_histlen: [root@chmod log]# redis-cli -h..0. -a info replicati on

8 0 # Replication role:slave # master_host:..0. master_port: master_link_status:up master_last_io_seconds_ago: master_sync_in_progress:0 slave_repl_offset:0 slave_priority:00 slave_read_only: # connected_slaves:0 master_repl_offset:0 repl_backlog_active:0 repl_backlog_size:0 repl_backlog_first_byte_offset:0 repl_backlog_histlen: [root@chmod log]# redis-cli -h..0. -a..0.:> set test haha OK..0.:> get test "haha"..0.:> [root@chmod log]# redis-cli -h..0. -a..0.:> get test # "haha"..0.:> set test hello # (error) READONLY You can't write against a read only slave...0.:>... replication

9 log]# redis-cli -h..0. -a info replica tion # Replication role:master connected_slaves:0 master_repl_offset:0 repl_backlog_active: repl_backlog_size:0 repl_backlog_first_byte_offset: repl_backlog_histlen:0 slave0:ip=..0.,port=,state=online,offset=,lag= 0 [root@chmod log]# tail redis.log 0:S 0 Aug ::. # Error condition on socket for SYNC: Conn ection refused 0:S 0 Aug ::. * Connecting to MASTER..0.: 0:S 0 Aug ::. * MASTER <-> SLAVE sync started 0:S 0 Aug ::. # Error condition on socket for SYNC: Conn ection refused 0:S 0 Aug ::0. * Connecting to MASTER..0.: 0:S 0 Aug ::0. * MASTER <-> SLAVE sync started 0:S 0 Aug ::0. # Error condition on socket for SYNC: Conn ection refused 0:S 0 Aug ::.0 * Connecting to MASTER..0.: 0:S 0 Aug ::.0 * MASTER <-> SLAVE sync started 0:S 0 Aug ::.0 # Error condition on socket for SYNC: Conn ection refused replication [root@chmod log]# redis-cli -h..0. -a info replic ation # Replication role:slave master_host:..0.

10 0 master_port: master_link_status:down #master down master_last_io_seconds_ago:- master_sync_in_progress:0 slave_repl_offset: master_link_down_since_seconds: # master s slave_priority:00 slave_read_only: connected_slaves:0 master_repl_offset:0 repl_backlog_active:0 repl_backlog_size:0 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 redis

Redis post-exploitation. Pavel Toporkov

Redis post-exploitation. Pavel Toporkov Redis post-exploitation Pavel Toporkov whoami Pavel Toporkov Application Security Specialist at Kaspersky Lab LC/BC CTF team member (this research was mostly made during the CTF. Лучше бы ресёрчил) 2 intro

More information

Redis for Pivotal Cloud Foundry Docs

Redis for Pivotal Cloud Foundry Docs Redis for Pivotal Cloud Foundry Docs Version 1.5 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Redis for PCF Redis for PCF Redis for PCF Release Notes Installing Redis for

More information

A short-term plan for Redis

A short-term plan for Redis A short-term plan for Redis @antirez - Pivotal Redis is made of pieces Transactions Replication Storage API Scripting Sentinel Pub/Sub CLI Cluster Persistence Networking Evolution Redis can be analyzed

More information

IN ACTION. Josiah L. Carlson. FOREWORD BY Salvatore Sanfilippo MANNING SAMPLE CHAPTER

IN ACTION. Josiah L. Carlson. FOREWORD BY Salvatore Sanfilippo MANNING SAMPLE CHAPTER IN ACTION Josiah L. Carlson FOREWORD BY Salvatore Sanfilippo SAMPLE CHAPTER MANNING Redis in Action by Josiah L. Carlson Chapter 4 Copyright 2013 Manning Publications brief contents PART 1 GETTING STARTED...1

More information

Intro to Redis. A Support Overview

Intro to Redis. A Support Overview Intro to Redis A Support Overview Matt Stancliff Redis Engineer NYC mstancliff@gopivotal.com Today What is Redis? How does Redis work? How do we configure Redis? How do Redis commands work? How do we manage

More information

Migration of Existing NSM Server from standalone to an Extended HA environment

Migration of Existing NSM Server from standalone to an Extended HA environment Migration of Existing NSM Server from standalone to an Extended HA environment The below procedure is to migrate the existing Standalone NSM server setup to a 4 Server HA environment where the GUI Server

More information

Distributed Cache Service. User Guide. Date

Distributed Cache Service. User Guide. Date Date 2018-09-05 Contents Contents 1 Introduction... 1 1.1 DCS... 1 1.2 Application Scenarios...2 1.3 Advantages... 3 1.4 Compatibility with Redis Commands...3 1.5 DCS Instance Specifications... 7 1.6 Accessing

More information

COSC Redis. Paul Moore, Stephen Smithbower, William Lee. March 11, 2013

COSC Redis. Paul Moore, Stephen Smithbower, William Lee. March 11, 2013 March 11, 2013 What is Redis? - Redis is an in-memory key-value data store. - Can be a middle-ware solution between your expensive persistent data-store (Oracle), and your application. - Provides PubSub,

More information

MERC. User Guide. For Magento 2.X. Version P a g e

MERC. User Guide. For Magento 2.X. Version P a g e MERC User Guide For Magento 2.X Version 1.0.0 http://litmus7.com/ 1 P a g e Table of Contents Table of Contents... 2 1. Introduction... 3 2. Requirements... 4 3. Installation... 4 4. Configuration... 4

More information

redislite Documentation

redislite Documentation redislite Documentation Release 3.2.313 Yahoo Inc. May 23, 2017 Contents 1 Table of Contents 3 1.1 What is redislite............................................. 3 1.2 How redislite works...........................................

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Introduction to UNIX Stephen Pauwels University of Antwerp October 2, 2015 Outline What is Unix? Getting started Streams Exercises UNIX Operating system Servers, desktops,

More information

Redis for Pivotal Cloud Foundry Docs

Redis for Pivotal Cloud Foundry Docs Redis for Pivotal Cloud Foundry Docs Version 1.4 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Redis for Pivotal Cloud Foundry Redis for Pivotal Cloud Foundry Resource requirements

More information

Cloud Eye. User Guide. Issue 13. Date

Cloud Eye. User Guide. Issue 13. Date Issue 13 Date 2017-08-30 Contents Contents 1 Introduction... 1 1.1 What Is Cloud Eye?... 1 1.2 Functions... 2 1.3 Application Scenarios... 3 1.4 Related Services... 3 1.5 User Permissions... 17 1.6 Region...

More information

Redis Tuesday, May 29, 12

Redis Tuesday, May 29, 12 Redis 2.6 @antirez Redis 2.6 Major new features. Based on unstable branch (minus the cluster code). Why a 2.6 release? Redis Cluster is a long term project (The hurried cat produced blind kittens). Intermediate

More information

LINUX VPS GUIDE. Pre-requisites: (this guide assumes you are using windows)

LINUX VPS GUIDE. Pre-requisites: (this guide assumes you are using windows) LINUX VPS GUIDE Pre-requisites: (this guide assumes you are using windows) Philscurrency Wallet Download PHILS wallet if you don t have already from the link below https://github.com/philscurrency/philscurrency/releases/download/v1.2/phils

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Mukesh Pund Principal Scientist, NISCAIR, New Delhi, India History In 1969, a team of developers developed a new operating system called Unix which was written using C Linus Torvalds,

More information

Getting Started with MySQL

Getting Started with MySQL A P P E N D I X B Getting Started with MySQL M ysql is probably the most popular open source database. It is available for Linux and you can download and install it on your Linux machine. The package is

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Stephen Pauwels Computer Systems Academic Year 2018-2019 Overview of the Semester UNIX Introductie Regular Expressions Scripting Data Representation Integers, Fixed point,

More information

Release Notes for Patches for the MapR Release

Release Notes for Patches for the MapR Release Release Notes for Patches for the MapR 5.0.0 Release Release Notes for the December 2016 Patch Released 12/09/2016 These release notes describe the fixes that are included in this patch. Packages Server

More information

qmail ~]# rpm -qa grep sendmail ps -ef grep sendmail root :30? 00:00:00 sendmail: accepting connections

qmail ~]# rpm -qa grep sendmail ps -ef grep sendmail root :30? 00:00:00 sendmail: accepting connections qmail qmail (BSDs). qmail. 1-3 sendmail MTA MTA qmail. postfix :. rpm -qa grep sendmail sendmail -. [root@linuxcent ~]# rpm -qa grep sendmail sendmail-cf-8.13.8-8.el5 sendmail-8.13.8-8.el5. ps -ef grep

More information

SIEMENS UserAdmin Workshop TELEPERM XP Version 4 Chapter 1

SIEMENS UserAdmin Workshop TELEPERM XP Version 4 Chapter 1 1 UNIX... 1-2 1.1 USER-ENVIRONMENT... 1-2 1.1.1 User-environment... 1-3 1.1.2 Basic commands... 1-3 1.1.3 SCO Unix specific commands... 1-4 1.1.4 HP Unix specific commands... 1-4 1.2 FILE SYSTEM... 1-5

More information

THE FLEXIBLE DATA-STRUCTURE SERVER THAT COULD.

THE FLEXIBLE DATA-STRUCTURE SERVER THAT COULD. REDIS THE FLEXIBLE DATA-STRUCTURE SERVER THAT COULD. @_chriswhitten_ REDIS REDIS April 10, 2009; 6 years old Founding Author: Salvatore Sanfilippo Stable release: 3.0.3 / June 4, 2015; 3 months ago Fundamental

More information

Cisco Prime Network Registrar IPAM MySQL Database Replication Guide

Cisco Prime Network Registrar IPAM MySQL Database Replication Guide Cisco Prime Network Registrar IPAM 8.1.3 MySQL Database Replication Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Remote Procedure Call. Tom Anderson

Remote Procedure Call. Tom Anderson Remote Procedure Call Tom Anderson Why Are Distributed Systems Hard? Asynchrony Different nodes run at different speeds Messages can be unpredictably, arbitrarily delayed Failures (partial and ambiguous)

More information

Intellicus Cluster and Load Balancing- Linux. Version: 18.1

Intellicus Cluster and Load Balancing- Linux. Version: 18.1 Intellicus Cluster and Load Balancing- Linux Version: 18.1 1 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

Google File System 2

Google File System 2 Google File System 2 goals monitoring, fault tolerance, auto-recovery (thousands of low-cost machines) focus on multi-gb files handle appends efficiently (no random writes & sequential reads) co-design

More information

MMM. MySQL Master-Master Replication Manager. Pascal Hofmann

MMM. MySQL Master-Master Replication Manager. Pascal Hofmann MMM MySQL Master-Master Replication Manager Pascal Hofmann Copyright c 2009-2010 Pascal Hofmann i Table of Contents 1 Overview........................................ 1 2 Typical use-cases................................

More information

REdis: Implementing Redis in Erlang. A step-by-step walkthrough

REdis: Implementing Redis in Erlang. A step-by-step walkthrough R: Implementing Redis in Erlang A step-by-step walkthrough 1 2 : Implementing Redis in Erlang A step-by-step walkthrough 2 My Background Microsoft Visual Studio Visto Corporation Founded Inaka Moved to

More information

Mesos Go Stateful. An Abstraction for frameworks running stateful workload. Dhilip & Amit - PaaS Team, Huawei

Mesos Go Stateful. An Abstraction for frameworks running stateful workload. Dhilip & Amit - PaaS Team, Huawei Mesos Go Stateful An Abstraction for frameworks running stateful workload Dhilip & Amit - PaaS Team, Huawei Contents Why Abstraction Available solution in Kubernetes Available solution in Mesos Mesos Go

More information

ClamAV 설치 ( 큐잉서버 ) serverb

ClamAV 설치 ( 큐잉서버 ) serverb ClamAV 설치 ( 큐잉서버 ) serverb 2009 년 10 월 23 일금요일 오전 10:42 Server B 의기존 dovecot 삭제 ( 큐잉서버로사용 ) Sendmail-cf sendmail-devel 설치 Sendmail SMTP AUTH 및 Daemon 리스닝주소변경 Sendmail.cf 수정 Sendmail milter 기능제공여부파악 Clamav

More information

ICALEPS 2013 Exploring No-SQL Alternatives for ALMA Monitoring System ADC

ICALEPS 2013 Exploring No-SQL Alternatives for ALMA Monitoring System ADC ICALEPS 2013 Exploring No-SQL Alternatives for ALMA Monitoring System Overview The current paradigm (CCL and Relational DataBase) Propose of a new monitor data system using NoSQL Monitoring Storage Requirements

More information

django-redis-cache Documentation

django-redis-cache Documentation django-redis-cache Documentation Release 1.5.2 Sean Bleier Nov 15, 2018 Contents 1 Intro and Quick Start 3 1.1 Intro................................................... 3 1.2 Quick Start................................................

More information

SE Memory Consumption

SE Memory Consumption Page 1 of 5 view online Overview Calculating the utilization of memory within a Service Engine (SE) is useful to estimate the number of concurrent connections or the amount of memory that may be allocated

More information

The Google File System

The Google File System October 13, 2010 Based on: S. Ghemawat, H. Gobioff, and S.-T. Leung: The Google file system, in Proceedings ACM SOSP 2003, Lake George, NY, USA, October 2003. 1 Assumptions Interface Architecture Single

More information

Distributed Systems. 29. Distributed Caching Paul Krzyzanowski. Rutgers University. Fall 2014

Distributed Systems. 29. Distributed Caching Paul Krzyzanowski. Rutgers University. Fall 2014 Distributed Systems 29. Distributed Caching Paul Krzyzanowski Rutgers University Fall 2014 December 5, 2014 2013 Paul Krzyzanowski 1 Caching Purpose of a cache Temporary storage to increase data access

More information

Obtaining and Installing the Updated TSBroadcaster Scripts

Obtaining and Installing the Updated TSBroadcaster Scripts [ Obtaining and Installing the Updated TSBroadcaster 1.0.0.10 Scripts Overview Background An issue with the tomcat process on the TSBroadcaster server causes the process to sometimes run out of memory.

More information

SE Memory Consumption

SE Memory Consumption Page 1 of 5 SE Memory Consumption view online Calculating the utilization of memory within a Service Engine is useful to estimate the number of concurrent connections or the amount of memory that may be

More information

Dell Protected Workspace Management

Dell Protected Workspace Management Dell Protected Workspace Management Upgrade Guide Dell Protected Workspace Management v4.1 Created and Maintained by Invincea, Inc. Proprietary For Customer Use Only Dell Protected Workspace Management

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings Linux Commands 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material

More information

Adding SD card to WRT54GL

Adding SD card to WRT54GL 1 of 7 04/08/2012 06:57 AM Adding SD card to WRT54GL From ivc wiki The WRT54GL is a cool little router based on Linux (GPL) and Open Source, thus allowing for extension of the core functions via software

More information

2006/8/16. EMS Quick Start Guide 1

2006/8/16. EMS Quick Start Guide 1 VigorCMS Element Management System(EMS) Quick Start Guide V1.0 2006/8/16 EMS Quick Start Guide 1 Software Installation 1.1 Platform for Windows 2000 or XP EMS Server 1. Install JDK \Software\j2sdk-1_X_X_XX-windows-i586-p.exe

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material in Sobell! If

More information

Operation Manual First Edition

Operation Manual First Edition Ethernet Operation Manual First Edition Table of Contents 1. Overview 1 2. Interface Specifications 3 3. Interface Board 4 3.1 Name of Each Part 4 3.2 Monitor LED Indications 5 4. Modbus/TCP 6 4.1 Setup

More information

goals monitoring, fault tolerance, auto-recovery (thousands of low-cost machines) handle appends efficiently (no random writes & sequential reads)

goals monitoring, fault tolerance, auto-recovery (thousands of low-cost machines) handle appends efficiently (no random writes & sequential reads) Google File System goals monitoring, fault tolerance, auto-recovery (thousands of low-cost machines) focus on multi-gb files handle appends efficiently (no random writes & sequential reads) co-design GFS

More information

Working with CPS Utilities

Working with CPS Utilities Policy Tracing and Execution Analyzer, page 1 Network Cutter Utility, page 5 Policy Builder Configuration Reporter, page 6 CRD Generator Conversion Tool, page 7 Policy Builder Configuration Converter Conversion

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER CHAPTER 4 Revised: September 27, 2012, Introduction This chapter describes the following utilities: Working with SCE Platform Files, page 4-1 The User Log, page 4-5 Managing Syslog, page 4-8 Flow Capture,

More information

Operating Systems: Lecture 12. File-System Interface and Implementation

Operating Systems: Lecture 12. File-System Interface and Implementation 1 Operating Systems: Lecture 12 File-System Interface and Implementation Jinwoo Kim jwkim@jjay.cuny.edu Outline File Concept and Structure Directory Structures File Organizations Access Methods Protection

More information

! Design constraints. " Component failures are the norm. " Files are huge by traditional standards. ! POSIX-like

! Design constraints.  Component failures are the norm.  Files are huge by traditional standards. ! POSIX-like Cloud background Google File System! Warehouse scale systems " 10K-100K nodes " 50MW (1 MW = 1,000 houses) " Power efficient! Located near cheap power! Passive cooling! Power Usage Effectiveness = Total

More information

MySQL Replication : advanced features in all flavours. Giuseppe Maxia Quality Assurance Architect at

MySQL Replication : advanced features in all flavours. Giuseppe Maxia Quality Assurance Architect at MySQL Replication : advanced features in all flavours Giuseppe Maxia Quality Assurance Architect at VMware @datacharmer 1 About me Who s this guy? Giuseppe Maxia, a.k.a. "The Data Charmer" QA Architect

More information

ApsaraDB for Redis. Product Introduction

ApsaraDB for Redis. Product Introduction ApsaraDB for Redis is compatible with open-source Redis protocol standards and provides persistent memory database services. Based on its high-reliability dual-machine hot standby architecture and seamlessly

More information

Some useful UNIX Commands written down by Razor for newbies to get a start in UNIX

Some useful UNIX Commands written down by Razor for newbies to get a start in UNIX Some useful UNIX Commands written down by Razor for newbies to get a start in UNIX 15th Jan. 2000 / 3:55 am Part 1: Working with files and rights ------------------------------------- cp

More information

HTTP/WebDAV synchronization protocol optimizations. Piotr Mrowczynski

HTTP/WebDAV synchronization protocol optimizations. Piotr Mrowczynski HTTP/WebDAV synchronization protocol optimizations. Piotr Mrowczynski HTTP/WebDAV synchronization protocol optimizations. - HTTP2 (https://github.com/owncloud/client/compare/http2) - Bundling (https://github.com/owncloud/client/pull/5319)

More information

HDFS: Hadoop Distributed File System. Sector: Distributed Storage System

HDFS: Hadoop Distributed File System. Sector: Distributed Storage System GFS: Google File System Google C/C++ HDFS: Hadoop Distributed File System Yahoo Java, Open Source Sector: Distributed Storage System University of Illinois at Chicago C++, Open Source 2 System that permanently

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Prof. Jin-Soo Kim( jinsookim@skku.edu) TA Sanghoon Han(sanghoon.han@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Announcement (1) Please come

More information

2) One of the most common question clients asks is HOW the Replication works?

2) One of the most common question clients asks is HOW the Replication works? Replication =============================================================== 1) Before setting up a replication, it could be important to have a clear idea on the why you are setting up a MySQL replication.

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Amazon Aurora. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Amazon Aurora. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR User Guide TABLE OF CONTENTS 1. Purpose...3 2. Introduction to the Management Pack...3 2.1 How the Management Pack Collects Data...3 2.2 Data the Management

More information

System Monitoring. System Level Monitoring CHAPTER

System Monitoring. System Level Monitoring CHAPTER CHAPTER 5 System Monitoring The CDSM provides tools that can be used for system monitoring and system diagnostics. The topics covered in this chapter include: System Level Monitoring, page 5-1 Monitoring

More information

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8

Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 By Falko Timme Published: 2007-12-06 19:24 Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8 Version 1.0 Author: Falko Timme Last edited 12/03/2007 In this tutorial

More information

TSM Studio Server Alerting User Guide

TSM Studio Server Alerting User Guide TSM Studio Server Alerting User Guide Table of Contents Disclaimer... 3 TSM Studio Server Alerting... 4 Activity Log Monitor Alerting... 5 Activity Log Alert Filters... 6 Setting up Activity Log Notification...

More information

IMC inode Intelligent Client v7.0 (E0106) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors.

IMC inode Intelligent Client v7.0 (E0106) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors. IMC inode Intelligent Client v7.0 (E0106) Copyright (c) 2011-2014 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this

More information

simplevisor Documentation

simplevisor Documentation simplevisor Documentation Release 1.2 Massimo Paladin June 27, 2016 Contents 1 Main Features 1 2 Installation 3 3 Configuration 5 4 simplevisor command 9 5 simplevisor-control command 13 6 Supervisor

More information

Chapter 10: File-System Interface. Operating System Concepts with Java 8 th Edition

Chapter 10: File-System Interface. Operating System Concepts with Java 8 th Edition Chapter 10: File-System Interface 10.1 Silberschatz, Galvin and Gagne 2009 File Concept A file is a named collection of information that is recorded on secondary storage. Types: Data numeric character

More information

Lab 4 File System. CS140 February 27, Slides adapted from previous quarters

Lab 4 File System. CS140 February 27, Slides adapted from previous quarters Lab 4 File System CS140 February 27, 2015 Slides adapted from previous quarters Logistics Lab 3 was due at noon today Lab 4 is due Friday, March 13 Overview Motivation Suggested Order of Implementation

More information

Installing and configuring Apache Kafka

Installing and configuring Apache Kafka 3 Installing and configuring Date of Publish: 2018-08-13 http://docs.hortonworks.com Contents Installing Kafka...3 Prerequisites... 3 Installing Kafka Using Ambari... 3... 9 Preparing the Environment...9

More information

Configuring Caching Services

Configuring Caching Services CHAPTER 8 This chapter describes how to configure conventional caching services (HTTP, FTP [FTP-over-HTTP caching and native FTP caching], HTTPS, and DNS caching) for centrally managed Content Engines.

More information

Redis - a Flexible Key/Value Datastore An Introduction

Redis - a Flexible Key/Value Datastore An Introduction Redis - a Flexible Key/Value Datastore An Introduction Alexandre Dulaunoy AIMS 2011 MapReduce and Network Forensic MapReduce is an old concept in computer science The map stage to perform isolated computation

More information

HTTPS Setup using mod_ssl on CentOS 5.8. Jeong Chul. tland12.wordpress.com. Computer Science ITC and RUPP in Cambodia

HTTPS Setup using mod_ssl on CentOS 5.8. Jeong Chul. tland12.wordpress.com. Computer Science ITC and RUPP in Cambodia HTTPS Setup using mod_ssl on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia HTTPS Setup using mod_ssl on CentOS 5.8 Part 1 Basic concepts on SSL Step 1 Secure Socket

More information

Performance Objects and Counters for the System

Performance Objects and Counters for the System APPENDIXA Performance Objects and for the System May 19, 2009 This appendix provides information on system-related objects and counters. Cisco Tomcat Connector, page 2 Cisco Tomcat JVM, page 4 Cisco Tomcat

More information

EXPERIENCES USING GH-OST IN A MULTI-TIER TOPOLOGY

EXPERIENCES USING GH-OST IN A MULTI-TIER TOPOLOGY EXPERIENCES USING GH-OST IN A MULTI-TIER TOPOLOGY Ivan Groenewold Valerie Parham-Thompson 26 April 2017 WHY USE GH-OST? Why not use native online schema change capabilities of MySQL/MariaDB? Some changes

More information

UNIX Quick Reference

UNIX Quick Reference UNIX Quick Reference This card represents a brief summary of some of the more frequently used UNIX commands that all users should be at least somewhat familiar with. Some commands listed have much more

More information

File Systems. Chapter 11, 13 OSPP

File Systems. Chapter 11, 13 OSPP File Systems Chapter 11, 13 OSPP What is a File? What is a Directory? Goals of File System Performance Controlled Sharing Convenience: naming Reliability File System Workload File sizes Are most files

More information

Google File System. Arun Sundaram Operating Systems

Google File System. Arun Sundaram Operating Systems Arun Sundaram Operating Systems 1 Assumptions GFS built with commodity hardware GFS stores a modest number of large files A few million files, each typically 100MB or larger (Multi-GB files are common)

More information

Chapter 10: File-System Interface

Chapter 10: File-System Interface Chapter 10: File-System Interface Objectives: To explain the function of file systems To describe the interfaces to file systems To discuss file-system design tradeoffs, including access methods, file

More information

Data Distribution in Gluster. Niels de Vos Software Maintenance Engineer Red Hat UK, Ltd. February, 2012

Data Distribution in Gluster. Niels de Vos Software Maintenance Engineer Red Hat UK, Ltd. February, 2012 Data Distribution in Gluster Niels de Vos ndevos@redhat.com Software Maintenance Engineer Red Hat UK, Ltd. February, 2012 Agenda Terminology Striped Volumes Replicated Volumes Distributed Volumes Distributed

More information

H

H H12-711 Number: H12-711 Passing Score: 600 Time Limit: 120 min File Version: 1.0 Exam A QUESTION 1 The network administrator wants to improve the performance of network transmission, what steps can the

More information

Chapter 10: File-System Interface

Chapter 10: File-System Interface Chapter 10: File-System Interface Objectives: To explain the function of file systems To describe the interfaces to file systems To discuss file-system design tradeoffs, including access methods, file

More information

Internetworking With TCP/IP

Internetworking With TCP/IP Internetworking With TCP/IP Vol II: Design, Implementation, and Internals SECOND EDITION DOUGLAS E. COMER and DAVID L. STEVENS Department of Computer Sciences Purdue University West Lafayette, IN 47907

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Prof. Jin-Soo Kim( jinsookim@skku.edu) TA - Kisik Jeong (kisik@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu What is Linux? A Unix-like operating

More information

LAB #7 Linux Tutorial

LAB #7 Linux Tutorial Gathering information: LAB #7 Linux Tutorial Find the password file on a Linux box Scenario You have access to a Linux computer. You must find the password file on the computer. Objective Get a listing

More information

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG *nix Crash Course Presented by: Virginia Tech Linux / Unix Users Group VTLUUG Ubuntu LiveCD No information on your hard-drive will be modified. Gives you a working Linux system without having to install

More information

Setting up Multi-Source Replication in MariaDB 10.0

Setting up Multi-Source Replication in MariaDB 10.0 Setting up Multi-Source Replication in MariaDB 10.0 November 3, 2014 Derek Downey MySQL Principal Consultant Who am I? Web Developer and Sysadmin background MySQL DBA for 10+ years MySQL Principal Consultant

More information

SLONY Replication and PG POOL II

SLONY Replication and PG POOL II SLONY Replication and PG POOL II Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by/3.0/ Session Topics SLONY Replication PG POOL II SLONY Replication SLONY

More information

Outline. Failure Types

Outline. Failure Types Outline Database Tuning Nikolaus Augsten University of Salzburg Department of Computer Science Database Group 1 Unit 10 WS 2013/2014 Adapted from Database Tuning by Dennis Shasha and Philippe Bonnet. Nikolaus

More information

4 Myths about in-memory databases busted

4 Myths about in-memory databases busted 4 Myths about in-memory databases busted Yiftach Shoolman Co-Founder & CTO @ Redis Labs @yiftachsh, @redislabsinc Background - Redis Created by Salvatore Sanfilippo (@antirez) OSS, in-memory NoSQL k/v

More information

Upgrade Cisco Interface Module for LoRaWAN IXM using the Console

Upgrade Cisco Interface Module for LoRaWAN IXM using the Console Upgrade Cisco Interface Module for LoRaWAN IXM using the Console Contents Introduction Prerequisites Requirements Components Used Background Information Configure Step 1. Prepare the firmware images (and

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 5 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 User Operating System Interface - CLI CLI

More information

Installation, Configuration and Performance Tuning of Shifter V16 on Blue Waters

Installation, Configuration and Performance Tuning of Shifter V16 on Blue Waters May 24, 2018 Installation, Configuration and Performance Tuning of Shifter V16 on Blue Waters HonWai Leong, Timothy Bouvet, Brett Bode, Jeremy Enos & David King Outline Background and Challenges Installation

More information

Useful Unix Commands Cheat Sheet

Useful Unix Commands Cheat Sheet Useful Unix Commands Cheat Sheet The Chinese University of Hong Kong SIGSC Training (Fall 2016) FILE AND DIRECTORY pwd Return path to current directory. ls List directories and files here. ls dir List

More information

OCTVQE Zaptel Echo Canceller (PRELIMINARY)

OCTVQE Zaptel Echo Canceller (PRELIMINARY) OCTVQE - Zaptel Echo Canceller User s Guide (Preliminary) OCTVQE Zaptel Echo Canceller (PRELIMINARY) User s Guide Revision 1.9 OctWare Inc. www.octware.net 4101, Molson St., Suite 300 Montreal Quebec H1Y

More information

COS 318: Operating Systems. NSF, Snapshot, Dedup and Review

COS 318: Operating Systems. NSF, Snapshot, Dedup and Review COS 318: Operating Systems NSF, Snapshot, Dedup and Review Topics! NFS! Case Study: NetApp File System! Deduplication storage system! Course review 2 Network File System! Sun introduced NFS v2 in early

More information

CS197U: A Hands on Introduction to Unix

CS197U: A Hands on Introduction to Unix CS197U: A Hands on Introduction to Unix Lecture 11: WWW and Wrap up Tian Guo University of Massachusetts Amherst CICS 1 Reminders Assignment 4 was graded and scores on Moodle Assignment 5 was due and you

More information

Caching Memcached vs. Redis

Caching Memcached vs. Redis Caching Memcached vs. Redis San Francisco MySQL Meetup Ryan Lowe Erin O Neill 1 Databases WE LOVE THEM... Except when we don t 2 When Databases Rule Many access patterns on the same set of data Transactions

More information

Configure YAF on the Bivio 2000 Series

Configure YAF on the Bivio 2000 Series Configure YAF on the Bivio 2000 Series This wiki entry covers installing YAF on a Bivio 2000, collecting and transmitting the data to a SiLK Repository. The Bivio has up to six application processors which

More information

9581SST CONFIGURE OPERATION MANUAL

9581SST CONFIGURE OPERATION MANUAL 9581SST CONFIGURE OPERATION MANUAL Company Profile Trilithic, Inc. was founded in 1986 as an engineering and assembly company providing customized communications and routing systems for business and government

More information

Staying Out of the Swamp

Staying Out of the Swamp Staying Out of the Swamp Perforce User Conference 2001 Richard E. Baum Introduction Perforce runs well when given proper resources. CPU requirements are quite small. A server s I/O bandwidth is generally

More information

RG-MACC-BASE_v2.01. Installation Guide

RG-MACC-BASE_v2.01. Installation Guide RG-MACC-BASE_v2.01 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information.

More information

CACHE ME IF YOU CAN! GETTING STARTED WITH AMAZON ELASTICACHE. AWS Charlotte Meetup / Charlotte Cloud Computing Meetup Bilal Soylu October 2013

CACHE ME IF YOU CAN! GETTING STARTED WITH AMAZON ELASTICACHE. AWS Charlotte Meetup / Charlotte Cloud Computing Meetup Bilal Soylu October 2013 1 CACHE ME IF YOU CAN! GETTING STARTED WITH AMAZON ELASTICACHE AWS Charlotte Meetup / Charlotte Cloud Computing Meetup Bilal Soylu October 2013 2 Agenda Hola! Housekeeping What is this use case What is

More information

Distributed File Systems. Directory Hierarchy. Transfer Model

Distributed File Systems. Directory Hierarchy. Transfer Model Distributed File Systems Ken Birman Goal: view a distributed system as a file system Storage is distributed Web tries to make world a collection of hyperlinked documents Issues not common to usual file

More information

ProxySQL and MHA integration MHA (Master High Availability Manager and tools for MySQL), is almost fully integrated with the ProxySQL process.

ProxySQL and MHA integration MHA (Master High Availability Manager and tools for MySQL), is almost fully integrated with the ProxySQL process. Sunday 11 September 2016 15:32 - Last Updated Monday 14 November 2016 19:21 ProxySQL and MHA integration MHA Master High Availability Manager and tools for MySQL is almost fully integrated with the ProxySQL

More information