YUM utilities on AIX

Size: px
Start display at page:

Download "YUM utilities on AIX"

Transcription

1 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 by yum-utils. If not already have installed yum, then run the yum.sh script for easy yum installation. utilities are the python scripts which are provided as a executable with yum-utils package. This document explains basic functionality of each individual utilities supported AIX with sample output. Please refer separate document on yum-plugins, to know more on yum plugins functionality. Not all options output are shown here, only most of the basic and important commands output are included. More information on commands can found using help option or refer the link provided in reference section. Not all utilities which are supported on other linux distributions are provided. Please Refer the section Unsupported utilities to know the list. To get the utilities, install yum-utils rpm package. Now lets start with each utilities supported on AIX. find repos of install: Shows from which repository a particular package came from. # find repos of install Error: AIX rpm ppc not found in any repository bash ppc from repo AIX_Toolbox ca certificates ppc from repo AIX_Toolbox curl ppc from repo AIX_Toolbox db ppc from repo AIX_Toolbox expat ppc from repo AIX_Toolbox Error: expect ppc not found in any repository gdb ppc from repo AIX_Toolbox_local autoconf noarch from repo AIX_Toolbox_noarch... needs restarting: Reports process ids that started running before components that they use were updated. For example, if a packages are updated after starting a daemon from the binary provided by a package then this list those processes. # needs restarting : /opt/freeware/sbin/smbd : /opt/freeware/sbin/smbd : /opt/freeware/sbin/nmbd : /opt/freeware/sbin/smbd : /opt/freeware/sbin/smbd repoquery: query yum repositories and get additional information on the them. This provides many options and most useful once are whatrequires, --provides. # repoquery whatrequires db db devel 0: ppc httpd 0: ppc httpd 0: ppc openldap 0: ppc perl 1: ppc... # repoquery provides db

2 db = libdb 4.8.a(libdb 4.8.so) libdb 4.8.so libdb 4.a(libdb 4.8.so) libdb 4.so libdb.a(libdb 4.8.so) libdb.so libdb4.a(libdb 4.8.so)... # repoquery search db db 0: ppc db devel 0: ppc dbus 0: ppc... reposync: synchronize yum repository to a local directory using yum to retrieve packages. # ls /tmp/reposync # reposync p /tmp/reposync [AIX_Toolbox: 1 of 320 ] Downloading ElectricFence/ElectricFence aix4.3.ppc.rpm ElectricFence aix4.3.ppc.rpm 27 kb 00:00:00 [AIX_Toolbox: 2 of 320 ] Downloading MySQL/MySQL aix5.1.ppc.rpm MySQL aix5.1.ppc.rpm 4.7 MB 00:00:01 [AIX_Toolbox: 3 of 320 ] Downloading MySQL/MySQL client aix5.1.ppc.rpm MySQL client aix5.1.ppc.rpm 357 kb 00:00:00 [AIX_Toolbox: 4 of 320 ] Downloading MySQL/MySQL devel aix5.1.ppc.rpm MySQL devel aix5.1.ppc.rpm 376 kb 00:00:00 [AIX_Toolbox: 5 of 320 ] Downloading Xaw3d/Xaw3d aix5.1.ppc.rpm Xaw3d aix5.1.ppc.rpm 238 kb 00:00:00... # ls /tmp/reposync/aix_toolbox ElectricFence MySQL Xaw3d a2ps ansible atk bash bc bind # ls /tmp/reposync/aix_toolbox/bash bash aix6.1.ppc.rpm bash doc aix6.1.ppc.rpm yum complete transaction: Try to complete yum transactions that didn t finish. # yum complete transaction No unfinished transactions left. To test this, close the terminal session when we try to install any of the packages using yum. For example, git installation was terminated in the middle and then later yum-complete-transaction to complete the incomplete git install. # yum complete transaction There are 1 outstanding transactions to complete. Finishing the most recent one The remaining transaction had 2 elements left to run Package expat ppc already installed and latest version > Package git.ppc 0: will be installed > Finished Dependency Resolution Dependencies Resolved

3 Package Arch Version Repository Size Installing: git ppc AIX_Toolbox 10 M Transaction Summary Install 1 Package Total size: 10 M Installed size: 396 M Is this ok [y/n]: y Downloading Packages: Running Transaction Check Running Transaction Test Transaction Test Succeeded Running Transaction Installing : git ppc 1/1 Installed: git.ppc 0: Complete! Cleaning up completed transaction file # yum complete transaction No unfinished transactions left. repo graph: outputs a full package dependency list in dot format (graph description language). # repo graph digraph packages { size="20.69,25.52"; ratio="fill"; rankdir="tb"; orientation=port; node[style="filled"]; "python devel" [color=" "]; "python devel" > { "python" } [color=" "]; "python jsonpatch" [color=" "]; "python jsonpatch" > { "python" "python jsonpointer" } [color=" "];... repotrack: track packages and its dependencies and downloads them. Downloads all the dependency packages irrespective of whether they are already installed or not. # repotrack python Downloading bash aix6.1.ppc.rpm Downloading bzip aix6.1.ppc.rpm Downloading db aix6.1.ppc.rpm Downloading expat aix6.1.ppc.rpm

