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

Size: px
Start display at page:

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

Transcription

1 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): httpd el6.centos_ el6.centos.x86_64.drpm 370 kb 00:00 (2/4): httpd-manual el6.centos_ el6.centos.noarch.drpm 61 kb 00:00 (3/4): httpd-tools el6.centos_ el6.centos.x86_64.drpm 59 kb 00:00 (4/4): mod_ssl el6.centos_ el6.centos.x86_64.drpm 35 kb 00:00 Finishing rebuild of rpms, from deltarpms <delta rebuild> 1.7 MB 00:02 Presto reduced the update size by 71% (from 1.7 M to 525 k). Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : httpd-tools el6.centos.x86_64 1/8 Updating : httpd el6.centos.x86_64 2/8 Updating : httpd-manual el6.centos.noarch 3/8 Updating : 1:mod_ssl el6.centos.x86_64 4/8 Cleanup : httpd-manual el6.centos.noarch 5/8 Cleanup : 1:mod_ssl el6.centos.x86_64 6/8 Cleanup : httpd el6.centos.x86_64 7/8 Cleanup : httpd-tools el6.centos.x86_64 8/8 Verifying : httpd-manual el6.centos.noarch 1/8 Verifying : 1:mod_ssl el6.centos.x86_64 2/8 Verifying : httpd-tools el6.centos.x86_64 3/8 Verifying : httpd el6.centos.x86_64 4/8 Verifying : httpd el6.centos.x86_64 5/8 Verifying : 1:mod_ssl el6.centos.x86_64 6/8 Verifying : httpd-tools el6.centos.x86_64 7/8 Verifying : httpd-manual el6.centos.noarch 8/8 Updated: httpd.x86_64 0: el6.centos Page 21 of 71

2 Dependency Updated: httpd-manual.noarch 0: el6.centos mod_ssl.x86_64 1: el6.centos Complete! Start the Webserver service httpd start Starting httpd: [ OK ] httpd-tools.x86_64 0: el6.centos Automate the startup of the Webserver [root@hadoop01 ~]# chkconfig --level 345 httpd on Use WinSCP and copy all the files downloaded earlier to master node Page 22 of 71

3 Execute the below commands to extract the transferred files to create local repositories ~]# cd /u04/downloads ~]# tar -zxvf AMBARI centos6.tar.gz -C /var/www/html/ ~]# tar -zxvf HDP-UTILS centos6.tar.gz -C /var/www/html/ ~]# tar -zxvf HDP centos6-rpm.tar.gz -C /var/www/html/ Create the repo files in /etc/yum.repos.d/ ~]# cd /etc/yum.repos.d/ ~]# vi ambari.repo #VERSION_NUMBER= [Updates-ambari-2.1.0] name=ambari Updates Page 23 of 71

4 baseurl= gpgcheck=1 gpgkey= enabled=1 priority=1 ~]# vi hdp.repo #VERSION_NUMBER= [HDP ] name=hdp Version - HDP baseurl= gpgcheck=1 gpgkey= enabled=1 priority=1 [HDP-UTILS ] name=hdp Utils Version - HDP-UTILS baseurl= gpgcheck=1 gpgkey= enabled=1 priority=1 Make sure that the http server is up and running my server IP is highlighted in yellow Page 24 of 71

5 NOTE: Please make sure you specify Master IP address and versions as per your environment /bk_ambari_reference_guide/content/_troubleshooting_ambari.html On the Ambari Server host, open /etc/ambari-server/conf/ambari.properties with a text editor Using Ambari with MySQL By default, Ambari uses Postgres DB. I have decided to use MySQL because it s the only database is acceptable for Hive,HBase,Ambari,Zookeeper etc installation Check whether MySQL is installed and running Page 25 of 71

6 bin]# service mysqld status mysqld is stopped I had previously opted and installed MySQL packages during the OS install so I will use this version.see below steps to remove and re-install a newser MySQL package. [root@hadoop01 bin]# service mysqld start Initializing MySQL database: Installing MySQL system tables...ok Filling help tables...ok To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h hadoop01.texas.netpassword 'new-password' Alternatively you can run: /usr/bin/mysql_secure_installation which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the manual for more instructions. You can start the MySQL daemon with: cd /usr ; /usr/bin/mysqld_safe & You can test the MySQL daemon with mysql-test-run.pl cd /usr/mysql-test ; perl mysql-test-run.pl Please report any problems with the /usr/bin/mysqlbug script! [ OK ] Starting mysqld: [ OK ] [root@hadoop01 ~]# service mysqld status mysqld (pid 1880) is running... Automate the MySQL server startup at boot [root@hadoop01 ~]# chkconfig --level 345 mysqld on Optinally Uninstall MySQL Packages First uninstall all the MySQL packages installed on your server Page 26 of 71

