The Yum Server. 1. Configuring Yum Server (Say Server IP is ) 2. Configuring Yum Client (Say Client IP is

Size: px
Start display at page:

Download "The Yum Server. 1. Configuring Yum Server (Say Server IP is ) 2. Configuring Yum Client (Say Client IP is"

Transcription

1 The Yum Server Yum is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm. There are several features of yum over rpm. It is to be noted that yum is not a replacement tool for RPM. It simply makes the process of installation / update more easier. Multiple Repositories Simple config file Correct dependency calculation & Fast operation rpm-consistent behavior Simple interface Below is brief syntax of the command. yum [option] packagename Yum requires repository of RPM files at some place. Configuration file can be written for multiple repositories. Let us do this with simple example. Example : In our example, we will assume two parts. 1. Configuring Yum Server (Say Server IP is ) 2. Configuring Yum Client (Say Client IP is ) We will keep all RPM Files in /var/ftp/pub This is our client, where we will install softwares from yum server.

2 Configuring yum Server : Below are the step by step instructions. 1. Make sure that your server should have FTP Server running. If it is not there then install the same from RPM command. You can also use file or http server. [root@server1 ~]# rpm -q vsftpd vsftpd el5 [root@server1 ~]# 2. Also check createrepo package. It is required for creating repository. You can install the same from RPM command. [root@server1 ~]# rpm -q createrepo createrepo fc6 [root@server1 ~]# 3. In our example we are assuming the complete RHEL5 package will be available via yum server. To achieve this just copy all the DVD in /var/ftp/pub Folder. The sequence is given below. [root@server1 ~]# mount /dev/scd0 /mnt/dvd [root@server1 ~]# cd /var/ftp/pub [root@server1 ~]# cp -R /mnt/dvd. This will copy complete DVD in /var/ftp/pub Folder. 4. The RPM packages can be found in Server folder. Now let us create repository from a set of rpms as below. [root@server1 ~]# cd /var/ftp/pub/server [root@server1 ~]# createrepo -v /var/ftp/pub/server This command will long time based on speed of machine and number of rpms in folder. At the end it will be creating repodata folder in /var/ftp/pub/server which contains following files. filelists.xml.gz other.xml.gz primary.xml.gz repomd.xml 5. Now restart the VSFTPD Server as below. [root@server1 ~]# service vsftpd restart This completes our server part.

3 Configuring yum Client : Now let us come to client machine Here we need to write one.repo file in /etc/yum.repos.d folder. Say name of the file as server1.repo vi /etc/yum.repos.d/server1.repo [Magnum] name=my Software Store baseurl=ftp:// /pub/server/ enabled=1 gpgcheck=0 Save the configuration file. The baseurl tells client machine from where to fetch the software repository. That s all! Now we are ready to use the yum command. Using yum : Using yum command you can do following. 1. Clean the old cache data : Before you start using yum command, it is best practice to clean the old caching data. This can be achieved by following command. 2. Listing the softwares : The following command lists all the softwares installed as well as available software on repository. [root@server1 ~]# yum list You can list any specific software as below. [root@server1 ~]# yum list httpd 3. Getting information of the software : You can get small information of the software whether it is installed or not installed.

4 4. Removing the installed package : You can use remove option as below. Say let us remove zsh software. The command is # yum remove zsh

5 5. Installing software : The option install is used as below to installed the software. [root@server1 ~]# yum install zsh 6. Updating software : To update installed software with new one. [root@server1 ~]# yum update zsh 7. Getting file list of software before or after installation : [root@server1 ~]# yum whatprovides httpd This is particularly useful when one want to locate the path of configuration files, binaries etc. For more complete information you can refer [root@server1 ~]# man yum

About yum. Front-end to rpm. Replacement for up2date. Designed to resolve package dependencies Can locate packages across multiple repositories 1-19

About yum. Front-end to rpm. Replacement for up2date. Designed to resolve package dependencies Can locate packages across multiple repositories 1-19 About yum Front-end to rpm Designed to resolve package dependencies Can locate packages across multiple repositories Replacement for up2date 1-19 Development of RPM cemented the future of Linux by greatly

More information

Prepared by Shiba Ratna Tamrakar

Prepared by Shiba Ratna Tamrakar Lab on Package management with RPM and Yum 1. to install the package bind-utils #rpm -hiv bind-utils* Note: i for install, h for hash, v for verbose 2. to install the package bind-utils from URL ftp://www.xyz.com/rpms

More information

EX200 - EX200 Red Hat Certified System Administrator (RHCSA) Exam

EX200 - EX200 Red Hat Certified System Administrator (RHCSA) Exam EX200 - EX200 Red Hat Certified System Administrator (RHCSA) Exam 1.CORRECT TEXT Add users: user2, user3. The Additional group of the two users: user2, user3 is the admin group Password: redhat Answer:

More information

EX200 Q&A. DEMO Version

EX200 Q&A. DEMO Version Red Hat Certified System Administrator (RHCSA) Exam Q&A DEMO Version Copyright (c) 2015 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free

More information

Exam Questions EX200

Exam Questions EX200 Exam Questions EX200 EX200 Red Hat Certified System Administrator (RHCSA) Exam http://www.2passeasy.com/dumps/ex200/ 1.CORRECT TEXT Add users: user2, user3. The Additional group of the two users: user2,

More information

EX200 Exam Questions Demo https://www.surepassexam.com/ex200-exam-dumps.html. Red Hat. Exam Questions EX200

EX200 Exam Questions Demo https://www.surepassexam.com/ex200-exam-dumps.html. Red Hat. Exam Questions EX200 Red Hat Exam Questions EX200 EX200 Red Hat Certified System Administrator (RHCSA) Exam Version:Demo 1.CORRECT TEXT Add users: user2, user3. The Additional group of the two users: user2, user3 is the admin

More information

SYMANTEC SOLUTIONS DEPLOYMENT GUIDE. Single-Step Deployment of Veritas TM Storage Foundation and High Availability on RHEL 6.4/6.

SYMANTEC SOLUTIONS DEPLOYMENT GUIDE. Single-Step Deployment of Veritas TM Storage Foundation and High Availability on RHEL 6.4/6. SYMANTEC SOLUTIONS DEPLOYMENT GUIDE Single-Step Deployment of Veritas TM Storage Foundation and High Availability 6.0.3 on RHEL 6.4/6.5 Using Yum Author: Patric Uebele Technical Product Manager Version:

More information

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 CENTOS 6.0 SUPPORT Contents 1 Prerequisites: CentOS 6.0 3 1.1 System Requirements.............................. 3 1.2 SELinux....................................... 3

More information

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<<

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<< Apache Manual Install Ubuntu Php Mysql Phpmyadmin No Ubuntu 14.10 LAMP server tutorial with Apache 2, PHP 5 and MySQL (MariaDB) Additionally, I will install phpmyadmin to make MySQL administration easier.

More information

Red Hat.Actualtests.EX200.v by.Dixon.22q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator (RHCSA) Exam

Red Hat.Actualtests.EX200.v by.Dixon.22q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator (RHCSA) Exam Red Hat.Actualtests.EX200.v2014-12-02.by.Dixon.22q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: EX200 Exam Name: Red Hat Certified System

More information

Braindumps EX200 15q

Braindumps EX200 15q Braindumps EX200 15q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 22.5 http://www.gratisexam.com/ Red Hat EX200 Red Hat Certified System AdministratorRHCSA This is the best VCE I

More information

EX200 EX200. Red Hat Certified System Administrator RHCSA

EX200 EX200. Red Hat Certified System Administrator RHCSA EX200 Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.0 http://www.gratisexam.com/ EX200 Red Hat Certified System Administrator RHCSA EX200 QUESTION 1 Configure your Host Name, IP

More information

EX200.Lead2pass.Exam.24q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator RHCSA. Version 14.0

EX200.Lead2pass.Exam.24q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator RHCSA. Version 14.0 EX200.Lead2pass.Exam.24q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.0 http://www.gratisexam.com/ Exam Code: EX200 Exam Name: Red Hat Certified System Administrator RHCSA Version

More information

Vendor: RedHat. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator - RHCSA. Version: Demo

Vendor: RedHat. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator - RHCSA. Version: Demo Vendor: RedHat Exam Code: EX200 Exam Name: Red Hat Certified System Administrator - RHCSA Version: Demo EX200 Exam A QUESTION NO: 1 CRECT TEXT Configure your Host Name, IP Address, Gateway and DNS. Host

More information

Seltestengine EX200 24q

Seltestengine EX200 24q Seltestengine EX200 24q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 22.5 http://www.gratisexam.com/ Red Hat EX200 Red Hat Certified System AdministratorRHCSA Nicely written Questions

More information

DCRUM 12.x AMD application installation process

DCRUM 12.x AMD application installation process DCRUM 12.x AMD application installation process Date 2 October 2015 Version 1.1 Author Antoine Buffotot Redactor Antoine Buffotot Contents 1. Purposes of this document ----------------------------------------------------------------------------------------------------

More information

NetBackup Deployment Template User Guide for Chef

NetBackup Deployment Template User Guide for Chef NetBackup Deployment Template User Guide for Chef September 25, 2017 Third-party mass-deployment tools such as Chef and System Center Configuration Manager (SCCM) make deploying software on different platforms

More information

Pulp Python Support Documentation

Pulp Python Support Documentation Pulp Python Support Documentation Release 1.0.1 Pulp Project October 20, 2015 Contents 1 Release Notes 3 1.1 1.0 Release Notes............................................ 3 2 Administrator Documentation

More information

Package Manager. RPM (Red Hat Package Manager)

Package Manager. RPM (Red Hat Package Manager) Package Manager RPM (Red Hat Package Manager) A toolset for distributing and maintaining packages (tools,libraries, etc) Package name: Name-version-release.distribution.archtecture Source package suffix.src.rpm

More information

Using the MySQL Yum Repository

Using the MySQL Yum Repository Using the MySQL Yum Repository Abstract This document provides some basic instructions for using the MySQL Yum Repository to install and upgrade MySQL. It is excerpted from the MySQL 5.6 Reference Manual.

More information

Installing Datameer with MapR on an Edge Node

Installing Datameer with MapR on an Edge Node Installing Datameer with MapR on an Edge Node If Datameer is installed on an edge node and has to be connected with MapR, you also need to install the MapR client software on the edge node, so the node

More information

Ensim Pro and Ensim Basic for Linux Upgrade Guide

Ensim Pro and Ensim Basic for Linux Upgrade Guide Ensim Pro and Ensim Basic 10.3.0 for Linux Upgrade Guide 25 April 2007 This guide provides instructions for upgrading to Ensim Pro and Ensim Basic 10.3.0 for Linux from Ensim Pro and Ensim Basic version

More information

MRCP. Yandex SS Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. Yandex SS Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Yandex SS Plugin Administrator Guide Revision: 1 Distribution: Red Hat / Cent OS Created: November 18, 2018 Last updated: November 18, 2018 Author: Arsen

More information

APACHE INSTALLATION & BASIC CONFIGURATION. Thursday, November 8, 12

APACHE INSTALLATION & BASIC CONFIGURATION. Thursday, November 8, 12 APACHE INSTALLATION & BASIC CONFIGURATION OVERVIEW The Apache Webserver ( commonly just called Apache ) is an extremely popular open source web server. Most commonly run on Unix platforms, but also available

More information

Linux Software Management. Linux System Administration COMP2018 Summer 2017

Linux Software Management. Linux System Administration COMP2018 Summer 2017 Linux Software Management Linux System Administration COMP2018 Summer 2017 OSS Distribution And Installation Open Source Software at its simplest is just source code distributed by any of several means

More information

To configure the patching repository so that it can copy patches to alternate locations, use SFTP, SCP, FTP, NFS, or a premounted file system.

To configure the patching repository so that it can copy patches to alternate locations, use SFTP, SCP, FTP, NFS, or a premounted file system. Configuring Protocols to Stage and 1 Deploy Linux and UNIX Patches VCM supports patching of managed machines in distributed environments, either geographically or separated by firewalls. VCM uses a single

More information

CentOS 7 with MariaDB

CentOS 7 with MariaDB CentOS 7 with MariaDB OS Web Server and PHP MariaDB and Full Text Search Engine Other Middleware Middleware Setup and Configuration Database PHP NetCommons2 Before Install Preparation Installation Download

More information

a. puppet should point to master (i.e., append puppet to line with master in it. Use a text editor like Vim.

a. puppet should point to master (i.e., append puppet to line with master in it. Use a text editor like Vim. Head Node Make sure that you have completed the section on Precursor Steps and Storage. Key parts of that are necessary for you to continue on this. If you have issues, please let an instructor know to

More information

Step by Step SQL 17 Installation on CentOS Linux Release 7.4.

Step by Step SQL 17 Installation on CentOS Linux Release 7.4. Step by Step SQL 17 Installation on CentOS Linux Release 7.4. Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.ae/

More information

Kramer Electronics, Ltd. ETHERNET Configuration (FC-11) GUIDE

Kramer Electronics, Ltd. ETHERNET Configuration (FC-11) GUIDE Kramer Electronics, Ltd. ETHERNET Configuration (FC-11) GUIDE Contents Contents 1 Configuring the Ethernet Port 1 1.1 Setting a Virtual Port 3 1.2 Setting an Ethernet Connection 5 Figures Figure 1: The

More information

Install Apache, PHP And MySQL On CentOS 7 (LAMP)

Install Apache, PHP And MySQL On CentOS 7 (LAMP) Install Apache, PHP And MySQL On CentOS 7 (LAMP) Version 1.0 Authors: Till Brehm , Falko Timme Updates: Srijan Kishore Follow Howtoforge

More information

SGI REACT includes the SGI REACT library for Linux hard real-time performance,

SGI REACT includes the SGI REACT library for Linux hard real-time performance, SGI(R) REACT(TM) 1.13 - Release Notes ===================================== Copyright (c) 2010-2016 SGI. All rights reserved. Contents -------- 1.0 Introduction 1.1 Before You Start / System Requirements

More information

Setting Up Identity Management

Setting Up Identity Management APPENDIX D Setting Up Identity Management To prepare for the RHCSA and RHCE exams, you need to use a server that provides Lightweight Directory Access Protocol (LDAP) and Kerberos services. The configuration

More information

Deployment Guide: IBM BigInsights with IBM Spectrum Scale and Ambari

Deployment Guide: IBM BigInsights with IBM Spectrum Scale and Ambari Deployment Guide: IBM BigInsights with IBM Spectrum Scale and Ambari March 28, 2016 Version 1.2 Written for: Apache Ambari V2.1 IBM BigInsights V4.1 IBM Open Platform with Apache Hadoop V4.1 IBM Spectrum

More information

YUM utilities on AIX

YUM utilities on AIX YUM utilities on AIX yum-utils is a collection of utilities and plugins extending and supplementing yum in different ways. Since YUM is available on AIX, it is best to exploit the functionalities provides

More information

Notes for Installing RedHawk Linux 7.0 with Red Hat Enterprise Linux 7.0. Installation Notes. March 22 nd, 2015

Notes for Installing RedHawk Linux 7.0 with Red Hat Enterprise Linux 7.0. Installation Notes. March 22 nd, 2015 Notes for Installing RedHawk Linux 7.0 with Red Hat Enterprise Linux 7.0 Installation Notes March 22 nd, 2015 This page intentionally left blank 1. Introduction RedHawk Linux is supplied with CentOS Linux

More information

Introduction. Ok. So you've got a brand new Linux box. Now what? How do you: Keep your system updated? Apply security fixes?

Introduction. Ok. So you've got a brand new Linux box. Now what? How do you: Keep your system updated? Apply security fixes? Introduction Ok. So you've got a brand new Linux box. Now what? How do you: Keep your system updated? Apply security fixes? Install the latest cool package? Introduction In the old days you: found out

More information

Here are tips on configuring various OS and application software to use firewall proxies and overcome proxy issues.

Here are tips on configuring various OS and application software to use firewall proxies and overcome proxy issues. Overview Here are tips on configuring various OS and application software to use firewall proxies and overcome proxy issues. Disable Network Proxy Authentication Popup Know bug when remote connect to window

More information

MRCP. RPM Installation Manual. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. RPM Installation Manual. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP RPM Installation Manual Administrator Guide Revision: 55 Created: February 7, 2015 Last updated: August 30, 2017 Author: Arsen Chaloyan Powered by Universal

More information

Ensim Pro and Ensim Basic 4.0 for Linux (Standalone) Upgrade Guide

Ensim Pro and Ensim Basic 4.0 for Linux (Standalone) Upgrade Guide Ensim Pro and Ensim Basic 4.0 for Linux (Standalone) Upgrade Guide June 16, 2004 Introduction This guide provides instructions for upgrading Ensim Pro and Ensim Basic 4.0.0 for Linux (Standalone) running

More information

MRCP. Bing SS Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. Bing SS Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Bing SS Plugin Administrator Guide Revision: 2 Distribution: Red Hat / Cent OS Created: November 11, 2017 Last updated: January 26, 2018 Author: Arsen Chaloyan

More information

MRCP. Yandex SR Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. Yandex SR Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Yandex SR Plugin Administrator Guide Revision: 2 Distribution: Red Hat / Cent OS Created: December 22, 2018 Last updated: December 24, 2018 Author: Arsen

More information

mod_ssl.x86_64 1: el6.centos Complete! Start the Webserver service httpd start Starting httpd: [ OK ]

mod_ssl.x86_64 1: el6.centos Complete! Start the Webserver service httpd start Starting httpd: [ OK ] Total download size: 1.7 M Is this ok [y/n]: y Downloading Packages: Setting up and reading Presto delta metadata updates/prestodelta 210 kb 00:00 Processing delta metadata Download delta size: 525 k (1/4):

More information

Hortonworks Cybersecurity Platform

Hortonworks Cybersecurity Platform 1 Hortonworks Cybersecurity Platform Date of Publish: 2018-07-15 http://docs.hortonworks.com Contents Preparing to Upgrade...3 Back up Your Configuration...3 Stop All Metron Services...3 Upgrade Metron...4

More information

MRCP. Google SR Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. Google SR Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Google SR Plugin Administrator Guide Revision: 2 Distribution: Red Hat / Cent OS Created: May 12, 2017 Last updated: August 30, 2017 Author: Arsen Chaloyan

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.6. The information in this document

More information

Package Management System

Package Management System Package Management System The name "package" is used in Linux for an application with all of its Supported files. A package management system is a collection of tools to automate the process of installing,

More information

Linux Systems Administration Getting Started with Linux

Linux Systems Administration Getting Started with Linux Linux Systems Administration Getting Started with Linux Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International

More information

Hortonworks DataFlow

Hortonworks DataFlow Hortonworks DataFlow Installing an HDF Cluster for IBM Power Systems (December 22, 2017) docs.hortonworks.com Hortonworks DataFlow: Installing an HDF Cluster for IBM Power Systems Copyright 2012-2017 Hortonworks,

More information

MRCP. Asterisk Modules. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. Asterisk Modules. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Asterisk Modules Administrator Guide Revision: 80 Distribution: Red Hat / Cent OS Created: February 7, 2015 Last updated: May 20, 2017 Author: Arsen Chaloyan

More information

RPM and Yum. How to manage your packages without UPS. Nick Urbanik This document Licensed under GPL see section 8.

RPM and Yum. How to manage your packages without UPS. Nick Urbanik This document Licensed under GPL see section 8. slide 1/48 How to manage your packages without UPS This document Licensed under GPL see section 8 slide 2/48 Outline What is a Package? Why should I have packages? Why not just zip files

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT Contents 1 Prerequisites: SUSE Linux Enterprise Server (SLES) 11 SP1 3 1.1 System Requirements..............................

More information

Installation 1. Installing DPS. Date of Publish:

Installation 1. Installing DPS. Date of Publish: 1 Installing DPS Date of Publish: 2018-05-18 http://docs.hortonworks.com Contents DPS Platform support requirements...3 Installation overview...4 Installation prerequisites...5 Setting up the local repository

More information

Managing Linux Software

Managing Linux Software CHAPTER Managing Linux Software 8 In this chapter, you will learn about Managing software with RPM Installing software from source code Managing Debian software packages Managing shared libraries As a

More information

New Tools Used by the Scientific Linux Team

New Tools Used by the Scientific Linux Team New Tools Used by the Scientific Linux Team Troy Dawson dawson@fnal.gov HEPIX Fall 2010 November 4, 2010 Overview Overview of the Fedora work flow from source code to distribution Step through the Fedora's

More information

SAS Event Stream Processing for Edge Computing 4.3: Deployment Guide

SAS Event Stream Processing for Edge Computing 4.3: Deployment Guide SAS Event Stream Processing for Edge Computing 4.3: Deployment Guide SAS Documentation June 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Event Stream

More information

"Charting the Course... RHCE Rapid Track Course. Course Summary

Charting the Course... RHCE Rapid Track Course. Course Summary Course Summary Description This course is carefully designed to match the topics found in the Red Hat RH299 exam prep course but also features the added benefit of an entire extra day of comprehensive

More information

Red Hat Satellite 6.4

Red Hat Satellite 6.4 Red Hat Satellite 6.4 Upgrading and Updating Red Hat Satellite Upgrading and updating Red Hat Satellite Server and Capsule Server Last Updated: 2018-12-17 Red Hat Satellite 6.4 Upgrading and Updating

More information

Fujitsu Global Cloud Platform Setup and Configure yum Software Package Manager with CentOS. Servers. This guide details. with CentOS 6.

Fujitsu Global Cloud Platform Setup and Configure yum Software Package Manager with CentOS. Servers. This guide details. with CentOS 6. Fujitsu Global Cloud Platform Setup and Configure yum Software Package Manager with CentOS 6.x Servers Fujitsu Globa al Cloud Platform Setup and Configure yum Software Package Manager with CentOS 6.0 Servers

More information

Support Visit mysupport.mcafee.com to find product documentation, announcements, and support.

Support Visit mysupport.mcafee.com to find product documentation, announcements, and support. Release Notes McAfee Web Gateway version 7.1.0.3 This document provides information about the McAfee Web Gateway version 7.1.0.3 appliance software. You can find more information at the following locations:

More information

Genesys Pulse Deployment Guide. WebDAV Server Configuration

Genesys Pulse Deployment Guide. WebDAV Server Configuration Genesys Pulse Deployment Guide WebDAV Server Configuration 12/2/2017 WebDAV Server Configuration Use WebDAV server for sharing snapshots between BE and Genesys Pulse Collector when they are installed on

More information

User Manual op5 System 3.1

User Manual op5 System 3.1 User Manual op5 System 3.1 Table of Contents 1 Introduction... 2 2 Fundamentals... 2 2.1 op5 System... 2 2.2 System access... 2 2.2.1 The portal page... 2 2.2.2 Console and SSH access... 3 2.3 System accounts...

More information

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2.

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. Upgrade Guide v2.3.2 This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. It explains important changes to the backup system, network config

More information

ULTEO OPEN VIRTUAL DESKTOP OPENSUSE 11.3 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP OPENSUSE 11.3 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 OPENSUSE 11.3 SUPPORT Contents 1 Prerequisites: opensuse 11.3 3 1.1 System Requirements.............................. 3 2 Repository 4 2.1 Online Method..................................

More information

Hetero Streams Library (hstreams Library) User's Guide

Hetero Streams Library (hstreams Library) User's Guide (hstreams Library) User's Guide January 2017 Copyright 2013-2017 Intel Corporation All Rights Reserved US Revision: 1.0 World Wide Web: http://www.intel.com Disclaimer and Legal Information You may not

More information

MRCP. AWS Lex Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. AWS Lex Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP AWS Lex Plugin Administrator Guide Revision: 1 Distribution: Red Hat / Cent OS Created: September 15, 2018 Last updated: September 15, 2018 Author: Arsen

More information

Use Software Collections for PHP 5.6 support on RHEL and CentOS 6 and 7

Use Software Collections for PHP 5.6 support on RHEL and CentOS 6 and 7 Use Software Collections for PHP 5.6 support on RHEL and CentOS 6 and 7 Introduction Audience Disclaimer Software Collections and PHP Installation Install MySQL Enable Software Collections Add repositories

More information

Hortonworks Data Platform v1.0 Powered by Apache Hadoop Installing and Configuring HDP using Hortonworks Management Center

Hortonworks Data Platform v1.0 Powered by Apache Hadoop Installing and Configuring HDP using Hortonworks Management Center Hortonworks Data Platform v1.0 Powered by Apache Hadoop Installing and Configuring HDP using Hortonworks Management Center This work by Hortonworks, Inc. is licensed under a Creative Commons Attribution-ShareAlike

More information

Pivotal Command Center

Pivotal Command Center PRODUCT DOCUMENTATION Pivotal Command Center Version 2.1 User Guide Rev: A02 2013 GoPivotal, Inc. Copyright 2013 GoPivotal, Inc. All rights reserved. GoPivotal, Inc. believes the information in this publication

More information

NSX-T Upgrade Guide. VMware NSX-T 2.1

NSX-T Upgrade Guide. VMware NSX-T 2.1 VMware NSX-T 2.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to docfeedback@vmware.com

More information

Hortonworks DataFlow

Hortonworks DataFlow Hortonworks DataFlow Installing HDF Services on a New HDP Cluster for IBM (December 22, 2017) docs.hortonworks.com Hortonworks DataFlow: Installing HDF Services on a New HDP Cluster for IBM Power Systems

More information

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

More information

Marek Goldmann. Part of project:odd. Polish. BoxGrinder lead Leading the JBoss AS packaging into Fedora. Yep, Bob's team

Marek Goldmann. Part of project:odd. Polish. BoxGrinder lead Leading the JBoss AS packaging into Fedora. Yep, Bob's team 2 Marek Goldmann Part of project:odd Yep, Bob's team Polish As you can recognize by my accent... BoxGrinder lead Leading the JBoss AS packaging into Fedora Agenda Cloud, cloud, cloud, cloud Cloud, cloud,

More information

Install and Configure Samba - CentOS 7

Install and Configure Samba - CentOS 7 CentOS 7 Samba Guide Page 1 of 11 Install and Configure Samba - CentOS 7 What is Samba and why should I use it? Samba is a service that allows Linux machines to access and share files, folders and printers

More information

Infoblox Kubernetes1.0.0 IPAM Plugin

Infoblox Kubernetes1.0.0 IPAM Plugin 2h DEPLOYMENT GUIDE Infoblox Kubernetes1.0.0 IPAM Plugin NIOS version 8.X August 2018 2018 Infoblox Inc. All rights reserved. Infoblox Kubernetes 1.0.0 IPAM Deployment Guide August 2018 Page 1 of 18 Overview...

More information

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application.

1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application. CIT 210L Name: Lab #2 1. Open VirtualBox and start your linux VM. Boot the machine and log in with the user account you created in Lab #1. Open the Terminal application. 2. Listing installed packages -

More information

Hawkey Documentation. Release Aleš Kozumplík

Hawkey Documentation. Release Aleš Kozumplík Hawkey Documentation Release 0.8.1-1 Aleš Kozumplík Mar 30, 2017 Contents 1 API Changes 3 2 FAQ 19 3 python-hawkey Tutorial 21 4 python-hawkey Reference Manual 27 5 Design Rationale 33 i ii Contents:

More information

amdgpu Graphics Stack Documentation

amdgpu Graphics Stack Documentation amdgpu Graphics Stack Documentation Release unknown-build Advanced Micro Devices, Inc. Oct 25, 2018 Contents 1 Table of Contents 1 1.1 Preamble................................................. 1 1.2 Overview.................................................

More information

FastTrack to Red Hat Linux System Administrator Course Overview

FastTrack to Red Hat Linux System Administrator Course Overview Course Overview This highly practical instructor led training course is designed to give experienced LINUX/UNIX administrators practical experience in the administration of a LINUX system to a level required

More information

ModSecurity2 Installation, and Configuration

ModSecurity2 Installation, and Configuration ModSecurity2 Installation, and Configuration Hi, I actually searched a lot of times through Mr. Google looking for a ModSecurity2 HOWTO, but unfortunately I didn't find any. So I decided to write this

More information

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies.

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies. Zend Server Cluster Manager 5.5 Beta Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.5 Beta. The information in this

More information

This document is intended for use by Nagios XI Administrators who need a boost in I/O performance.

This document is intended for use by Nagios XI Administrators who need a boost in I/O performance. Purpose This document describes how to use a RAM disk to boost performance on a server. Target Audience This document is intended for use by Administrators who need a boost in I/O performance. Summary

More information

Important Notice Cloudera, Inc. All rights reserved.

Important Notice Cloudera, Inc. All rights reserved. Cloudera Upgrade Important Notice 2010-2018 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, and any other product or service names or slogans contained in this document are trademarks

More information

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume.

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume. OPS235 Lab 4 [1101] Sample/suggested Answers/notes (Please ask your professor if you need any clarification or more explanation on concepts you don't understand.) Investigation 1: How are LVMs managed

More information

Exam Questions RH302

Exam Questions RH302 Exam Questions RH302 Red Hat Certified Engineer on Redhat Enterprise Linux 5 (Labs) https://www.2passeasy.com/dumps/rh302/ 1.. CORRECT TEXT We are working on /data initially the size is 2GB. The /dev/test0/lvtestvolume

More information

Virtuozzo 6. Templates Management Guide. February 17, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved.

Virtuozzo 6. Templates Management Guide. February 17, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved. Virtuozzo 6 Templates Management Guide February 17, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen

More information

Auto-Provisioning Mediatrix units May 31, 2011

Auto-Provisioning Mediatrix units May 31, 2011 Auto-Provisioning Mediatrix units May 31, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Application Scenario... 3 Overview of the Server Configuration... 4 Preparing Windows

More information

User Manual. op5 System 3.0

User Manual. op5 System 3.0 User Manual op5 System 3.0 Table of Contents 1 Introduction...3 2 Fundamentals...3 2.1 op5 System...3 2.2 System access...3 2.2.1 The portal, web access...3 2.2.2 Console and SSH access...5 2.3 System

More information

INTERNET DEVELOPERS TOOLKIT FOR G

INTERNET DEVELOPERS TOOLKIT FOR G INSTALLATION AND RELEASE NOTES INTERNET DEVELOPERS TOOLKIT FOR G Version 5.0 Contents These installation and release notes contain information about the Internet Developers Toolkit for G, which you can

More information

Installing Applications in FreeBSD. wengyc

Installing Applications in FreeBSD. wengyc Installing Applications in FreeBSD wengyc Before we start Permission issue root: the superuser In Unix-like system, root is the conventional name of the user who has all rights or permissions (to all files

More information

Defensie Exercises preparing for the exam.

Defensie Exercises preparing for the exam. Defensie Exercises preparing for the exam. 1. Stuur de inhoud van het bestand /etc/passwd naar het bestand /tmp/gebruikers en zorg dat het bestand /tmp/gebruikers gesorteerd is in omgekeerde volgorde 2.

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.3 Release Notes. Revised April 9, :00 pm IST

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.3 Release Notes. Revised April 9, :00 pm IST Citrix CloudPlatform (powered by Apache CloudStack) Version 4.3 Release Notes Revised April 9, 2014 3:00 pm IST Citrix CloudPlatform (powered by Apache CloudStack) Version 4.3 Release Notes Citrix CloudPlatform

More information

Downloading VirusScan Enterprise 8.5i. August 2008 End User Computing

Downloading VirusScan Enterprise 8.5i. August 2008 End User Computing Downloading VirusScan Enterprise 8.5i August 2008 End User Computing Downloading VSE 8.5i 1. In your browser, go to http://www.mcafee.com/us/enterprise/downl oads/index.html. a. If you cannot get to the

More information

Introduction. What is Linux? What is the difference between a client and a server?

Introduction. What is Linux? What is the difference between a client and a server? Linux Kung Fu Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and open-source operating system distributions

More information

MRCP. Google Dialogflow Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC

MRCP. Google Dialogflow Plugin. Administrator Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Google Dialogflow Plugin Administrator Guide Revision: 2 Distribution: Red Hat / Cent OS Created: December 27, 2017 Last updated: July 9, 2018 Author: Arsen

More information

Practical OpenSCAP, Security Standard Compliance and Reporting Part 1: CLI (command-line)

Practical OpenSCAP, Security Standard Compliance and Reporting Part 1: CLI (command-line) Presenters: Robin Price II and Martin Preisler Abstract: OpenSCAP is a family of open source SCAP tools and content that help users create standard security checklists for enterprise systems. Natively

More information

www.kouza.jp apache apache Linux apache http://www.apache.org/ http://www.kouza.jp/ RedHat apache apache-1.3.19-5.i386.rpm rpm -qa egrep apache apache-1.3.19-5 apacheconf-0.7-2 httpd. conf apach e /etc/httpd/conf

More information

ZENworks Linux Management Version 6.5 Release Notes

ZENworks Linux Management Version 6.5 Release Notes ZENworks Linux Management Version 6.5 Release Notes These are the release notes for version 6.5 of ZENworks Linux Management, last updated on June 3 rd 2004. Contents 1. Platform Support 2. New features

More information

Configuring Artifactory

Configuring Artifactory Configuring Artifactory 1 Configuration Files 2 Understanding Repositories 2.1 Local Repositories 2.2 Remote Repositories 2.3 Virtual Repositories 3 Common Repositories Configuration 3.1 Snapshots and

More information