4 Downloading gdbm aix5.2.ppc.rpm Downloading gettext aix6.1.ppc.rpm Downloading info aix5.1.ppc.rpm Downloading libffi aix7.1.ppc.rpm Downloading libgcc aix7.1.ppc.rpm Downloading libstdcplusplus aix7.1.ppc.rpm Downloading ncurses aix6.1.ppc.rpm Downloading python aix6.1.ppc.rpm Downloading readline aix6.1.ppc.rpm Downloading sqlite aix6.1.ppc.rpm Downloading zlib aix6.1.ppc.rpm # ls bash aix6.1.ppc.rpm gdbm aix5.2.ppc.rpm libgcc aix7.1.ppc.rpm readline aix6.1.ppc.rpm bzip aix6.1.ppc.rpm gettext aix6.1.ppc.rpm libstdcplusplus aix7.1.ppc.rpm sqlite aix6.1.ppc.rpm db aix6.1.ppc.rpm info aix5.1.ppc.rpm ncurses aix6.1.ppc.rpm zlib aix6.1.ppc.rpm expat aix6.1.ppc.rpm libffi aix7.1.ppc.rpm python aix6.1.ppc.rpm package cleanup: manage package cleanup, duplicates, orphaned packages and outstanding dependency problems. Helps find problems in the rpmdb of system and correct them. To shows the orphan packages. # package cleanup orphans AIX rpm ppc curl ppc expect ppc gdbm ppc glib ppc popt ppc python ppc python devel ppc... Above listed packages are installed manually without using yum. # package cleanup problems Package python tools ppc requires python = ('0', '2.7.10', '3') Package python tools ppc requires tkinter = ('0', '2.7.10', '3') Package AIX rpm ppc requires bzip2 Package AIX rpm ppc requires file... # package cleanup leaves all coreutils ppc createrepo noarch curl devel ppc... If we try to run the repoquery to see who needs a package listed by leaves, we can see that they aren t installed or no other package requires this package. # repoquery whatrequires coreutils Xaw3d 0:1.5 4.ppc proftpd 0: ppc tcsh 0: ppc

5 wu ftpd 0: ppc zsh 0: ppc # yum list Xaw3d proftpd tcsh wu ftpd zsh Available Packages Xaw3d.ppc AIX_Toolbox proftpd.ppc AIX_Toolbox tcsh.ppc AIX_Toolbox wu ftpd.ppc AIX_Toolbox zsh.ppc AIX_Toolbox # repoquery whatrequires createrepo # To show and cleanup duplicates. # package cleanup dupes tar ppc tar ppc # package cleanup cleandupes > Package tar.ppc 0: will be erased > Finished Dependency Resolution Dependencies Resolved Package Arch Version Repository Size Removing: tar ppc installed 682 k Transaction Summary Remove 1 Package Installed size: 682 k Is this ok [y/n]: y Downloading Packages: Running Transaction Check Running Transaction Test Transaction Test Succeeded Running Transaction Erasing : tar ppc 1/1 Removed: tar.ppc 0: Complete! # yum list tar Installed Packages tar.ppc installed

6 repo rss: generates an RSS feed from one or more Yum repositories. This command needs to have libxml2-python rpm installed. Due to bug in libxml2-python we might need to use LIBPATH as shown below. To create an rss feed for the AIX_Toolbox_local repository and store it as rss-toolbox-local.xml. # LIBPATH=/opt/freeware/lib:/usr/lib/:/lib repo rss f rss toolbox local.xml \ AIX_Toolbox_local Reading in repository metadata please wait... By default it generates rss for the most recent in 3 days. To change this need to use -r option. # LIBPATH=/opt/freeware/lib:/usr/lib/:/lib repo rss r 1 f rss toolbox local.xml \ AIX_Toolbox_local Reading in repository metadata please wait... repoclosure: reads metadata of repositories, checks dependencies and displays list of unresolved dependencies. # repoclosure Reading in repository metadata please wait... Checking Dependencies Repos looked at: 3 AIX_Toolbox AIX_Toolbox_71 AIX_Toolbox_noarch Num Packages in Repos: 369 package: 1:perl ppc from AIX_Toolbox unresolved deps: libnsl.a(shr.o) libpthreads.a(shr_xpg5.o) libpthread.a(shr_comm.o) libcrypt.a(shr.o) libdl.a(shr.o) libbind.a(shr.o) libc.a(shr.o) libpthread.a(shr_xpg5.o) librtl.a(shr.o) libpthreads.a(shr_comm.o) libdbm.a(shr.o) package: 1:smake noarch from AIX_Toolbox_noarch unresolved deps: /usr/bin/perl package: 2:openCIMOM noarch from AIX_Toolbox_noarch unresolved deps: /bin/sh package: 3:cdrecord ppc from AIX_Toolbox unresolved deps: libc.a(shr.o) Most of the libraries shown are from the aix systems and listed under the aix virtual package AIX-rpm. # repoclosure p python Reading in repository metadata please wait... Checking Dependencies Repos looked at: 4 AIX_Toolbox AIX_Toolbox_71 AIX_Toolbox_local

7 AIX_Toolbox_noarch Num Packages in Repos: 396 package: python ppc from AIX_Toolbox unresolved deps: libpthreads.a(shr_xpg5.o) libnsl.a(shr.o) libc.a(ansi_32.o) libcrypt.a(shr.o) libbsd.a(shr.o) libc.a(shr.o) librtl.a(shr.o) /usr/bin/env libc.a(shr.o) libpthreads.a(shr_comm.o) /bin/sh libssl.a(libssl.so) libcrypto.a(libcrypto.so) repodiff: list differences between two sets of repositories By default source packages are compared. So, need to provide -a option to compare architecture specific package. # repodiff a ppc \ old=ftp://public.dhe.ibm.com/aix/freesoftware/aixtoolbox/rpms/noarch \ new=ftp://public.dhe.ibm.com/aix/freesoftware/aixtoolbox/rpms/ppc Loaded plugins: fastestmirror, local, post transaction actions, priorities, : protectbase, remove with leaves, rpm warm cache, versionlock setting up repos setting up old repo ftp://public.dhe.ibm.com/aix/freesoftware/aixtoolbox/rpms/noarch Loading mirror speeds from cached hostfile 0 packages excluded due to repository protections setting up new repo ftp://public.dhe.ibm.com/aix/freesoftware/aixtoolbox/rpms/ppc Loading mirror speeds from cached hostfile 0 packages excluded due to repository protections performing the diff New package: ElectricFence A debugger which detects memory allocation violations. New package: MySQL A very fast and reliable SQL database engine New package: MySQL client MySQL Client... Removed package: autoconf Removed package: autoconf Removed package: automake Removed package: createrepo Summary: Added Packages: 320 Removed Packages: 39 Modified Packages: 0 repomanage: create lists of newer or older packages to pass to other commands. We must specify a directory. To list the oldest and newest package from the directory of downloaded rpm packages.