7 ~]# yum remove mysql mysql-server Romove MySQL Directory Remove MySQL data directory from system which by default exists at /var/lib/mysql. It may be changed to some other place, which you can find in my.cnf file with variable datadir. Delete the /var/lib/mysql directory from system but we prefer to rename it to keep a backup of existing files. [root@hadoop01 ~]# mv /var/lib/mysql /var/lib/mysql_old_backup Optional re-install MySQL Stop and uninstall/remove the current version [root@hadoop01 html]# service mysqld stop [root@hadoop01 html]# yum remove mysql mysql-server [root@hadoop01 html # mv /var/lib/mysql /var/lib/mysql_old_backup Reinstall the MySQL [root@hadoop01 html]# yum install mysql mysql-server Loaded plugins: aliases, changelog, downloadonly, fastestmirror, presto, security, tmprepo, verify, versionlock Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror.switch.ch * centosplus: mirror.switch.ch * contrib: mirror.switch.ch * epel: mirror.fraunhofer.de * extras: mirror.switch.ch * updates: mirror.switch.ch Resolving Dependencies --> Running transaction check ---> Package mysql.x86_64 0: el6_6 will be installed Page 27 of 71

8 ---> Package mysql-server.x86_64 0: el6_6 will be installed --> Finished Dependency Resolution Dependencies Resolved Package Arch Version Repository Size Installing: mysql x86_ el6_6 base 894 k mysql-server x86_ el6_6 base 8.6 M Transaction Summary Install 2 Package(s) Total download size: 9.5 M Installed size: 27 M Is this ok [y/n]: y Downloading Packages: Setting up and reading Presto delta metadata Processing delta metadata Package(s) data still to download: 9.5 M (1/2): mysql el6_6.x86_64.rpm 894 kb 00:00 (2/2): mysql-server el6_6.x86_64.rpm 8.6 MB 00: Total 00:02 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : mysql el6_6.x86_64 1/2 Installing : mysql-server el6_6.x86_64 2/2 Verifying : mysql el6_6.x86_64 1/2 Verifying : mysql-server el6_6.x86_64 2/2 Installed: mysql.x86_64 0: el6_6 Page 28 of MB/s 9.5 MB mysql-server.x86_64 0: el6_6

9 Complete! Check if MySQL is running ~]# mysqladmin -u root -p status Enter password: Uptime: 134 Threads: 7 Questions: 604 Slow queries: 0 Opens: 30 Flush tables: 1 Open tables: 23 Queries per second avg: I had to reset the MySQL password to do so follow the below process [root@hadoop01 html]# service mysqld stop Stopping mysqld: [ OK ] Reset the MySQL password Having installed the MySQL rpm I didn t know the default password so I had to rest [root@hadoop01 html]# mysqladmin -u root -h hadoop01.texas.netpassword 'tototo' [root@hadoop01 html]# mysqladmin -u root password 'tototo' Try out the new password and it seems to work out well [root@hadoop01 html]# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: Source distribution Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> select user(); user() root@localhost Page 29 of 71

10 row in set (0.01 sec) Install MySQL connector The Ambari Server host needs the MySQL driver installed to be able to communicate with the database, so I installed the the CentOS MySQL connector [root@hadoop01 bin]# yum install mysql-connector-java Loaded plugins: fastestmirror, security Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror.switch.ch * epel: mirror.de.leaseweb.net * extras: mirror.switch.ch * updates: mirror.switch.ch Resolving Dependencies --> Running transaction check ---> Package mysql-connector-java.noarch 1: el6 will be installed --> Finished Dependency Resolution Dependencies Resolved Package Arch Version Repository Size Installing: mysql-connector-java noarch 1: el6 base 1.4 M Transaction Summary Install 1 Package(s) Total download size: 1.4 M Installed size: 2.8 M Is this ok [y/n]: y Page 30 of 71

PEN LOAD BALANCER WITH 2 NODES APACHE WEB SERVER

PEN LOAD BALANCER WITH 2 NODES APACHE WEB SERVER Alternate Titles: MYSQL SSL Encryption Based Replication Setup Author: Muhammad Zeeshan Bhatti [LPI, VCP-DCV5, OCP (DBA), MCSA, SUSE CLA, RHCSA-7] (http://zeeshanbhatti.com) (admin@zeeshanbhatti.com) PEN

More information

VCP-DCV5, OCP (DBA), MCSA, SUSE CLA, RHCSA-7]

VCP-DCV5, OCP (DBA), MCSA, SUSE CLA, RHCSA-7] Alternate Titles: APACHE V-HOST SETUP Author: Muhammad Zeeshan Bhatti [LPI, VCP-DCV5, OCP (DBA), MCSA, SUSE CLA, RHCSA-7] (http://zeeshanbhatti.com) (admin@zeeshanbhatti.com) APACHE V-HOST SETUP [root@zeeshanbhatti

More information

FUJITSU Cloud Service S5 Installation and Configuration of MySQL on a CentOS VM

FUJITSU Cloud Service S5 Installation and Configuration of MySQL on a CentOS VM FUJITSU Cloud Service S5 Installation and Configuration of MySQL on a CentOS VM This guide details the steps required to install and configure MySQL on a CentOS VM Introduction The FUJITSU Cloud Service

More information

010 Server Setup Notes

010 Server Setup Notes 010 Server Setup Notes Register Get yum.repos.d list refreshed after subscribed Java ETL MySQL - P55, S4 Printer TODO Register subscription-manager register #rhn username and password #The system has been

More information

Illustrated Steps to create greggroeten.net with AWS

Illustrated Steps to create greggroeten.net with AWS Illustrated Steps to create greggroeten.net with AWS Screenshots of each step Table of Contents 1. CREATE VPC 10.10.0/16.... 3 2. CREATE 1 PUBLIC SUBNET IN DEFAULT AZ, EX BELOW... 4 3. CREATE IGW, ATTACH

More information

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7.

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Get VirtualBox Go to www.virtualbox.org and select Downloads. VirtualBox/CentOS Setup 1 Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's

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

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

GestióIP IPAM v3.0 IP address management software Installation Guide v0.4

GestióIP IPAM v3.0 IP address management software Installation Guide v0.4 GestióIP IPAM v3.0 IP address management software Installation Guide v0.4 www.gestioip.net GestióIP Copyright Marc Uebel 2014 Table of Contents 1 Introduction... 3 2 Requirements... 3 3 System preparation...

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

GestióIP IPAM. v3.2. Installation Guide. v0.12. IP address management software.

GestióIP IPAM. v3.2. Installation Guide. v0.12. IP address management software. GestióIP IPAM v3.2 IP address management software Installation Guide v0.12 www.gestioip.net GestióIP Copyright Marc Uebel 2017 Table of Contents 1 Introduction...3 2 Requirements...3 3 System preparation...3

More information

~]# uname -a Linux app el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

~]# uname -a Linux app el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Alternate Titles: VPN Client Setup on Centos Author: Muhammad Zeeshan Bhatti [LPI, VCP, OCP (DBA), MCSA, SUSE CLA,] (http://zeeshanbhatti.com) (admin@zeeshanbhatti.com) [root@app-01 ~]# uname -a Linux

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

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS.

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS. Get VirtualBox Go to www.virtualbox.org and select Downloads: VirtualBox/CentOS Setup 1 Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox

More information

Data Analytics Studio Installation

Data Analytics Studio Installation 1 Data Analytics Studio Installation Date of Publish: 2018-10-08 http://docs.hortonworks.com Contents Installation Overview... 3 Installing Data Analytics Studio Engine on Clusters...3 Prerequisites for

More information

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the other 3(4) nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

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

Tiebreaker Software 1.21 Installation and Configuration Guide

Tiebreaker Software 1.21 Installation and Configuration Guide ONTAP 9 Tiebreaker Software 1.21 Installation and Configuration Guide January 2018 215-09567_G0 doccomments@netapp.com Updated for ONTAP 9.3 Table of Contents 3 Contents Deciding whether to use this guide...

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

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes.