8 # ls readline* gettext* gettext aix5.2.ppc.rpm gettext aix6.1.ppc.rpm readline aix4.3.ppc.rpm readline aix5.1.ppc.rpm readline aix6.1.ppc.rpm # repomanage old /tmp/repomanage /tmp/repomanage/gettext aix5.2.ppc.rpm /tmp/repomanage/readline aix4.3.ppc.rpm /tmp/repomanage/readline aix5.1.ppc.rpm # repomanage new /tmp/repomanage /tmp/repomanage/bzip aix6.1.ppc.rpm /tmp/repomanage/cpio aix6.1.ppc.rpm /tmp/repomanage/expat aix6.1.ppc.rpm /tmp/repomanage/gdbm aix5.2.ppc.rpm /tmp/repomanage/gettext aix6.1.ppc.rpm /tmp/repomanage/grep aix6.1.ppc.rpm /tmp/repomanage/info aix5.1.ppc.rpm /tmp/repomanage/intltool aix6.1.noarch.rpm /tmp/repomanage/libffi aix7.1.ppc.rpm /tmp/repomanage/libgcc aix7.1.ppc.rpm /tmp/repomanage/libstdcplusplus aix7.1.ppc.rpm /tmp/repomanage/make aix6.1.ppc.rpm /tmp/repomanage/ncurses aix6.1.ppc.rpm /tmp/repomanage/python aix6.1.ppc.rpm /tmp/repomanage/readline aix6.1.ppc.rpm /tmp/repomanage/sqlite aix6.1.ppc.rpm /tmp/repomanage/zlib aix6.1.ppc.rpm show changed rco: gives a compact description of the changes to a packages Requires, Conflicts and Obsoletes data from the installed (or old) to a specified rpm file. # yum list python Installed Packages python.ppc installed Available Packages python.ppc AIX_Toolbox # show changed rco python New Package: python ppc AIX_Toolbox Old Package: python ppc installed New Requires: gdbm gdbm ppc installed libc.a(ansi_32.o) libc.a(shr.o) AIX rpm ppc installed libexpat.a(libexpat.so.1) expat libffi.a(libffi.so.6) libffi ppc AIX_Toolbox_71 libintl.a(libintl.so.8) AIX rpm ppc installed gettext ppc installed libncurses.a(libncurses.so.6) libpanel.a(libpanel.so.6) ncurses ppc AIX_Toolbox libsqlite3.a(libsqlite3.so.0) sqlite ppc installed readline >= 5.2 readline ppc installed Dep Requires Repos:

9 Installed: 1 Available: 10 AIX_Toolbox: 2 AIX_Toolbox_71: 1 installed: 7 Dep Repos: Installed: 1 Available: 10 AIX_Toolbox: 2 AIX_Toolbox_71: 1 installed: 7 show installed: List installed RPM packages and statistics. This command is similar to yum list extras which lists any installed package which no longer appears in any of enabled repositories, but this gives statistics about the installed packages at the end. This command needs to have at least one group in any repository. # yum grouplist Setting up Group Process Error: No group data available for configured repositories More information on yum groups is in yum-groups-manager sections and also follow this link to understand more # yum groups manager n "My Group" id=mygroup save=mygroups.xml mandatory grep \ tar This command will create mygroups.xml with content as below. <?xml version="1.0" encoding="utf 8"?> <!DOCTYPE comps PUBLIC " //Red Hat, Inc.//DTD Comps info//en" "comps.dtd"> <comps> <group> <id>mygroup</id> <default>false</default> <uservisible>true</uservisible> <display_order>1024</display_order> <name>my Group</name> <description></description> <packagelist> <packagereq type="mandatory">grep</packagereq> <packagereq type="mandatory">tar</packagereq> </packagelist> </group> </comps> And then run createrepo with this group.xml file. # createrepo g /tmp/yum_group/mygroups.xml /tmp/rpms and now run the show-installed with /tmp/rpms repo enabled. # show installed addons by group WARNING: The following packages are installed but not in the repository: yum plugin aliases

10 yum plugin basearchonly python dateutil tcl expect yum plugin ps yum plugin protectbase yum plugin tmprepo tk yum plugin remove with leaves yum plugin tsflags yum plugin filter data python output yum plugin allowdowngrade yum plugin keys. AIX rpm yum plugin versionlock # mygroup grep # Others coreutils cpio curl devel expat devel expect intltool less lynx make openldap python docs python tools samba tcl tk wget yum plugin aliases. yum plugin versionlock yum utils zlib devel # 90 package names, 41 leaves # 0 groups, 41 leftovers, 0 excludes # 46 lines verifytree: verifies whether a local yum repository is consistent. # verifytree file:///tmp//rpms Checking repodata: verifying repomd.xml with yum verifying group checksum verifying filelists checksum verifying group_gz checksum verifying primary checksum verifying other checksum verifying other_db checksum verifying primary_db checksum verifying filelists_db checksum Checking groups (comps.xml): verifying comps.xml with yum