Configure HOSTNAME by adding the hostname to the file /etc/sysconfig/network. Do the same to all the all nodes. Network setup As the root user execute the command "ifconfig" on each host. Take a note of ipaddress's of all machines I have a home LAN so my addresses are class C which might be in the format 192.168.192.x.

More information

v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux)

v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) Abstract This document is intended to be the installation and configuration guide for MySQL in addition

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

Installation and Upgrade 1. Installing DataPlane. Date of Publish:

Installation and Upgrade 1. Installing DataPlane. Date of Publish: 1 Installing DataPlane Date of Publish: 2018-08-07 http://docs.hortonworks.com Contents DataPlane Platform support requirements...3 Installation overview...4 Pre-installation tasks... 6 Prepare your clusters...

More information

Koha 3 on Centos. We are installing Koha on the newly installed CentOS machine. Open a terminal and log in as root.

Koha 3 on Centos. We are installing Koha on the newly installed CentOS machine. Open a terminal and log in as root. Koha 3 on Centos We are installing Koha on the newly installed CentOS machine. Open a terminal and log in as root. 1. Start Apache Services and Network Start service Apache [root@localhost ~]# /etc/init.d/network

More information

Hortonworks DataFlow

Hortonworks DataFlow Hortonworks DataFlow Installing an HDF Cluster (June 9, 2017) docs.hortonworks.com Hortonworks DataFlow: Installing an HDF Cluster Copyright 2012-2017 Hortonworks, Inc. Some rights reserved. Except where

More information

CentOS 6.7 with Vault MySQL 5.1

CentOS 6.7 with Vault MySQL 5.1 CentOS 6.7 with Vault MySQL 5.1 OS Middleware Installation Web Server, MySQL and PHP Other Middleware Middleware Setup and Configuration Database PHP NetCommons2 Before Install Preparation Installation

More information

YUM plugins on AIX. fastestmirror: sorts each repository's mirrorlist by connection speed prior to downloading packages.

YUM plugins on AIX. fastestmirror: sorts each repository's mirrorlist by connection speed prior to downloading packages. YUM plugins on AIX Plugins are the python modules provided with a separate package and these modules are loaded when yum starts. Individual package needs to be installed to enable the required plugins.

More information

Hortonworks DataFlow

Hortonworks DataFlow Hortonworks DataFlow Installing HDF Services on a New HDP Cluster (June 9, 2017) docs.hortonworks.com Hortonworks DataFlow: Installing HDF Services on a New HDP Cluster Copyright 2012-2017 Hortonworks,

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Hortonworks DataFlow

Hortonworks DataFlow Hortonworks DataFlow Installing an HDF Cluster (January 31, 2018) docs.hortonworks.com Hortonworks DataFlow: Installing an HDF Cluster Copyright 2012-2018 Hortonworks, Inc. Some rights reserved. Except

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

Installation 1. DLM Installation. Date of Publish:

Installation 1. DLM Installation. Date of Publish: 1 DLM Installation Date of Publish: 2018-05-18 http://docs.hortonworks.com Contents Installation overview...3 Setting Up the Local Repository for Your DLM Installation... 3 Set up a local repository for

More information

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

EDB Backup and Recovery Tool Guide

EDB Backup and Recovery Tool Guide EDB Backup and Recovery Tool 1.1 July 22, 2015 , Version 1.1.1 by EnterpriseDB Corporation Copyright 2014-2015 EnterpriseDB Corporation. All rights reserved. EnterpriseDB Corporation, 34 Crosby Drive,

More information

Linux Quick Installation Guide

Linux Quick Installation Guide 2009 Aradial This document contains proprietary and confidential information of Aradial and shall not be reproduced or transferred to other documents, disclosed to others, or used for any purpose other

More information

ambari administration 2 Administering Ambari Date of Publish:

ambari administration 2 Administering Ambari Date of Publish: 2 Administering Ambari Date of Publish: 2018-04-30 http://docs.hortonworks.com Contents ii Contents Introducing Ambari administration... 5 Understanding Ambari terminology...5 Using the Administrator role

More information

Hortonworks DataFlow

Hortonworks DataFlow Hortonworks DataFlow Installing HDF Services on a New HDP Cluster (February 28, 2018) docs.hortonworks.com Hortonworks DataFlow: Installing HDF Services on a New HDP Cluster Copyright 2012-2018 Hortonworks,

More information

Abstract. This is the MySQL OS X extract from the MySQL 5.7 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 5.7 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 5.7 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

More information

Abstract. This is the MySQL OS X extract from the MySQL 5.6 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 5.6 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 5.6 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

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

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

Abstract. This is the MySQL OS X extract from the MySQL 5.5 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 5.5 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 5.5 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

Bitnami MySQL for Huawei Enterprise Cloud

Bitnami MySQL for Huawei Enterprise Cloud Bitnami MySQL for Huawei Enterprise Cloud Description MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load

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

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

FGCP PHP+PostgreSQL Web Platform Template

FGCP PHP+PostgreSQL Web Platform Template FGCP PHP+PostgreSQL Web Platform Template An introductory guide to deploying the FGCP PHP+PostgreSQL(TypeA) Web Platform Template The FGCP Platform as a Service library now includes several new Web Platform

More information

Overview 1 Preparing for installation 2

Overview 1 Preparing for installation 2 Contents Overview 1 Preparing for installation 2 Network requirements 2 Server requirements 2 Hardware requirements 2 Software requirements 2 Client requirements 2 Pre-installation checklist 3 Installing

More information

Cacti Installation on Fedora 10 by Jason Warnes

Cacti Installation on Fedora 10 by Jason Warnes Table of Contents Introduction...1 Intended Audience...1 Document Standards...1 Requirements...2 Fedora 10 Minimal Installation...2 Fedora 10 First Boot & Post Installation Configuration...12 Cacti Installation...16

More information

How to set up and verify automated MySQL backups in 15 minutes

How to set up and verify automated MySQL backups in 15 minutes ZRM Enterprise for MySQL Backup White Paper How to set up and verify automated MySQL backups in 15 minutes By Jacob Shucart 465 S. Mathilda Ave., Suite 300 Sunnyvale, CA 94086 t: (888) 496-2632 zsales@zmanda.com

More information

Linux on System z Web 2.0. Setting up a Web 2.0 stack on Red Hat Enterprise Linux 5.2 December 2008

Linux on System z Web 2.0. Setting up a Web 2.0 stack on Red Hat Enterprise Linux 5.2 December 2008 Linux on System z Web 2.0 Setting up a Web 2.0 stack on Red Hat Enterprise Linux 5.2 December 2008 Linux on System z Web 2.0 Setting up a Web 2.0 stack on Red Hat Enterprise Linux 5.2 December 2008 Note

More information

Installation Oreka TR on Linux CentOS 7-1

Installation Oreka TR on Linux CentOS 7-1 Installation Oreka TR on Linux CentOS 7 Contents What is Oreka TR? 1 Architecture 1 Prerequisites (provided by customer): 2 Prerequisites (provided by Orecx): 2 OrkAudio Installation 3 Upgrading OrkAudio

More information

Installing MySQL Database On Linux

Installing MySQL Database On Linux Installing MySQL 5.0.15 Database On Linux MySQL is a really popular, Relational DataBase Management System (RDBMS), from the open source domain. It is used extensively by communities that wish to establish

More information

GMU Specifications And Installation Procedures Page 1 04/04/08. JBM Gateway Management Utility Server Specifications And Installation Procedures

GMU Specifications And Installation Procedures Page 1 04/04/08. JBM Gateway Management Utility Server Specifications And Installation Procedures And Installation Procedures Page 1 04/04/08 JBM Gateway Management Utility Server Specifications And Installation Procedures And Installation Procedures Page 2 04/04/08 GMU Specifications... 3 Recommended

More information

Installation and Configuration Guide (for Linux)

Installation and Configuration Guide (for Linux) v5.2 MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document is intended to be the installation and configuration guide for MySQL in addition to the procedures for upgrading,

More information

Install latest version of Roundcube (Webmail) on CentOS 7

Install latest version of Roundcube (Webmail) on CentOS 7 Install latest version of Roundcube (Webmail) on CentOS 7 by Pradeep Kumar Published December 14, 2015 Updated August 3, 2017 Roundcube is a web browser based mail client & also known as webmail. It provides

More information

1Z Oracle. MySQL 5 Database Administrator Certified Professional Part I

1Z Oracle. MySQL 5 Database Administrator Certified Professional Part I Oracle 1Z0-873 MySQL 5 Database Administrator Certified Professional Part I Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-873 A. Use the --log-queries-indexes option. B. Use the

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

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

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

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software,

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