11 verifying comps.xml grammar with xmllint warning: failed to load external entity " Relax NG parser error : xmlrelaxngparse: could not load Relax NG schema failed to compile yum builddep: yum-builddep is a program which installs the RPMs needed to build the specified package. It expects that source rpm to be available in yum repository. As it has not been fully tested with SRPM repository we can try with downloaded SRPM packages or with SPEC file. # yum builddep git src.rpm AIX_Toolbox 2.9 kb 00:00:00 AIX_Toolbox_noarch 2.9 kb 00:00:00 Getting requirements for git src > coreutils ppc > curl devel ppc > expat devel ppc > Already installed : gettext ppc > Already installed : AIX rpm ppc > zlib devel ppc > Package coreutils.ppc 0: will be installed > Processing Dependency: gmp >= for package: coreutils ppc > Processing Dependency: libgmp.a(libgmp.so.10) for package: coreutils ppc > Package curl devel.ppc 0: will be installed > Package expat devel.ppc 0: will be installed > Processing Dependency: expat = for package: expat devel ppc > Package zlib devel.ppc 0: will be installed > Processing Dependency: zlib for package: zlib devel ppc > Package expat.ppc 0: will be installed > Package gmp.ppc 0: will be installed > Processing Dependency: libstdc++.a(libstdc++.so.6) for package: gmp ppc > Package zlib.ppc 0: will be installed > Package libstdc++.ppc 0: will be installed > Finished Dependency Resolution Dependencies Resolved Package Arch Version Repository Size Installing: coreutils ppc AIX_Toolbox 8.2 M curl devel ppc AIX_Toolbox 293 k expat devel ppc AIX_Toolbox 59 k zlib devel ppc AIX_Toolbox 46 k Installing for dependencies: expat ppc AIX_Toolbox 478 k gmp ppc AIX_Toolbox 1.0 M libstdc++ ppc AIX_Toolbox_71 12 M zlib ppc AIX_Toolbox 174 k Transaction Summary Install 8 Packages

12 Total size: 23 M Total download size: 22 M Installed size: 105 M Is this ok [y/n]: # yum builddep python spec Getting requirements for python spec > gdbm devel ppc > Package gdbm devel.ppc 0: will be installed yum config manager: manage yum configuration options and yum repositories. adds, enables, disables yum repository. To show the AIX_Toolbox repo configuration. # yum config manager AIX_Toolbox ============================= repo: AIX_Toolbox======================================= [AIX_Toolbox] bandwidth = 0 base_persistdir = /var/lib/yum/repos/ppc/$releasever baseurl = cache = 0 cachedir = /var/cache/yum/aix_toolbox... To change a global config option # yum config manager setopt=installonly_limit=5 save To add, enable, disable yum repository (glob option can be used to enable, disable all the matching repos.) # yum config manager add repo /tmp/local_repo.repo adding repo from: /tmp/local_repo.repo grabbing file /tmp/local_repo.repo to /opt/freeware/etc/yum/repos.d/local_repo.repo local_repo.repo 95 B 00:00:00 repo saved to /opt/freeware/etc/yum/repos.d/local_repo.repo # ls /opt/freeware/etc/yum/repos.d/local_repo.repo /opt/freeware/etc/yum/repos.d/local_repo.repo # cat /opt/freeware/etc/yum/repos.d/local_repo.repo [AIX_Toolbox_local] name=toolbox local baseurl=file:///tmp//rpms enabled=0 gpgcheck=0 # yum config manager enable AIX_Toolbox_local # yum repolist AIX_Toolbox_local 2.9 kb 00:00:00 repo id repo name status AIX_Toolbox AIX generic repository 320 AIX_Toolbox_71 AIX 7.1 specific repository 10 AIX_Toolbox_local Toolbox local 25 AIX_Toolbox_noarch AIX noarch repository 39 repolist: 394

13 # yum config manager disable AIX_Toolbox_local # yum repolist repo id repo name status AIX_Toolbox AIX generic repository 320 AIX_Toolbox_71 AIX 7.1 specific repository 10 AIX_Toolbox_noarch AIX noarch repository 39 repolist: 369 To disable one of the default repositories. # yum config manager disable AIX_Toolbox # yum repolist AIX_Toolbox_ kb 00:00:00 AIX_Toolbox_noarch 2.9 kb 00:00:00 repo id repo name status AIX_Toolbox_71 AIX 7.1 specific repository 10 AIX_Toolbox_noarch AIX noarch repository 39 repolist: 49 To change timeout for all the repositories enabled. # yum config manager setopt=\*.timeout=10 save \* grep timeout timeout = 10.0 timeout = 10.0 timeout = 10.0 timeout = 10.0 yum debug dump: creates a gzipped file containing a lot of information useful to developers trying to debug problem. Created file contains a complete list of all packages installed, all packages available in any repository, important configuration and system information. This command requires yum plugin to be enabled. # yum debug dump Output written to: /tmp/dd/yum_debug_dump pokndd _11:26:28.txt.gz Sample output of dump file. # zless yum_debug_dump pokndd _11:26:28.txt.gz yum debug dump version 1 %%%%SYSTEM INFO uname: 1, 00F905E64C00 rpm ver: RPM version python ver: (default, Jun , 05:57:59) [C] %%%%YUM INFO arch: powerpc basearch: ppc releasever: $releasever yum ver: enabled plugins: global excludes: %%%%RPMDB PROBLEMS Package AIX rpm requires bzip2 Package AIX rpm requires file Package AIX rpm requires file libs