Managing MySQL Version Upgrades. Operating Systems. About the Author OTN TOUR years with MySQL / 26 years with RDBMS

Managing MySQL Version Upgrades. Operating Systems. About the Author OTN TOUR years with MySQL / 26 years with RDBMS About the Author Ronald BRADFORD Managing MySQL Version Upgrades Ronald Bradford http://ronaldbradford.com @RonaldBradford 16 years with MySQL / 26 years with RDBMS Senior Consultant at MySQL Inc (06-08)

More information

Percona Xtrabackup: Hot Backup Solution for MySQL

Percona Xtrabackup: Hot Backup Solution for MySQL Percona Xtrabackup: Hot Backup Solution for MySQL Martin Arrieta February 2013 Agenda 1.Why backups? 2.Different options 3.Why Percona Xtrabackup 4.Installation 5.How it works? 6.Backup examples 7.Backup

More information

MySQL Database Server Installation Guide for SAS Financial Management 5.3 SAS Human Capital Management 5.21 and SAS Strategy Management 5.

MySQL Database Server Installation Guide for SAS Financial Management 5.3 SAS Human Capital Management 5.21 and SAS Strategy Management 5. README MySQL Database Server Installation Guide for SAS Financial Management 5.3 SAS Human Capital Management 5.21 and SAS Strategy Management 5.4 MySQL Database Server 5.1.55 Enterprise Edition Installation

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

Abstract. This is the MySQL OS X extract from the MySQL 8.0 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 8.0 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 8.0 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

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

Installing HDF Services on an Existing HDP Cluster

Installing HDF Services on an Existing HDP Cluster 3 Installing HDF Services on an Existing HDP Cluster Date of Publish: 2018-08-13 http://docs.hortonworks.com Contents Upgrade Ambari and HDP...3 Installing Databases...3 Installing MySQL... 3 Configuring

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

High Availability. Prepared by Vaibhav Daud

High Availability. Prepared by Vaibhav Daud High Availability Prepared by Vaibhav Daud Table of Contents Purpose Prerequisite Base Plan Base Architecture Overview Configuration Steps Purpose High Availability This is to ensure that the application

More information

Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018

Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018 Downloading and installing Db2 Developer-C on Red Hat Enterprise Linux Roger E. Sanders Yujing Ke Published on October 23, 2018 This guide will help you download and install IBM Db2 software on Red Hat

More information

Installing an HDF cluster

Installing an HDF cluster 3 Installing an HDF cluster Date of Publish: 2018-08-13 http://docs.hortonworks.com Contents Installing Ambari...3 Installing Databases...3 Installing MySQL... 3 Configuring SAM and Schema Registry Metadata

More information

Quick Guide to Test InfoScale 7.1 Docker Plug-in using VMware WorkStation

Quick Guide to Test InfoScale 7.1 Docker Plug-in using VMware WorkStation Quick Guide to Test InfoScale 7.1 Docker Plug-in using VMware WorkStation For those who want to be familiar on how InfoScale 7.1 and Docker Plug-in integrate and works but only have access to their own

More information

15 practical examples of using commands Mysqladmin to administer a MySQL server Wednesday, 17 March :23

15 practical examples of using commands Mysqladmin to administer a MySQL server Wednesday, 17 March :23 In the 15 examples of the use mysqladmin command below, using the password root Mysql tmppassword. Change it to your password 1. How to change the root password for Mysql? # mysqladmin -u root -ptmppassword

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

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

mysql Certified MySQL 5.0 DBA Part I

mysql Certified MySQL 5.0 DBA Part I mysql 005-002 Certified MySQL 5.0 DBA Part I http://killexams.com/exam-detail/005-002 QUESTION: 116 Which of the following correctly defines the general difference between a read lock and a write lock?

More information

MFM 4.2. Install Guide

MFM 4.2. Install Guide MFM 4.2 Install Guide Table of contents 1.System diagram... 4 2. MaxGauge For MySQL Install Information... 6 Install file information... 6 Port information... 6 Main Directory... 6 Software Start/End...

More information

EDB Postgres Backup and Recovery Guide

EDB Postgres Backup and Recovery Guide EDB Postgres Backup and Recovery Guide EDB Postgres Backup and Recovery 2.1 formerly EDB Backup and Recovery Tool February 28, 2018 EDB Postgres Backup and Recovery Guide by EnterpriseDB Corporation Copyright