14 Package AIX rpm requires gzip Package AIX rpm requires lua Package AIX rpm requires nspr Package AIX rpm requires nss Package AIX rpm requires patch Package AIX rpm requires rpm Package python tools requires python = Package python tools requires tkinter = %%%%RPMDB 0:AIX rpm ppc 0:bash ppc 0:ca certificates ppc... yum debug restore: yum-debug-restore is a program which takes a gzipped file created by yum-debug-dump and acts on the information about installed packages contained within. As dump file will have the list of rpm packages installed on the system at that time, yum-debug-restore checks what are all the packages in current database are different than the dump file. For example We have installed the lower version of expat & expat-devel after creating dump file, hence it upgrades to the latest available versions. We have installed screen package after creating the dump file, hence tries to remove it. We removed grep package after creating the dump file, hence it tries to install it. Similarly, it should either upgrade or downgrade packages accordingly. We can also use filter-types option to either only install, remove, update, downgrade transactions. # yum debug restore /tmp/dd/yum_debug_dump pokndd _11:26:28.txt.gz Reading from: /tmp/dd/yum_debug_dump pokndd _11:26:28.txt.gz upgrade expat ppc upgrade expat devel ppc remove screen ppc install grep ppc Setting up Yum Shell Setting up Upgrade Process Setting up Remove Process Setting up Install Process > Package expat.ppc 0: will be updated > Package expat.ppc 0: will be an update > Package expat devel.ppc 0: will be updated > Package expat devel.ppc 0: will be an update > Package grep.ppc 0: will be installed > Package screen.ppc 0: will be erased > Finished Dependency Resolution Package Arch Version Repository Size Installing: grep ppc AIX_Toolbox 442 k Updating:

15 expat ppc AIX_Toolbox 478 k expat devel ppc AIX_Toolbox 59 k Removing: screen ppc k Transaction Summary Install 1 Package Upgrade 2 Packages Remove 1 Package Total download size: 979 k Is this ok [y/n]: y Downloading Packages: (1/3): expat aix6.1.ppc.rpm 478 kb 00:00:00 (2/3): expat devel aix6.1.ppc.rpm 59 kb 00:00:00 (3/3): grep aix6.1.ppc.rpm 442 kb 00:00:00 Total 1.2 MB/s 979 kb 00:00 Running Transaction Check Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. tar ppc is a duplicate with tar ppc Updating : expat ppc 1/6 Updating : expat devel ppc 2/6 Installing : grep ppc 3/6 Cleanup : expat devel ppc 4/6 Cleanup : expat ppc 5/6 Erasing : screen ppc 6/6 Removed: screen.ppc 0: Installed: grep.ppc 0: Updated: expat.ppc 0: expat devel.ppc 0: Finished Transaction Leaving Shell yum groups manager: create or edit a group metadata file for a yum repository. Created groups can be used to install packages from the group using yum groupinstall. To create a new group metadata file, with a group called YUM containing all the packages that starts with g: # yum groups manager name YUM save groups.xml 'g*' After the above command, load the groups.xml data, work with the yum group, make the group not user visible, and remove the glib git from it: # yum groups manager n YUM merge groups.xml remove grep git gui not user \ visible To add a description and a translated name to the yum group:

16 # yum groups manager n YUM merge groups.xml description 'This is a group with\ most of the packages start with g' translated name 'en:g letter packages' To add this group to the yum repository. # createrepo g /tmp/rpms/groups.xml /tmp/rpms # yum grouplist Setting up Group Process Installed Groups: g letter packages Done yumdownloader: yumdownloader is a program for downloading RPMs from Yum repositories. Downloads only the given packages without any dependency. Use --resolve option to download dependencies which aren t already installed. # yumdownloader destdir=/tmp perl perl aix6.1.ppc.rpm 27 MB 00:00:05 # ls /tmp/perl* /tmp/perl aix6.1.ppc.rpm To resolve the dependencies # yumdownloader destdir=/tmp resolve git > Package git.ppc 0: will be installed > Processing Dependency: rsync for package: git ppc > Package rsync.ppc 0: will be installed > Finished Dependency Resolution /tmp/git aix6.1.ppc.rpm already exists and appears to be complete rsync aix6.1.ppc.rpm 708 kb 00:00:00

17 Unsupported utilities debuginfo-install - We don t provide debug info rpm packages on AIX Toolbox. References

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

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

CT 320: Network and System Administration

CT 320: Network and System Administration CT 320: Network and System Administration CHAPTER 12: SOFTWARE INSTALLATION COLORADO STATE UNIVERSITY COMPUTER SCIENCE DEPARTMENT CHRIS WILCOX FALL 2012 1 Topics 1. The Problem of Software Installation

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

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

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

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