More information

Bacula Server Installation and Configuration on Centos 6.2

Bacula Server Installation and Configuration on Centos 6.2 Bacula Server Installation and Configuration on Centos 6.2 Author : Birjesh Kumar Categories : Backup Server, Backup tools, Linux Tools, Uncategorized Date : Apr 24, 2015 Facebook Twitter Google+ Gmail

More information

Hortonworks Data Platform

Hortonworks Data Platform Hortonworks Data Platform Apache Ambari Upgrade (October 30, 2017) docs.hortonworks.com Hortonworks Data Platform: Apache Ambari Upgrade Copyright 2012-2017 Hortonworks, Inc. Some rights reserved. The

More information

Many packages require the additional devel packages. See below package. Install EPEL repo by down load the latest RPM for CentOS 6.

Many packages require the additional devel packages. See below package. Install EPEL repo by down load the latest RPM for CentOS 6. Guacamole source code compile and installation Tested on CentOS v6.5 and Guacamole v0.9.0 Guacamole Server Obtain Source Codes mkdir -p /usr/local/src/guacamole cd /usr/local/src/guacamole wget http://sourceforge.net/projects/guacamole/files/current/source/guacamole-client-0.9.0.tar.gz

More information

Tivoli Provisioning Manager for OS Deployment Installation on W2003R2-NFS-MySQL

Tivoli Provisioning Manager for OS Deployment Installation on W2003R2-NFS-MySQL This post is about the installation of IBM Tivoli Provisioning Manager for OS Deployment (TPMfOSD). Although the potential audience is small, I am sure that those who want to switch to use a MySQL database

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

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

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

Red Hat Development Suite 2.2

Red Hat Development Suite 2.2 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Last Updated: 2018-03-23 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Petra

More information

Installation of Apache OpenMeetings on Centos This tutorial is made based on fresh installations of. CentOS-6.9-x86_64-LiveDVD.

Installation of Apache OpenMeetings on Centos This tutorial is made based on fresh installations of. CentOS-6.9-x86_64-LiveDVD. Installation of Apache OpenMeetings 4.0.5 on Centos 6.10 This tutorial is made based on fresh installations of CentOS-6.9-x86_64-LiveDVD.iso It is tested with positive result. We will use the Apache's

More information

XAMPP Web Development Stack

XAMPP Web Development Stack Overview @author R.L. Martinez, Ph.D. The steps below outline the processes for installing the XAMPP stack on a local machine. The XAMPP (pronounced Zamp) stack includes the following: Apache HTTP Server,

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Installing Alfresco components one by one. Angel Borroy

Installing Alfresco components one by one. Angel Borroy Installing Alfresco components one by one Angel Borroy developer@keensoft Alfresco components (201702) https://community.alfresco.com/docs/doc-6641-alfresco-community-edition-file-list-201702 Alfresco

More information

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2 Oracle Communications EAGLE Element Management System Reporting Studio Upgrade/Installation Guide Release 46.2 E69122 Revision 2 December 2015 Oracle Communications EAGLE Element Management System Reporting

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

MySQL Architecture and Components Guide

MySQL Architecture and Components Guide Guide This book contains the following, MySQL Physical Architecture MySQL Logical Architecture Storage Engines overview SQL Query execution InnoDB Storage Engine MySQL 5.7 References: MySQL 5.7 Reference

More information

How To Start Mysql Use Linux Command Line Client In Ubuntu

How To Start Mysql Use Linux Command Line Client In Ubuntu How To Start Mysql Use Linux Command Line Client In Ubuntu Getting started with MySQL for web and server applications on Ubuntu 14.04 LTS (Trusty Tahr). get started with MySQL on an Ubuntu 14.04 LTS (Trusty

More information

Upgrading Cisco UCS Director to Release 6.5

Upgrading Cisco UCS Director to Release 6.5 First Published: 2017-07-11 Last Modified: 2018-01-02 Overview of the Upgrade to Cisco UCS Director, Release 6.5 The upgrade process to Cisco UCS Director, Release 6.5 depends on the current version of

More information

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

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

Be smart. Think open source.

Be smart. Think open source. Dockerfiles Be smart. Think open source. Dockerfiles What is a Dockerfile? Build instructions for Docker images Each command creates a layer in the image FROM centos:7 LABEL maintainer="foo.bar@example.com"

More information