The Yum Server. 1. Configuring Yum Server (Say Server IP is ) 2. Configuring Yum Client (Say Client IP is 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

More information

Controlling Software Environments with GNU Guix

Controlling Software Environments with GNU Guix Controlling Software Environments with GNU Guix Ludovic Courtès Inria Bordeaux Sud-Ouest November 2016 The difficulty of keeping software environments under control. #1. Upgrades are hard. #2. Stateful

More information

Nexus Application Development - SDK

Nexus Application Development - SDK This chapter contains the following sections: About the Cisco SDK, page 1 Installing the SDK, page 1 Procedure for Installation and Environment Initialization, page 2 Using the SDK to Build Applications,

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

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

Navigating the Guix Subsystems

Navigating the Guix Subsystems Navigating the Guix Subsystems Ludovic Courtès GNU Hackers Meeting, Rennes, August 2016 The Emacs of distros When large numbers of nontechnical workers are using a programmable editor, they will be tempted

More information

Configure a Small Alpine Linux Docker Image on IOx

Configure a Small Alpine Linux Docker Image on IOx Configure a Small Alpine Linux Docker Image on IOx Contents Introduction Prerequisites Requirements Components Used Background Information Configure Verify Troubleshoot Introduction This document describes

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

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

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

Python RPM Porting Guide Release 0.1

Python RPM Porting Guide Release 0.1 Python RPM Porting Guide Release 0.1 Red Hat, Inc. Apr 27, 2017 Contents 1 Porting the specfile to Python 3 2 2 Modifications 3 2.1 BuildRequires and Requires....................................... 3 2.2

More information

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

Updated RPMs and Security Fixes

Updated RPMs and Security Fixes Updated s and Security Fixes ESX Server 2.0.2 Updated s and Security Fixes Revised: 4/14/06 This release contains a number of updated S and corrects a number of security issues in ESX Server. The following

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

SQL SERVER INSTALLATION AND CONFIGURATION ON RED HAT LINUX. Details to the Presentation

SQL SERVER INSTALLATION AND CONFIGURATION ON RED HAT LINUX. Details to the Presentation SQL SERVER INSTALLATION AND CONFIGURATION ON RED HAT LINUX Details to the Presentation INSTALLING SQL SERVER ON RED HAT LINUX [ckim@sql100.ssh]$ sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo

More information

Cisco WAE Release System Requirements

Cisco WAE Release System Requirements System Requirements Cisco WAE Release 6.3 6.3.11 System Requirements Modification Date: 11/06/2017 WAN Automation Engine (WAE) requirements vary, depending on the product it is paired with and whether

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

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

reproducible and user-controlled software management in HPC

reproducible and user-controlled software management in HPC reproducible and user-controlled software management in HPC with GNU Guix Ricardo Wurmus + Pjotr Prins + Ben Woodcroft + Altuna Akalin BOSC 2017, Prague System Admins prefer mature software, no variants,

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

GNU Guix is 4 years old!

GNU Guix is 4 years old! GNU Guix is 4 years old! Ludovic Courtès GNU Hackers Meeting, Rennes, August 2016 The rise and fall of distros. Debian and other distributions are going to be that thing you run docker on, little more.

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

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

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

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

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

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

SecurityCenter 4.8.x Upgrade Guide. December 16, 2014 (Revision 1)

SecurityCenter 4.8.x Upgrade Guide. December 16, 2014 (Revision 1) SecurityCenter 4.8.x Upgrade Guide December 16, 2014 (Revision 1) Table of Contents Introduction... 3 Standards and Conventions... 3 Software Requirements... 4 Supported Operating Systems... 4 Dependencies...

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

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

Homebrew-file Documentation

Homebrew-file Documentation Homebrew-file Documentation Release 3.12.3 rcmdnk Oct 28, 2017 Contents 1 Installation 3 2 Requirements 5 3 Getting Started 7 3.1 Use local Brewfile............................................ 7 3.2 Use

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

Configuring Your Account (40 points)

Configuring Your Account (40 points) This assignment assumes you have read Chapters 2, 3, 4 and 5 of Sobell. Some specific cross-references may also be given in the questions below. Part I Configuring Your Account (40 points) For this part

More information

Hortonworks Cybersecurity Platform

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

More information

Helping Developers Help You. Tom Caputi

Helping Developers Help You. Tom Caputi Helping Developers Help You Tom Caputi tcaputi@datto.com The ZFS Code Base 2 The ZFS on Linux* Code Base: Statistics Source code 641 files 383950 lines of code ZFS Test suite (not including ztest) 1327

More information

Red Hat Virtualization 4.1

Red Hat Virtualization 4.1 Red Hat Virtualization 4.1 Upgrade Guide Update and upgrade tasks for Red Hat Virtualization Last Updated: 2018-03-06 Red Hat Virtualization 4.1 Upgrade Guide Update and upgrade tasks for Red Hat Virtualization

More information

RDO container registry Documentation

RDO container registry Documentation RDO container registry Documentation Release 0.0.1.dev28 Red Hat Jun 08, 2018 Contents 1 Table of Contents 3 1.1 About the registry............................................ 3 1.2 Installing the registry...........................................

More information

Bring order into packaging madness. Marcela Mašláňová Supervisor Software Engineer, Red Hat May 2013

Bring order into packaging madness. Marcela Mašláňová Supervisor Software Engineer, Red Hat May 2013 Bring order into packaging madness Marcela Mašláňová Supervisor Software Engineer, Red Hat May 2013 Objectives introduce improved packaging system show how to use it show how to create it introduce products

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

ardpower Documentation

ardpower Documentation ardpower Documentation Release v1.2.0 Anirban Roy Das May 18, 2016 Contents 1 Introduction 1 2 Screenshot 3 3 Documentaion 5 3.1 Overview................................................. 5 3.2 Installation................................................

More information

Package management rpm Package management with yum The tar tool

Package management rpm Package management with yum The tar tool rpm, yum, and tar Package management rpm Package management with yum The tar tool Chapter 13 RPM - Red Hat s Package Manager Package management systems take all the various files containing programs and

More information

Learn Well Technocraft

Learn Well Technocraft Getting Started with ASP.NET This module explains how to build and configure a simple ASP.NET application. Introduction to ASP.NET Web Applications Features of ASP.NET Configuring ASP.NET Applications

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

More information

Venafi Server Agent Agent Overview

Venafi Server Agent Agent Overview Venafi Server Agent Agent Overview Venafi Server Agent Agent Intro Agent Architecture Agent Grouping Agent Prerequisites Agent Registration Process What is Venafi Agent? The Venafi Agent is a client/server

More information

1Z Oracle Linux Fundamentals (Oracle Partner Network) Exam Summary Syllabus Questions

1Z Oracle Linux Fundamentals (Oracle Partner Network) Exam Summary Syllabus Questions 1Z0-409 Oracle Linux Fundamentals (Oracle Partner Network) Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-409 Exam on Oracle Linux Fundamentals (Oracle Partner Network)... 2 Oracle

More information

New User Seminar: Part 2 (best practices)

New User Seminar: Part 2 (best practices) New User Seminar: Part 2 (best practices) General Interest Seminar January 2015 Hugh Merz merz@sharcnet.ca Session Outline Submitting Jobs Minimizing queue waits Investigating jobs Checkpointing Efficiency

More information

Intel Active System Console v7.0

Intel Active System Console v7.0 Intel Active System Console v7.0 Release Notes Release Date: February 2016 Build # 34 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE PURPOSE OF SUPPORTING

More information

CS480. Compilers Eclipse, SVN, Makefile examples

CS480. Compilers Eclipse, SVN, Makefile examples CS480 Compilers Eclipse, SVN, Makefile examples January 26, 2015 New Project New Project C/C++ Project Create a New C Project Choose Makefile Project EmptyProject Toolchain: Linux GCC Next Advanced C/C++

More information

Zend Server Community Edition 5.x Installation Guide

Zend Server Community Edition 5.x Installation Guide Zend Server Community Edition 5.x Installation Guide By Zend Technologies www.zend.com Zend Server Community Edition Installation Guide This is the Installation Guide for Zend Server Community Edition,

More information

Performing Software Maintenance Upgrades

Performing Software Maintenance Upgrades This chapter describes how to perform software maintenance upgrades (SMUs) on Cisco NX-OS devices. This chapter includes the following sections: About SMUs, page 1 Prerequisites for SMUs, page 3 Guidelines

More information

Prerequisites: Students must be proficient in general computing skills but not necessarily experienced with Linux or Unix. Supported Distributions:

Prerequisites: Students must be proficient in general computing skills but not necessarily experienced with Linux or Unix. Supported Distributions: This GL124 course is designed to follow an identical set of topics as the Red Hat RH124 course with the added benefit of very comprehensive lab exercises and detailed lecture material. The Red Hat Enterprise

More information

A Makefile. The Makefile contains various statements that specify how the application should be compiled and where it should be installed on your

A Makefile. The Makefile contains various statements that specify how the application should be compiled and where it should be installed on your What is a port The Ports Collection is essentially a set of Makefiles, patches, and description files placed in /usr/ports. The port includes instructions on how to build source code, but does not include

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

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

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 Version 5.6. The information in this document is subject to

More information

Dockerfile Best Practices

Dockerfile Best Practices Dockerfile Best Practices OpenRheinRuhr 2015 November 07th, 2015 1 Dockerfile Best Practices Outline About Dockerfile Best Practices Building Images This work is licensed under the Creative Commons Attribution-ShareAlike

More information

Linux Fundamentals (L-120)

Linux Fundamentals (L-120) Linux Fundamentals (L-120) Modality: Virtual Classroom Duration: 5 Days SUBSCRIPTION: Master, Master Plus About this course: This is a challenging course that focuses on the fundamental tools and concepts

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

Software Distribution and Package Management

Software Distribution and Package Management Software Distribution and Package Management Pieter Lexis February 15, 2016 Package Management - Pieter Lexis February 15, 2016 1 / 1 whoami Pieter Lexis OS3 graduate SysAdmin for a long time DNS + DNSSEC

More information

Red Hat JBoss Developer Studio 11.0

Red Hat JBoss Developer Studio 11.0 Red Hat JBoss Developer Studio 11.0 Installation Guide Installing Red Hat JBoss Developer Studio Last Updated: 2018-03-08 Red Hat JBoss Developer Studio 11.0 Installation Guide Installing Red Hat JBoss

More information

Red Hat JBoss Developer Studio 11.3

Red Hat JBoss Developer Studio 11.3 Red Hat JBoss Developer Studio 11.3 Installation Guide Installing Red Hat JBoss Developer Studio Last Updated: 2018-05-01 Red Hat JBoss Developer Studio 11.3 Installation Guide Installing Red Hat JBoss

More information

Red Hat Virtualization 4.0

Red Hat Virtualization 4.0 Red Hat Virtualization 4.0 Upgrade Guide Update and upgrade tasks for Red Hat Virtualization Last Updated: 2018-02-18 Red Hat Virtualization 4.0 Upgrade Guide Update and upgrade tasks for Red Hat Virtualization

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

Running various Bigtop components

Running various Bigtop components Running various Bigtop components Running Hadoop Components One of the advantages of Bigtop is the ease of installation of the different Hadoop Components without having to hunt for a specific Hadoop Component

More information

7.3 Install on Linux and Initial Configurations

7.3 Install on Linux and Initial Configurations 7.3 Install on Linux and Initial Configurations This section describes how to install SoftEther VPN Server to a Linux operating system. This assumes that in the Linux operating system, no extra application

More information

Software Collections. Honza Horak freenode Red Hat, Brno CentOS Dojo 30 th Jan 2015

Software Collections. Honza Horak freenode Red Hat, Brno CentOS Dojo 30 th Jan 2015 Software Collections Honza Horak hhorak @ freenode Red Hat, Brno CentOS Dojo 30 th Jan 2015 1 2 All versions of any software on your system. Together. Software management challenges

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. 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

Setting up PostgreSQL

Setting up PostgreSQL Setting up PostgreSQL 1 Introduction to PostgreSQL PostgreSQL is an object-relational database management system based on POSTGRES, which was developed at the University of California at Berkeley. PostgreSQL

More information

Red Hat Developer Tools

Red Hat Developer Tools Red Hat Developer Tools 2018.1 Using Eclipse Installing Eclipse 4.7.2 and first steps with the application Last Updated: 2018-01-24 Red Hat Developer Tools 2018.1 Using Eclipse Installing Eclipse 4.7.2

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

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

Sharepoint 2010 Content Database Has Schema Version Not Supported Farm

Sharepoint 2010 Content Database Has Schema Version Not Supported Farm Sharepoint 2010 Content Database Has Schema Version Not Supported Farm Home20132010Other VersionsLibraryForumsGallery I get the content database schema is not supported error when I try to migrate my content

More information

Lightweight virtualization with GoboLinux Runner

Lightweight virtualization with GoboLinux Runner Lightweight virtualization with GoboLinux Runner Lucas C. Villa Real IBM Research - Brazil lucasvr@gobolinux.org About GoboLinux Alternative distribution born in 2002 Explores novel ideas in the Linux

More information

Centreon SSH Connector Documentation

Centreon SSH Connector Documentation Centreon SSH Connector Documentation Release 1.1.2 Centreon November 24, 2015 Contents i ii Centreon SSH Connector is a free software from Centreon available under the Apache Software License version

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

Red Hat JBoss Developer Studio 10.4 Installation Guide

Red Hat JBoss Developer Studio 10.4 Installation Guide Red Hat JBoss Developer Studio 10.4 Installation Guide Installing Red Hat JBoss Developer Studio Misha Husnain Ali Supriya Takkhi Red Hat Developer Group Documentation Team Red Hat JBoss Developer Studio

More information

SANsurfer iscsi HBA CLI. Table of Contents

SANsurfer iscsi HBA CLI. Table of Contents SANsurfer iscsi HBA CLI QLogic Corporation All rights reserved Table of Contents 1 Package Contents 2 Requirements 2.1 Hardware Requirements 2.2 Software Requirements 3 OS Support 4 Supported Features

More information

Intel Active System Console v8.0

Intel Active System Console v8.0 Intel Active System Console v8.0 Release Notes Release Date: SEPTEMBER 2017 Build # 24 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE PURPOSE OF SUPPORTING

More information

SecurityCenter Upgrade Guide. July 21, 2015 (Revision 1)

SecurityCenter Upgrade Guide. July 21, 2015 (Revision 1) SecurityCenter 5.0.1 Upgrade Guide July 21, 2015 (Revision 1) Table of Contents Introduction... 3 Standards and Conventions... 3 Software Requirements... 4 Supported Operating Systems... 4 Dependencies...

More information

Ganglia is monitring system for high performance computing systems. We have two node potter.isb.ots.com and harry.isb.ots.com both are HPC nodes.

Ganglia is monitring system for high performance computing systems. We have two node potter.isb.ots.com and harry.isb.ots.com both are HPC nodes. Date : 13-Oct-2009 Ganglia installation Howto By Syed Asim Abbas For comments and suggestions : asimabbas31 at gmail dot com ------------------------------------------------------ Ganglia is monitring

More information

my Julia programming cheat sheet

my Julia programming cheat sheet my Julia programming cheat sheet Nasser M. Abbasi January 21, 2016 page compiled on January 21, 2016 at 12:52 Noon Contents 1 installing 0.5 1 2 installing 0.3 2 3 installing 0.2 2 4 getting help on functions

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

SecurityCenter 5.1 Upgrade Guide. November 12, 2015 (Revision 2)

SecurityCenter 5.1 Upgrade Guide. November 12, 2015 (Revision 2) SecurityCenter 5.1 Upgrade Guide November 12, 2015 (Revision 2) Table of Contents Introduction... 3 Standards and Conventions... 3 Software Requirements... 4 Supported Operating Systems... 4 Dependencies...

More information

HPC Metrics in OSCAR based on Ganglia

HPC Metrics in OSCAR based on Ganglia HPC Metrics in OSCAR based on Ganglia Google Summer of Code 2006 Report Babu Sundaram, babu@cs.uh.edu Department of Computer Science, University of Houston Mentor: Erich Focht, efocht@hpce.nec.com Open

More information

IBM BigFix Version 9.5. Patch for Red Hat Enterprise Linux User's Guide IBM

IBM BigFix Version 9.5. Patch for Red Hat Enterprise Linux User's Guide IBM IBM BigFix Version 9.5 Patch for Red Hat Enterprise Linux User's Guide IBM IBM BigFix Version 9.5 Patch for Red Hat Enterprise Linux User's Guide IBM Note Before using this information and the product

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

Integration of UNICORE Components into Linux Systems

Integration of UNICORE Components into Linux Systems Mitglied der Helmholtz-Gemeinschaft Integration of UNICORE Components into Linux Systems 15.12.2009 Rebecca Breu UNICORE Installation as of Now tgz or graphical installer all files installed into one directory

More information

Linux From Scratch. Version 7.7-systemd. Created by Gerard Beekmans Edited by Matthew Burgess and Armin K.

Linux From Scratch. Version 7.7-systemd. Created by Gerard Beekmans Edited by Matthew Burgess and Armin K. Linux From Scratch Version 7.7-systemd Created by Gerard Beekmans Edited by Matthew Burgess and Armin K. Linux From Scratch: Version 7.7-systemd by Created by Gerard Beekmans and Edited by Matthew Burgess

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

manifold Documentation

manifold Documentation manifold Documentation Release 0.0.1 Open Source Robotics Foundation Mar 04, 2017 Contents 1 What is Manifold? 3 2 Installation 5 2.1 Ubuntu Linux............................................... 5 2.2

More information

Red Hat Developer Tools

Red Hat Developer Tools Red Hat Developer Tools 2018.2 Using Eclipse Installing Eclipse 4.7.3a and first steps with the application Last Updated: 2018-04-23 Red Hat Developer Tools 2018.2 Using Eclipse Installing Eclipse 4.7.3a

More information

Unix/Linux Operating System. Introduction to Computational Statistics STAT 598G, Fall 2011

Unix/Linux Operating System. Introduction to Computational Statistics STAT 598G, Fall 2011 Unix/Linux Operating System Introduction to Computational Statistics STAT 598G, Fall 2011 Sergey Kirshner Department of Statistics, Purdue University September 7, 2011 Sergey Kirshner (Purdue University)

More information

client X11 Linux workstation

client X11 Linux workstation LPIC1 LPIC Linux: System Administrator LPIC 1 LPI command line LPIC-1 Linux LPIC-1 client X11 Linux workstation Unix GNU Linux Fundamentals Unix and its Design Principles FSF and GNU GPL - General Public

More information